html {
  box-sizing: border-box
}

body {
  margin: 0
}

.topbar {
  background: #001340;
  border-bottom: 1px solid #2abeeb2e
}

.topbar__shell {
  max-width: 1200px;
  margin: 0 auto;
  padding: 8px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px
}

.topbar__links {
  display: flex;
  align-items: center;
  gap: 4px;
  list-style: none;
  margin: 0;
  padding: 0
}

.topbar__links li {
  display: flex;
  align-items: center
}

.topbar__link {
  font-family: 'Manrope', sans-serif;
  font-size: 13px;
  line-height: 1.2;
  color: #efeeeeb8;
  text-decoration: none;
  padding: 8px 12px;
  border-radius: 2px;
  border: 1px solid transparent;
  transition: color .18s ease-out, border-color .15s ease-out;
  white-space: nowrap
}

.topbar__link:hover {
  color: #2ABEEB;
  border-color: #2abeeb38
}

.topbar__link:focus {
  outline: none;
  border-bottom: 4px solid #2ABEEB
}

.topbar__contact {
  font-family: 'Manrope', sans-serif;
  font-size: 13px;
  line-height: 1.2;
  color: #2ABEEB;
  text-decoration: none;
  padding: 8px 12px;
  border-radius: 2px;
  border: 1px solid #2abeeb4d;
  transition: background .15s ease-out, color .18s ease-out;
  white-space: nowrap;
  letter-spacing: .04em;
  text-transform: uppercase
}

.topbar__contact:hover {
  background: #2abeeb1a;
  color: #2ABEEB
}

.topbar__contact:focus {
  outline: none;
  border-bottom: 4px solid #2ABEEB
}

.topbar__sep {
  display: inline-block;
  width: 1px;
  height: 14px;
  background: #2abeeb33;
  margin: 0 4px
}

.brand-bar {
  background: #ffffffb8;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid #00134014;
  box-shadow: 0 2px 6px 0 #00134012;
  position: relative
}

.brand-bar__shell {
  max-width: 1200px;
  margin: 0 auto;
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px
}

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

.brand-bar__logo-mount {
  width: 72px;
  height: 72px;
  padding: 8px;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 2px 6px 0 #00134012 inset 0 1px 2px 0 #0013400d;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0
}

.brand-bar__logo-mount img {
  width: 56px;
  height: 56px;
  object-fit: contain;
  display: block
}

.brand-bar__name {
  font-family: 'Manrope', sans-serif;
  font-size: 46px;
  font-weight: 700;
  line-height: 1.2;
  color: #001340;
  letter-spacing: -.01em
}

.brand-bar__name span {
  color: #2ABEEB
}

.brand-bar__notice {
  display: flex;
  align-items: center;
  gap: 12px;
  background: linear-gradient(90deg, #0013400a 0%, #2abeeb12 100%);
  border: 1px solid #2abeeb40;
  border-radius: 14px;
  padding: 12px 24px;
  box-shadow: 0 2px 6px 0 #2abeeb12;
  max-width: 440px
}

.notice__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #2ABEEB;
  flex-shrink: 0;
  box-shadow: 0 0 0 3px #2abeeb2e
}

.notice__text {
  font-family: 'Manrope', sans-serif;
  font-size: 13px;
  line-height: 1.8;
  color: #001340
}

.notice__text strong {
  font-weight: 700;
  color: #001340
}

@media (max-width: 992px) {
  .brand-bar__name {
    font-size: 36px
  }

  .brand-bar__notice {
    max-width: 300px;
    padding: 12px
  }
}

@media (max-width: 576px) {
  .topbar__shell {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding: 8px 12px
  }

  .topbar__links {
    flex-wrap: wrap
  }

  .topbar__sep {
    display: none
  }

  .brand-bar__shell {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    padding: 24px 12px
  }

  .brand-bar__notice {
    max-width: 100%;
    width: 100%
  }

  .brand-bar__name {
    font-size: 28px
  }
}

.foot-strip {
  background: #001340;
  padding: 72px 0 0
}

.foot-strip__shell {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px
}

.foot-strip__grid {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 72px;
  align-items: start;
  padding-bottom: 36px;
  border-bottom: 1px solid #2abeeb24
}

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

.foot-brand__logo-mount {
  width: 72px;
  height: 72px;
  padding: 8px;
  border-radius: 14px;
  background: #ffffff0f;
  border: 1px solid #2abeeb33;
  box-shadow: 0 2px 6px 0 #2abeeb14;
  display: flex;
  align-items: center;
  justify-content: center
}

.foot-brand__logo-mount img {
  width: 56px;
  height: 56px;
  object-fit: contain;
  display: block
}

.foot-brand__name {
  font-family: 'Manrope', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  letter-spacing: .02em
}

.foot-brand__tagline {
  font-family: 'Manrope', sans-serif;
  font-size: 13px;
  line-height: 1.8;
  color: #efeeee8c;
  max-width: 200px
}

.foot-links {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-top: 4px
}

.foot-links__label {
  font-family: 'Manrope', sans-serif;
  font-size: 13px;
  line-height: 1.2;
  color: #2ABEEB;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-bottom: 8px
}

.foot-links__item {
  font-family: 'Manrope', sans-serif;
  font-size: 13px;
  line-height: 1.8;
  color: #efeeeea6;
  text-decoration: none;
  border-radius: 2px;
  transition: color .18s ease-out;
  display: inline-block
}

.foot-links__item:hover {
  color: #2ABEEB
}

.foot-links__item:focus {
  outline: none;
  border-bottom: 4px solid #2ABEEB;
  color: #2ABEEB
}

.foot-contact {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-top: 4px
}

.foot-contact__label {
  font-family: 'Manrope', sans-serif;
  font-size: 13px;
  line-height: 1.2;
  color: #2ABEEB;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-bottom: 8px
}

.foot-contact__row {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.foot-contact__desc {
  font-family: 'Manrope', sans-serif;
  font-size: 13px;
  line-height: 1.2;
  color: #efeeee73
}

.foot-contact__link {
  font-family: 'Manrope', sans-serif;
  font-size: 16px;
  line-height: 1.2;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  transition: color .15s ease-out;
  border-radius: 2px
}

.foot-contact__link:hover {
  color: #2ABEEB
}

.foot-contact__link:focus {
  outline: none;
  border-bottom: 4px solid #2ABEEB;
  color: #2ABEEB
}

.foot-contact__email {
  font-family: 'Manrope', sans-serif;
  font-size: 16px;
  line-height: 1.2;
  color: #2ABEEB;
  text-decoration: none;
  font-weight: 400;
  transition: color .18s ease-out;
  border-radius: 2px;
  word-break: break-all
}

.foot-contact__email:hover {
  color: #fff
}

.foot-contact__email:focus {
  outline: none;
  border-bottom: 4px solid #2ABEEB;
  color: #fff
}

.foot-messengers {
  display: flex;
  gap: 8px;
  margin-top: 4px
}

.foot-messengers__btn {
  font-family: 'Manrope', sans-serif;
  font-size: 13px;
  line-height: 1.2;
  color: #efeeeeb8;
  text-decoration: none;
  padding: 8px 12px;
  border: 1px solid #2abeeb38;
  border-radius: 4px;
  transition: background .15s ease-out, color .18s ease-out, border-color .15s ease-out;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 44px
}

.foot-messengers__btn:hover {
  background: #2abeeb1a;
  color: #2ABEEB;
  border-color: #2abeeb66
}

.foot-messengers__btn:focus {
  outline: none;
  border-bottom: 4px solid #2ABEEB;
  color: #2ABEEB
}

.msg-icon {
  width: 16px;
  height: 16px;
  display: inline-block;
  flex-shrink: 0
}

.foot-bottom {
  max-width: 1200px;
  margin: 0 auto;
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap
}

.foot-bottom__copy {
  font-family: 'Manrope', sans-serif;
  font-size: 13px;
  line-height: 1.2;
  color: #efeeee61
}

.foot-bottom__addr {
  font-family: 'Manrope', sans-serif;
  font-size: 13px;
  line-height: 1.2;
  color: #efeeee61;
  text-align: right
}

@media (max-width: 992px) {
  .foot-strip__grid {
    grid-template-columns: 1fr 1fr;
    gap: 36px
  }

  .foot-brand {
    grid-column: 1 / -1
  }
}

@media (max-width: 576px) {
  .foot-strip__grid {
    grid-template-columns: 1fr;
    gap: 36px
  }

  .foot-brand {
    grid-column: auto
  }

  .foot-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px
  }

  .foot-bottom__addr {
    text-align: left
  }
}

.doc-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 72px 24px
}

.doc-inner p {
  font-size: 16px;
  line-height: 1.8;
  color: #001340;
  margin-bottom: 24px
}

.doc-inner strong,
.doc-inner b {
  font-weight: 700;
  color: #001340
}

.doc-inner em,
.doc-inner i {
  font-style: italic;
  color: #001340
}

.doc-inner a {
  color: #001340;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
  text-decoration-color: #2ABEEB;
  transition: color .18s ease-out, text-decoration-color .14s ease-out
}

.doc-inner a:hover {
  color: #2ABEEB;
  text-decoration-color: #2ABEEB
}

.doc-inner table {
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 36px;
  box-shadow: 0 2px 6px 0 #00134012;
  border-radius: 4px;
  overflow: hidden
}

.doc-inner thead {
  background-color: #001340
}

.doc-inner thead th {
  color: #EFEEEE;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  padding: 12px 24px;
  text-align: left;
  border: none
}

.doc-inner tbody tr {
  border-bottom: 1px solid #EFEEEE;
  transition: background-color .12s ease-out
}

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

.doc-inner tbody tr:hover {
  background-color: #2abeeb0d
}

.doc-inner td {
  padding: 12px 24px;
  font-size: 16px;
  line-height: 1.8;
  color: #001340;
  vertical-align: top;
  border: none
}

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

.doc-inner tbody tr:nth-child(even):hover {
  background-color: #2abeeb0d
}

@media (max-width: 576px) {
  .doc-inner {
    padding: 36px 12px
  }

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

  .doc-inner thead th,
  .doc-inner td {
    padding: 8px 12px;
    font-size: 13px
  }
}

@media (min-width: 576px) and (max-width: 992px) {
  .doc-inner {
    padding: 36px 24px
  }
}

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

.cnt-us__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px
}

.cnt-us__bg-anim {
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, #00134012 0%, #2abeeb0f 100%);
  animation: bgfade 5s cubic-bezier(0.4, 0, 0.6, 1) infinite alternate;
  pointer-events: none;
  z-index: 0
}

@keyframes bgfade {
  0% {
    opacity: .3
  }

  100% {
    opacity: 1
  }
}

.cnt-us__panel {
  position: relative;
  padding: 72px 0
}

.cnt-us__panel--dark {
  background: #001340
}

.cnt-us__panel--light {
  background: #EFEEEE
}

.cnt-us__panel--white {
  background: #fff
}

.cnt-us__overline {
  display: block;
  width: 32px;
  height: 2px;
  background: #2ABEEB;
  margin: 0 auto 12px
}

.cnt-us__overline--left {
  margin: 0 0 12px
}

.cnt-us__label {
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #2ABEEB;
  text-align: center;
  display: block;
  margin-bottom: 12px
}

.cnt-us__h1 {
  font-size: 46px;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  font-weight: 700;
  margin-bottom: 24px
}

.cnt-us__lead {
  font-size: 16px;
  line-height: 1.8;
  color: #efeeeed1;
  text-align: center;
  max-width: 620px;
  margin: 0 auto 36px
}

.cnt-us__divider {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 36px 0
}

.cnt-us__divider-line {
  flex: 1;
  height: 1px;
  background: #2abeeb38;
  max-width: 180px
}

.cnt-us__divider-cross {
  width: 14px;
  height: 14px;
  position: relative;
  flex-shrink: 0
}

.cnt-us__divider-cross svg {
  display: block
}

.cnt-us__channels {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  position: relative;
  z-index: 1
}

.cnt-us__ch {
  border: 2px solid #2abeeb2e;
  border-radius: 14px;
  padding: 36px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  background: #00134070;
  box-shadow: 0 7px 28px 0 #00134014;
  transition: border-color .18s ease-out, box-shadow .15s ease-out;
  text-align: center
}

.cnt-us__ch:hover {
  border-color: #2ABEEB;
  box-shadow: 0 10px 36px 0 #2abeeb1a
}

.cnt-us__ch-icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  border: 2px solid #2abeeb59;
  background: #2abeeb14;
  position: relative
}

.cnt-us__ch-icon svg {
  display: block
}

.cnt-us__ch-icon-outline {
  position: absolute;
  inset: -4px;
  border-radius: 18px;
  border: 1.5px solid #2ABEEB;
  opacity: 0;
  stroke-dasharray: 120;
  stroke-dashoffset: 120;
  transition: opacity .12s ease-out
}

.cnt-us__ch:hover .cnt-us__ch-icon-outline {
  opacity: 1;
  animation: trace .55s cubic-bezier(0.4, 0, 0.6, 1) forwards
}

@keyframes trace {
  from {
    stroke-dashoffset: 120
  }

  to {
    stroke-dashoffset: 0
  }
}

.cnt-us__ch-name {
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #2ABEEB;
  font-weight: 700
}

.cnt-us__ch-val {
  font-size: 16px;
  line-height: 1.2;
  color: #fff;
  font-weight: 500
}

.cnt-us__ch-link {
  font-size: 13px;
  line-height: 1.2;
  color: #2abeebcc;
  text-decoration: none;
  position: relative;
  transition: color .15s ease-out
}

.cnt-us__ch-link::after {
  content: '';
  display: inline-block;
  width: 0;
  height: 1px;
  background: #2ABEEB;
  vertical-align: middle;
  margin-left: 4px;
  transition: width .18s ease-out
}

.cnt-us__ch-link:hover {
  color: #2ABEEB
}

.cnt-us__ch-link:hover::after {
  width: 12px
}

.cnt-us__addr-row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  gap: 8px;
  margin-top: 12px;
  position: relative;
  z-index: 1
}

.cnt-us__addr-icon {
  flex-shrink: 0;
  margin-top: 2px
}

.cnt-us__addr-text {
  font-size: 13px;
  line-height: 1.8;
  color: #efeeee99
}

.cnt-us__form-wrap {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 36px;
  align-items: start
}

.cnt-us__form-aside {
  padding-right: 12px
}

.cnt-us__aside-h2 {
  font-size: 46px;
  line-height: 1.2;
  color: #001340;
  font-weight: 700;
  margin-bottom: 24px;
  text-align: left
}

.cnt-us__aside-body {
  font-size: 16px;
  line-height: 1.8;
  color: #001340
}

.cnt-us__aside-body p:first-of-type::first-letter {
  font-size: 46px;
  line-height: 1;
  float: left;
  margin-right: 8px;
  margin-top: 4px;
  color: #001340;
  font-weight: 700
}

.cnt-us__aside-body p {
  margin-bottom: 12px
}

.cnt-us__tier-row {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 24px
}

.cnt-us__tier {
  border-radius: 4px;
  padding: 12px;
  border: 2px solid #EFEEEE;
  background: #fff;
  box-shadow: 0 2px 6px 0 #00134012;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  transition: border-color .16s ease-out
}

.cnt-us__tier:hover {
  border-color: #2ABEEB
}

.cnt-us__tier-dot {
  width: 8px;
  height: 8px;
  border-radius: 2px;
  flex-shrink: 0
}

.cnt-us__tier-dot--a {
  background: #001340
}

.cnt-us__tier-dot--b {
  background: #2ABEEB
}

.cnt-us__tier-dot--c {
  background: #EFEEEE;
  border: 1.5px solid #001340
}

.cnt-us__tier-name {
  font-size: 13px;
  line-height: 1.2;
  font-weight: 700;
  color: #001340;
  text-transform: uppercase;
  letter-spacing: .06em
}

.cnt-us__tier-desc {
  font-size: 13px;
  line-height: 1.2;
  color: #555e78
}

.cnt-us__form {
  background: #fff;
  border-radius: 22px;
  padding: 36px;
  box-shadow: 0 10px 36px 0 #0013401a
}

.cnt-us__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-bottom: 24px
}

.cnt-us__field {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.cnt-us__field--full {
  grid-column: 1 / -1
}

.cnt-us__lbl {
  font-size: 13px;
  line-height: 1.2;
  color: #001340;
  font-weight: 600;
  letter-spacing: .04em;
  text-transform: uppercase
}

.cnt-us__inp {
  font-size: 16px;
  line-height: 1.2;
  color: #001340;
  border: 2px solid #EFEEEE;
  border-radius: 4px;
  padding: 12px;
  background: #fff;
  outline: none;
  transition: border-color .16s ease-out, box-shadow .14s ease-out;
  width: 100%;
  box-sizing: border-box;
  font-weight: 400
}

.cnt-us__inp::placeholder {
  color: #0013404d;
  font-weight: 300
}

.cnt-us__inp:focus {
  border-color: #2ABEEB;
  box-shadow: 0 2px 6px 0 #2abeeb12
}

.cnt-us__select {
  font-size: 16px;
  line-height: 1.2;
  color: #001340;
  border: 2px solid #EFEEEE;
  border-radius: 4px;
  padding: 12px;
  background: #fff;
  outline: none;
  transition: border-color .16s ease-out;
  width: 100%;
  box-sizing: border-box;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 7L11 1' stroke='%23001340' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  cursor: pointer
}

.cnt-us__select:focus {
  border-color: #2ABEEB
}

.cnt-us__textarea {
  font-size: 16px;
  line-height: 1.8;
  color: #001340;
  border: 2px solid #EFEEEE;
  border-radius: 4px;
  padding: 12px;
  background: #fff;
  outline: none;
  transition: border-color .16s ease-out;
  width: 100%;
  box-sizing: border-box;
  min-height: 120px;
  resize: vertical;
  font-weight: 400
}

.cnt-us__textarea::placeholder {
  color: #0013404d;
  font-weight: 300
}

.cnt-us__textarea:focus {
  border-color: #2ABEEB
}

.cnt-us__privacy {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 24px
}

.cnt-us__checkbox {
  width: 18px;
  height: 18px;
  border: 2px solid #001340;
  border-radius: 2px;
  flex-shrink: 0;
  margin-top: 2px;
  accent-color: #001340;
  cursor: pointer
}

.cnt-us__privacy-txt {
  font-size: 13px;
  line-height: 1.8;
  color: #555e78
}

.cnt-us__privacy-link {
  color: #001340;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px
}

.cnt-us__submit {
  font-size: 16px;
  line-height: 1.2;
  color: #fff;
  background: #001340;
  border: 2.5px solid #001340;
  border-radius: 4px;
  padding: 12px 36px;
  cursor: pointer;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  transition: background .15s ease-out, color .15s ease-out, border-color .15s ease-out;
  display: inline-block
}

.cnt-us__submit:hover {
  background: #2ABEEB;
  border-color: #2ABEEB;
  color: #001340
}

.cnt-us__submit:focus-visible {
  outline: 2px solid #2ABEEB;
  outline-offset: 3px
}

.cnt-us__submit:active {
  animation: shakebtn .18s cubic-bezier(0.4, 0, 0.6, 1)
}

@keyframes shakebtn {

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

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

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

.cnt-us__info-strip {
  padding: 36px 0;
  position: relative;
  overflow: hidden
}

.cnt-us__info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  position: relative;
  z-index: 1
}

.cnt-us__info-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 24px;
  border-radius: 14px;
  background: #fff;
  border: 2px solid #EFEEEE;
  box-shadow: 0 2px 6px 0 #00134012;
  transition: box-shadow .18s ease-out, border-color .16s ease-out
}

.cnt-us__info-item:hover {
  box-shadow: 0 7px 28px 0 #00134014;
  border-color: #2ABEEB
}

.cnt-us__info-kicker {
  font-size: 13px;
  line-height: 1.2;
  color: #2ABEEB;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase
}

.cnt-us__info-val {
  font-size: 16px;
  line-height: 1.2;
  color: #001340;
  font-weight: 600
}

.cnt-us__info-sub {
  font-size: 13px;
  line-height: 1.8;
  color: #555e78
}

.cnt-us__col-row {
  display: grid;
  grid-template-columns: 1fr 2fr 3fr;
  gap: 24px;
  align-items: end;
  padding-top: 24px;
  position: relative;
  z-index: 1
}

.cnt-us__col-a {
  font-size: 13px;
  line-height: 1.8;
  color: #efeeee8c
}

.cnt-us__col-b {
  font-size: 16px;
  line-height: 1.8;
  color: #efeeeecc
}

.cnt-us__col-c {
  font-size: 16px;
  line-height: 1.8;
  color: #fff
}

.cnt-us__img-cover {
  position: relative;
  overflow: hidden;
  border-radius: 14px;
  height: 320px;
  margin-bottom: 36px
}

.cnt-us__img-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block
}

.cnt-us__img-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(170deg, #0013408c 0%, #2abeeb2e 100%)
}

@media (max-width: 992px) {
  .cnt-us__channels {
    grid-template-columns: 1fr 1fr
  }

  .cnt-us__form-wrap {
    grid-template-columns: 1fr
  }

  .cnt-us__info-grid {
    grid-template-columns: 1fr 1fr
  }

  .cnt-us__col-row {
    grid-template-columns: 1fr 1fr
  }

  .cnt-us__col-a {
    display: none
  }

  .cnt-us__row {
    grid-template-columns: 1fr
  }

  .cnt-us__h1 {
    font-size: 46px
  }

  .cnt-us__aside-h2 {
    font-size: 46px
  }
}

@media (max-width: 576px) {
  .cnt-us__channels {
    grid-template-columns: 1fr
  }

  .cnt-us__info-grid {
    grid-template-columns: 1fr
  }

  .cnt-us__col-row {
    grid-template-columns: 1fr
  }

  .cnt-us__col-b {
    display: none
  }

  .cnt-us__h1 {
    font-size: 46px
  }

  .cnt-us__form {
    padding: 24px
  }

  .cnt-us__panel {
    padding: 36px 0
  }
}

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

.prm__wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px
}

.prm__title-area {
  padding: 72px 24px;
  background: #fff;
  position: relative
}

.prm__title-frame {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 72px;
  border: 1.5px solid #2ABEEB;
  padding: 36px;
  position: relative
}

.prm__title-frame::before {
  content: '';
  position: absolute;
  top: 6px;
  left: 6px;
  right: -6px;
  bottom: -6px;
  border: 1px solid #00134024;
  pointer-events: none
}

.prm__img-card {
  flex: 0 0 340px;
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 10px 36px 0 #0013401a
}

.prm__img-card::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 55%;
  height: 55%;
  background: linear-gradient(135deg, #2abeeb47 0%, transparent 70%);
  pointer-events: none
}

.prm__img-card img {
  display: block;
  width: 340px;
  height: 420px;
  object-fit: cover;
  border-radius: 14px;
  transition: opacity .18s ease-out
}

.prm__text-zone {
  flex: 1
}

.prm__overline {
  display: block;
  width: 32px;
  height: 2px;
  background: #2ABEEB;
  margin-bottom: 12px
}

.prm__h1 {
  font-size: 46px;
  line-height: 1.2;
  color: #001340;
  font-weight: 800;
  margin-bottom: 24px
}

.prm__tagline {
  font-size: 16px;
  line-height: 1.8;
  color: #374060;
  margin-bottom: 36px
}

.prm__links {
  display: flex;
  flex-direction: row;
  gap: 12px;
  flex-wrap: wrap
}

.prm__btn-primary {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #001340;
  background: transparent;
  border: 2.5px solid #001340;
  border-radius: 4px;
  padding: 12px 24px;
  cursor: pointer;
  transition: background .16s ease-out, color .16s ease-out;
  text-decoration: none;
  display: inline-block
}

.prm__btn-primary:hover {
  background: #001340;
  color: #fff
}

.prm__btn-primary:focus {
  outline: 2px solid #2ABEEB;
  outline-offset: 2px
}

.prm__btn-primary.shake {
  animation: prm-shake .18s cubic-bezier(0.4, 0, 0.6, 1)
}

@keyframes prm-shake {

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

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

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

.prm__btn-ghost {
  font-size: 13px;
  font-weight: 600;
  color: #2ABEEB;
  background: transparent;
  border: 2px solid #2ABEEB;
  border-radius: 4px;
  padding: 12px 24px;
  cursor: pointer;
  transition: background .2s ease-out, color .2s ease-out;
  text-decoration: none;
  display: inline-block
}

.prm__btn-ghost:hover {
  background: #2ABEEB;
  color: #001340
}

.prm__btn-ghost:focus {
  outline: 2px solid #001340;
  outline-offset: 2px
}

.prm__divider-geo {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 12px 0;
  background: #EFEEEE;
  overflow: hidden
}

.prm__geo-shape {
  width: 8px;
  height: 8px;
  background: #2ABEEB;
  border-radius: 2px;
  transform: rotate(45deg);
  flex-shrink: 0
}

.prm__geo-line {
  width: 18px;
  height: 1px;
  background: #0013402e;
  flex-shrink: 0
}

.prm__cases {
  background: #001340;
  padding: 72px 24px
}

.prm__cases-wrap {
  max-width: 1200px;
  margin: 0 auto
}

.prm__sec-overline {
  display: block;
  width: 28px;
  height: 2px;
  background: #2ABEEB;
  margin: 0 auto 12px
}

.prm__sec-heading {
  font-size: 46px;
  line-height: 1.2;
  color: #fff;
  font-weight: 700;
  text-align: center;
  margin-bottom: 36px
}

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

.prm__case-item {
  background: #2abeeb12;
  border: 1px solid #2abeeb38;
  border-radius: 14px;
  padding: 24px;
  transition: border-color .14s ease-out
}

.prm__case-item:hover {
  border-color: #2abeeb99
}

.prm__case-label {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .09em;
  text-transform: uppercase;
  color: #2ABEEB;
  margin-bottom: 8px;
  display: block
}

.prm__case-name {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 12px
}

.prm__case-text {
  font-size: 13px;
  line-height: 1.8;
  color: #efeeeec7
}

.prm__case-img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 4px;
  margin-bottom: 16px;
  display: block
}

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

.prm__dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #00134033;
  flex-shrink: 0
}

.prm__dot--accent {
  background: #2ABEEB;
  width: 7px;
  height: 7px
}

.prm__context {
  padding: 72px 24px 36px;
  background: #fff
}

.prm__context-wrap {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  gap: 72px;
  align-items: flex-start
}

.prm__context-left {
  flex: 1
}

.prm__context-heading {
  font-size: 46px;
  line-height: 1.2;
  color: #001340;
  font-weight: 700;
  margin-bottom: 24px
}

.prm__context-body {
  font-size: 16px;
  line-height: 1.8;
  color: #374060
}

.prm__context-body p:first-of-type::first-letter {
  font-size: 46px;
  font-weight: 800;
  line-height: 1.2;
  color: #2ABEEB;
  float: left;
  margin-right: 8px;
  margin-top: 4px
}

.prm__context-body p {
  margin-bottom: 12px
}

.prm__context-right {
  flex: 0 0 340px;
  display: flex;
  flex-direction: column;
  gap: 12px
}

.prm__stat-box {
  border: 1.5px solid #EFEEEE;
  border-radius: 14px;
  padding: 24px;
  background: #EFEEEE;
  box-shadow: 0 2px 6px 0 #00134012;
  border-left: 4px solid #2ABEEB;
  border-top: 1.5px solid #EFEEEE;
  border-right: 1.5px solid #EFEEEE;
  border-bottom: 1.5px solid #EFEEEE
}

.prm__stat-num {
  font-size: 46px;
  line-height: 1.2;
  color: #001340;
  font-weight: 800
}

.prm__stat-desc {
  font-size: 13px;
  line-height: 1.8;
  color: #374060
}

.prm__divider-stripe {
  height: 3px;
  background: linear-gradient(100deg, #EFEEEE 0%, #2ABEEB 40%, #EFEEEE 100%)
}

.prm__team {
  padding: 72px 24px;
  background: #EFEEEE;
  position: relative
}

.prm__team-spotlight {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  background: radial-gradient(ellipse 600px 400px at 20% 60%, #2abeeb14 0%, transparent 70%);
  animation: prm-drift 9s ease-out infinite alternate
}

@keyframes prm-drift {
  0% {
    background-position-x: 20%
  }

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

.prm__team-wrap {
  max-width: 1200px;
  margin: 0 auto;
  position: relative
}

.prm__team-heading {
  font-size: 46px;
  line-height: 1.2;
  color: #001340;
  font-weight: 700;
  text-align: center;
  margin-bottom: 8px
}

.prm__team-sub {
  font-size: 16px;
  line-height: 1.8;
  color: #374060;
  text-align: center;
  max-width: 600px;
  margin: 0 auto 36px
}

.prm__team-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 24px;
  align-items: start
}

.prm__team-featured {
  background: #fff;
  border-radius: 22px;
  padding: 36px;
  box-shadow: 0 7px 28px 0 #00134014;
  display: flex;
  flex-direction: column;
  gap: 24px
}

.prm__team-featured-img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  border-radius: 14px;
  box-shadow: 0 10px 36px 0 #0013401a
}

.prm__member-name {
  font-size: 16px;
  font-weight: 700;
  color: #001340;
  margin-bottom: 4px
}

.prm__member-role {
  font-size: 13px;
  color: #2ABEEB;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-bottom: 12px
}

.prm__member-bio {
  font-size: 13px;
  line-height: 1.8;
  color: #374060
}

.prm__dual-col {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.prm__mini-card {
  background: #fff;
  border-radius: 14px;
  padding: 24px;
  box-shadow: 0 2px 6px 0 #00134012;
  border-top: 3px solid #001340;
  border-left: 1px solid #EFEEEE;
  border-right: 1px solid #EFEEEE;
  border-bottom: 1px solid #EFEEEE
}

.prm__mini-name {
  font-size: 16px;
  font-weight: 700;
  color: #001340;
  margin-bottom: 4px
}

.prm__mini-role {
  font-size: 13px;
  color: #2ABEEB;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-bottom: 8px
}

.prm__mini-text {
  font-size: 13px;
  line-height: 1.8;
  color: #374060
}

.prm__divider-geo2 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 12px 0;
  background: #EFEEEE;
  overflow: hidden
}

.prm__geo2-tri {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 8px solid #00134024;
  flex-shrink: 0
}

.prm__geo2-tri--accent {
  border-bottom-color: #2ABEEB
}

.prm__geo2-gap {
  width: 12px;
  height: 1px;
  background: #0013401a;
  flex-shrink: 0
}

.prm__voices {
  padding: 72px 24px;
  background: #fff
}

.prm__voices-wrap {
  max-width: 1200px;
  margin: 0 auto
}

.prm__voices-heading {
  font-size: 46px;
  line-height: 1.2;
  color: #001340;
  font-weight: 700;
  text-align: center;
  margin-bottom: 36px
}

.prm__voices-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: start
}

.prm__voice-card {
  border-radius: 14px;
  padding: 24px;
  border: 1.5px solid #EFEEEE;
  background: #fff;
  box-shadow: 0 2px 6px 0 #00134012;
  transition: box-shadow .2s ease-out
}

.prm__voice-card:hover {
  box-shadow: 0 7px 28px 0 #00134014
}

.prm__voice-card--wide {
  grid-column: span 2;
  display: flex;
  flex-direction: row;
  gap: 36px;
  align-items: flex-start
}

.prm__voice-img {
  flex: 0 0 220px;
  height: 200px;
  object-fit: cover;
  border-radius: 14px;
  box-shadow: 0 7px 28px 0 #00134014
}

.prm__voice-text-zone {
  flex: 1
}

.prm__quote-mark {
  display: block;
  width: 28px;
  height: 20px;
  margin-bottom: 8px
}

.prm__voice-quote {
  font-size: 16px;
  line-height: 1.8;
  color: #374060;
  margin-bottom: 12px;
  font-style: italic
}

.prm__voice-author {
  font-size: 13px;
  font-weight: 700;
  color: #001340
}

.prm__voice-detail {
  font-size: 13px;
  color: #2ABEEB
}

.prm__voice-quote-sm {
  font-size: 13px;
  line-height: 1.8;
  color: #374060;
  margin-bottom: 12px;
  font-style: italic
}

.prm__focus-wrap {
  position: relative;
  display: inline-block;
  width: 100%
}

.prm__focus-trigger {
  width: 100%;
  background: #EFEEEE;
  border: 2px solid transparent;
  border-radius: 4px;
  padding: 8px 12px;
  font-size: 13px;
  color: transparent;
  cursor: pointer;
  transition: border-color .14s ease-out
}

.prm__focus-trigger:focus {
  outline: none;
  border-color: #2ABEEB;
  color: #001340
}

@media (max-width: 992px) {
  .prm__title-frame {
    flex-direction: column;
    gap: 36px
  }

  .prm__img-card {
    flex: none;
    width: 100%
  }

  .prm__img-card img {
    width: 100%;
    height: 280px
  }

  .prm__cases-grid {
    grid-template-columns: 1fr 1fr
  }

  .prm__context-wrap {
    flex-direction: column;
    gap: 36px
  }

  .prm__context-right {
    flex: none;
    width: 100%;
    flex-direction: row
  }

  .prm__stat-box {
    flex: 1
  }

  .prm__team-grid {
    grid-template-columns: 1fr
  }

  .prm__voices-layout {
    grid-template-columns: 1fr
  }

  .prm__voice-card--wide {
    grid-column: span 1;
    flex-direction: column
  }

  .prm__voice-img {
    flex: none;
    width: 100%;
    height: 200px
  }
}

@media (max-width: 576px) {
  .prm__h1 {
    font-size: 46px
  }

  .prm__sec-heading {
    font-size: 46px
  }

  .prm__cases-grid {
    grid-template-columns: 1fr
  }

  .prm__context-right {
    flex-direction: column
  }

  .prm__title-frame {
    padding: 24px
  }

  .prm__links {
    flex-direction: column
  }
}

.prs {
  overflow-x: hidden
}

.prs .split-band {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  min-height: 0
}

.prs .split-band__left {
  background: #001340;
  flex: 0 0 52%;
  padding: 72px 36px 72px 72px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center
}

.prs .split-band__right {
  background: #EFEEEE;
  flex: 1 1 0;
  padding: 72px 72px 72px 36px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  overflow: hidden
}

.prs .split-band__geo {
  position: absolute;
  top: -32px;
  right: -32px;
  width: 180px;
  height: 180px;
  border: 2px solid #2abeeb2e;
  border-radius: 22px;
  transform: rotate(22deg);
  pointer-events: none
}

.prs .split-band__geo--sm {
  position: absolute;
  bottom: 24px;
  left: 12px;
  width: 64px;
  height: 64px;
  background: #2abeeb14;
  border-radius: 14px;
  transform: rotate(-14deg);
  pointer-events: none
}

.prs .band__overline {
  display: block;
  font-size: 13px;
  line-height: 1.2;
  color: #2ABEEB;
  text-transform: uppercase;
  letter-spacing: .12em;
  margin-bottom: 12px
}

.prs .band__h1 {
  font-size: 46px;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 24px;
  font-weight: 700
}

.prs .band__desc {
  font-size: 16px;
  line-height: 1.8;
  color: #ffffffd1;
  max-width: 380px
}

.prs .band__img-wrap {
  width: 100%;
  aspect-ratio: 4/3;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 10px 36px 0 #0013401a;
  opacity: 0;
  animation: imgFadeIn .22s cubic-bezier(0.4, 0, 0.6, 1) .14s forwards
}

@keyframes imgFadeIn {
  to {
    opacity: 1
  }
}

.prs .band__img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block
}

.prs .drop-in {
  opacity: 0;
  transform: translateY(-28px);
  animation: dropBounce .22s cubic-bezier(0.4, 0, 0.6, 1) .08s forwards
}

@keyframes dropBounce {
  0% {
    opacity: 0;
    transform: translateY(-28px)
  }

  72% {
    opacity: 1;
    transform: translateY(4px)
  }

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

.prs .press-strip {
  background: #fff;
  padding: 8px 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  border-top: 2px solid #EFEEEE;
  border-bottom: 2px solid #EFEEEE
}

.prs .strip-fade {
  flex: 1 1 0;
  height: 4px;
  align-self: center;
  background: linear-gradient(90deg, #fff 0%, #2ABEEB 48%, #fff 100%);
  opacity: .22;
  border-radius: 2px;
  margin: 0 24px
}

.prs .strip-label {
  font-size: 13px;
  line-height: 1.2;
  color: #001340;
  text-transform: uppercase;
  letter-spacing: .1em;
  padding: 8px 24px;
  white-space: nowrap
}

.prs .media-grid-section {
  background: #EFEEEE;
  padding: 72px 0;
  position: relative
}

.prs .media-grid-section__bg {
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='30' cy='30' r='1.2' fill='%23001340' fill-opacity='0.04'/%3E%3C/svg%3E");
  background-size: 60px 60px;
  pointer-events: none;
  border-radius: 0
}

.prs .media-grid-section__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 36px
}

.prs .mg-heading {
  text-align: center;
  margin-bottom: 36px
}

.prs .mg-heading__overline {
  display: block;
  font-size: 13px;
  line-height: 1.2;
  color: #2ABEEB;
  text-transform: uppercase;
  letter-spacing: .12em;
  margin-bottom: 8px
}

.prs .mg-heading__h2 {
  font-size: 46px;
  line-height: 1.2;
  color: #001340;
  font-weight: 700
}

.prs .media-two-col {
  display: flex;
  flex-direction: row;
  gap: 36px;
  align-items: flex-start;
  position: relative
}

.prs .media-two-col__divider {
  flex: 0 0 2px;
  align-self: stretch;
  background: linear-gradient(180deg, #EFEEEE 0%, #2ABEEB 40%, #001340 80%, #EFEEEE 100%);
  border-radius: 2px;
  margin: 0
}

.prs .media-col {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  gap: 24px
}

.prs .media-card {
  background: #fff;
  border-radius: 14px;
  border: 2px solid #EFEEEE;
  padding: 24px;
  box-shadow: 0 2px 6px 0 #00134012;
  transition: box-shadow .18s cubic-bezier(0.4, 0, 0.6, 1), border-color .15s ease-out;
  display: flex;
  flex-direction: column;
  gap: 12px
}

.prs .media-card:hover {
  box-shadow: 0 7px 28px 0 #00134014;
  border-color: #2ABEEB
}

.prs .media-card__type {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px
}

.prs .media-card__badge {
  font-size: 13px;
  line-height: 1.2;
  color: #fff;
  background: #001340;
  border-radius: 4px;
  padding: 4px 8px;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 700;
  border: 2px solid #001340
}

.prs .media-card__badge--outline {
  font-size: 13px;
  line-height: 1.2;
  color: #001340;
  background: transparent;
  border-radius: 4px;
  padding: 4px 8px;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 700;
  border: 2px solid #001340
}

.prs .media-card__h {
  font-size: 16px;
  line-height: 1.2;
  color: #001340;
  font-weight: 700
}

.prs .media-card__body {
  font-size: 16px;
  line-height: 1.8;
  color: #001340
}

.prs .media-card__body::first-letter {
  font-size: 46px;
  line-height: 1;
  font-weight: 700;
  color: #2ABEEB;
  float: left;
  margin-right: 8px;
  margin-top: 4px
}

.prs .media-card__link {
  font-size: 13px;
  line-height: 1.2;
  color: #001340;
  text-decoration: none;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  border-bottom: 2px solid transparent;
  transition: border-color .15s ease-out, color .15s ease-out;
  width: fit-content
}

.prs .media-card__link svg {
  opacity: 0;
  transform: translateX(-6px);
  transition: opacity .18s cubic-bezier(0.4, 0, 0.6, 1), transform .18s cubic-bezier(0.4, 0, 0.6, 1)
}

.prs .media-card__link:hover {
  color: #2ABEEB;
  border-color: #2ABEEB
}

.prs .media-card__link:hover svg {
  opacity: 1;
  transform: translateX(0)
}

.prs .kit-card {
  background: #001340;
  border-radius: 22px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-shadow: 0 10px 36px 0 #0013401a;
  border: 2px solid #2abeeb2e
}

.prs .kit-card__label {
  font-size: 13px;
  line-height: 1.2;
  color: #2ABEEB;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-weight: 700
}

.prs .kit-card__title {
  font-size: 16px;
  line-height: 1.8;
  color: #fff;
  font-weight: 700
}

.prs .kit-card__body {
  font-size: 16px;
  line-height: 1.8;
  color: #fffc
}

.prs .kit-items {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 4px
}

.prs .kit-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  line-height: 1.2;
  color: #ffffffe0
}

.prs .kit-item__dot {
  width: 8px;
  height: 8px;
  border-radius: 2px;
  background: #2ABEEB;
  flex-shrink: 0
}

.prs .kit-card__cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  line-height: 1.2;
  color: #001340;
  background: #2ABEEB;
  border: 2px solid #2ABEEB;
  border-radius: 4px;
  padding: 12px 24px;
  font-weight: 700;
  text-decoration: none;
  margin-top: 8px;
  transition: background .18s ease-out, color .18s ease-out;
  width: fit-content
}

.prs .kit-card__cta:hover {
  background: transparent;
  color: #2ABEEB
}

.prs .contact-row {
  display: flex;
  flex-direction: row;
  gap: 24px;
  margin-top: 24px;
  flex-wrap: wrap
}

.prs .contact-chip {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  background: #2abeeb1a;
  border-radius: 4px;
  padding: 8px 12px;
  font-size: 13px;
  line-height: 1.2;
  color: #001340;
  border: 2px solid #2abeeb38;
  text-decoration: none;
  transition: background .15s ease-out, border-color .15s ease-out
}

.prs .contact-chip:hover {
  background: #2abeeb2e;
  border-color: #2ABEEB
}

.prs .contact-chip__icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0
}

.prs .section-fade-divider {
  height: 4px;
  background: linear-gradient(90deg, transparent 0%, #2ABEEB 30%, #001340 60%, transparent 100%);
  opacity: .13;
  border-radius: 2px;
  margin: 0 72px
}

@media (max-width: 992px) {
  .prs .split-band {
    flex-direction: column
  }

  .prs .split-band__left {
    flex: none;
    padding: 36px 24px
  }

  .prs .split-band__right {
    flex: none;
    padding: 36px 24px
  }

  .prs .media-two-col {
    flex-direction: column
  }

  .prs .media-two-col__divider {
    width: 100%;
    height: 2px;
    flex: none;
    background: linear-gradient(90deg, #EFEEEE 0%, #2ABEEB 48%, #EFEEEE 100%)
  }

  .prs .media-grid-section__inner {
    padding: 0 24px
  }

  .prs .section-fade-divider {
    margin: 0 24px
  }
}

@media (max-width: 576px) {
  .prs .band__h1 {
    font-size: 46px
  }

  .prs .mg-heading__h2 {
    font-size: 46px
  }

  .prs .split-band__left {
    padding: 36px 12px
  }

  .prs .split-band__right {
    padding: 24px 12px
  }

  .prs .media-grid-section {
    padding: 36px 0
  }

  .prs .contact-row {
    flex-direction: column;
    gap: 8px
  }
}

.abt {
  overflow-x: hidden
}

.abt .strip-rail {
  width: 6px;
  background: #2ABEEB;
  border-radius: 2px;
  flex-shrink: 0
}

.abt .pg-eyebrow {
  font-size: 13px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #2ABEEB;
  display: flex;
  align-items: center;
  gap: 8px;
  line-height: 1.2
}

.abt .pg-eyebrow::before {
  content: '';
  display: block;
  width: 24px;
  height: 2px;
  background: #2ABEEB;
  border-radius: 2px;
  flex-shrink: 0
}

.abt .overline {
  display: block;
  width: 32px;
  height: 3px;
  background: #2ABEEB;
  border-radius: 2px;
  margin: 0 auto 12px
}

.abt .overline--left {
  margin: 0 0 12px
}

.abt .accent-word {
  color: #2ABEEB
}

.abt .drop-cap::first-letter {
  float: left;
  font-size: 46px;
  line-height: 1;
  padding-right: 8px;
  padding-top: 4px;
  color: #001340;
  font-weight: 700
}

.abt .geo-shape {
  position: absolute;
  border-radius: 14px;
  pointer-events: none
}

.abt .arr-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #001340;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 2px solid #2ABEEB;
  padding-bottom: 2px;
  transition: color .18s ease-out, border-color .15s ease-out
}

.abt .arr-link svg {
  opacity: 0;
  transform: translateX(-4px);
  transition: opacity .15s ease-out, transform .18s ease-out
}

.abt .arr-link:hover svg {
  opacity: 1;
  transform: translateX(0)
}

.abt .arr-link:hover {
  color: #2ABEEB
}

.abt .title-block {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  max-width: 1200px;
  margin: 0 auto;
  padding: 72px 24px;
  gap: 36px;
  position: relative
}

.abt .title-block__img-col {
  width: 260px;
  flex-shrink: 0;
  position: relative;
  border-radius: 14px;
  overflow: hidden
}

.abt .title-block__img-wrap {
  width: 100%;
  height: 100%;
  min-height: 420px;
  position: relative;
  border-radius: 14px;
  overflow: hidden
}

.abt .title-block__img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 14px;
  filter: brightness(0.88);
  transition: filter .19s ease-out
}

.abt .title-block__img-wrap:hover img {
  filter: brightness(1.05)
}

.abt .light-leak {
  position: absolute;
  top: -30px;
  right: -30px;
  width: 160px;
  height: 160px;
  background: radial-gradient(circle at 60% 40%, #2abeeb61 0%, #2abeeb00 70%);
  pointer-events: none;
  border-radius: 22px
}

.abt .title-block__text {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative
}

.abt .title-block__h1 {
  font-size: 62px;
  line-height: 1.2;
  color: #001340;
  font-weight: 800;
  margin: 12px 0 8px
}

.abt .geo-tri {
  position: absolute;
  width: 80px;
  height: 80px;
  border: 3px solid #2abeeb2e;
  border-radius: 14px;
  transform: rotate(22deg);
  bottom: 36px;
  right: 0;
  pointer-events: none
}

.abt .geo-dot {
  position: absolute;
  width: 40px;
  height: 40px;
  background: #2abeeb14;
  border-radius: 22px;
  top: 24px;
  right: 72px;
  pointer-events: none
}

.abt .who-band {
  background: #EFEEEE;
  padding: 72px 24px;
  position: relative
}

.abt .who-band__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
  align-items: start
}

.abt .who-band__visual {
  position: relative;
  border-radius: 14px
}

.abt .who-band__img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: 14px;
  display: block;
  filter: brightness(0.87);
  transition: filter .2s ease-out;
  box-shadow: 0 7px 28px 0 #00134014
}

.abt .who-band__img:hover {
  filter: brightness(1.04)
}

.abt .who-band__badge {
  position: absolute;
  bottom: -12px;
  right: -12px;
  background: #001340;
  color: #fff;
  font-size: 13px;
  padding: 12px 24px;
  border-radius: 4px;
  line-height: 1.2;
  font-weight: 600;
  box-shadow: 0 2px 6px 0 #00134012
}

.abt .who-band__copy {
  padding-left: 12px
}

.abt .who-band__h2 {
  font-size: 46px;
  line-height: 1.2;
  color: #001340;
  font-weight: 700;
  text-align: center;
  margin-bottom: 24px
}

.abt .who-band__body {
  font-size: 16px;
  line-height: 1.8;
  color: #001340
}

.abt .who-band__body p {
  margin-bottom: 12px
}

.abt .marker-list {
  list-style: none;
  padding: 0;
  margin: 12px 0 0;
  display: flex;
  flex-direction: column;
  gap: 8px
}

.abt .marker-list li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 16px;
  line-height: 1.8;
  color: #001340
}

.abt .marker-list li::before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #2ABEEB;
  border-radius: 2px;
  flex-shrink: 0;
  margin-top: 8px
}

.abt .method-band {
  padding: 72px 24px;
  background: #fff;
  position: relative
}

.abt .method-band__inner {
  max-width: 1200px;
  margin: 0 auto
}

.abt .method-band__head {
  text-align: center;
  margin-bottom: 36px
}

.abt .method-band__h2 {
  font-size: 46px;
  line-height: 1.2;
  color: #001340;
  font-weight: 700
}

.abt .method-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 36px
}

.abt .step-card {
  background: #EFEEEE;
  border-radius: 14px;
  padding: 36px 24px;
  position: relative;
  border-top: 4px solid transparent;
  transition: border-color .16s ease-out, box-shadow .19s ease-out;
  box-shadow: 0 2px 6px 0 #00134012
}

.abt .step-card:hover {
  border-color: #2ABEEB;
  box-shadow: 0 7px 28px 0 #00134014
}

.abt .step-card:active {
  border-color: #2ABEEB;
  background: #2abeeb12
}

.abt .step-card__num {
  font-size: 46px;
  line-height: 1;
  font-weight: 800;
  color: #2abeeb40;
  display: block;
  margin-bottom: 12px
}

.abt .step-card__h4 {
  font-size: 16px;
  font-weight: 700;
  color: #001340;
  margin-bottom: 8px;
  line-height: 1.2
}

.abt .step-card__p {
  font-size: 13px;
  color: #001340;
  line-height: 1.8
}

.abt .method-band__img-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 36px
}

.abt .method-img-wrap {
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 7px 28px 0 #00134014
}

.abt .method-img-wrap img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  display: block;
  filter: brightness(0.88);
  transition: filter .17s ease-out
}

.abt .method-img-wrap:hover img {
  filter: brightness(1.04)
}

.abt .trust-band {
  background: #001340;
  padding: 72px 24px;
  position: relative;
  overflow: hidden
}

.abt .trust-band__glow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
  height: 300px;
  background: radial-gradient(ellipse at center, #2abeeb0f 0%, transparent 70%);
  pointer-events: none;
  animation: innerGlow 5s ease-in-out infinite alternate
}

@keyframes innerGlow {
  from {
    opacity: .6
  }

  to {
    opacity: 1
  }
}

.abt .trust-band__inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative
}

.abt .trust-band__h2 {
  font-size: 46px;
  line-height: 1.2;
  color: #fff;
  font-weight: 700;
  text-align: center;
  margin-bottom: 8px
}

.abt .trust-band__sub {
  font-size: 16px;
  color: #ffffffa6;
  text-align: center;
  margin-bottom: 36px;
  line-height: 1.8
}

.abt .trust-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px
}

.abt .trust-card {
  background: #ffffff0d;
  border: 1px solid #2abeeb2e;
  border-radius: 14px;
  padding: 36px 24px;
  position: relative;
  box-shadow: 0 2px 6px 0 #2abeeb12;
  transition: background .18s ease-out, border-color .16s ease-out
}

.abt .trust-card:hover {
  background: #2abeeb12;
  border-color: #2abeeb66
}

.abt .trust-card__quote {
  font-size: 16px;
  line-height: 1.8;
  color: #ffffffe0;
  margin-bottom: 24px;
  font-style: italic
}

.abt .trust-card__author {
  display: flex;
  align-items: center;
  gap: 12px
}

.abt .trust-card__avatar {
  width: 44px;
  height: 44px;
  border-radius: 22px;
  background: #2abeeb26;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0
}

.abt .trust-card__avatar svg {
  display: block
}

.abt .trust-card__name {
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  line-height: 1.2
}

.abt .trust-card__role {
  font-size: 13px;
  color: #ffffff80;
  line-height: 1.2;
  margin-top: 4px
}

.abt .trust-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 36px;
  border-top: 1px solid #2abeeb26;
  padding-top: 36px
}

.abt .trust-metric__val {
  font-size: 46px;
  font-weight: 800;
  color: #2ABEEB;
  line-height: 1.2;
  display: block
}

.abt .trust-metric__label {
  font-size: 13px;
  color: #fff9;
  line-height: 1.8;
  margin-top: 4px;
  display: block
}

.abt .noise-overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.035'/%3E%3C/svg%3E");
  background-size: 180px 180px;
  opacity: .4
}

.abt .divider-svg {
  display: block;
  width: 100%;
  overflow: hidden;
  line-height: 0
}

.abt .divider-svg svg {
  display: block;
  width: 100%
}

@media (max-width: 992px) {
  .abt .title-block {
    flex-direction: column;
    padding: 36px 24px
  }

  .abt .title-block__img-col {
    width: 100%
  }

  .abt .title-block__img-wrap {
    min-height: 280px
  }

  .abt .title-block__h1 {
    font-size: 46px
  }

  .abt .who-band__inner {
    grid-template-columns: 1fr
  }

  .abt .who-band__copy {
    padding-left: 0
  }

  .abt .method-steps {
    grid-template-columns: 1fr 1fr
  }

  .abt .method-band__img-row {
    grid-template-columns: 1fr
  }

  .abt .trust-grid {
    grid-template-columns: 1fr
  }

  .abt .trust-metrics {
    grid-template-columns: repeat(3, 1fr)
  }
}

@media (max-width: 576px) {
  .abt .title-block__h1 {
    font-size: 46px
  }

  .abt .method-steps {
    grid-template-columns: 1fr
  }

  .abt .trust-metrics {
    grid-template-columns: 1fr;
    gap: 12px
  }

  .abt .who-band__badge {
    position: static;
    margin-top: 12px;
    display: inline-block
  }

  .abt .trust-band__h2,
  .abt .who-band__h2,
  .abt .method-band__h2 {
    font-size: 46px
  }
}

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

.success-pg .confirm-wrap {
  max-width: 560px;
  width: 100%;
  text-align: center
}

.success-pg .confirm-wrap .icon-ring {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: 3px solid #2ABEEB;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 36px;
  box-shadow: 0 7px 28px 0 #2abeeb14
}

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

.success-pg .confirm-wrap .overline-label {
  display: block;
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #2ABEEB;
  margin-bottom: 12px
}

.success-pg .confirm-wrap h1 {
  font-size: 46px;
  line-height: 1.2;
  color: #001340;
  margin-bottom: 24px
}

.success-pg .confirm-wrap .desc {
  font-size: 16px;
  line-height: 1.8;
  color: #001340;
  opacity: .72;
  margin-bottom: 36px
}

.success-pg .confirm-wrap .divider-line {
  width: 48px;
  height: 2px;
  background: #2ABEEB;
  border-radius: 2px;
  margin: 0 auto 36px
}

.success-pg .confirm-wrap .detail-row {
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: flex-start;
  background: #EFEEEE;
  border-radius: 14px;
  padding: 24px;
  margin-bottom: 36px;
  text-align: left;
  box-shadow: 0 2px 6px 0 #00134012
}

.success-pg .confirm-wrap .detail-row .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #2ABEEB;
  margin-top: 8px;
  flex-shrink: 0
}

.success-pg .confirm-wrap .detail-row .detail-text {
  font-size: 16px;
  line-height: 1.8;
  color: #001340
}

.success-pg .confirm-wrap .back-btn {
  display: inline-block;
  font-size: 16px;
  line-height: 1.2;
  color: #001340;
  border: 2px solid #001340;
  border-radius: 4px;
  padding: 12px 36px;
  text-decoration: none;
  transition: background .18s ease-out, color .14s ease-out, border-color .14s ease-out
}

.success-pg .confirm-wrap .back-btn:hover {
  background: #001340;
  color: #fff
}

.success-pg .confirm-wrap .back-btn:focus {
  outline: 2px solid #2ABEEB;
  outline-offset: 3px
}

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

  .success-pg .confirm-wrap h1 {
    font-size: 46px
  }

  .success-pg .confirm-wrap .detail-row {
    flex-direction: column;
    gap: 8px
  }
}