@import "https://cdn.jsdelivr.net/npm/@fontsource/cormorant@latest/400.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/cormorant@latest/700.css";

html {
  font-size: 100%
}

body {
  margin: 0;
  overscroll-behavior: contain;
  overflow-x: hidden;
  font-family: 'Cormorant', serif;
  background: #FEFEFE;
  color: #1D1D1D;
  line-height: 1.6;
  font-size: 13px;
  letter-spacing: .015em
}

:focus-visible {
  outline: 2px solid #6C2ECA;
  outline-offset: 3px
}

.top-bar {
  background: linear-gradient(135deg, #6C2ECA 0%, #8B52D9 100%);
  padding: 8px 0;
  position: relative;
  overflow: hidden
}

.top-bar::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -10%;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, #0be7ff26 0%, transparent 70%);
  pointer-events: none
}

.top-bar::after {
  content: '';
  position: absolute;
  bottom: -30%;
  left: 15%;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, #faa00e1f 0%, transparent 65%);
  pointer-events: none
}

.top-bar-inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 2
}

.top-contact {
  display: flex;
  gap: 28px;
  align-items: center
}

.top-contact-item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #FFF;
  font-size: 13px;
  text-decoration: none;
  transition: opacity .15s ease-out
}

.top-contact-item:hover {
  opacity: .85
}

.top-contact-icon {
  width: 16px;
  height: 16px;
  fill: #0BE7FF
}

.top-est {
  color: #ffffffbf;
  font-size: 13px;
  letter-spacing: .02em
}

.hdr {
  background: #FFF;
  border-bottom: 2px solid #F4F4F4;
  box-shadow: 1px 1px 5px -1px #6c2eca12 1px 6px 22px -1px #6c2eca17;
  position: relative
}

.hdr-inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 56px
}

.brand-zone {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start
}

.logo-wrap {
  background: linear-gradient(135deg, #6c2eca0a 0%, #0be7ff0a 100%);
  border: 1px solid #6c2eca26;
  border-radius: 2px;
  padding: 8px 16px;
  box-shadow: 1px 1px 5px -1px #6c2eca12;
  transition: box-shadow .15s ease-out
}

.logo-wrap:hover {
  box-shadow: 1px 6px 22px -1px #6c2eca17
}

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

.brand-tag {
  font-size: 13px;
  color: #5A5A5A;
  letter-spacing: .02em;
  line-height: 1.2
}

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

.nav-link {
  padding: 16px 28px;
  text-decoration: none;
  color: #2A2A2A;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .02em;
  border-radius: 2px;
  background: transparent;
  transition: background-color .12s ease-out, color .12s ease-out;
  position: relative;
  white-space: nowrap
}

.nav-link::after {
  content: '';
  position: absolute;
  bottom: 8px;
  left: 28px;
  right: 28px;
  height: 2px;
  background: #6C2ECA;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .18s ease-out
}

.nav-link:hover {
  background: #6c2eca0f;
  color: #6C2ECA
}

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

.nav-link:focus-visible {
  background: #6c2eca14
}

@media (max-width: 991px) {
  .hdr-inner {
    flex-direction: column;
    gap: 28px;
    align-items: center
  }

  .brand-zone {
    align-items: center
  }

  .primary-nav {
    justify-content: center
  }

  .nav-link {
    padding: 16px
  }

  .nav-link::after {
    left: 16px;
    right: 16px
  }
}

@media (max-width: 575px) {
  .top-bar-inner {
    flex-direction: column;
    gap: 8px
  }

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

  .primary-nav {
    flex-direction: column;
    width: 100%
  }

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

.ftr {
  background: #1D1D1D;
  color: #E0E0E0;
  position: relative;
  overflow: hidden;
  padding: 96px 0 56px
}

.ftr::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 8px;
  background: linear-gradient(90deg, #6C2ECA 0%, #0BE7FF 50%, #FAA00E 100%)
}

.ftr-geo-layer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  opacity: .08
}

.ftr-geo-shape-1 {
  position: absolute;
  top: 15%;
  right: 8%;
  width: 280px;
  height: 280px;
  border: 2px solid #6C2ECA;
  border-radius: 2px;
  transform: rotate(12deg)
}

.ftr-geo-shape-2 {
  position: absolute;
  bottom: 25%;
  left: 5%;
  width: 200px;
  height: 200px;
  border: 2px solid #0BE7FF;
  border-radius: 24px;
  transform: rotate(-8deg)
}

.ftr-geo-shape-3 {
  position: absolute;
  top: 40%;
  left: 35%;
  width: 150px;
  height: 150px;
  border: 2px solid #FAA00E;
  border-radius: 2px;
  transform: rotate(25deg)
}

.ftr-inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 28px;
  position: relative;
  z-index: 2
}

.ftr-top {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1fr;
  gap: 56px;
  margin-bottom: 56px;
  padding-bottom: 56px;
  border-bottom: 1px solid #e0e0e026
}

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

.ftr-logo-wrap {
  background: linear-gradient(135deg, #6c2eca1f 0%, #0be7ff14 100%);
  border: 1px solid #6c2eca40;
  border-radius: 2px;
  padding: 16px;
  display: inline-flex;
  box-shadow: 1px 1px 5px -1px #6c2eca12;
  align-self: flex-start
}

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

.ftr-brand-name {
  font-size: 27px;
  font-weight: 700;
  color: #FFF;
  line-height: 1.2;
  letter-spacing: .015em;
  margin: 0
}

.ftr-brand-desc {
  font-size: 13px;
  line-height: 1.6;
  color: #B8B8B8;
  margin: 0
}

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

.ftr-col-title {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .02em;
  color: #FFF;
  margin: 0 0 8px;
  line-height: 1.2
}

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

.ftr-link-item {
  margin: 0
}

.ftr-link {
  color: #B8B8B8;
  text-decoration: none;
  font-size: 13px;
  line-height: 1.6;
  transition: color .12s ease-out, padding-left .15s ease-out;
  display: inline-block
}

.ftr-link:hover {
  color: #0BE7FF;
  padding-left: 8px
}

.ftr-link:focus-visible {
  color: #FAA00E
}

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

.ftr-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 8px
}

.ftr-contact-icon {
  width: 18px;
  height: 18px;
  fill: #0BE7FF;
  flex-shrink: 0;
  margin-top: 2px
}

.ftr-contact-link {
  color: #B8B8B8;
  text-decoration: none;
  font-size: 13px;
  line-height: 1.6;
  transition: color .12s ease-out
}

.ftr-contact-link:hover {
  color: #0BE7FF
}

.ftr-contact-text {
  color: #B8B8B8;
  font-size: 13px;
  line-height: 1.6;
  margin: 0
}

.ftr-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 28px
}

.ftr-copy {
  font-size: 13px;
  color: #7A7A7A;
  margin: 0;
  line-height: 1.6
}

.ftr-legal-links {
  display: flex;
  gap: 28px;
  list-style: none;
  padding: 0;
  margin: 0
}

.ftr-legal-link {
  color: #7A7A7A;
  text-decoration: none;
  font-size: 13px;
  transition: color .12s ease-out
}

.ftr-legal-link:hover {
  color: #FAA00E
}

@media (max-width: 1199px) {
  .ftr-top {
    grid-template-columns: 1fr 1fr;
    gap: 56px 28px
  }
}

@media (max-width: 991px) {
  .ftr-top {
    grid-template-columns: 1fr;
    gap: 56px
  }

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

  .ftr-legal-links {
    flex-direction: column;
    gap: 8px
  }
}

@media (max-width: 575px) {
  .ftr {
    padding: 56px 0 28px
  }

  .ftr-top {
    margin-bottom: 28px;
    padding-bottom: 28px
  }
}

.consent-popup {
  position: fixed;
  bottom: 28px;
  right: 28px;
  width: 380px;
  max-width: calc(100vw - 56px);
  background: #FFF;
  border: 2px solid #6C2ECA;
  border-radius: 2px;
  padding: 28px;
  box-shadow: 1px 8px 52px -1px #6c2eca1a;
  z-index: 8000;
  display: none
}

.consent-text {
  font-size: 13px;
  line-height: 1.6;
  color: #2A2A2A;
  margin: 0 0 16px
}

.consent-actions {
  display: flex;
  gap: 16px;
  justify-content: space-between
}

.consent-btn {
  font-family: 'Cormorant', serif;
  font-size: 13px;
  color: #6C2ECA;
  background: transparent;
  border: none;
  padding: 8px 0;
  cursor: pointer;
  text-decoration: underline;
  transition: color .12s ease-out;
  letter-spacing: .015em
}

.consent-btn:hover {
  color: #0BE7FF
}

.consent-btn:focus-visible {
  outline: 2px solid #6C2ECA;
  outline-offset: 2px
}

@media (max-width: 575px) {
  .consent-popup {
    bottom: 16px;
    right: 16px;
    left: 16px;
    width: auto;
    max-width: none
  }

  .consent-actions {
    flex-direction: column;
    gap: 8px
  }
}

.policy-block {
  max-width: 1140px;
  margin: 0 auto;
  padding: 56px 16px;
  background: #fff
}

.policy-block h1 {
  font-size: 52px;
  line-height: 1.2;
  letter-spacing: .01em;
  color: #1a1a2e;
  margin: 0 0 56px;
  font-weight: 700
}

.policy-block h2 {
  font-size: 37px;
  line-height: 1.2;
  letter-spacing: .01em;
  color: #2d2d44;
  margin: 56px 0 28px;
  font-weight: 600
}

.policy-block h3 {
  font-size: 27px;
  line-height: 1.6;
  letter-spacing: .015em;
  color: #3a3a52;
  margin: 28px 0 16px;
  font-weight: 600
}

.policy-block h4 {
  font-size: 13px;
  line-height: 1.6;
  letter-spacing: .02em;
  color: #4a4a60;
  margin: 28px 0 8px;
  font-weight: 600;
  text-transform: uppercase
}

.policy-block h5 {
  font-size: 13px;
  line-height: 1.6;
  letter-spacing: .015em;
  color: #4a4a60;
  margin: 16px 0 8px;
  font-weight: 600
}

.policy-block h6 {
  font-size: 13px;
  line-height: 1.6;
  letter-spacing: .015em;
  color: #5a5a70;
  margin: 16px 0 8px;
  font-weight: 500
}

.policy-block p {
  font-size: 13px;
  line-height: 1.9;
  letter-spacing: .015em;
  color: #2d2d44;
  margin: 0 0 16px
}

.policy-block ul {
  font-size: 13px;
  line-height: 1.9;
  letter-spacing: .015em;
  color: #2d2d44;
  margin: 0 0 16px;
  padding: 0 0 0 28px;
  list-style-type: disc
}

.policy-block ol {
  font-size: 13px;
  line-height: 1.9;
  letter-spacing: .015em;
  color: #2d2d44;
  margin: 0 0 16px;
  padding: 0 0 0 28px;
  list-style-type: decimal
}

.policy-block li {
  margin: 0 0 8px
}

.policy-block ul ul,
.policy-block ol ol,
.policy-block ul ol,
.policy-block ol ul {
  margin: 8px 0
}

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

.policy-block em,
.policy-block i {
  font-style: italic
}

.policy-block table {
  width: 100%;
  border-collapse: collapse;
  margin: 28px 0;
  font-size: 13px;
  line-height: 1.6;
  letter-spacing: .015em;
  box-shadow: 1px 1px 5px -1px #6c2eca12;
  border-radius: 2px;
  overflow: hidden
}

.policy-block thead {
  background: linear-gradient(135deg, #f5f0ff 0%, #fafcff 100%)
}

.policy-block th {
  padding: 16px;
  text-align: left;
  font-weight: 600;
  color: #1a1a2e;
  border-bottom: 2px solid #6C2ECA
}

.policy-block td {
  padding: 16px;
  color: #2d2d44;
  border-bottom: 1px solid #e8e8f0
}

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

.policy-block tbody tr {
  transition: background-color .15s ease-out
}

.policy-block tbody tr:hover {
  background: #fafbff
}

.policy-block hr {
  border: none;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, #d0d0e0 50%, transparent 100%);
  margin: 56px 0
}

.policy-block div {
  margin: 0 0 16px
}

@media (max-width: 992px) {
  .policy-block {
    padding: 28px 16px
  }

  .policy-block h1 {
    font-size: 37px;
    margin: 0 0 28px
  }

  .policy-block h2 {
    font-size: 27px;
    margin: 28px 0 16px
  }

  .policy-block h3 {
    font-size: 13px;
    margin: 16px 0 8px
  }

  .policy-block table {
    font-size: 13px
  }

  .policy-block th,
  .policy-block td {
    padding: 8px
  }
}

@media (max-width: 576px) {
  .policy-block {
    padding: 16px
  }

  .policy-block h1 {
    font-size: 27px
  }

  .policy-block table {
    display: block;
    overflow-x: auto
  }
}

.learn-prog {
  background: #FFF;
  color: #1A1A1A;
  overflow-x: clip
}

.learn-prog ::selection {
  background: #0BE7FF;
  color: #1A1A1A
}

.learn-prog .title-zone {
  position: relative;
  padding: 96px 16px;
  overflow: hidden;
  background: linear-gradient(270deg, #0BE7FF 0%, #6C2ECA 100%);
  animation: gradientShift 12s ease-in-out infinite
}

@keyframes gradientShift {

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

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

.learn-prog .title-zone::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, #faa00e4d 0%, transparent 100%);
  animation: overlayShift 18s ease-in-out infinite;
  pointer-events: none
}

@keyframes overlayShift {

  0%,
  100% {
    opacity: .3;
    transform: translateX(0)
  }

  50% {
    opacity: .6;
    transform: translateX(-10%)
  }
}

.learn-prog .title-zone::after {
  content: '?';
  position: absolute;
  top: 50%;
  right: 8%;
  transform: translateY(-50%);
  font-size: 280px;
  line-height: 1;
  color: #ffffff14;
  font-weight: 700;
  pointer-events: none
}

.learn-prog .title-contain {
  max-width: 1140px;
  margin: 0 auto;
  position: relative;
  z-index: 2
}

.learn-prog .title-txt {
  max-width: 720px
}

.learn-prog .title-main {
  font-size: 52px;
  line-height: 1.2;
  color: #FFF;
  margin: 0 0 28px;
  letter-spacing: .01em;
  text-transform: none
}

.learn-prog .title-sub {
  font-size: 27px;
  line-height: 1.6;
  color: #fffffff2;
  margin: 0;
  letter-spacing: .02em
}

.learn-prog .geo-accent {
  position: absolute;
  border: 3px solid #ffffff26;
  pointer-events: none
}

.learn-prog .geo-one {
  width: 120px;
  height: 120px;
  top: 16px;
  left: 5%;
  border-radius: 24px;
  transform: rotate(12deg)
}

.learn-prog .geo-two {
  width: 80px;
  height: 80px;
  bottom: 28px;
  right: 15%;
  border-radius: 2px;
  transform: rotate(-8deg)
}

.learn-prog .geo-three {
  width: 60px;
  height: 60px;
  top: 40%;
  left: 12%;
  border-radius: 24px;
  transform: rotate(25deg)
}

.learn-prog .divider-line {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 56px 0;
  background: #FAFAFA
}

.learn-prog .diamond {
  width: 8px;
  height: 8px;
  background: #6C2ECA;
  transform: rotate(45deg);
  opacity: .3
}

.learn-prog .diamond:nth-child(3n) {
  opacity: .6
}

.learn-prog .diamond:nth-child(5n) {
  opacity: .9
}

.learn-prog .approach-wrap {
  padding: 96px 16px;
  background: #FFF;
  position: relative;
  overflow: hidden
}

.learn-prog .approach-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: repeating-linear-gradient(45deg, transparent, transparent 40px, #6c2eca05 40px, #6c2eca05 80px);
  pointer-events: none
}

.learn-prog .approach-contain {
  max-width: 1140px;
  margin: 0 auto;
  position: relative;
  z-index: 1
}

.learn-prog .approach-hd {
  font-size: 37px;
  line-height: 1.2;
  margin: 0 0 56px;
  letter-spacing: .01em;
  color: #2A2A2A
}

.learn-prog .approach-hd .accent-word {
  color: #6C2ECA
}

.learn-prog .approach-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 28px
}

.learn-prog .approach-card {
  background: #FFF;
  border: 2px solid #E8E8E8;
  border-radius: 24px;
  padding: 28px;
  box-shadow: 1px 1px 5px -1px #6c2eca12 1px 6px 22px -1px #6c2eca17;
  transition: transform .15s ease-out, box-shadow .15s ease-out, border-color .15s ease-out
}

.learn-prog .approach-card:hover {
  transform: translateY(-4px);
  box-shadow: 1px 8px 52px -1px #6c2eca1a;
  border-color: #6C2ECA
}

.learn-prog .card-num {
  font-size: 52px;
  line-height: 1;
  color: #0BE7FF;
  margin: 0 0 16px;
  font-weight: 700;
  letter-spacing: .01em
}

.learn-prog .card-hd {
  font-size: 27px;
  line-height: 1.2;
  margin: 0 0 16px;
  color: #2A2A2A;
  letter-spacing: .01em;
  font-weight: 700
}

.learn-prog .card-txt {
  font-size: 13px;
  line-height: 1.6;
  margin: 0;
  color: #4A4A4A;
  letter-spacing: .02em
}

.learn-prog .stats-section {
  padding: 96px 16px;
  background: linear-gradient(270deg, #0be7ff14 0%, transparent 100%);
  position: relative
}

.learn-prog .stats-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(ellipse at center, transparent 40%, #00000026 100%);
  pointer-events: none
}

.learn-prog .stats-contain {
  max-width: 1140px;
  margin: 0 auto;
  position: relative;
  z-index: 1
}

.learn-prog .stats-intro {
  margin: 0 0 56px
}

.learn-prog .stats-hd {
  font-size: 37px;
  line-height: 1.2;
  margin: 0 0 28px;
  letter-spacing: .01em;
  color: #2A2A2A;
  font-weight: 300
}

.learn-prog .stats-lead {
  font-size: 27px;
  line-height: 1.6;
  margin: 0;
  color: #4A4A4A;
  letter-spacing: .02em
}

.learn-prog .stats-lead::first-letter {
  font-size: 72px;
  line-height: 1;
  float: left;
  margin: 8px 16px 0 0;
  color: #6C2ECA;
  font-weight: 700
}

.learn-prog .metrics-dash {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin: 0 0 56px
}

@media (max-width: 992px) {
  .learn-prog .metrics-dash {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media (max-width: 576px) {
  .learn-prog .metrics-dash {
    grid-template-columns: 1fr
  }
}

.learn-prog .metric-box {
  background: #FFF;
  border: 2px solid #E8E8E8;
  border-radius: 2px;
  padding: 28px;
  text-align: center;
  box-shadow: 1px 1px 5px -1px #0be7ff12 1px 6px 22px -1px #0be7ff17;
  transition: background .12s ease-out, border-color .12s ease-out
}

.learn-prog .metric-box:hover {
  background: #0be7ff08;
  border-color: #0BE7FF
}

.learn-prog .metric-val {
  font-size: 52px;
  line-height: 1.2;
  color: #6C2ECA;
  margin: 0 0 8px;
  font-weight: 700;
  letter-spacing: .01em
}

.learn-prog .metric-label {
  font-size: 13px;
  line-height: 1.6;
  margin: 0;
  color: #4A4A4A;
  letter-spacing: .02em;
  text-transform: uppercase
}

.learn-prog .stats-detail {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: start
}

@media (max-width: 992px) {
  .learn-prog .stats-detail {
    grid-template-columns: 1fr;
    gap: 28px
  }
}

.learn-prog .detail-txt {
  font-size: 13px;
  line-height: 1.9;
  margin: 0 0 28px;
  color: #4A4A4A;
  letter-spacing: .02em
}

.learn-prog .detail-txt:last-child {
  margin: 0
}

.learn-prog .img-frame {
  border: 8px solid #FFF;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 1px 1px 5px -1px #6c2eca12 1px 6px 22px -1px #6c2eca17 1px 8px 52px -1px #6c2eca1a;
  background: #F5F5F5
}

.learn-prog .img-frame img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover
}

.learn-prog .expert-zone {
  padding: 96px 16px;
  background: #FFF;
  position: relative;
  overflow: hidden
}

.learn-prog .expert-zone::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: repeating-linear-gradient(0deg, transparent, transparent 60px, #faa00e04 60px, #faa00e04 120px);
  pointer-events: none
}

.learn-prog .expert-contain {
  max-width: 1140px;
  margin: 0 auto;
  position: relative;
  z-index: 1
}

.learn-prog .expert-hd-main {
  font-size: 37px;
  line-height: 1.2;
  margin: 0 0 56px;
  letter-spacing: .01em;
  color: #2A2A2A;
  font-weight: 700
}

.learn-prog .expert-hd-sub {
  font-size: 27px;
  line-height: 1.2;
  margin: 0 0 16px;
  letter-spacing: .01em;
  color: #2A2A2A;
  font-weight: 300
}

.learn-prog .expert-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 28px
}

.learn-prog .expert-item {
  background: #FAFAFA;
  border: 2px solid #E8E8E8;
  border-left: 6px solid #FAA00E;
  border-radius: 24px;
  padding: 28px;
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 28px;
  align-items: center;
  box-shadow: 1px 1px 5px -1px #faa00e12 1px 6px 22px -1px #faa00e17;
  transition: transform .14s ease-out, box-shadow .14s ease-out;
  position: relative
}

.learn-prog .expert-item:hover {
  transform: translateX(8px);
  box-shadow: 1px 8px 52px -1px #faa00e1a
}

.learn-prog .expert-item:hover+.expert-item,
.learn-prog .expert-item:has(+ .expert-item:hover) {
  filter: brightness(1.05)
}

@media (max-width: 576px) {
  .learn-prog .expert-item {
    grid-template-columns: 1fr;
    gap: 16px;
    text-align: center
  }
}

.learn-prog .expert-portrait {
  width: 80px;
  height: 80px;
  border-radius: 24px;
  overflow: hidden;
  border: 3px solid #FFF;
  box-shadow: 1px 1px 5px -1px #6c2eca12;
  flex-shrink: 0
}

@media (max-width: 576px) {
  .learn-prog .expert-portrait {
    margin: 0 auto
  }
}

.learn-prog .expert-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block
}

.learn-prog .expert-info {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.learn-prog .expert-name {
  font-size: 27px;
  line-height: 1.2;
  margin: 0;
  color: #2A2A2A;
  letter-spacing: .01em;
  font-weight: 700
}

.learn-prog .expert-role {
  font-size: 13px;
  line-height: 1.6;
  margin: 0;
  color: #6A6A6A;
  letter-spacing: .02em;
  text-transform: uppercase
}

.learn-prog .expert-bio {
  font-size: 13px;
  line-height: 1.9;
  margin: 8px 0 0;
  color: #4A4A4A;
  letter-spacing: .02em
}

.learn-prog .faq-zone {
  padding: 96px 16px;
  background: linear-gradient(270deg, #6c2eca0d 0%, transparent 100%);
  position: relative
}

.learn-prog .faq-zone::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(ellipse at center, transparent 50%, #00000014 100%);
  pointer-events: none
}

.learn-prog .faq-contain {
  max-width: 1140px;
  margin: 0 auto;
  position: relative;
  z-index: 1
}

.learn-prog .faq-hd {
  font-size: 37px;
  line-height: 1.2;
  margin: 0 0 56px;
  letter-spacing: .01em;
  color: #2A2A2A
}

.learn-prog .faq-hd .accent-word {
  color: #0BE7FF
}

.learn-prog .faq-list {
  display: grid;
  gap: 28px
}

.learn-prog .faq-card {
  background: #FFF;
  border: 2px solid #E8E8E8;
  border-radius: 24px;
  padding: 28px;
  box-shadow: 1px 1px 5px -1px #6c2eca12 1px 6px 22px -1px #6c2eca17
}

.learn-prog .faq-q {
  font-size: 27px;
  line-height: 1.2;
  margin: 0 0 16px;
  color: #2A2A2A;
  letter-spacing: .01em;
  font-weight: 700
}

.learn-prog .faq-a {
  font-size: 13px;
  line-height: 1.9;
  margin: 0;
  color: #4A4A4A;
  letter-spacing: .02em
}

@media (max-width: 992px) {
  .learn-prog .title-zone {
    padding: 56px 16px
  }

  .learn-prog .title-main {
    font-size: 37px
  }

  .learn-prog .title-sub {
    font-size: 13px
  }

  .learn-prog .title-zone::after {
    font-size: 180px
  }

  .learn-prog .approach-wrap,
  .learn-prog .stats-section,
  .learn-prog .expert-zone,
  .learn-prog .faq-zone {
    padding: 56px 16px
  }

  .learn-prog .approach-hd,
  .learn-prog .stats-hd,
  .learn-prog .expert-hd-main,
  .learn-prog .faq-hd {
    font-size: 27px;
    margin-bottom: 28px
  }

  .learn-prog .stats-lead {
    font-size: 13px
  }

  .learn-prog .stats-lead::first-letter {
    font-size: 52px
  }
}

@media (max-width: 576px) {
  .learn-prog .title-zone {
    padding: 28px 16px
  }

  .learn-prog .title-main {
    font-size: 27px
  }

  .learn-prog .title-zone::after {
    font-size: 120px;
    right: 5%
  }

  .learn-prog .geo-one,
  .learn-prog .geo-two,
  .learn-prog .geo-three {
    display: none
  }

  .learn-prog .approach-grid {
    grid-template-columns: 1fr
  }

  .learn-prog .divider-line {
    padding: 28px 0
  }
}

.exprt-opn {
  background: #fff;
  color: #1a1820;
  overflow-x: clip
}

.exprt-opn .ttl-zone {
  max-width: 1140px;
  margin: 0 auto;
  padding: 56px 16px;
  display: flex;
  gap: 28px;
  align-items: center;
  position: relative
}

.exprt-opn .img-strip {
  flex-shrink: 0;
  width: 180px;
  height: 420px;
  position: relative
}

.exprt-opn .img-strip img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  clip-path: polygon(0 0, 100% 8%, 100% 92%, 0 100%);
  display: block
}

.exprt-opn .txt-area {
  flex: 1;
  position: relative
}

.exprt-opn .txt-area h1 {
  font-size: 52px;
  line-height: 1.2;
  letter-spacing: .01em;
  margin: 0 0 28px;
  font-weight: 700;
  text-transform: none
}

.exprt-opn .txt-area .primary-link {
  display: inline-block;
  padding: 16px 28px;
  background: linear-gradient(to left, #0BE7FF, transparent);
  color: #1a1820;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: .02em;
  font-weight: 600;
  border-radius: 2px;
  box-shadow: 1px 1px 5px -1px #6c2eca12 1px 6px 22px -1px #6c2eca17;
  transition: filter .15s ease-out, box-shadow .12s ease;
  position: relative
}

.exprt-opn .txt-area .primary-link:hover {
  filter: brightness(1.12);
  box-shadow: 1px 6px 22px -1px #6c2eca17 1px 8px 52px -1px #6c2eca1a
}

.exprt-opn .txt-area .primary-link:focus {
  outline: 2px solid #6C2ECA;
  outline-offset: 3px
}

.exprt-opn .deco-shape {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 48px;
  height: 48px;
  background: #6c2eca14;
  transform: rotate(45deg);
  pointer-events: none
}

@media (max-width: 992px) {
  .exprt-opn .ttl-zone {
    flex-direction: column;
    padding: 28px 16px
  }

  .exprt-opn .img-strip {
    width: 100%;
    height: 240px
  }

  .exprt-opn .txt-area h1 {
    font-size: 37px
  }
}

@media (max-width: 576px) {
  .exprt-opn .txt-area h1 {
    font-size: 27px
  }

  .exprt-opn .img-strip {
    height: 180px
  }
}

.exprt-opn .analysis-sec {
  background: #f4f4f6;
  padding: 96px 16px;
  position: relative;
  overflow: hidden
}

.exprt-opn .analysis-sec::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(/picture_library/my-promo6-260220.jpg) center/cover no-repeat;
  opacity: .04;
  pointer-events: none
}

.exprt-opn .analysis-wrap {
  max-width: 1140px;
  margin: 0 auto;
  position: relative;
  z-index: 1
}

.exprt-opn .analysis-wrap h2 {
  font-size: 37px;
  line-height: 1.2;
  letter-spacing: .01em;
  margin: 0 0 56px;
  font-weight: 700;
  max-width: 720px
}

.exprt-opn .expert-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  animation: wave-appear 1.2s ease-out forwards
}

@keyframes wave-appear {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.exprt-opn .expert-card {
  background: #fff;
  padding: 28px;
  border-radius: 24px;
  box-shadow: 1px 1px 5px -1px #0be7ff12 1px 6px 22px -1px #0be7ff17;
  position: relative;
  animation: card-wave .8s ease-out backwards
}

.exprt-opn .expert-card:nth-child(1) {
  animation-delay: .1s
}

.exprt-opn .expert-card:nth-child(2) {
  animation-delay: .2s
}

.exprt-opn .expert-card:nth-child(3) {
  animation-delay: .3s
}

@keyframes card-wave {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.exprt-opn .expert-card .num-badge {
  width: 42px;
  height: 42px;
  background: #6C2ECA;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
  margin: 0 0 16px
}

.exprt-opn .expert-card h3 {
  font-size: 27px;
  line-height: 1.2;
  letter-spacing: .01em;
  margin: 0 0 8px;
  font-weight: 700
}

.exprt-opn .expert-card .role {
  font-size: 13px;
  line-height: 1.6;
  letter-spacing: .02em;
  color: #6C2ECA;
  text-transform: uppercase;
  margin: 0 0 16px;
  font-weight: 600
}

.exprt-opn .expert-card p {
  font-size: 13px;
  line-height: 1.6;
  letter-spacing: .01em;
  margin: 0
}

@media (max-width: 992px) {
  .exprt-opn .expert-grid {
    grid-template-columns: 1fr
  }

  .exprt-opn .analysis-sec {
    padding: 56px 16px
  }
}

.exprt-opn .insights-sec {
  padding: 96px 16px;
  background: #fff;
  position: relative
}

.exprt-opn .insights-container {
  max-width: 1140px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 56px;
  align-items: start
}

.exprt-opn .insights-sidebar {
  position: sticky;
  top: 28px
}

.exprt-opn .insights-sidebar h2 {
  font-size: 37px;
  line-height: 1.2;
  letter-spacing: .01em;
  margin: 0 0 28px;
  font-weight: 300
}

.exprt-opn .insights-sidebar .accent-line {
  width: 64px;
  height: 4px;
  background: linear-gradient(to left, #FAA00E, transparent);
  margin: 0 0 28px
}

.exprt-opn .insights-sidebar .intro-txt {
  font-size: 13px;
  line-height: 1.9;
  letter-spacing: .01em;
  color: #3a3840
}

.exprt-opn .insights-sidebar .intro-txt::first-letter {
  font-size: 52px;
  line-height: 1;
  font-weight: 700;
  float: left;
  margin: 0 8px 0 0;
  color: #6C2ECA
}

.exprt-opn .insights-main {
  display: flex;
  flex-direction: column;
  gap: 28px
}

.exprt-opn .insight-item {
  background: #f9f9fb;
  padding: 28px;
  border-radius: 2px;
  border-left: 4px solid #0BE7FF;
  box-shadow: inset 2px 2px 4px #6c2eca08;
  transition: transform .18s ease-out, box-shadow .15s ease
}

.exprt-opn .insight-item:hover {
  transform: translateX(4px);
  box-shadow: 1px 1px 5px -1px #6c2eca12 1px 6px 22px -1px #6c2eca17 inset 2px 2px 4px #6c2eca08
}

.exprt-opn .insight-item h4 {
  font-size: 27px;
  line-height: 1.2;
  letter-spacing: .01em;
  margin: 0 0 16px;
  font-weight: 700
}

.exprt-opn .insight-item h5 {
  font-size: 13px;
  line-height: 1.6;
  letter-spacing: .01em;
  margin: 0 0 8px;
  font-weight: 300
}

.exprt-opn .insight-item p {
  font-size: 13px;
  line-height: 1.6;
  letter-spacing: .01em;
  margin: 0 0 16px
}

.exprt-opn .insight-item p:last-child {
  margin: 0
}

.exprt-opn .insight-item ul {
  list-style: none;
  padding: 0;
  margin: 16px 0 0;
  display: flex;
  flex-direction: column;
  gap: 8px
}

.exprt-opn .insight-item li {
  background: #fff;
  padding: 16px;
  border-radius: 2px;
  font-size: 13px;
  line-height: 1.6;
  letter-spacing: .01em;
  box-shadow: 1px 1px 5px -1px #0be7ff12;
  position: relative;
  padding-left: 48px
}

.exprt-opn .insight-item li::before {
  content: '';
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background: #FAA00E;
  border-radius: 50%
}

@media (max-width: 992px) {
  .exprt-opn .insights-container {
    grid-template-columns: 1fr;
    gap: 28px
  }

  .exprt-opn .insights-sidebar {
    position: static
  }

  .exprt-opn .insights-sec {
    padding: 56px 16px
  }
}

@media (max-width: 576px) {
  .exprt-opn .insight-item h4 {
    font-size: 27px
  }

  .exprt-opn .insights-sidebar h2 {
    font-size: 27px
  }
}

.exprt-opn .methodology-sec {
  background: #fafafa;
  padding: 96px 16px;
  position: relative
}

.exprt-opn .methodology-wrap {
  max-width: 1140px;
  margin: 0 auto
}

.exprt-opn .methodology-wrap h2 {
  font-size: 52px;
  line-height: 1.2;
  letter-spacing: .01em;
  margin: 0 0 56px;
  font-weight: 700;
  text-align: center
}

.exprt-opn .method-flow {
  display: flex;
  flex-direction: column;
  gap: 28px;
  max-width: 820px;
  margin: 0 auto
}

.exprt-opn .method-step {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 28px;
  background: #fff;
  padding: 28px;
  border-radius: 24px;
  box-shadow: 1px 1px 5px -1px #faa00e12 1px 6px 22px -1px #faa00e17;
  position: relative;
  animation: step-reveal .9s ease-out backwards
}

.exprt-opn .method-step:nth-child(1) {
  animation-delay: .15s
}

.exprt-opn .method-step:nth-child(2) {
  animation-delay: .3s
}

.exprt-opn .method-step:nth-child(3) {
  animation-delay: .45s
}

.exprt-opn .method-step:nth-child(4) {
  animation-delay: .6s
}

@keyframes step-reveal {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.exprt-opn .step-num {
  width: 64px;
  height: 64px;
  background: linear-gradient(135deg, #6C2ECA, #0BE7FF);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 27px;
  font-weight: 700;
  flex-shrink: 0
}

.exprt-opn .step-content h5 {
  font-size: 27px;
  line-height: 1.2;
  letter-spacing: .01em;
  margin: 0 0 16px;
  font-weight: 700
}

.exprt-opn .step-content p {
  font-size: 13px;
  line-height: 1.6;
  letter-spacing: .01em;
  margin: 0
}

.exprt-opn .corner-diamond {
  position: absolute;
  bottom: 28px;
  right: 28px;
  width: 36px;
  height: 36px;
  background: #faa00e1f;
  transform: rotate(45deg);
  pointer-events: none
}

@media (max-width: 992px) {
  .exprt-opn .methodology-sec {
    padding: 56px 16px
  }

  .exprt-opn .methodology-wrap h2 {
    font-size: 37px
  }

  .exprt-opn .method-step {
    grid-template-columns: 1fr;
    gap: 16px
  }

  .exprt-opn .step-num {
    width: 48px;
    height: 48px;
    font-size: 27px
  }
}

@media (max-width: 576px) {
  .exprt-opn .methodology-wrap h2 {
    font-size: 27px
  }

  .exprt-opn .step-content h5 {
    font-size: 27px
  }
}

.abt-us {
  max-width: 1140px;
  margin: 0 auto;
  background: #fff;
  overflow-x: clip
}

.abt-us .ld-banner {
  position: relative;
  display: flex;
  align-items: center;
  gap: 28px;
  padding: 16px 56px;
  background: linear-gradient(to left, #0BE7FF, transparent);
  margin-left: 56px;
  margin-bottom: 56px;
  overflow: hidden
}

.abt-us .ld-banner::before {
  content: '';
  position: absolute;
  top: -20px;
  right: -20px;
  width: 80px;
  height: 80px;
  background: #6C2ECA;
  opacity: .15;
  transform: rotate(45deg);
  pointer-events: none
}

.abt-us .ld-banner .img-wrapper {
  flex-shrink: 0;
  width: 180px;
  height: 120px;
  border-radius: 24px;
  overflow: hidden;
  position: relative
}

.abt-us .ld-banner .img-wrapper::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top left, transparent 60%, #6c2eca4d);
  pointer-events: none
}

.abt-us .ld-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center
}

.abt-us .ld-banner .txt-area {
  flex: 1;
  min-width: 0
}

.abt-us .ld-banner h1 {
  font-size: 37px;
  line-height: 1.2;
  letter-spacing: .01em;
  color: #1a1a2e;
  margin: 0 0 8px;
  text-transform: none
}

.abt-us .ld-banner .desc {
  font-size: 13px;
  line-height: 1.6;
  letter-spacing: .015em;
  color: #2d2d44;
  margin: 0 0 16px
}

.abt-us .ld-banner .action-link {
  display: inline-block;
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: .02em;
  text-transform: uppercase;
  color: #6C2ECA;
  text-decoration: none;
  font-weight: 600;
  transition: filter .15s ease-out
}

.abt-us .ld-banner .action-link:hover {
  filter: brightness(1.2)
}

.abt-us .ld-banner .action-link:focus {
  outline: 2px solid #0BE7FF;
  outline-offset: 4px
}

.abt-us .story-blk {
  position: relative;
  padding: 56px 96px;
  background: #faa00e0d;
  margin-right: 56px;
  margin-bottom: 56px
}

.abt-us .story-blk::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: url('data:image/svg+xml,<svg width="100%" height="2" xmlns="http://www.w3.org/2000/svg"><path d="M0 1 Q 5 0,10 1 T 20 1 T 30 1 T 40 1 T 50 1 T 60 1 T 70 1 T 80 1 T 90 1 T 100 1 T 110 1 T 120 1 T 130 1 T 140 1 T 150 1 T 160 1 T 170 1 T 180 1 T 190 1 T 200 1" stroke="%236C2ECA" fill="none" stroke-width="2"/></svg>') repeat-x
}

.abt-us .story-blk h2 {
  font-size: 27px;
  line-height: 1.2;
  letter-spacing: .015em;
  color: #1a1a2e;
  margin: 0 0 28px;
  font-weight: 700
}

.abt-us .story-blk .intro-para {
  font-size: 13px;
  line-height: 1.6;
  letter-spacing: .015em;
  color: #2d2d44;
  margin: 0 0 16px
}

.abt-us .story-blk .intro-para:first-of-type::first-letter {
  font-size: 52px;
  line-height: 1;
  float: left;
  margin: 0 8px 0 0;
  color: #6C2ECA;
  font-weight: 700
}

.abt-us .story-blk .intro-para:nth-of-type(2) {
  margin-bottom: 28px
}

.abt-us .story-blk .intro-para:last-of-type {
  margin-bottom: 0
}

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

.abt-us .principles-zone::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: url('data:image/svg+xml,<svg width="100%" height="2" xmlns="http://www.w3.org/2000/svg"><path d="M0 1 Q 5 2,10 1 T 20 1 T 30 1 T 40 1 T 50 1 T 60 1 T 70 1 T 80 1 T 90 1 T 100 1 T 110 1 T 120 1 T 130 1 T 140 1 T 150 1 T 160 1 T 170 1 T 180 1 T 190 1 T 200 1" stroke="%230BE7FF" fill="none" stroke-width="2"/></svg>') repeat-x
}

.abt-us .principles-zone h2 {
  font-size: 27px;
  line-height: 1.2;
  letter-spacing: .015em;
  color: #1a1a2e;
  margin: 0 0 28px;
  font-weight: 300
}

.abt-us .principles-zone .principle-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px
}

.abt-us .principles-zone .pcard {
  position: relative;
  background: #fefefe;
  padding: 28px;
  border-radius: 24px;
  border: 1px solid #e8e8f0;
  box-shadow: 4px 4px 0 0 #6c2eca1f
}

.abt-us .principles-zone .pcard h3 {
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: .02em;
  text-transform: uppercase;
  color: #6C2ECA;
  margin: 0 0 8px;
  font-weight: 700
}

.abt-us .principles-zone .pcard .pdesc {
  font-size: 13px;
  line-height: 1.6;
  letter-spacing: .015em;
  color: #2d2d44;
  margin: 0
}

.abt-us .team-display {
  position: relative;
  padding: 56px 96px 56px 56px;
  background: linear-gradient(to left, #0be7ff14, transparent);
  margin-right: 28px
}

.abt-us .team-display h2 {
  font-size: 27px;
  line-height: 1.2;
  letter-spacing: .015em;
  color: #1a1a2e;
  margin: 0 0 28px;
  font-weight: 700
}

.abt-us .team-display .members-row {
  display: flex;
  gap: 28px;
  align-items: flex-start
}

.abt-us .team-display .member-card {
  flex: 1;
  background: #fff;
  padding: 28px;
  border-radius: 24px;
  border: 2px solid #f0f0f8;
  transition: transform .12s ease-out, box-shadow .12s ease-out
}

.abt-us .team-display .member-card:hover {
  transform: translateY(-4px);
  box-shadow: 1px 8px 52px -1px #6c2eca1a
}

.abt-us .team-display .member-card.with-photo {
  display: flex;
  flex-direction: column;
  align-items: center
}

.abt-us .team-display .member-card .portrait-box {
  width: 140px;
  height: 175px;
  border-radius: 24px;
  overflow: hidden;
  margin-bottom: 16px;
  position: relative
}

.abt-us .team-display .member-card .portrait-box::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #6c2eca26, transparent);
  pointer-events: none
}

.abt-us .team-display .member-card .portrait-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center
}

.abt-us .team-display .member-card h3 {
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: .02em;
  color: #1a1a2e;
  margin: 0 0 8px;
  font-weight: 700;
  text-align: center
}

.abt-us .team-display .member-card .role-label {
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: .015em;
  color: #6C2ECA;
  margin: 0 0 8px;
  text-align: center
}

.abt-us .team-display .member-card .bio-text {
  font-size: 13px;
  line-height: 1.6;
  letter-spacing: .015em;
  color: #2d2d44;
  margin: 0;
  text-align: center
}

.abt-us .team-display .member-card.no-photo h3 {
  text-align: left
}

.abt-us .team-display .member-card.no-photo .role-label {
  text-align: left
}

.abt-us .team-display .member-card.no-photo .bio-text {
  text-align: left
}

.abt-us .compare-matrix {
  position: relative;
  padding: 56px;
  background: #fff;
  margin-left: 56px;
  margin-bottom: 56px
}

.abt-us .compare-matrix h2 {
  font-size: 27px;
  line-height: 1.2;
  letter-spacing: .015em;
  color: #1a1a2e;
  margin: 0 0 28px;
  font-weight: 300
}

.abt-us .compare-matrix .matrix-table {
  width: 100%;
  border-collapse: collapse;
  border: 2px solid #e8e8f0;
  border-radius: 2px
}

.abt-us .compare-matrix .matrix-table thead {
  background: linear-gradient(to left, #0be7ff1a, transparent)
}

.abt-us .compare-matrix .matrix-table th {
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: .02em;
  text-transform: uppercase;
  color: #1a1a2e;
  padding: 16px;
  text-align: left;
  font-weight: 700;
  border: 1px solid #e8e8f0
}

.abt-us .compare-matrix .matrix-table td {
  font-size: 13px;
  line-height: 1.6;
  letter-spacing: .015em;
  color: #2d2d44;
  padding: 16px;
  border: 1px solid #e8e8f0;
  vertical-align: top
}

.abt-us .compare-matrix .matrix-table td.indicator-cell {
  text-align: center;
  width: 100px
}

.abt-us .compare-matrix .matrix-table .check-mark {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 2px;
  background: #6C2ECA;
  position: relative
}

.abt-us .compare-matrix .matrix-table .check-mark::after {
  content: '';
  position: absolute;
  top: 4px;
  left: 7px;
  width: 6px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg)
}

.abt-us .compare-matrix .matrix-table .cross-mark {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 2px;
  background: #e8e8f0;
  position: relative
}

.abt-us .compare-matrix .matrix-table .cross-mark::before,
.abt-us .compare-matrix .matrix-table .cross-mark::after {
  content: '';
  position: absolute;
  top: 9px;
  left: 4px;
  width: 12px;
  height: 2px;
  background: #8a8a9e
}

.abt-us .compare-matrix .matrix-table .cross-mark::before {
  transform: rotate(45deg)
}

.abt-us .compare-matrix .matrix-table .cross-mark::after {
  transform: rotate(-45deg)
}

.abt-us .compare-matrix .matrix-table tbody tr:nth-child(odd) {
  background: #faa00e08
}

.abt-us .animated-words {
  position: relative;
  padding: 56px 96px;
  background: #6c2eca0a;
  margin-right: 56px;
  margin-bottom: 56px
}

.abt-us .animated-words h2 {
  font-size: 27px;
  line-height: 1.2;
  letter-spacing: .015em;
  color: #1a1a2e;
  margin: 0 0 28px;
  font-weight: 700
}

.abt-us .animated-words .highlight-text {
  font-size: 13px;
  line-height: 1.9;
  letter-spacing: .015em;
  color: #2d2d44;
  margin: 0
}

.abt-us .animated-words .highlight-text .word {
  display: inline-block;
  transition: background-color .18s ease, color .18s ease;
  padding: 2px 4px;
  border-radius: 2px
}

.abt-us .animated-words .highlight-text .word.active {
  background-color: #0BE7FF;
  color: #1a1a2e
}

.abt-us .animated-words .highlight-text .word:nth-child(1) {
  animation: wordHighlight 12s ease-in-out infinite;
  animation-delay: 0s
}

.abt-us .animated-words .highlight-text .word:nth-child(2) {
  animation: wordHighlight 12s ease-in-out infinite;
  animation-delay: .4s
}

.abt-us .animated-words .highlight-text .word:nth-child(3) {
  animation: wordHighlight 12s ease-in-out infinite;
  animation-delay: .8s
}

.abt-us .animated-words .highlight-text .word:nth-child(4) {
  animation: wordHighlight 12s ease-in-out infinite;
  animation-delay: 1.2s
}

.abt-us .animated-words .highlight-text .word:nth-child(5) {
  animation: wordHighlight 12s ease-in-out infinite;
  animation-delay: 1.6s
}

.abt-us .animated-words .highlight-text .word:nth-child(6) {
  animation: wordHighlight 12s ease-in-out infinite;
  animation-delay: 2s
}

.abt-us .animated-words .highlight-text .word:nth-child(7) {
  animation: wordHighlight 12s ease-in-out infinite;
  animation-delay: 2.4s
}

.abt-us .animated-words .highlight-text .word:nth-child(8) {
  animation: wordHighlight 12s ease-in-out infinite;
  animation-delay: 2.8s
}

.abt-us .animated-words .highlight-text .word:nth-child(9) {
  animation: wordHighlight 12s ease-in-out infinite;
  animation-delay: 3.2s
}

.abt-us .animated-words .highlight-text .word:nth-child(10) {
  animation: wordHighlight 12s ease-in-out infinite;
  animation-delay: 3.6s
}

.abt-us .animated-words .highlight-text .word:nth-child(11) {
  animation: wordHighlight 12s ease-in-out infinite;
  animation-delay: 4s
}

.abt-us .animated-words .highlight-text .word:nth-child(12) {
  animation: wordHighlight 12s ease-in-out infinite;
  animation-delay: 4.4s
}

.abt-us .animated-words .highlight-text .word:nth-child(13) {
  animation: wordHighlight 12s ease-in-out infinite;
  animation-delay: 4.8s
}

.abt-us .animated-words .highlight-text .word:nth-child(14) {
  animation: wordHighlight 12s ease-in-out infinite;
  animation-delay: 5.2s
}

.abt-us .animated-words .highlight-text .word:nth-child(15) {
  animation: wordHighlight 12s ease-in-out infinite;
  animation-delay: 5.6s
}

.abt-us .animated-words .highlight-text .word:nth-child(16) {
  animation: wordHighlight 12s ease-in-out infinite;
  animation-delay: 6s
}

.abt-us .animated-words .highlight-text .word:nth-child(17) {
  animation: wordHighlight 12s ease-in-out infinite;
  animation-delay: 6.4s
}

.abt-us .animated-words .highlight-text .word:nth-child(18) {
  animation: wordHighlight 12s ease-in-out infinite;
  animation-delay: 6.8s
}

.abt-us .animated-words .highlight-text .word:nth-child(19) {
  animation: wordHighlight 12s ease-in-out infinite;
  animation-delay: 7.2s
}

.abt-us .animated-words .highlight-text .word:nth-child(20) {
  animation: wordHighlight 12s ease-in-out infinite;
  animation-delay: 7.6s
}

@keyframes wordHighlight {

  0%,
  5%,
  100% {
    background-color: transparent;
    color: #2d2d44
  }

  2.5% {
    background-color: #0BE7FF;
    color: #1a1a2e
  }
}

.abt-us .drop-reveal {
  animation: dropIn .6s ease-in-out
}

@keyframes dropIn {
  0% {
    opacity: 0;
    transform: translateY(-40px)
  }

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

.abt-us .ld-banner {
  animation-delay: 0s
}

.abt-us .story-blk {
  animation-delay: .15s
}

.abt-us .principles-zone {
  animation-delay: .3s
}

@media (max-width: 1200px) {
  .abt-us .ld-banner {
    margin-left: 28px;
    padding: 16px 28px
  }

  .abt-us .story-blk {
    padding: 56px;
    margin-right: 28px
  }

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

  .abt-us .team-display {
    padding: 56px 56px 56px 28px;
    margin-right: 16px
  }

  .abt-us .compare-matrix {
    padding: 56px 28px;
    margin-left: 28px
  }

  .abt-us .animated-words {
    padding: 56px;
    margin-right: 28px
  }
}

@media (max-width: 992px) {
  .abt-us .ld-banner {
    flex-direction: column;
    align-items: flex-start;
    margin-left: 16px;
    padding: 16px
  }

  .abt-us .ld-banner .img-wrapper {
    width: 100%;
    height: 160px
  }

  .abt-us .ld-banner h1 {
    font-size: 27px
  }

  .abt-us .story-blk {
    padding: 28px;
    margin-right: 16px
  }

  .abt-us .story-blk h2 {
    font-size: 27px
  }

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

  .abt-us .principles-zone .principle-grid {
    grid-template-columns: 1fr;
    gap: 16px
  }

  .abt-us .team-display {
    padding: 28px;
    margin-right: 8px
  }

  .abt-us .team-display .members-row {
    flex-direction: column
  }

  .abt-us .compare-matrix {
    padding: 28px;
    margin-left: 16px
  }

  .abt-us .compare-matrix .matrix-table {
    font-size: 13px
  }

  .abt-us .compare-matrix .matrix-table th,
  .abt-us .compare-matrix .matrix-table td {
    padding: 8px
  }

  .abt-us .animated-words {
    padding: 28px;
    margin-right: 16px
  }
}

@media (max-width: 576px) {
  .abt-us .ld-banner {
    margin-left: 8px;
    padding: 8px;
    gap: 16px
  }

  .abt-us .ld-banner h1 {
    font-size: 27px
  }

  .abt-us .story-blk {
    padding: 16px;
    margin-right: 8px
  }

  .abt-us .story-blk h2 {
    font-size: 27px
  }

  .abt-us .principles-zone {
    padding: 16px;
    margin-left: 16px
  }

  .abt-us .principles-zone h2 {
    font-size: 27px
  }

  .abt-us .principles-zone .pcard {
    padding: 16px
  }

  .abt-us .team-display {
    padding: 16px;
    margin-right: 0
  }

  .abt-us .team-display h2 {
    font-size: 27px
  }

  .abt-us .team-display .member-card {
    padding: 16px
  }

  .abt-us .compare-matrix {
    padding: 16px;
    margin-left: 8px;
    overflow-x: auto
  }

  .abt-us .compare-matrix h2 {
    font-size: 27px
  }

  .abt-us .compare-matrix .matrix-table {
    min-width: 500px
  }

  .abt-us .animated-words {
    padding: 16px;
    margin-right: 8px
  }

  .abt-us .animated-words h2 {
    font-size: 27px
  }
}

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

.startp .hero-launch {
  position: relative;
  padding: 136px 16px 56px;
  overflow: hidden;
  background: linear-gradient(135deg, #6C2ECA 0%, #0BE7FF 100%)
}

.startp .hero-launch::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: repeating-linear-gradient(0deg, #ffffff08 0px, transparent 1px, transparent 2px, #ffffff08 3px), repeating-linear-gradient(90deg, #ffffff08 0px, transparent 1px, transparent 2px, #ffffff08 3px);
  pointer-events: none;
  opacity: .6
}

.startp .hero-launch .contain-hero {
  max-width: 1140px;
  margin: 0 auto;
  position: relative;
  z-index: 1
}

.startp .hero-launch .visual-lead {
  width: 100%;
  max-width: 680px;
  margin: 0 auto 56px;
  position: relative
}

.startp .hero-launch .visual-lead img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 24px;
  box-shadow: 1px 8px 52px -1px #6c2eca1a;
  filter: brightness(1.1) contrast(1.05)
}

.startp .hero-launch .txt-primary {
  text-align: center;
  color: #fff
}

.startp .hero-launch .txt-primary h1 {
  font-size: 52px;
  line-height: 1.2;
  letter-spacing: .01em;
  margin: 0 0 28px;
  font-weight: 700
}

.startp .hero-launch .txt-primary h1 .accent-word {
  position: relative;
  display: inline-block;
  border-bottom: 4px solid #FAA00E;
  padding-bottom: 4px
}

.startp .hero-launch .txt-primary p {
  font-size: 27px;
  line-height: 1.6;
  letter-spacing: .015em;
  margin: 0;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto
}

@media (max-width: 992px) {
  .startp .hero-launch {
    padding: 96px 16px 56px
  }

  .startp .hero-launch .txt-primary h1 {
    font-size: 37px
  }

  .startp .hero-launch .txt-primary p {
    font-size: 27px
  }
}

@media (max-width: 576px) {
  .startp .hero-launch {
    padding: 56px 16px
  }

  .startp .hero-launch .txt-primary h1 {
    font-size: 27px;
    margin-bottom: 16px
  }

  .startp .hero-launch .txt-primary p {
    font-size: 13px;
    line-height: 1.6
  }

  .startp .hero-launch .visual-lead {
    margin-bottom: 28px
  }
}

.startp .community-ctx {
  padding: 96px 16px;
  background: #fafafa;
  position: relative
}

.startp .community-ctx::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: repeating-linear-gradient(90deg, #6C2ECA 0px, #6C2ECA 8px, transparent 8px, transparent 16px, #0BE7FF 16px, #0BE7FF 24px, transparent 24px, transparent 32px)
}

.startp .community-ctx .contain-comm {
  max-width: 1140px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  align-items: start
}

.startp .community-ctx .left-comm {
  padding-right: 28px
}

.startp .community-ctx .left-comm h2 {
  font-size: 37px;
  line-height: 1.2;
  letter-spacing: .01em;
  margin: 0 0 28px;
  font-weight: 700;
  color: #2d2d2d
}

.startp .community-ctx .left-comm p {
  font-size: 13px;
  line-height: 1.9;
  letter-spacing: .015em;
  margin: 0 0 16px;
  color: #3a3a3a
}

.startp .community-ctx .left-comm p:last-child {
  margin-bottom: 0
}

.startp .community-ctx .right-comm {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.startp .community-ctx .card-peer {
  background: #fff;
  padding: 28px;
  border-radius: 24px;
  box-shadow: 1px 1px 5px -1px #6c2eca12;
  transition: transform .15s ease-out, box-shadow .15s ease-out;
  animation: slideInRight .6s ease-out backwards
}

.startp .community-ctx .card-peer:nth-child(1) {
  animation-delay: 0s
}

.startp .community-ctx .card-peer:nth-child(2) {
  animation-delay: .2s
}

.startp .community-ctx .card-peer:nth-child(3) {
  animation-delay: .4s
}

@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(40px)
  }

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

.startp .community-ctx .card-peer:hover {
  transform: translateY(-4px);
  box-shadow: 1px 6px 22px -1px #6c2eca17
}

.startp .community-ctx .card-peer h3 {
  font-size: 27px;
  line-height: 1.2;
  letter-spacing: .01em;
  margin: 0 0 8px;
  font-weight: 700;
  color: #2d2d2d
}

.startp .community-ctx .card-peer p {
  font-size: 13px;
  line-height: 1.6;
  letter-spacing: .015em;
  margin: 0;
  color: #4a4a4a
}

@media (max-width: 992px) {
  .startp .community-ctx .contain-comm {
    grid-template-columns: 1fr
  }

  .startp .community-ctx .left-comm {
    padding-right: 0
  }
}

@media (max-width: 576px) {
  .startp .community-ctx {
    padding: 56px 16px
  }

  .startp .community-ctx .left-comm h2 {
    font-size: 27px
  }

  .startp .community-ctx .card-peer {
    padding: 16px
  }

  .startp .community-ctx .card-peer h3 {
    font-size: 13px
  }
}

.startp .offerings-grid {
  padding: 96px 16px;
  background: #fff;
  position: relative
}

.startp .offerings-grid::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 180px;
  height: 3px;
  background: linear-gradient(270deg, #0BE7FF 0%, transparent 100%)
}

.startp .offerings-grid .contain-off {
  max-width: 1140px;
  margin: 0 auto
}

.startp .offerings-grid .heading-off {
  text-align: center;
  margin-bottom: 56px
}

.startp .offerings-grid .heading-off h2 {
  font-size: 37px;
  line-height: 1.2;
  letter-spacing: .01em;
  margin: 0 0 16px;
  font-weight: 700;
  color: #2d2d2d
}

.startp .offerings-grid .heading-off p {
  font-size: 13px;
  line-height: 1.6;
  letter-spacing: .015em;
  margin: 0;
  color: #4a4a4a;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto
}

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

.startp .offerings-grid .item-off {
  background: linear-gradient(135deg, #fafafa 0%, #fff 100%);
  border-radius: 24px;
  padding: 28px;
  border: 1px solid #e8e8e8;
  transition: border-color .12s ease-out, background .18s ease-out;
  position: relative;
  overflow: hidden
}

.startp .offerings-grid .item-off::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #6c2eca0d 0%, #0be7ff0d 100%);
  opacity: 0;
  transition: opacity .15s ease-out;
  pointer-events: none
}

.startp .offerings-grid .item-off:hover {
  border-color: #6C2ECA
}

.startp .offerings-grid .item-off:hover::before {
  opacity: 1
}

.startp .offerings-grid .item-off .icon-off {
  width: 48px;
  height: 48px;
  margin-bottom: 16px;
  background: linear-gradient(135deg, #6C2ECA 0%, #0BE7FF 100%);
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center
}

.startp .offerings-grid .item-off .icon-off svg {
  width: 24px;
  height: 24px;
  fill: #fff
}

.startp .offerings-grid .item-off h3 {
  font-size: 27px;
  line-height: 1.2;
  letter-spacing: .01em;
  margin: 0 0 8px;
  font-weight: 700;
  color: #2d2d2d
}

.startp .offerings-grid .item-off p {
  font-size: 13px;
  line-height: 1.6;
  letter-spacing: .015em;
  margin: 0;
  color: #4a4a4a
}

@media (max-width: 992px) {
  .startp .offerings-grid .grid-off {
    grid-template-columns: 1fr 1fr
  }
}

@media (max-width: 576px) {
  .startp .offerings-grid {
    padding: 56px 16px
  }

  .startp .offerings-grid .heading-off {
    margin-bottom: 28px
  }

  .startp .offerings-grid .heading-off h2 {
    font-size: 27px
  }

  .startp .offerings-grid .grid-off {
    grid-template-columns: 1fr;
    gap: 16px
  }

  .startp .offerings-grid .item-off {
    padding: 16px
  }

  .startp .offerings-grid .item-off h3 {
    font-size: 13px
  }
}

.startp .journey-shape {
  padding: 96px 16px;
  background: #f4f4f4;
  position: relative;
  overflow: hidden
}

.startp .journey-shape::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/picture_library/pict15-251031.jpg);
  background-size: cover;
  background-position: center;
  opacity: .08;
  pointer-events: none
}

.startp .journey-shape::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #ffffffeb 0%, #ffffffe0 100%);
  pointer-events: none
}

.startp .journey-shape .contain-jrny {
  max-width: 1140px;
  margin: 0 auto;
  position: relative;
  z-index: 1
}

.startp .journey-shape .heading-jrny {
  margin-bottom: 56px
}

.startp .journey-shape .heading-jrny h2 {
  font-size: 37px;
  line-height: 1.2;
  letter-spacing: .01em;
  margin: 0 0 16px;
  font-weight: 300;
  color: #2d2d2d
}

.startp .journey-shape .heading-jrny h2 span {
  font-weight: 700
}

.startp .journey-shape .steps-jrny {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.startp .journey-shape .step-item {
  background: #fff;
  padding: 28px;
  border-radius: 24px;
  box-shadow: 1px 1px 5px -1px #0be7ff12;
  display: flex;
  align-items: start;
  gap: 28px;
  border-left: 4px solid transparent;
  transition: border-left-color .12s ease-out, box-shadow .15s ease-out, background .18s ease-out
}

.startp .journey-shape .step-item:hover {
  border-left-color: #0BE7FF;
  box-shadow: 1px 6px 22px -1px #0be7ff17;
  background: linear-gradient(90deg, #0be7ff05 0%, #fff 100%)
}

.startp .journey-shape .step-item .num-step {
  flex-shrink: 0;
  width: 64px;
  height: 64px;
  background: linear-gradient(135deg, #6C2ECA 0%, #0BE7FF 100%);
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 27px;
  line-height: 1;
  font-weight: 700;
  color: #fff
}

.startp .journey-shape .step-item .txt-step h3 {
  font-size: 27px;
  line-height: 1.2;
  letter-spacing: .01em;
  margin: 0 0 8px;
  font-weight: 700;
  color: #2d2d2d
}

.startp .journey-shape .step-item .txt-step p {
  font-size: 13px;
  line-height: 1.6;
  letter-spacing: .015em;
  margin: 0;
  color: #4a4a4a
}

@media (max-width: 576px) {
  .startp .journey-shape {
    padding: 56px 16px
  }

  .startp .journey-shape .heading-jrny {
    margin-bottom: 28px
  }

  .startp .journey-shape .heading-jrny h2 {
    font-size: 27px
  }

  .startp .journey-shape .step-item {
    flex-direction: column;
    padding: 16px;
    gap: 16px
  }

  .startp .journey-shape .step-item .num-step {
    width: 48px;
    height: 48px;
    font-size: 13px
  }

  .startp .journey-shape .step-item .txt-step h3 {
    font-size: 13px
  }
}

.startp .conditions-work {
  padding: 96px 16px;
  background: #fff
}

.startp .conditions-work .contain-cond {
  max-width: 1140px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 56px;
  align-items: center
}

.startp .conditions-work .visual-cond {
  position: relative
}

.startp .conditions-work .visual-cond img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 24px;
  box-shadow: 1px 8px 52px -1px #6c2eca1a
}

.startp .conditions-work .visual-cond::after {
  content: '';
  position: absolute;
  bottom: -16px;
  right: -16px;
  width: 120px;
  height: 120px;
  background: linear-gradient(135deg, #FAA00E 0%, #6C2ECA 100%);
  border-radius: 2px;
  z-index: -1
}

.startp .conditions-work .txt-cond h2 {
  font-size: 37px;
  line-height: 1.2;
  letter-spacing: .01em;
  margin: 0 0 28px;
  font-weight: 700;
  color: #2d2d2d
}

.startp .conditions-work .txt-cond p {
  font-size: 13px;
  line-height: 1.9;
  letter-spacing: .015em;
  margin: 0 0 16px;
  color: #3a3a3a
}

.startp .conditions-work .txt-cond p:first-of-type::first-letter {
  font-size: 52px;
  line-height: 1;
  font-weight: 700;
  color: #6C2ECA;
  float: left;
  margin-right: 8px;
  margin-top: 4px
}

.startp .conditions-work .txt-cond p:last-child {
  margin-bottom: 0
}

.startp .conditions-work .txt-cond ul {
  list-style: none;
  padding: 0;
  margin: 28px 0 0;
  display: flex;
  flex-direction: column;
  gap: 16px
}

.startp .conditions-work .txt-cond ul li {
  background: #fafafa;
  padding: 16px 28px;
  border-radius: 24px;
  font-size: 13px;
  line-height: 1.6;
  letter-spacing: .015em;
  color: #3a3a3a;
  border-left: 3px solid #0BE7FF;
  transition: background .15s ease-out
}

.startp .conditions-work .txt-cond ul li:hover {
  background: #f0f0f0
}

@media (max-width: 992px) {
  .startp .conditions-work .contain-cond {
    grid-template-columns: 1fr;
    gap: 28px
  }

  .startp .conditions-work .visual-cond::after {
    display: none
  }
}

@media (max-width: 576px) {
  .startp .conditions-work {
    padding: 56px 16px
  }

  .startp .conditions-work .txt-cond h2 {
    font-size: 27px
  }

  .startp .conditions-work .txt-cond ul li {
    padding: 16px
  }
}

.startp .scale-metrics {
  padding: 96px 16px;
  background: linear-gradient(135deg, #2d2d2d 0%, #1a1a1a 100%);
  position: relative;
  overflow: hidden
}

.startp .scale-metrics::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -20%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, #6c2eca26 0%, transparent 70%);
  pointer-events: none
}

.startp .scale-metrics .contain-scale {
  max-width: 1140px;
  margin: 0 auto;
  position: relative;
  z-index: 1
}

.startp .scale-metrics .heading-scale {
  text-align: center;
  margin-bottom: 56px
}

.startp .scale-metrics .heading-scale h2 {
  font-size: 37px;
  line-height: 1.2;
  letter-spacing: .01em;
  margin: 0;
  font-weight: 700;
  color: #fff
}

.startp .scale-metrics .grid-scale {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px
}

.startp .scale-metrics .metric-box {
  background: #ffffff0d;
  padding: 28px;
  border-radius: 24px;
  text-align: center;
  border: 1px solid #ffffff1a;
  transition: background .15s ease-out, border-color .12s ease-out, transform .18s ease-out;
  position: relative
}

.startp .scale-metrics .metric-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #6c2eca1a 0%, #0be7ff1a 100%);
  border-radius: 24px;
  opacity: 0;
  transition: opacity .15s ease-out;
  pointer-events: none
}

.startp .scale-metrics .metric-box:hover {
  background: #ffffff14;
  border-color: #0BE7FF;
  transform: translateY(-8px)
}

.startp .scale-metrics .metric-box:hover::before {
  opacity: 1
}

.startp .scale-metrics .metric-box .num-metric {
  font-size: 52px;
  line-height: 1.2;
  font-weight: 700;
  color: #0BE7FF;
  margin: 0 0 8px;
  position: relative
}

.startp .scale-metrics .metric-box .num-metric sup {
  font-size: 27px;
  color: #FAA00E;
  margin-left: 4px
}

.startp .scale-metrics .metric-box .label-metric {
  font-size: 13px;
  line-height: 1.6;
  letter-spacing: .015em;
  color: #e0e0e0;
  margin: 0
}

@media (max-width: 992px) {
  .startp .scale-metrics .grid-scale {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media (max-width: 576px) {
  .startp .scale-metrics {
    padding: 56px 16px
  }

  .startp .scale-metrics .heading-scale {
    margin-bottom: 28px
  }

  .startp .scale-metrics .heading-scale h2 {
    font-size: 27px
  }

  .startp .scale-metrics .grid-scale {
    grid-template-columns: 1fr;
    gap: 16px
  }

  .startp .scale-metrics .metric-box {
    padding: 16px
  }

  .startp .scale-metrics .metric-box .num-metric {
    font-size: 37px
  }

  .startp .scale-metrics .metric-box .num-metric sup {
    font-size: 13px
  }
}

.startp .proof-current {
  padding: 96px 16px;
  background: #fafafa;
  position: relative
}

.startp .proof-current::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: repeating-linear-gradient(90deg, #FAA00E 0px, #FAA00E 12px, transparent 12px, transparent 24px)
}

.startp .proof-current .contain-proof {
  max-width: 1140px;
  margin: 0 auto
}

.startp .proof-current .heading-proof {
  margin-bottom: 56px
}

.startp .proof-current .heading-proof h2 {
  font-size: 37px;
  line-height: 1.2;
  letter-spacing: .01em;
  margin: 0 0 16px;
  font-weight: 700;
  color: #2d2d2d
}

.startp .proof-current .heading-proof p {
  font-size: 13px;
  line-height: 1.6;
  letter-spacing: .015em;
  margin: 0;
  color: #4a4a4a
}

.startp .proof-current .grid-proof {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 28px
}

.startp .proof-current .card-proof {
  background: #fff;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 1px 1px 5px -1px #faa00e12;
  transition: box-shadow .15s ease-out, transform .18s ease-out
}

.startp .proof-current .card-proof:hover {
  box-shadow: 1px 6px 22px -1px #faa00e17;
  transform: translateY(-4px)
}

.startp .proof-current .card-proof .img-proof {
  width: 100%;
  height: 200px;
  overflow: hidden;
  position: relative
}

.startp .proof-current .card-proof .img-proof img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform .2s ease-out
}

.startp .proof-current .card-proof:hover .img-proof img {
  transform: scale(1.05)
}

.startp .proof-current .card-proof .txt-proof {
  padding: 28px
}

.startp .proof-current .card-proof .txt-proof h3 {
  font-size: 27px;
  line-height: 1.2;
  letter-spacing: .01em;
  margin: 0 0 8px;
  font-weight: 700;
  color: #2d2d2d
}

.startp .proof-current .card-proof .txt-proof p {
  font-size: 13px;
  line-height: 1.6;
  letter-spacing: .015em;
  margin: 0;
  color: #4a4a4a
}

.startp .proof-current .expert-testimony {
  margin-top: 56px;
  background: #fff;
  border-radius: 24px;
  padding: 28px;
  box-shadow: 1px 1px 5px -1px #6c2eca12;
  display: flex;
  align-items: center;
  gap: 28px
}

.startp .proof-current .expert-testimony .portrait-expert {
  flex-shrink: 0;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid #6C2ECA
}

.startp .proof-current .expert-testimony .portrait-expert img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block
}

.startp .proof-current .expert-testimony .txt-expert h3 {
  font-size: 27px;
  line-height: 1.2;
  letter-spacing: .01em;
  margin: 0 0 8px;
  font-weight: 700;
  color: #2d2d2d
}

.startp .proof-current .expert-testimony .txt-expert p {
  font-size: 13px;
  line-height: 1.6;
  letter-spacing: .015em;
  margin: 0;
  color: #4a4a4a
}

@media (max-width: 992px) {
  .startp .proof-current .grid-proof {
    grid-template-columns: 1fr 1fr
  }
}

@media (max-width: 576px) {
  .startp .proof-current {
    padding: 56px 16px
  }

  .startp .proof-current .heading-proof {
    margin-bottom: 28px
  }

  .startp .proof-current .heading-proof h2 {
    font-size: 27px
  }

  .startp .proof-current .grid-proof {
    grid-template-columns: 1fr;
    gap: 16px
  }

  .startp .proof-current .card-proof .txt-proof {
    padding: 16px
  }

  .startp .proof-current .card-proof .txt-proof h3 {
    font-size: 13px
  }

  .startp .proof-current .expert-testimony {
    flex-direction: column;
    text-align: center;
    margin-top: 28px;
    padding: 16px
  }

  .startp .proof-current .expert-testimony .portrait-expert {
    width: 80px;
    height: 80px
  }

  .startp .proof-current .expert-testimony .txt-expert h3 {
    font-size: 13px
  }
}

::selection {
  background: #0be7ff4d;
  color: #1a1a1a
}

input::placeholder,
textarea::placeholder {
  color: inherit;
  opacity: .4
}

.contactpg {
  max-width: 1140px;
  margin: 0 auto;
  background: #fff
}

.contactpg .topzone {
  background: linear-gradient(270deg, #6C2ECA, #0BE7FF);
  padding: 96px 16px 28px;
  position: relative;
  overflow: hidden
}

.contactpg .dotpattern {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: radial-gradient(circle, #ffffff26 1px, transparent 1px);
  background-size: 16px 16px;
  pointer-events: none
}

.contactpg .topzone-inner {
  position: relative;
  z-index: 1;
  max-width: 680px
}

.contactpg .topzone h1 {
  font-size: 52px;
  line-height: 1.2;
  letter-spacing: .01em;
  color: #fff;
  margin: 0 0 16px;
  text-transform: none
}

.contactpg .topzone-desc {
  font-size: 27px;
  line-height: 1.6;
  letter-spacing: .02em;
  color: #fffffff2;
  margin: 0 0 28px
}

.contactpg .topzone-links {
  display: flex;
  gap: 16px;
  flex-wrap: wrap
}

.contactpg .topzone-links a {
  display: inline-block;
  padding: 16px 28px;
  background: #fff3;
  color: #fff;
  text-decoration: none;
  border-radius: 24px;
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: .02em;
  text-transform: uppercase;
  transition: background .15s ease-out, transform .12s ease;
  box-shadow: 1px 1px 5px -1px #6c2eca12 1px 6px 22px -1px #6c2eca17
}

.contactpg .topzone-links a:hover {
  background: #ffffff4d;
  transform: translateY(-2px)
}

.contactpg .topzone-links a:active {
  transform: translateY(0)
}

.contactpg .mainzone {
  padding: 56px 16px;
  background: radial-gradient(ellipse at center, #fefefe, #f4f4f4);
  animation: bgpulse 8s ease-in-out infinite
}

@keyframes bgpulse {

  0%,
  100% {
    background: radial-gradient(ellipse at center, #fefefe, #f4f4f4)
  }

  50% {
    background: radial-gradient(ellipse at center, #fff, #f7f7f7)
  }
}

.contactpg .mainzone-grid {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 56px;
  align-items: start
}

.contactpg .sidebar {
  position: relative
}

.contactpg .sidebar::before {
  content: '';
  position: absolute;
  left: -8px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #6C2ECA
}

.contactpg .sidebar::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #0BE7FF
}

.contactpg .infocard {
  background: #fff;
  padding: 28px;
  border-radius: 24px;
  box-shadow: 1px 1px 5px -1px #6c2eca12 1px 6px 22px -1px #6c2eca17 1px 8px 52px -1px #6c2eca1a;
  margin-bottom: 28px
}

.contactpg .infocard:last-child {
  margin-bottom: 0
}

.contactpg .infocard h3 {
  font-size: 27px;
  line-height: 1.2;
  letter-spacing: .01em;
  color: #1a1a1a;
  margin: 0 0 16px;
  font-weight: 700
}

.contactpg .infocard-item {
  margin-bottom: 16px;
  display: flex;
  align-items: start;
  gap: 8px
}

.contactpg .infocard-item:last-child {
  margin-bottom: 0
}

.contactpg .infocard-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  margin-top: 2px
}

.contactpg .infocard-icon svg {
  width: 100%;
  height: 100%;
  fill: #6C2ECA
}

.contactpg .infocard-text {
  font-size: 13px;
  line-height: 1.6;
  letter-spacing: .02em;
  color: #2a2a2a
}

.contactpg .infocard-text a {
  color: #6C2ECA;
  text-decoration: none;
  transition: color .1s ease-out
}

.contactpg .infocard-text a:hover {
  color: #0BE7FF
}

.contactpg .formzone {
  background: #fff;
  padding: 56px;
  border-radius: 24px;
  box-shadow: 1px 1px 5px -1px #6c2eca12 1px 6px 22px -1px #6c2eca17 1px 8px 52px -1px #6c2eca1a;
  position: relative
}

.contactpg .formzone h2 {
  font-size: 37px;
  line-height: 1.2;
  letter-spacing: .01em;
  color: #1a1a1a;
  margin: 0 0 8px;
  font-weight: 300
}

.contactpg .formzone-intro {
  font-size: 13px;
  line-height: 1.6;
  letter-spacing: .02em;
  color: #3a3a3a;
  margin: 0 0 28px
}

.contactpg .formzone-intro::first-letter {
  font-size: 52px;
  line-height: 1;
  font-weight: 700;
  color: #6C2ECA;
  float: left;
  margin: 0 8px 0 0
}

.contactpg .formrow {
  margin-bottom: 28px
}

.contactpg .formrow label {
  display: block;
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: .02em;
  color: #2a2a2a;
  margin-bottom: 8px;
  font-weight: 600
}

.contactpg .formrow input[type="email"],
.contactpg .formrow input[type="text"] {
  width: 100%;
  padding: 16px;
  font-size: 13px;
  line-height: 1.6;
  letter-spacing: .02em;
  color: #2a2a2a;
  background: #fafafa;
  border: 2px solid #e0e0e0;
  border-radius: 2px;
  transition: border-color .15s ease-out, box-shadow .15s ease-out;
  outline: none
}

.contactpg .formrow input[type="email"]::placeholder,
.contactpg .formrow input[type="text"]::placeholder {
  color: #2a2a2a66
}

.contactpg .formrow input[type="email"]:focus,
.contactpg .formrow input[type="text"]:focus {
  border-color: #6C2ECA;
  box-shadow: 0 0 0 3px #6c2eca1a
}

.contactpg .radiogroup {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.contactpg .radioitem {
  display: flex;
  align-items: center;
  padding: 16px;
  background: #fafafa;
  border-radius: 2px;
  cursor: pointer;
  transition: background .12s ease;
  border: 2px solid transparent
}

.contactpg .radioitem:hover {
  background: #f5f5f5
}

.contactpg .radioitem input[type="radio"] {
  width: 20px;
  height: 20px;
  margin: 0 16px 0 0;
  cursor: pointer;
  accent-color: #6C2ECA
}

.contactpg .radioitem input[type="radio"]:focus {
  outline: 2px solid #6C2ECA;
  outline-offset: 2px
}

.contactpg .radioitem input[type="radio"]:checked+span {
  font-weight: 600
}

.contactpg .radioitem:has(input[type="radio"]:checked) {
  background: #6c2eca0d;
  border-color: #6C2ECA
}

.contactpg .radioitem span {
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: .02em;
  color: #2a2a2a;
  cursor: pointer
}

.contactpg .privacycheck {
  display: flex;
  align-items: start;
  gap: 16px;
  margin-bottom: 28px;
  padding: 16px;
  background: #fafafa;
  border-radius: 2px
}

.contactpg .privacycheck input[type="checkbox"] {
  width: 20px;
  height: 20px;
  margin-top: 2px;
  cursor: pointer;
  accent-color: #6C2ECA;
  flex-shrink: 0
}

.contactpg .privacycheck input[type="checkbox"]:focus {
  outline: 2px solid #6C2ECA;
  outline-offset: 2px
}

.contactpg .privacycheck label {
  font-size: 13px;
  line-height: 1.6;
  letter-spacing: .02em;
  color: #2a2a2a;
  cursor: pointer;
  margin: 0
}

.contactpg .privacycheck label a {
  color: #6C2ECA;
  text-decoration: none;
  transition: color .1s ease-out
}

.contactpg .privacycheck label a:hover {
  color: #0BE7FF;
  text-decoration: underline
}

.contactpg .submitbtn {
  width: 100%;
  padding: 16px 28px;
  background: linear-gradient(270deg, #0BE7FF, transparent);
  color: #1a1a1a;
  border: none;
  border-radius: 24px;
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: .02em;
  text-transform: uppercase;
  font-weight: 700;
  cursor: pointer;
  transition: filter .15s ease-out, transform .12s ease;
  box-shadow: 1px 1px 5px -1px #0be7ff12 1px 6px 22px -1px #0be7ff17
}

.contactpg .submitbtn:hover {
  filter: brightness(1.1);
  transform: translateY(-2px)
}

.contactpg .submitbtn:active {
  transform: translateY(0)
}

.contactpg .submitbtn:focus {
  outline: 3px solid #6C2ECA;
  outline-offset: 2px
}

.contactpg .dividerline {
  height: 1px;
  background: #d0d0d0;
  margin: 56px 0;
  position: relative
}

.contactpg .dividerline::before,
.contactpg .dividerline::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 8px;
  background: #d0d0d0;
  left: 20%;
  top: -4px
}

.contactpg .dividerline::after {
  left: 40%
}

.contactpg .imgblock {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  box-shadow: 1px 1px 5px -1px #6c2eca12 1px 6px 22px -1px #6c2eca17 1px 8px 52px -1px #6c2eca1a;
  margin-bottom: 28px
}

.contactpg .imgblock img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  display: block;
  transform: translateZ(0);
  transition: transform .18s ease-out
}

.contactpg .imgblock:hover img {
  transform: scale(1.05) translateZ(0)
}

.contactpg .statsgrid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 28px
}

.contactpg .statcard {
  background: #fff;
  padding: 28px;
  border-radius: 2px;
  box-shadow: inset 0 2px 6px #6c2eca14;
  text-align: center;
  transition: transform .15s ease-out
}

.contactpg .statcard:hover {
  transform: translateY(-4px)
}

.contactpg .statcard-num {
  font-size: 37px;
  line-height: 1.2;
  letter-spacing: .01em;
  color: #6C2ECA;
  font-weight: 700;
  margin: 0 0 8px
}

.contactpg .statcard-label {
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: .02em;
  color: #3a3a3a;
  text-transform: uppercase
}

@media (max-width: 992px) {
  .contactpg .topzone {
    padding: 56px 16px 28px
  }

  .contactpg .topzone h1 {
    font-size: 37px
  }

  .contactpg .topzone-desc {
    font-size: 13px
  }

  .contactpg .mainzone-grid {
    grid-template-columns: 1fr;
    gap: 28px
  }

  .contactpg .formzone {
    padding: 28px
  }

  .contactpg .formzone h2 {
    font-size: 27px
  }

  .contactpg .statsgrid {
    grid-template-columns: 1fr
  }
}

@media (max-width: 576px) {
  .contactpg .topzone h1 {
    font-size: 27px
  }

  .contactpg .topzone-links {
    flex-direction: column
  }

  .contactpg .topzone-links a {
    text-align: center
  }

  .contactpg .formzone {
    padding: 16px
  }

  .contactpg .radiogroup {
    gap: 16px
  }

  .contactpg .imgblock img {
    height: 200px
  }
}

.success-pg {
  max-width: 1140px;
  margin: 0 auto;
  padding: 96px 16px;
  background: #fff
}

.success-pg .confirm-zone {
  text-align: center;
  padding: 56px 28px;
  background: linear-gradient(to left, #0BE7FF, transparent);
  border-radius: 24px;
  box-shadow: 1px 6px 22px -1px #6c2eca17;
  margin: 0 0 56px
}

.success-pg .confirm-zone .check-icon {
  width: 84px;
  height: 84px;
  margin: 0 auto 28px;
  border-radius: 2px;
  background: #6C2ECA;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 1px 8px 52px -1px #6c2eca1a
}

.success-pg .confirm-zone .check-icon svg {
  width: 48px;
  height: 48px;
  fill: none;
  stroke: #fff;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round
}

.success-pg .confirm-zone .main-ttl {
  font-size: 52px;
  line-height: 1.2;
  letter-spacing: .01em;
  color: #1a1a2e;
  margin: 0 0 16px;
  font-weight: 700
}

.success-pg .confirm-zone .sub-msg {
  font-size: 27px;
  line-height: 1.6;
  letter-spacing: .02em;
  color: #2d2d44;
  margin: 0
}

.success-pg .info-blk {
  background: #f5f5f7;
  padding: 56px 28px;
  border-radius: 24px;
  margin: 0 0 56px
}

.success-pg .info-blk .sec-head {
  font-size: 37px;
  line-height: 1.2;
  letter-spacing: .01em;
  color: #1a1a2e;
  margin: 0 0 28px;
  font-weight: 600
}

.success-pg .info-blk .detail-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 16px
}

.success-pg .info-blk .detail-list .item-card {
  background: #fff;
  padding: 28px;
  border-radius: 2px;
  box-shadow: 1px 1px 5px -1px #0be7ff12;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  transition: transform .15s ease-out, box-shadow .15s ease-out
}

.success-pg .info-blk .detail-list .item-card:hover {
  transform: translateY(-2px);
  box-shadow: 1px 6px 22px -1px #0be7ff17
}

.success-pg .info-blk .detail-list .item-card .icon-holder {
  width: 42px;
  height: 42px;
  flex-shrink: 0;
  background: linear-gradient(to left, #0BE7FF, transparent);
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center
}

.success-pg .info-blk .detail-list .item-card .icon-holder svg {
  width: 24px;
  height: 24px;
  fill: #6C2ECA
}

.success-pg .info-blk .detail-list .item-card .txt-wrap {
  flex: 1
}

.success-pg .info-blk .detail-list .item-card .txt-wrap .item-head {
  font-size: 27px;
  line-height: 1.2;
  letter-spacing: .01em;
  color: #1a1a2e;
  margin: 0 0 8px;
  font-weight: 600
}

.success-pg .info-blk .detail-list .item-card .txt-wrap .item-desc {
  font-size: 13px;
  line-height: 1.6;
  letter-spacing: .02em;
  color: #4a4a5e;
  margin: 0
}

.success-pg .action-sect {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
  margin: 0 0 56px
}

.success-pg .action-sect .btn-card {
  background: #fff;
  padding: 28px;
  border-radius: 24px;
  box-shadow: 1px 1px 5px -1px #6c2eca12;
  text-align: center;
  transition: box-shadow .12s ease-out
}

.success-pg .action-sect .btn-card:hover {
  box-shadow: 1px 6px 22px -1px #6c2eca17
}

.success-pg .action-sect .btn-card .card-label {
  font-size: 27px;
  line-height: 1.2;
  letter-spacing: .01em;
  color: #1a1a2e;
  margin: 0 0 16px;
  font-weight: 600
}

.success-pg .action-sect .btn-card .cta-btn {
  display: inline-block;
  padding: 16px 28px;
  background: #6C2ECA;
  color: #fff;
  text-decoration: none;
  border-radius: 2px;
  font-size: 13px;
  letter-spacing: .02em;
  text-transform: uppercase;
  font-weight: 600;
  transition: filter .15s ease-out;
  border: none;
  cursor: pointer
}

.success-pg .action-sect .btn-card .cta-btn:hover {
  filter: brightness(1.15)
}

.success-pg .action-sect .btn-card.alt .cta-btn {
  background: #0BE7FF;
  color: #1a1a2e
}

.success-pg .contact-ref {
  background: linear-gradient(to left, #FAA00E, transparent);
  padding: 56px 28px;
  border-radius: 24px;
  text-align: center
}

.success-pg .contact-ref .ref-head {
  font-size: 37px;
  line-height: 1.2;
  letter-spacing: .01em;
  color: #1a1a2e;
  margin: 0 0 28px;
  font-weight: 600
}

.success-pg .contact-ref .contact-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  max-width: 920px;
  margin: 0 auto
}

.success-pg .contact-ref .contact-grid .contact-item {
  background: #fff;
  padding: 28px 16px;
  border-radius: 2px;
  box-shadow: 1px 1px 5px -1px #faa00e12
}

.success-pg .contact-ref .contact-grid .contact-item .contact-icon {
  width: 36px;
  height: 36px;
  margin: 0 auto 16px;
  background: #FAA00E;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center
}

.success-pg .contact-ref .contact-grid .contact-item .contact-icon svg {
  width: 20px;
  height: 20px;
  fill: #fff
}

.success-pg .contact-ref .contact-grid .contact-item .contact-lbl {
  font-size: 13px;
  line-height: 1.6;
  letter-spacing: .02em;
  color: #4a4a5e;
  margin: 0 0 8px;
  font-weight: 600;
  text-transform: uppercase
}

.success-pg .contact-ref .contact-grid .contact-item .contact-val {
  font-size: 13px;
  line-height: 1.6;
  letter-spacing: .02em;
  color: #1a1a2e;
  margin: 0
}

.success-pg .contact-ref .contact-grid .contact-item .contact-val a {
  color: #6C2ECA;
  text-decoration: none;
  transition: color .12s ease-out
}

.success-pg .contact-ref .contact-grid .contact-item .contact-val a:hover {
  color: #0BE7FF
}

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

  .success-pg .confirm-zone .main-ttl {
    font-size: 37px
  }

  .success-pg .confirm-zone .sub-msg {
    font-size: 27px
  }

  .success-pg .action-sect {
    grid-template-columns: 1fr
  }

  .success-pg .contact-ref .contact-grid {
    grid-template-columns: 1fr
  }
}

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

  .success-pg .confirm-zone {
    padding: 28px 16px;
    margin: 0 0 28px
  }

  .success-pg .confirm-zone .check-icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 16px
  }

  .success-pg .confirm-zone .check-icon svg {
    width: 36px;
    height: 36px
  }

  .success-pg .confirm-zone .main-ttl {
    font-size: 27px
  }

  .success-pg .confirm-zone .sub-msg {
    font-size: 13px
  }

  .success-pg .info-blk {
    padding: 28px 16px;
    margin: 0 0 28px
  }

  .success-pg .info-blk .sec-head {
    font-size: 27px
  }

  .success-pg .info-blk .detail-list .item-card {
    padding: 16px;
    flex-direction: column;
    text-align: center
  }

  .success-pg .info-blk .detail-list .item-card .txt-wrap .item-head {
    font-size: 13px
  }

  .success-pg .action-sect {
    margin: 0 0 28px
  }

  .success-pg .action-sect .btn-card {
    padding: 16px
  }

  .success-pg .action-sect .btn-card .card-label {
    font-size: 13px
  }

  .success-pg .contact-ref {
    padding: 28px 16px
  }

  .success-pg .contact-ref .ref-head {
    font-size: 27px
  }
}