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

body {
  margin: 0;
  position: relative;
  min-height: 100vh
}

.site-head {
  background: linear-gradient(180deg, #0c1220 0%, #111827 60%, #162035 100%);
  border-bottom: 1px solid #37609e47;
  box-shadow: 1px 10px 52px -1px #37609e24;
  padding: 40px 20px 0;
  font-family: 'EB Garamond', Georgia, serif;
  overflow: hidden
}

.site-head-inner {
  max-width: 1100px;
  margin: 0 auto
}

.brand-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding-bottom: 20px
}

.brand-cap {
  display: flex;
  align-items: center;
  gap: 20px
}

.logo-shell {
  background-color: #f5f4f0;
  border-radius: 38px;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 1px 3px 5px -1px #37609e0d 1px 5px 22px -1px #37609e17;
  border: 1px solid #b0b4e22e
}

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

.brand-name-text {
  font-size: 34px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: .02em;
  color: #e8eaf6;
  font-family: 'EB Garamond', Georgia, serif
}

.brand-desc {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: .01em;
  color: #B0B4E2;
  text-align: center;
  opacity: .85
}

.head-nav-row {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0 0;
  border-top: 1px solid #b0b4e21f;
  margin-top: 10px;
  flex-wrap: wrap;
  gap: 10px
}

.head-nav-row a {
  font-family: 'EB Garamond', Georgia, serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: .01em;
  color: #C9D1EA;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 38px;
  transition: color .18s ease-out, background-color .18s ease-out;
  min-height: 44px;
  display: inline-flex;
  align-items: center
}

.head-nav-row a:hover {
  color: #e8eaf6;
  background-color: #37609e38
}

.head-nav-row a:focus {
  outline: 2px solid #B0B4E2;
  outline-offset: 2px;
  text-decoration: underline
}

.head-nav-row a[aria-current="page"] {
  background-color: #37609e59;
  color: #e8eaf6
}

.head-accent-bar {
  height: 3px;
  background: linear-gradient(90deg, transparent 0%, #37609E 30%, #B0B4E2 60%, transparent 100%);
  margin-top: 10px;
  border-radius: 5px
}

.site-foot {
  background: linear-gradient(180deg, #0e1622 0%, #0a1018 100%);
  border-top: 1px solid #37609e40;
  padding: 40px 20px;
  font-family: 'EB Garamond', Georgia, serif
}

.foot-inner {
  max-width: 1100px;
  margin: 0 auto
}

.foot-top {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 40px;
  border-bottom: 1px solid #b0b4e21a;
  gap: 20px;
  flex-wrap: wrap
}

.foot-logo-shell {
  background-color: #f5f4f0;
  border-radius: 38px;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 1px 5px 22px -1px #37609e17;
  border: 1px solid #b0b4e226
}

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

.foot-brand-label {
  font-size: 20px;
  font-weight: 600;
  color: #C9D1EA;
  letter-spacing: .02em;
  line-height: 1.2
}

.foot-links-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  padding: 40px 0 20px
}

.foot-link-pill {
  background-color: #37609e26;
  border: 1px solid #b0b4e22e;
  border-radius: 38px;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: .01em;
  color: #B0B4E2;
  text-decoration: none;
  transition: background-color .16s ease-out, color .16s ease-out;
  min-height: 44px;
  display: inline-flex;
  align-items: center
}

.foot-link-pill:hover {
  background-color: #37609e52;
  color: #e8eaf6
}

.foot-link-pill:focus {
  outline: 2px solid #B0B4E2;
  outline-offset: 2px;
  text-decoration: underline
}

.foot-contact-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  padding-bottom: 20px
}

.foot-contact-item {
  background-color: #c9d1ea0f;
  border-radius: 5px;
  padding: 10px 20px;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: .01em;
  color: #8a90b8;
  box-shadow: inset 0 2px 6px #37609e12
}

.foot-contact-item strong {
  color: #B0B4E2;
  font-weight: 500
}

.foot-contact-item a {
  color: #B0B4E2;
  text-decoration: none;
  transition: color .14s ease-out
}

.foot-contact-item a:hover {
  color: #e8eaf6
}

.foot-contact-item a:focus {
  text-decoration: underline;
  outline: none
}

.foot-copy {
  text-align: center;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: .01em;
  color: #4a5070;
  padding-top: 20px;
  border-top: 1px solid #b0b4e214
}

.cookie-bar {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1000;
  background: #0e1622;
  border-bottom: 1px solid #37609e59;
  box-shadow: 1px 10px 52px -1px #37609e24;
  font-family: 'EB Garamond', Georgia, serif;
  opacity: 0;
  transition: opacity .26s ease-out
}

.cookie-bar.vis {
  opacity: 1
}

.cookie-bar-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px
}

.cookie-text {
  flex: 1 1 300px;
  font-size: 15px;
  line-height: 1.6;
  color: #B0B4E2;
  letter-spacing: .01em
}

.cookie-text ul {
  margin: 10px 0 0;
  padding-left: 20px;
  color: #8a90b8
}

.cookie-text ul li {
  margin-bottom: 0
}

.cookie-btns {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center
}

.cookie-btn-accept {
  background-color: #37609E;
  color: #e8eaf6;
  border: none;
  border-radius: 38px;
  padding: 10px 20px;
  font-family: 'EB Garamond', Georgia, serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: .01em;
  cursor: pointer;
  min-height: 44px;
  transition: filter .16s ease-out
}

.cookie-btn-accept:hover {
  filter: brightness(1.18)
}

.cookie-btn-accept:focus {
  outline: 2px solid #B0B4E2;
  outline-offset: 2px
}

.cookie-btn-decline {
  background-color: transparent;
  color: #B0B4E2;
  border: 1px solid #b0b4e259;
  border-radius: 38px;
  padding: 10px 20px;
  font-family: 'EB Garamond', Georgia, serif;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: .01em;
  cursor: pointer;
  min-height: 44px;
  transition: background-color .16s ease-out, color .16s ease-out
}

.cookie-btn-decline:hover {
  background-color: #b0b4e21a;
  color: #e8eaf6
}

.cookie-btn-decline:focus {
  outline: 2px solid #B0B4E2;
  outline-offset: 2px
}

.cookie-policy-ref {
  width: 100%;
  font-size: 15px;
  color: #4a5070;
  letter-spacing: .01em
}

.cookie-policy-ref a {
  color: #8a90b8;
  text-decoration: underline;
  transition: color .14s ease-out
}

.cookie-policy-ref a:hover {
  color: #B0B4E2
}

.cookie-settings-panel {
  display: none;
  width: 100%;
  padding-top: 10px;
  border-top: 1px solid #b0b4e21f;
  margin-top: 10px
}

.cookie-toggle-row {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 10px 0
}

.cookie-toggle-label {
  font-size: 15px;
  color: #B0B4E2;
  flex: 1;
  letter-spacing: .01em
}

.cookie-toggle-input {
  width: 20px;
  height: 20px;
  accent-color: #37609E;
  cursor: pointer
}

.pref-tab {
  display: none;
  position: fixed;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
  background: #37609E;
  color: #e8eaf6;
  font-family: 'EB Garamond', Georgia, serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: .01em;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  padding: 20px 10px;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
  border: none;
  box-shadow: 1px 5px 22px -1px #37609e24;
  transition: background-color .18s ease-out;
  min-height: 44px
}

.pref-tab:hover {
  background-color: #2d5090
}

.pref-tab:focus {
  outline: 2px solid #B0B4E2;
  outline-offset: 2px
}

@media (max-width: 640px) {
  .brand-name-text {
    font-size: 20px
  }

  .head-nav-row a {
    font-size: 15px;
    padding: 10px
  }

  .foot-contact-group {
    flex-direction: column;
    align-items: center
  }

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

@media (min-width: 641px) and (max-width: 1024px) {
  .head-nav-row {
    gap: 10px
  }
}

.policy-block-brkm {
  max-width: 1100px;
  margin: 0 auto;
  padding: 80px 40px;
  color: #d8ddf0;
  line-height: 1.9
}

.policy-block-brkm h1 {
  font-size: 48px;
  line-height: 1.2;
  letter-spacing: .01em;
  color: #e8ecf8;
  margin-bottom: 40px;
  margin-top: 0
}

.policy-block-brkm h2 {
  font-size: 34px;
  line-height: 1.2;
  letter-spacing: .01em;
  color: #e0e4f5;
  margin-top: 80px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #37609e59
}

.policy-block-brkm h3 {
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: .02em;
  color: #c8cff0;
  margin-top: 40px;
  margin-bottom: 20px
}

.policy-block-brkm h4,
.policy-block-brkm h5,
.policy-block-brkm h6 {
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: .02em;
  color: #b0b4e2;
  margin-top: 40px;
  margin-bottom: 10px;
  text-transform: uppercase
}

.policy-block-brkm p {
  font-size: 15px;
  line-height: 1.9;
  letter-spacing: .01em;
  margin-bottom: 20px;
  color: #c8cff0
}

.policy-block-brkm ul,
.policy-block-brkm ol {
  margin: 20px 0;
  padding-left: 40px
}

.policy-block-brkm ul {
  list-style: none;
  padding-left: 20px
}

.policy-block-brkm ul li {
  position: relative;
  padding-left: 20px
}

.policy-block-brkm ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .75em;
  width: 6px;
  height: 6px;
  border-radius: 38px;
  background: #37609e
}

.policy-block-brkm ol {
  list-style: decimal
}

.policy-block-brkm li {
  font-size: 15px;
  line-height: 1.9;
  letter-spacing: .01em;
  color: #c8cff0;
  margin-bottom: 10px
}

.policy-block-brkm em,
.policy-block-brkm i {
  color: #b0b4e2;
  font-style: italic
}

.policy-block-brkm a {
  color: #b0b4e2;
  text-decoration: underline;
  text-decoration-color: #b0b4e266;
  text-underline-offset: 3px;
  transition: color .18s ease-out, text-decoration-color .15s ease-out
}

.policy-block-brkm a:hover {
  color: #c9d1ea;
  text-decoration-color: #c9d1eab3
}

.policy-block-brkm table {
  width: 100%;
  border-collapse: collapse;
  margin: 40px 0;
  font-size: 15px;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 1px 5px 22px -1px #37609e17
}

.policy-block-brkm thead {
  background: #37609e66
}

.policy-block-brkm thead th {
  padding: 20px;
  text-align: left;
  font-size: 15px;
  letter-spacing: .02em;
  color: #e0e4f5;
  line-height: 1.6;
  border-bottom: 1px solid #b0b4e233
}

.policy-block-brkm tbody tr {
  background: #37609e12;
  transition: background .14s ease-out
}

.policy-block-brkm tbody tr:nth-child(even) {
  background: #37609e21
}

.policy-block-brkm tbody tr:hover {
  background: #37609e38
}

.policy-block-brkm td {
  padding: 20px;
  color: #c8cff0;
  line-height: 1.6;
  border-bottom: 1px solid #b0b4e21a;
  vertical-align: top
}

.policy-block-brkm div {
  margin-bottom: 20px
}

@media (max-width: 1024px) {
  .policy-block-brkm {
    padding: 80px 40px
  }

  .policy-block-brkm h1 {
    font-size: clamp(34px, 5vw, 48px)
  }

  .policy-block-brkm h2 {
    font-size: clamp(20px, 3.5vw, 34px)
  }
}

@media (max-width: 640px) {
  .policy-block-brkm {
    padding: 40px 20px
  }

  .policy-block-brkm h1 {
    font-size: 34px
  }

  .policy-block-brkm h2 {
    font-size: 20px;
    margin-top: 40px
  }

  .policy-block-brkm h3 {
    font-size: 15px;
    margin-top: 20px
  }

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

  .policy-block-brkm thead th,
  .policy-block-brkm td {
    padding: 10px;
    white-space: nowrap
  }
}

.abt-us {
  background: #0d1117;
  color: #e8ecf4;
  overflow-x: clip
}

.abt-us .pg-wrap {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px
}

.abt-us .divider-tri {
  width: 100%;
  line-height: 0;
  display: block
}

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

.abt-us .tb {
  padding: 80px 0 0;
  position: relative
}

.abt-us .tb-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: end
}

.abt-us .tb-img-zone {
  position: relative;
  padding: 40px 40px 0 0
}

.abt-us .tb-img-wrap {
  border-radius: 5px;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 4/3;
  box-shadow: 1px 10px 52px -1px #37609e24
}

.abt-us .tb-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: brightness(0.82) blur(0px);
  transition: filter .18s cubic-bezier(0.4, 0, 0.6, 1);
  display: block
}

.abt-us .tb-img-wrap img:hover {
  filter: brightness(1.05)
}

.abt-us .tb-shape-a {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 0;
  height: 0;
  border-left: 28px solid transparent;
  border-right: 28px solid transparent;
  border-bottom: 48px solid #37609e47;
  pointer-events: none
}

.abt-us .tb-shape-b {
  position: absolute;
  bottom: 20px;
  left: -10px;
  width: 18px;
  height: 18px;
  background: #B0B4E2;
  clip-path: polygon(50% 0%, 100% 100%, 0% 100%);
  pointer-events: none;
  opacity: .6
}

.abt-us .tb-text-zone {
  padding: 0 0 80px 20px
}

.abt-us .tb-eyebrow {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px
}

.abt-us .tb-diamond {
  width: 10px;
  height: 10px;
  background: #B0B4E2;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  flex-shrink: 0
}

.abt-us .tb-eyebrow-txt {
  font-size: 15px;
  color: #B0B4E2;
  letter-spacing: .02em;
  line-height: 1.2
}

.abt-us .tb-h1 {
  font-size: clamp(34px, 5vw, 64px);
  line-height: 1.2;
  letter-spacing: .01em;
  margin: 0 0 20px;
  color: #e8ecf4
}

.abt-us .tb-h1 span.big {
  font-size: clamp(48px, 7vw, 64px);
  color: #B0B4E2;
  display: inline
}

.abt-us .tb-desc {
  font-size: 20px;
  line-height: 1.9;
  letter-spacing: .01em;
  color: #c4cce0;
  margin: 0 0 40px;
  max-width: 480px
}

.abt-us .tb-stat-row {
  display: flex;
  flex-direction: row;
  gap: 40px
}

.abt-us .tb-stat {
  display: flex;
  flex-direction: column;
  gap: 10px
}

.abt-us .tb-stat-num {
  font-size: 34px;
  line-height: 1.2;
  color: #37609E;
  letter-spacing: .01em
}

.abt-us .tb-stat-lbl {
  font-size: 15px;
  line-height: 1.6;
  color: #9aa3bd;
  letter-spacing: .02em
}

.abt-us .div1 {
  background: #0d1117
}

.abt-us .div1 svg {
  fill: #111827
}

.abt-us .about-body {
  background: #111827;
  padding: 80px 0;
  position: relative
}

.abt-us .about-body-grid {
  display: grid;
  grid-template-columns: 3fr 1fr;
  gap: 40px;
  align-items: start
}

.abt-us .about-main-col {
  display: flex;
  flex-direction: column;
  gap: 40px
}

.abt-us .about-h2 {
  font-size: clamp(34px, 4vw, 48px);
  line-height: 1.2;
  letter-spacing: .01em;
  color: #e8ecf4;
  margin: 0 0 20px
}

.abt-us .about-h2 span.big {
  font-size: clamp(48px, 6vw, 64px);
  color: #C9D1EA
}

.abt-us .about-p {
  font-size: 20px;
  line-height: 1.9;
  letter-spacing: .01em;
  color: #b8c2d8;
  margin: 0 0 20px
}

.abt-us .about-p:last-child {
  margin-bottom: 0
}

.abt-us .about-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px
}

.abt-us .about-list li {
  font-size: 15px;
  line-height: 1.6;
  color: #c4cce0;
  letter-spacing: .01em;
  padding-left: 20px;
  position: relative
}

.abt-us .about-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 7px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #37609E
}

.abt-us .about-side-col {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-top: 10px
}

.abt-us .about-note {
  background: #37609e1f;
  border-radius: 5px;
  padding: 20px;
  box-shadow: 1px 5px 22px -1px #37609e17
}

.abt-us .about-note-label {
  font-size: 15px;
  color: #B0B4E2;
  letter-spacing: .02em;
  line-height: 1.2;
  margin-bottom: 10px
}

.abt-us .about-note-val {
  font-size: 34px;
  line-height: 1.2;
  color: #C9D1EA;
  letter-spacing: .01em
}

.abt-us .about-note-sub {
  font-size: 15px;
  color: #8a94ad;
  line-height: 1.6;
  margin-top: 10px
}

.abt-us .about-img-pair {
  display: flex;
  flex-direction: column;
  gap: 20px
}

.abt-us .about-img-sm {
  border-radius: 5px;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 4/3;
  box-shadow: 1px 5px 22px -1px #37609e17
}

.abt-us .about-img-sm img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.78);
  transition: filter .15s ease-out;
  display: block
}

.abt-us .about-img-sm img:hover {
  filter: brightness(1.0)
}

.abt-us .about-quote-wrap {
  position: relative;
  padding: 20px 20px 20px 40px;
  background: #b0b4e212;
  border-radius: 5px
}

.abt-us .about-qmark {
  position: absolute;
  top: 0;
  left: 10px;
  font-size: 64px;
  line-height: 1.2;
  color: #37609e59;
  pointer-events: none;
  user-select: none;
  font-style: normal
}

.abt-us .about-quote-txt {
  font-size: 20px;
  line-height: 1.9;
  color: #C9D1EA;
  letter-spacing: .01em;
  font-style: italic;
  position: relative;
  z-index: 1
}

.abt-us .about-quote-attr {
  font-size: 15px;
  color: #7a849e;
  margin-top: 10px;
  letter-spacing: .02em;
  position: relative;
  z-index: 1
}

.abt-us .div2 {
  background: #111827
}

.abt-us .div2 svg {
  fill: #162035
}

.abt-us .team-sec {
  background: #162035;
  padding: 80px 0;
  position: relative;
  overflow: hidden
}

.abt-us .team-sec-bg-pattern {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .04;
  background-image: repeating-linear-gradient(60deg, transparent, transparent 18px, #B0B4E2 18px, #B0B4E2 19px), repeating-linear-gradient(-60deg, transparent, transparent 18px, #B0B4E2 18px, #B0B4E2 19px);
  background-size: 38px 38px
}

.abt-us .team-top {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
  align-items: start;
  margin-bottom: 80px
}

.abt-us .team-col-left {
  display: flex;
  flex-direction: column;
  gap: 20px
}

.abt-us .team-h2 {
  font-size: clamp(34px, 4vw, 48px);
  line-height: 1.2;
  letter-spacing: .01em;
  color: #e8ecf4;
  margin: 0
}

.abt-us .team-h2 span.big {
  font-size: clamp(48px, 6vw, 64px);
  color: #B0B4E2
}

.abt-us .team-p {
  font-size: 15px;
  line-height: 1.9;
  color: #9aa3bd;
  letter-spacing: .01em
}

.abt-us .team-col-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 0 20px
}

.abt-us .team-portrait-wrap {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 1px 10px 52px -1px #37609e24;
  flex-shrink: 0
}

.abt-us .team-portrait-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: brightness(0.88);
  transition: filter .2s cubic-bezier(0.4, 0, 0.6, 1);
  display: block
}

.abt-us .team-portrait-wrap img:hover {
  filter: brightness(1.05)
}

.abt-us .team-name {
  font-size: 20px;
  line-height: 1.2;
  color: #e8ecf4;
  letter-spacing: .01em;
  text-align: center
}

.abt-us .team-role {
  font-size: 15px;
  color: #B0B4E2;
  letter-spacing: .02em;
  line-height: 1.6;
  text-align: center
}

.abt-us .team-col-right {
  display: flex;
  flex-direction: column;
  gap: 20px
}

.abt-us .team-img-right {
  border-radius: 5px;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 3/2;
  box-shadow: 1px 3px 5px -1px #37609e0d
}

.abt-us .team-img-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.75);
  transition: filter .17s ease-out;
  display: block
}

.abt-us .team-img-right img:hover {
  filter: brightness(1.0)
}

.abt-us .team-note-sm {
  font-size: 15px;
  line-height: 1.6;
  color: #7a849e;
  letter-spacing: .01em
}

.abt-us .metrics-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px
}

.abt-us .metric-card {
  background: #37609e1a;
  border-radius: 5px;
  padding: 20px;
  box-shadow: 1px 5px 22px -1px #37609e17;
  display: flex;
  flex-direction: column;
  gap: 10px;
  transition: box-shadow .18s cubic-bezier(0.4, 0, 0.6, 1)
}

.abt-us .metric-card:hover {
  box-shadow: 1px 10px 52px -1px #37609e24
}

.abt-us .metric-num {
  font-size: 34px;
  line-height: 1.2;
  color: #C9D1EA;
  letter-spacing: .01em
}

.abt-us .metric-lbl {
  font-size: 15px;
  line-height: 1.6;
  color: #7a849e;
  letter-spacing: .02em
}

@keyframes icon-float {
  0% {
    transform: translateY(0px) rotate(0deg)
  }

  35% {
    transform: translateY(-6px) rotate(2deg)
  }

  70% {
    transform: translateY(-3px) rotate(-1deg)
  }

  100% {
    transform: translateY(0px) rotate(0deg)
  }
}

.abt-us .float-shape {
  animation: icon-float 4.2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  display: inline-block
}

.abt-us .float-shape-b {
  animation: icon-float 5.8s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  animation-delay: 1.1s;
  display: inline-block
}

.abt-us .img-grid-bottom {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  margin-top: 40px
}

.abt-us .img-grid-item {
  border-radius: 5px;
  overflow: hidden;
  aspect-ratio: 4/3;
  box-shadow: 1px 3px 5px -1px #b0b4e20d
}

.abt-us .img-grid-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.72);
  transition: filter .22s ease-out;
  display: block
}

.abt-us .img-grid-item img:hover {
  filter: brightness(1.02)
}

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

  .abt-us .tb-text-zone {
    padding: 0 0 40px
  }

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

  .abt-us .team-top {
    grid-template-columns: 1fr 1fr;
    gap: 20px
  }

  .abt-us .team-col-right {
    grid-column: 1 / -1
  }

  .abt-us .metrics-row {
    grid-template-columns: repeat(2, 1fr)
  }

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

@media (max-width: 640px) {
  .abt-us .tb-stat-row {
    flex-direction: column;
    gap: 20px
  }

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

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

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

  .abt-us .about-quote-wrap {
    padding: 20px 20px 20px 40px
  }
}

.pr-page {
  background: #080c14;
  color: #d4daf0;
  overflow-x: clip
}

.pr-page .lead-block {
  position: relative;
  padding: 80px 20px 40px;
  background: linear-gradient(180deg, #37609E 0%, transparent 100%)
}

.pr-page .lead-block .curved-lines {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden
}

.pr-page .lead-block .curved-lines svg {
  width: 100%;
  height: 100%;
  opacity: .13
}

.pr-page .lead-wrap {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  gap: 40px;
  align-items: flex-start
}

.pr-page .lead-left {
  flex: 1 1 0;
  min-width: 0
}

.pr-page .lead-right {
  flex: 0 0 220px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-top: 10px
}

.pr-page .pr-label {
  font-size: 15px;
  letter-spacing: .02em;
  color: #B0B4E2;
  line-height: 1.6;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: block
}

.pr-page .lead-heading {
  font-size: 48px;
  line-height: 1.2;
  letter-spacing: .01em;
  color: #fff;
  margin: 0 0 20px;
  font-weight: 700
}

.pr-page .lead-heading .punct {
  color: #B0B4E2
}

.pr-page .lead-sub {
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: .01em;
  color: #C9D1EA;
  margin: 0 0 40px;
  max-width: 580px
}

.pr-page .img-tinted {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  width: 100%;
  height: 320px;
  box-shadow: 1px 10px 52px -1px #37609e24;
  animation: scaleIn .22s cubic-bezier(0.4, 0, 0.6, 1) both
}

.pr-page .img-tinted img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  animation: slowZoom 8s ease-out infinite alternate
}

.pr-page .img-tinted .tint {
  position: absolute;
  inset: 0;
  background: #37609e47;
  pointer-events: none
}

@keyframes slowZoom {
  from {
    transform: scale(1)
  }

  to {
    transform: scale(1.06)
  }
}

@keyframes scaleIn {
  from {
    opacity: 0;
    transform: scale(0.9)
  }

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

.pr-page .accent-tag {
  background: #37609e2e;
  border: 1px solid #b0b4e238;
  border-radius: 5px;
  padding: 10px 20px;
  font-size: 15px;
  line-height: 1.6;
  color: #B0B4E2;
  letter-spacing: .01em
}

.pr-page .accent-tag strong {
  color: #fff;
  display: block;
  font-size: 20px
}

.pr-page .divider-tri-1 {
  width: 100%;
  line-height: 0;
  overflow: hidden
}

.pr-page .divider-tri-1 svg {
  display: block;
  width: 100%
}

.pr-page .body-block {
  background: #0d1422;
  padding: 80px 20px;
  position: relative
}

.pr-page .body-block::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 60% 40% at 80% 50%, #b0b4e20a 0%, transparent 70%);
  pointer-events: none
}

.pr-page .body-wrap {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  gap: 40px;
  align-items: flex-start
}

.pr-page .body-main {
  flex: 1 1 0;
  min-width: 0
}

.pr-page .body-aside {
  flex: 0 0 200px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-top: 10px
}

.pr-page .section-label {
  font-size: 15px;
  letter-spacing: .02em;
  color: #37609E;
  line-height: 1.6;
  text-transform: uppercase;
  margin-bottom: 20px;
  display: block
}

.pr-page .body-heading {
  font-size: 34px;
  line-height: 1.2;
  letter-spacing: .01em;
  color: #fff;
  margin: 0 0 20px
}

.pr-page .body-heading .big-word {
  font-size: 48px;
  color: #B0B4E2;
  display: inline
}

.pr-page .body-para {
  font-size: 15px;
  line-height: 1.9;
  letter-spacing: .01em;
  color: #C9D1EA;
  margin: 0 0 20px
}

.pr-page .body-list {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
  display: flex;
  flex-direction: column;
  gap: 10px
}

.pr-page .body-list li {
  font-size: 15px;
  line-height: 1.6;
  color: #C9D1EA;
  padding-left: 20px;
  position: relative;
  letter-spacing: .01em
}

.pr-page .body-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 9px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #B0B4E2;
  border-right: 2px solid #B0B4E2;
  transform: rotate(45deg)
}

.pr-page .aside-note {
  background: #37609e1f;
  border-top: 2px solid #37609E;
  border-radius: 5px;
  padding: 20px;
  font-size: 15px;
  line-height: 1.6;
  color: #B0B4E2;
  letter-spacing: .01em
}

.pr-page .aside-note strong {
  color: #fff;
  display: block;
  margin-bottom: 10px
}

.pr-page .big-num {
  font-size: 64px;
  font-weight: 700;
  line-height: 1.2;
  color: #37609E;
  letter-spacing: .01em;
  display: block;
  margin-bottom: 10px
}

.pr-page .big-num-label {
  font-size: 15px;
  line-height: 1.6;
  color: #C9D1EA;
  letter-spacing: .01em
}

.pr-page .thin-lines-deco {
  position: absolute;
  bottom: 20px;
  right: 20px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  pointer-events: none
}

.pr-page .thin-lines-deco span {
  display: block;
  height: 1px;
  background: #b0b4e22e;
  border-radius: 5px
}

.pr-page .divider-tri-2 {
  width: 100%;
  line-height: 0;
  overflow: hidden
}

.pr-page .divider-tri-2 svg {
  display: block;
  width: 100%
}

.pr-page .three-col-block {
  background: #080c14;
  padding: 80px 20px;
  position: relative
}

.pr-page .three-col-block::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 70% 50% at 50% 50%, #37609e0f 0%, transparent 70%);
  pointer-events: none
}

.pr-page .three-col-wrap {
  max-width: 1100px;
  margin: 0 auto
}

.pr-page .three-col-heading {
  font-size: 34px;
  line-height: 1.2;
  letter-spacing: .01em;
  color: #fff;
  margin: 0 0 40px;
  text-align: center
}

.pr-page .three-col-heading .big-word {
  font-size: 48px;
  color: #B0B4E2
}

.pr-page .three-cols {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: stretch
}

.pr-page .col-outer {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  gap: 20px
}

.pr-page .col-center {
  flex: 0 0 340px;
  background: #37609e24;
  border: 1px solid #b0b4e229;
  border-radius: 38px;
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  box-shadow: 1px 5px 22px -1px #37609e17;
  animation: scaleIn .18s cubic-bezier(0.4, 0, 0.6, 1) both
}

.pr-page .col-center-heading {
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: .01em;
  color: #fff;
  margin: 0
}

.pr-page .col-center-para {
  font-size: 15px;
  line-height: 1.9;
  color: #C9D1EA;
  margin: 0;
  letter-spacing: .01em
}

.pr-page .side-card {
  background: #0d1422;
  border-radius: 5px;
  padding: 20px;
  box-shadow: 1px 3px 5px -1px #37609e0d;
  display: flex;
  flex-direction: column;
  gap: 10px
}

.pr-page .side-card-label {
  font-size: 15px;
  letter-spacing: .02em;
  color: #37609E;
  text-transform: uppercase;
  line-height: 1.6
}

.pr-page .side-card-text {
  font-size: 15px;
  line-height: 1.9;
  color: #C9D1EA;
  margin: 0;
  letter-spacing: .01em
}

.pr-page .contact-strip {
  border-top: 1px solid #b0b4e21f;
  margin-top: 40px;
  padding-top: 40px;
  display: flex;
  flex-direction: row;
  gap: 40px;
  align-items: center;
  flex-wrap: wrap
}

.pr-page .contact-item {
  font-size: 15px;
  line-height: 1.6;
  color: #B0B4E2;
  letter-spacing: .01em
}

.pr-page .contact-item a {
  color: #C9D1EA;
  text-decoration: none;
  position: relative;
  transition: color .16s ease-out
}

.pr-page .contact-item a::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 50%;
  right: 50%;
  height: 1px;
  background: #B0B4E2;
  transition: left .18s cubic-bezier(0.4, 0, 0.6, 1), right .18s cubic-bezier(0.4, 0, 0.6, 1)
}

.pr-page .contact-item a:hover::after {
  left: 0;
  right: 0
}

.pr-page .contact-item a:hover {
  color: #fff
}

@media (max-width: 1024px) {
  .pr-page .lead-heading {
    font-size: clamp(34px, 5vw, 48px)
  }

  .pr-page .lead-right {
    flex: 0 0 180px
  }

  .pr-page .col-center {
    flex: 0 0 280px
  }
}

@media (max-width: 640px) {
  .pr-page .lead-wrap {
    flex-direction: column
  }

  .pr-page .lead-right {
    flex: 0 0 auto;
    width: 100%
  }

  .pr-page .body-wrap {
    flex-direction: column
  }

  .pr-page .body-aside {
    flex: 0 0 auto;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap
  }

  .pr-page .three-cols {
    flex-direction: column
  }

  .pr-page .col-center {
    flex: 0 0 auto;
    border-radius: 5px
  }

  .pr-page .col-outer {
    flex-direction: row;
    flex-wrap: wrap
  }

  .pr-page .side-card {
    flex: 1 1 200px
  }

  .pr-page .lead-heading {
    font-size: 34px
  }

  .pr-page .big-num {
    font-size: 48px
  }

  .pr-page .contact-strip {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px
  }
}

.cont-us {
  background: #080c14;
  color: #C9D1EA;
  overflow-x: clip
}

.cont-us .pg-strip {
  display: flex;
  flex-direction: row;
  max-width: 1100px;
  margin: 0 auto;
  padding: 80px 40px;
  gap: 40px;
  align-items: stretch;
  position: relative
}

.cont-us .img-strip {
  width: 180px;
  min-width: 180px;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  flex-shrink: 0
}

.cont-us .img-strip img {
  width: 180px;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 5px;
  transition: border .18s ease-out;
  border: 2px solid transparent
}

.cont-us .img-strip::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, #37609e61 0%, transparent 40%, transparent 60%, #080c149e 100%);
  border-radius: 5px;
  pointer-events: none
}

.cont-us .img-strip:hover img {
  border: 2px solid #37609E
}

.cont-us .strip-accent {
  width: 3px;
  background: linear-gradient(to bottom, #37609E, #B0B4E2);
  border-radius: 38px;
  flex-shrink: 0;
  align-self: stretch;
  opacity: .7
}

.cont-us .pg-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  position: relative
}

.cont-us .pg-label {
  font-size: 15px;
  letter-spacing: .12em;
  color: #B0B4E2;
  text-transform: uppercase;
  line-height: 1.2
}

.cont-us .pg-h1 {
  font-size: 48px;
  line-height: 1.2;
  letter-spacing: .01em;
  color: #C9D1EA;
  margin: 0
}

.cont-us .pg-h1 span.big {
  font-size: 64px;
  color: #B0B4E2;
  display: inline-block;
  line-height: 1
}

.cont-us .pg-tagline {
  font-size: 20px;
  line-height: 1.6;
  color: #8a94b8;
  max-width: 560px;
  letter-spacing: .01em
}

.cont-us .pg-links {
  display: flex;
  flex-direction: row;
  gap: 20px;
  flex-wrap: wrap
}

.cont-us .lnk-primary {
  background: linear-gradient(to right, #37609E, #B0B4E2);
  color: #080c14;
  font-size: 15px;
  padding: 10px 40px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: .02em;
  transition: brightness .16s ease-out;
  display: inline-block
}

.cont-us .lnk-primary:hover {
  filter: brightness(1.15)
}

.cont-us .lnk-sec {
  background: transparent;
  color: #B0B4E2;
  font-size: 15px;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  border: 1px solid #37609E;
  letter-spacing: .02em;
  transition: border-color .14s ease-out, color .14s ease-out;
  display: inline-block
}

.cont-us .lnk-sec:hover {
  border-color: #B0B4E2;
  color: #C9D1EA
}

.cont-us .deco-diag {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
  border-radius: 5px
}

.cont-us .deco-diag::before {
  content: '';
  position: absolute;
  top: -40px;
  right: 60px;
  width: 1px;
  height: 200%;
  background: linear-gradient(to bottom, transparent, #37609e2e, transparent);
  transform: rotate(22deg);
  transform-origin: top center
}

.cont-us .deco-circle {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 38px;
  background: #37609E;
  margin-right: 10px;
  vertical-align: middle;
  flex-shrink: 0
}

.cont-us .form-area {
  background: #0d1220;
  border-top: 1px solid #37609e38;
  padding: 80px 0
}

.cont-us .form-grid {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 40px;
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 80px;
  align-items: start
}

.cont-us .info-col {
  display: flex;
  flex-direction: column;
  gap: 40px
}

.cont-us .info-h2 {
  font-size: 34px;
  line-height: 1.2;
  letter-spacing: .01em;
  color: #C9D1EA;
  margin: 0
}

.cont-us .info-h2 span.big {
  font-size: 48px;
  color: #B0B4E2;
  display: inline-block;
  line-height: 1
}

.cont-us .info-body {
  font-size: 15px;
  line-height: 1.9;
  color: #8a94b8;
  letter-spacing: .01em
}

.cont-us .info-aside {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: flex-start
}

.cont-us .info-aside-main {
  flex: 1;
  font-size: 15px;
  line-height: 1.9;
  color: #8a94b8
}

.cont-us .info-aside-note {
  width: 140px;
  flex-shrink: 0;
  font-size: 15px;
  line-height: 1.6;
  color: #37609E;
  border-top: 1px solid #37609e66;
  padding-top: 10px;
  letter-spacing: .01em
}

.cont-us .contact-facts {
  display: flex;
  flex-direction: column;
  gap: 20px
}

.cont-us .fact-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  line-height: 1.6;
  color: #C9D1EA;
  letter-spacing: .01em
}

.cont-us .fact-row a {
  color: #B0B4E2;
  text-decoration: none;
  position: relative;
  display: inline-block
}

.cont-us .fact-row a::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 50%;
  right: 50%;
  height: 1px;
  background: #B0B4E2;
  transition: left .18s ease-out, right .18s ease-out
}

.cont-us .fact-row a:hover::after {
  left: 0;
  right: 0
}

.cont-us .fact-label {
  color: #37609E;
  font-size: 15px;
  min-width: 80px;
  letter-spacing: .02em
}

.cont-us .form-col {
  background: #111827;
  border-radius: 5px;
  padding: 40px;
  box-shadow: 1px 5px 22px -1px #37609e17 1px 10px 52px -1px #37609e24;
  display: flex;
  flex-direction: column;
  gap: 20px
}

.cont-us .form-col-h {
  font-size: 20px;
  line-height: 1.2;
  color: #C9D1EA;
  letter-spacing: .01em;
  margin: 0
}

.cont-us .f-group {
  display: flex;
  flex-direction: column;
  gap: 10px
}

.cont-us .f-row {
  display: flex;
  flex-direction: row;
  gap: 10px
}

.cont-us .f-row .f-group {
  flex: 1
}

.cont-us .f-label {
  font-size: 15px;
  color: #B0B4E2;
  letter-spacing: .01em;
  line-height: 1.2
}

.cont-us .f-input {
  background: #0d1220;
  border: 1px solid #37609e59;
  border-radius: 5px;
  color: #C9D1EA;
  font-size: 15px;
  padding: 10px 20px;
  outline: none;
  transition: border-color .16s ease-out, box-shadow .16s ease-out;
  width: 100%;
  box-sizing: border-box;
  letter-spacing: .01em
}

.cont-us .f-input::placeholder {
  color: #b0b4e259;
  font-weight: 300
}

.cont-us .f-input:focus {
  border-color: #37609E;
  box-shadow: 1px 3px 5px -1px #37609e0d
}

.cont-us .size-legend {
  font-size: 15px;
  color: #B0B4E2;
  letter-spacing: .01em;
  line-height: 1.2;
  margin: 0;
  padding: 0
}

.cont-us .size-opts {
  display: flex;
  flex-direction: column;
  gap: 10px
}

.cont-us .size-opt {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  font-size: 15px;
  color: #8a94b8;
  line-height: 1.6;
  letter-spacing: .01em;
  padding: 10px 20px;
  border-radius: 5px;
  border: 1px solid #37609e33;
  transition: border-color .14s ease-out, background .14s ease-out
}

.cont-us .size-opt:hover {
  border-color: #37609E;
  background: #37609e14
}

.cont-us .size-opt input[type="radio"] {
  accent-color: #37609E;
  width: 16px;
  height: 16px;
  flex-shrink: 0
}

.cont-us .privacy-row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 10px;
  font-size: 15px;
  color: #8a94b8;
  line-height: 1.6;
  letter-spacing: .01em
}

.cont-us .privacy-row input[type="checkbox"] {
  accent-color: #37609E;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  margin-top: 3px
}

.cont-us .privacy-row a {
  color: #B0B4E2;
  text-decoration: none;
  position: relative;
  display: inline-block
}

.cont-us .privacy-row a::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 50%;
  right: 50%;
  height: 1px;
  background: #B0B4E2;
  transition: left .2s ease-out, right .2s ease-out
}

.cont-us .privacy-row a:hover::after {
  left: 0;
  right: 0
}

.cont-us .f-submit {
  background: linear-gradient(to right, #37609E, #B0B4E2);
  color: #080c14;
  font-size: 15px;
  font-weight: 700;
  padding: 10px 40px;
  border-radius: 5px;
  border: none;
  cursor: pointer;
  letter-spacing: .02em;
  transition: filter .16s ease-out;
  align-self: flex-start;
  line-height: 1.6
}

.cont-us .f-submit:hover {
  filter: brightness(1.14)
}

.cont-us .f-submit:focus {
  outline: 2px solid #B0B4E2;
  outline-offset: 2px
}

.cont-us .f-submit:active {
  filter: brightness(0.96)
}

.cont-us .draw-lines {
  position: relative;
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
  padding: 20px 0
}

.cont-us .dl-node {
  width: 10px;
  height: 10px;
  border-radius: 38px;
  background: #37609E;
  flex-shrink: 0;
  box-shadow: 1px 3px 5px -1px #37609e0d
}

.cont-us .dl-line {
  flex: 1;
  height: 1px;
  background: linear-gradient(to right, #37609E, #B0B4E2);
  transform-origin: left center;
  animation: line-draw .22s cubic-bezier(0.4, 0, 0.6, 1) forwards;
  transform: scaleX(0)
}

@keyframes line-draw {
  to {
    transform: scaleX(1)
  }
}

.cont-us .dl-node-end {
  width: 6px;
  height: 6px;
  border-radius: 38px;
  background: #B0B4E2;
  flex-shrink: 0;
  animation: node-appear .12s .2s ease-out both;
  opacity: 0
}

@keyframes node-appear {
  to {
    opacity: 1
  }
}

.cont-us .sidebar-bar {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: stretch
}

.cont-us .sidebar-contrast {
  width: 4px;
  background: #37609E;
  border-radius: 38px;
  flex-shrink: 0
}

.cont-us .sidebar-text {
  flex: 1;
  font-size: 15px;
  line-height: 1.9;
  color: #8a94b8;
  letter-spacing: .01em
}

.cont-us .arr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px
}

.cont-us .arr-list li {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 10px;
  font-size: 15px;
  line-height: 1.6;
  color: #8a94b8;
  letter-spacing: .01em
}

.cont-us .arr-list li::before {
  content: '';
  display: inline-block;
  width: 7px;
  height: 7px;
  border-top: 1.5px solid #37609E;
  border-right: 1.5px solid #37609E;
  transform: rotate(45deg);
  flex-shrink: 0;
  margin-top: 6px
}

@media (max-width: 1024px) {
  .cont-us .pg-strip {
    padding: 40px 20px;
    gap: 20px
  }

  .cont-us .pg-h1 {
    font-size: 34px
  }

  .cont-us .pg-h1 span.big {
    font-size: 48px
  }

  .cont-us .form-grid {
    grid-template-columns: 1fr;
    padding: 0 20px;
    gap: 40px
  }

  .cont-us .form-area {
    padding: 40px 0
  }

  .cont-us .img-strip {
    width: 120px;
    min-width: 120px
  }

  .cont-us .img-strip img {
    width: 120px
  }
}

@media (max-width: 640px) {
  .cont-us .pg-strip {
    flex-direction: column;
    padding: 40px 20px
  }

  .cont-us .img-strip {
    width: 100%;
    min-width: unset;
    height: 180px
  }

  .cont-us .img-strip img {
    width: 100%;
    height: 180px
  }

  .cont-us .strip-accent {
    width: 100%;
    height: 3px
  }

  .cont-us .pg-h1 {
    font-size: 34px
  }

  .cont-us .pg-h1 span.big {
    font-size: 48px
  }

  .cont-us .f-row {
    flex-direction: column
  }

  .cont-us .info-aside {
    flex-direction: column
  }

  .cont-us .info-aside-note {
    width: 100%
  }

  .cont-us .form-col {
    padding: 20px
  }
}

.bse {
  background: #080c14;
  color: #d4daf0;
  overflow-x: clip
}

.bse .pg-wrap {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px
}

.bse .ttl-blk {
  position: relative;
  padding: 80px 0;
  background: #080c14
}

.bse .ttl-blk::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #37609e2e 0%, transparent 60%);
  pointer-events: none
}

.bse .ttl-stripes {
  position: absolute;
  top: 0;
  right: 0;
  width: 320px;
  height: 100%;
  overflow: hidden;
  pointer-events: none
}

.bse .ttl-stripes::before {
  content: '';
  position: absolute;
  top: -40px;
  right: -60px;
  width: 400px;
  height: 600px;
  background: repeating-linear-gradient(-52deg, transparent, transparent 18px, #b0b4e20a 18px, #b0b4e20a 20px)
}

.bse .ttl-grid {
  display: flex;
  flex-direction: row;
  gap: 40px;
  align-items: center;
  position: relative;
  z-index: 1
}

.bse .ttl-img-col {
  flex: 0 0 420px;
  position: relative;
  overflow: hidden;
  border-radius: 5px
}

.bse .ttl-img-col img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  object-position: center;
  display: block;
  opacity: .72
}

.bse .ttl-img-col::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, #080c14 0%, transparent 55%), linear-gradient(to top, #080c14 0%, transparent 40%);
  pointer-events: none
}

.bse .ttl-text-col {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px
}

.bse .ttl-label {
  font-size: 15px;
  letter-spacing: .02em;
  color: #B0B4E2;
  line-height: 1.6;
  text-transform: uppercase
}

.bse .ttl-h1 {
  font-size: 64px;
  line-height: 1.2;
  letter-spacing: .01em;
  color: #eef0fa;
  margin: 0 !important
}

.bse .ttl-h1 span {
  font-size: 48px;
  color: #B0B4E2
}

.bse .ttl-tag {
  font-size: 20px;
  line-height: 1.6;
  color: #a8aed6;
  letter-spacing: .01em;
  max-width: 480px
}

.bse .ttl-links {
  display: flex;
  flex-direction: row;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 10px
}

.bse .btn-prim {
  display: inline-block;
  padding: 10px 40px;
  background: #37609E;
  color: #eef0fa;
  font-size: 15px;
  letter-spacing: .02em;
  border-radius: 5px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: brightness .16s ease-out, box-shadow .16s ease-out;
  box-shadow: 1px 5px 22px -1px #37609e17;
  line-height: 1.6
}

.bse .btn-prim:hover {
  filter: brightness(1.18);
  box-shadow: 1px 10px 52px -1px #37609e24
}

.bse .btn-sec {
  display: inline-block;
  padding: 10px 40px;
  background: transparent;
  color: #B0B4E2;
  font-size: 15px;
  letter-spacing: .02em;
  border-radius: 5px;
  text-decoration: none;
  border: 1px solid #b0b4e259;
  cursor: pointer;
  transition: border-color .18s ease-out, color .18s ease-out;
  line-height: 1.6
}

.bse .btn-sec:hover {
  border-color: #B0B4E2;
  color: #eef0fa
}

.bse .exp-sec {
  padding: 80px 0;
  background: linear-gradient(to top, #0d1220 0%, #080c14 100%);
  position: relative
}

.bse .exp-sec::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(to right, transparent, #b0b4e22e, transparent)
}

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

.bse .exp-left {
  flex: 0 0 340px;
  display: flex;
  flex-direction: column;
  gap: 20px
}

.bse .exp-h2 {
  font-size: 48px;
  line-height: 1.2;
  letter-spacing: .01em;
  color: #eef0fa;
  margin: 0 !important
}

.bse .exp-h2 em {
  font-size: 34px;
  color: #B0B4E2;
  font-style: normal;
  display: block
}

.bse .exp-img-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  margin-top: 10px
}

.bse .exp-img-wrap img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  object-position: center;
  display: block;
  opacity: .65;
  transition: opacity .2s ease-out
}

.bse .exp-img-wrap:hover img {
  opacity: .85
}

.bse .exp-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 40px
}

.bse .exp-note-pair {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: flex-start
}

.bse .exp-main-txt {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px
}

.bse .exp-aside {
  flex: 0 0 160px;
  font-size: 15px;
  line-height: 1.6;
  color: #7a82b8;
  letter-spacing: .01em;
  padding-top: 4px;
  border-top: 1px solid #b0b4e233
}

.bse .exp-p {
  font-size: 15px;
  line-height: 1.9;
  color: #b8bedd;
  letter-spacing: .01em;
  margin: 0
}

.bse .exp-divider {
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, #37609e4d, #b0b4e226, transparent)
}

.bse .grad-sec {
  padding: 80px 0 40px;
  background: #080c14;
  position: relative
}

.bse .grad-sec::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(to right, transparent, #37609e40, transparent)
}

.bse .grad-h2 {
  font-size: 34px;
  line-height: 1.2;
  letter-spacing: .01em;
  color: #eef0fa;
  margin: 0 0 40px !important
}

.bse .grad-h2 strong {
  font-size: 48px;
  display: block;
  color: #C9D1EA
}

.bse .grad-layout {
  display: flex;
  flex-direction: row;
  gap: 40px;
  align-items: stretch
}

.bse .grad-cards {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px
}

.bse .grad-card {
  background: #37609e12;
  border: 1px solid #b0b4e21a;
  border-radius: 5px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  box-shadow: 1px 3px 5px -1px #37609e0d;
  transition: transform .14s cubic-bezier(0.4, 0, 0.6, 1), box-shadow .14s cubic-bezier(0.4, 0, 0.6, 1);
  cursor: default
}

.bse .grad-card:hover {
  transform: translateY(-4px);
  box-shadow: 1px 10px 52px -1px #37609e24
}

.bse .grad-card-lbl {
  font-size: 15px;
  letter-spacing: .02em;
  color: #B0B4E2;
  line-height: 1.2;
  text-transform: uppercase
}

.bse .grad-card-div {
  height: 1px;
  background: #b0b4e22e;
  width: 100%
}

.bse .grad-card-txt {
  font-size: 15px;
  line-height: 1.9;
  color: #a8aed6;
  margin: 0
}

.bse .grad-img-col {
  flex: 0 0 360px;
  display: flex;
  flex-direction: column;
  gap: 20px
}

.bse .grad-img-wrap {
  overflow: hidden;
  border-radius: 5px;
  position: relative
}

.bse .grad-img-wrap img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  object-position: center;
  display: block;
  opacity: .7
}

.bse .grad-img-wrap::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent 50%, #080c1499 100%);
  pointer-events: none
}

.bse .grad-img2-wrap {
  overflow: hidden;
  border-radius: 5px
}

.bse .grad-img2-wrap img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  object-position: center;
  display: block;
  opacity: .6;
  transition: opacity .18s ease-out
}

.bse .grad-img2-wrap:hover img {
  opacity: .82
}

.bse .num-sec {
  padding: 80px 0;
  background: linear-gradient(to top, #111827 0%, #080c14 100%);
  position: relative
}

.bse .num-sec::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(to right, transparent, #c9d1ea26, transparent)
}

.bse .num-top {
  display: flex;
  flex-direction: row;
  gap: 80px;
  align-items: flex-start;
  margin-bottom: 40px
}

.bse .num-h2 {
  font-size: 48px;
  line-height: 1.2;
  letter-spacing: .01em;
  color: #eef0fa;
  margin: 0 !important;
  flex: 0 0 auto
}

.bse .num-h2 span {
  font-size: 34px;
  color: #7a82b8;
  display: block
}

.bse .num-desc {
  flex: 1;
  font-size: 15px;
  line-height: 1.9;
  color: #a8aed6;
  letter-spacing: .01em;
  margin: 0;
  padding-top: 10px
}

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

.bse .num-item {
  background: #b0b4e20d;
  border-radius: 5px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  border: 1px solid #b0b4e214;
  box-shadow: 1px 3px 5px -1px #37609e0d;
  transition: transform .14s cubic-bezier(0.4, 0, 0.6, 1), box-shadow .14s cubic-bezier(0.4, 0, 0.6, 1);
  cursor: default
}

.bse .num-item:hover {
  transform: translateY(-5px);
  box-shadow: 1px 10px 52px -1px #37609e24
}

.bse .num-val {
  font-size: 48px;
  line-height: 1.2;
  color: #B0B4E2;
  letter-spacing: .01em
}

.bse .num-div {
  height: 1px;
  background: #37609e66;
  width: 40px
}

.bse .num-lbl {
  font-size: 15px;
  line-height: 1.6;
  color: #7a82b8;
  letter-spacing: .01em
}

.bse .num-bottom {
  margin-top: 40px;
  display: flex;
  flex-direction: row;
  gap: 40px;
  align-items: flex-start
}

.bse .num-glossary {
  flex: 1
}

.bse .num-glossary dl {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 0;
  margin: 0;
  padding: 0
}

.bse .num-glossary dt {
  font-size: 15px;
  line-height: 1.6;
  color: #B0B4E2;
  letter-spacing: .02em;
  padding: 10px 20px 10px 0;
  border-bottom: 1px solid #b0b4e21a
}

.bse .num-glossary dd {
  font-size: 15px;
  line-height: 1.6;
  color: #8890be;
  padding: 10px 0;
  margin: 0;
  border-bottom: 1px solid #b0b4e21a
}

.bse .num-testimonials {
  flex: 0 0 320px;
  display: flex;
  flex-direction: column;
  gap: 20px
}

.bse .testi-card {
  background: #37609e17;
  border-radius: 5px;
  padding: 20px;
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: flex-start;
  box-shadow: 1px 5px 22px -1px #37609e17
}

.bse .testi-portrait {
  flex: 0 0 56px
}

.bse .testi-portrait img {
  width: 56px;
  height: 70px;
  object-fit: cover;
  object-position: center;
  display: block;
  border-radius: 5px;
  opacity: .85
}

.bse .testi-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px
}

.bse .testi-quote {
  font-size: 15px;
  line-height: 1.6;
  color: #b8bedd;
  margin: 0;
  letter-spacing: .01em
}

.bse .testi-name {
  font-size: 15px;
  color: #7a82b8;
  letter-spacing: .01em
}

.bse .exp-ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px
}

.bse .exp-ul li {
  font-size: 15px;
  line-height: 1.6;
  color: #a8aed6;
  padding-left: 20px;
  position: relative;
  letter-spacing: .01em
}

.bse .exp-ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 7px;
  height: 7px;
  border-right: 2px solid #37609E;
  border-top: 2px solid #37609E;
  transform: rotate(45deg)
}

.bse .slit-wrap {
  overflow: hidden;
  border-radius: 5px;
  max-height: 0;
  transition: max-height .22s cubic-bezier(0.4, 0, 0.6, 1)
}

.bse .grad-card:hover .slit-wrap {
  max-height: 120px
}

.bse .slit-inner {
  padding: 10px 0 0;
  font-size: 15px;
  line-height: 1.6;
  color: #7a82b8;
  letter-spacing: .01em
}

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

  .bse .ttl-img-col {
    flex: 0 0 auto;
    width: 100%
  }

  .bse .ttl-img-col img {
    height: 340px
  }

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

  .bse .ttl-h1 span {
    font-size: 34px
  }

  .bse .exp-inner {
    flex-direction: column;
    gap: 40px
  }

  .bse .exp-left {
    flex: 0 0 auto;
    width: 100%
  }

  .bse .exp-note-pair {
    flex-direction: column
  }

  .bse .exp-aside {
    flex: 0 0 auto;
    width: 100%
  }

  .bse .grad-layout {
    flex-direction: column
  }

  .bse .grad-img-col {
    flex: 0 0 auto;
    width: 100%;
    flex-direction: row
  }

  .bse .grad-img-wrap {
    flex: 1
  }

  .bse .grad-img-wrap img {
    height: 220px
  }

  .bse .grad-img2-wrap {
    flex: 1
  }

  .bse .grad-img2-wrap img {
    height: 220px
  }

  .bse .num-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .bse .num-top {
    flex-direction: column;
    gap: 20px
  }

  .bse .num-bottom {
    flex-direction: column
  }

  .bse .num-testimonials {
    flex: 0 0 auto;
    width: 100%
  }
}

@media (max-width: 640px) {
  .bse .ttl-blk {
    padding: 40px 0
  }

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

  .bse .ttl-h1 span {
    font-size: 20px
  }

  .bse .ttl-tag {
    font-size: 15px
  }

  .bse .ttl-links {
    flex-direction: column;
    gap: 10px
  }

  .bse .exp-sec {
    padding: 40px 0
  }

  .bse .exp-h2 {
    font-size: 34px
  }

  .bse .exp-h2 em {
    font-size: 20px
  }

  .bse .grad-sec {
    padding: 40px 0 20px
  }

  .bse .grad-h2 strong {
    font-size: 34px
  }

  .bse .grad-img-col {
    flex-direction: column
  }

  .bse .num-sec {
    padding: 40px 0
  }

  .bse .num-h2 {
    font-size: 34px
  }

  .bse .num-h2 span {
    font-size: 20px
  }

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

  .bse .num-val {
    font-size: 34px
  }

  .bse .num-glossary dl {
    grid-template-columns: 1fr
  }

  .bse .num-glossary dd {
    border-bottom: none;
    padding-top: 0;
    padding-bottom: 10px
  }
}

.avail {
  background: #0c0f1a;
  color: #e8ecf5;
  overflow-x: clip
}

.avail .bento-top {
  max-width: 1100px;
  margin: 0 auto;
  padding: 80px 20px 40px
}

.avail .bento-grid {
  display: grid;
  grid-template-columns: 3fr 1fr;
  grid-template-rows: auto auto;
  gap: 20px
}

.avail .bento-img-cell {
  grid-column: 1;
  grid-row: 1 / 3;
  position: relative;
  border-radius: 38px;
  overflow: hidden;
  min-height: 420px
}

.avail .bento-img-cell img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block
}

.avail .bento-img-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #37609eb8 0%, #b0b4e22e 100%);
  pointer-events: none
}

.avail .bento-curved-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
  border-radius: 38px
}

.avail .bento-curved-bg svg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  opacity: .18
}

.avail .bento-text-cell {
  grid-column: 2;
  grid-row: 1;
  background: #131727;
  border-radius: 38px;
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: 1px 5px 22px -1px #37609e17
}

.avail .bento-list-cell {
  grid-column: 2;
  grid-row: 2;
  background: linear-gradient(90deg, #37609E 0%, #B0B4E2 100%);
  border-radius: 38px;
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  gap: 10px
}

.avail .bento-h1 {
  font-size: 48px;
  line-height: 1.2;
  letter-spacing: .01em;
  color: #fff;
  margin: 0 0 20px
}

.avail .bento-h1 span {
  font-size: 64px;
  display: block;
  color: #B0B4E2
}

.avail .bento-sub {
  font-size: 15px;
  line-height: 1.6;
  color: #B0B4E2;
  margin: 0
}

.avail .bento-pts {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px
}

.avail .bento-pts li {
  font-size: 15px;
  line-height: 1.6;
  color: #0c0f1a;
  padding-left: 20px;
  position: relative
}

.avail .bento-pts li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  border-right: 2px solid #0c0f1a;
  border-bottom: 2px solid #0c0f1a;
  transform: rotate(-45deg)
}

.avail .bento-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  background: #37609E;
  color: #fff;
  font-size: 15px;
  line-height: 1.2;
  border-radius: 38px;
  padding: 10px 20px;
  box-shadow: 1px 3px 5px -1px #37609e0d;
  font-weight: 700
}

.avail .diamond-divider {
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: 1100px;
  margin: 40px auto;
  padding: 0 20px
}

.avail .diamond-divider span {
  width: 7px;
  height: 7px;
  background: #37609E;
  transform: rotate(45deg);
  flex-shrink: 0;
  opacity: .6
}

.avail .diamond-divider span.bright {
  background: #B0B4E2;
  opacity: 1
}

.avail .diamond-line {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, #37609E 0%, #B0B4E2 100%);
  opacity: .25
}

.avail .sched-outer {
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px 20px 80px
}

.avail .sched-layout {
  display: grid;
  grid-template-columns: 3fr 1fr;
  gap: 40px;
  align-items: start
}

.avail .sched-main {
  display: flex;
  flex-direction: column;
  gap: 20px
}

.avail .sched-h2 {
  font-size: 34px;
  line-height: 1.2;
  letter-spacing: .01em;
  color: #C9D1EA;
  margin: 0 0 20px
}

.avail .sched-h2 strong {
  font-size: 48px;
  color: #fff;
  display: block
}

.avail .sched-intro {
  font-size: 15px;
  line-height: 1.9;
  color: #b8bdd4;
  margin: 0
}

.avail .sched-table-wrap {
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 1px 10px 52px -1px #37609e24
}

.avail .sched-table {
  width: 100%;
  border-collapse: collapse;
  background: #131727
}

.avail .sched-table th {
  background: #37609E;
  color: #fff;
  font-size: 15px;
  line-height: 1.6;
  padding: 10px 20px;
  text-align: left;
  letter-spacing: .02em
}

.avail .sched-table td {
  font-size: 15px;
  line-height: 1.6;
  padding: 10px 20px;
  color: #C9D1EA;
  border-bottom: 1px solid #b0b4e214
}

.avail .sched-table tr:last-child td {
  border-bottom: none
}

.avail .sched-table tr:nth-child(even) td {
  background: #37609e12
}

.avail .sched-table .tag-open {
  display: inline-block;
  background: #37609e4d;
  color: #B0B4E2;
  border-radius: 5px;
  font-size: 15px;
  padding: 0 10px;
  line-height: 1.6
}

.avail .sched-table .tag-full {
  display: inline-block;
  background: #b0b4e21f;
  color: #8a90b0;
  border-radius: 5px;
  font-size: 15px;
  padding: 0 10px;
  line-height: 1.6
}

.avail .sched-table .tag-soon {
  display: inline-block;
  background: #c9d1ea26;
  color: #C9D1EA;
  border-radius: 5px;
  font-size: 15px;
  padding: 0 10px;
  line-height: 1.6
}

.avail .sched-aside {
  display: flex;
  flex-direction: column;
  gap: 20px
}

.avail .aside-card {
  background: #131727;
  border-radius: 38px;
  padding: 20px;
  box-shadow: 1px 5px 22px -1px #37609e17;
  display: flex;
  flex-direction: column;
  gap: 10px
}

.avail .aside-note {
  font-size: 15px;
  line-height: 1.6;
  color: #8a90b0;
  margin: 0
}

.avail .aside-card h5 {
  font-size: 15px;
  line-height: 1.2;
  color: #B0B4E2;
  margin: 0;
  letter-spacing: .02em
}

.avail .expert-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px
}

.avail .expert-portrait {
  width: 80px;
  height: 80px;
  border-radius: 38px;
  object-fit: cover;
  object-position: center;
  flex-shrink: 0;
  box-shadow: 1px 3px 5px -1px #37609e0d
}

.avail .expert-meta {
  display: flex;
  flex-direction: column;
  gap: 0
}

.avail .expert-name {
  font-size: 15px;
  line-height: 1.6;
  color: #C9D1EA;
  margin: 0
}

.avail .expert-role {
  font-size: 15px;
  line-height: 1.6;
  color: #8a90b0;
  margin: 0
}

.avail .aside-num {
  font-size: 34px;
  line-height: 1.2;
  color: #37609E;
  font-weight: 700;
  margin: 0
}

.avail .aside-label {
  font-size: 15px;
  line-height: 1.6;
  color: #8a90b0;
  margin: 0
}

.avail .num-badge {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 40px;
  height: 40px;
  background: #37609E;
  border-radius: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  color: #fff;
  font-weight: 700;
  box-shadow: 1px 3px 5px -1px #37609e0d;
  z-index: 2
}

.avail .sched-card-wrap {
  position: relative
}

.avail .reveal-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px
}

.avail .reveal-list li {
  font-size: 15px;
  line-height: 1.6;
  color: #b8bdd4;
  padding-left: 20px;
  position: relative;
  opacity: 0;
  animation: reveal-item .18s ease-out forwards
}

.avail .reveal-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 7px;
  height: 7px;
  border-right: 2px solid #37609E;
  border-bottom: 2px solid #37609E;
  transform: rotate(-45deg)
}

.avail .reveal-list li:nth-child(1) {
  animation-delay: .08s
}

.avail .reveal-list li:nth-child(2) {
  animation-delay: .16s
}

.avail .reveal-list li:nth-child(3) {
  animation-delay: .24s
}

@keyframes reveal-item {
  from {
    opacity: 0;
    transform: translateY(8px)
  }

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

.avail .bracket-wrap {
  position: relative;
  padding: 0 20px
}

.avail .bracket-wrap::before,
.avail .bracket-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 4px;
  border-top: 3px solid #37609E;
  border-bottom: 3px solid #37609E;
  opacity: .35
}

.avail .bracket-wrap::before {
  left: 0;
  border-left: 3px solid #37609E;
  border-right: none
}

.avail .bracket-wrap::after {
  right: 0;
  border-right: 3px solid #37609E;
  border-left: none
}

.avail .contact-link {
  color: #B0B4E2;
  text-decoration: none;
  position: relative;
  display: inline
}

.avail .contact-link::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 50%;
  right: 50%;
  height: 1px;
  background: #B0B4E2;
  transition: left .18s ease-out, right .18s ease-out
}

.avail .contact-link:hover::after {
  left: 0;
  right: 0
}

.avail .btn-primary {
  display: inline-block;
  background: #37609E;
  color: #fff;
  font-size: 15px;
  line-height: 1.6;
  border-radius: 5px;
  padding: 10px 20px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: filter .15s cubic-bezier(0.4, 0, 0.6, 1);
  box-shadow: 1px 5px 22px -1px #37609e17
}

.avail .btn-primary:hover {
  filter: brightness(1.18)
}

.avail .btn-primary:focus {
  outline: 2px solid #B0B4E2;
  outline-offset: 3px
}

@media (max-width: 1024px) {
  .avail .bento-grid {
    grid-template-columns: 1fr 1fr
  }

  .avail .bento-img-cell {
    grid-column: 1;
    grid-row: 1;
    min-height: 300px
  }

  .avail .bento-text-cell {
    grid-column: 2;
    grid-row: 1
  }

  .avail .bento-list-cell {
    grid-column: 1 / 3;
    grid-row: 2
  }

  .avail .sched-layout {
    grid-template-columns: 1fr;
    gap: 20px
  }

  .avail .bento-h1 span {
    font-size: 48px
  }
}

@media (max-width: 640px) {
  .avail .bento-grid {
    grid-template-columns: 1fr
  }

  .avail .bento-img-cell {
    grid-column: 1;
    grid-row: 1;
    min-height: 220px
  }

  .avail .bento-text-cell {
    grid-column: 1;
    grid-row: 2
  }

  .avail .bento-list-cell {
    grid-column: 1;
    grid-row: 3
  }

  .avail .bento-h1 {
    font-size: 34px
  }

  .avail .bento-h1 span {
    font-size: 34px
  }

  .avail .sched-h2 strong {
    font-size: 34px
  }
}

.suc-page {
  min-height: 80vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 80px 20px;
  background: #0d1117
}

.suc-page .suc-card {
  max-width: 560px;
  width: 100%;
  background: #111827;
  border-radius: 38px;
  padding: 80px 40px;
  text-align: center;
  box-shadow: 1px 10px 52px -1px #37609e24
}

.suc-page .suc-icon {
  width: 72px;
  height: 72px;
  margin: 0 auto 40px;
  display: flex;
  align-items: center;
  justify-content: center
}

.suc-page .suc-icon svg {
  width: 72px;
  height: 72px
}

.suc-page .suc-title {
  font-size: 34px;
  line-height: 1.2;
  letter-spacing: .01em;
  color: #B0B4E2;
  margin: 0 0 20px
}

.suc-page .suc-title span {
  font-size: 48px;
  display: block;
  color: #C9D1EA;
  letter-spacing: .01em
}

.suc-page .suc-msg {
  font-size: 15px;
  line-height: 1.9;
  letter-spacing: .02em;
  color: #8a90b8;
  margin: 0 0 40px
}

.suc-page .suc-divider {
  width: 40px;
  height: 2px;
  background: linear-gradient(to right, #37609E, #B0B4E2);
  border-radius: 5px;
  margin: 0 auto 40px
}

.suc-page .suc-back {
  display: inline-block;
  padding: 20px 40px;
  background: linear-gradient(to right, #37609E, #B0B4E2);
  color: #0d1117;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .02em;
  border-radius: 5px;
  text-decoration: none;
  transition: brightness .18s ease-out, box-shadow .15s cubic-bezier(0.4, 0, 0.6, 1);
  box-shadow: 1px 5px 22px -1px #37609e17
}

.suc-page .suc-back:hover {
  filter: brightness(1.15);
  box-shadow: 1px 10px 52px -1px #37609e24
}

.suc-page .suc-back:focus {
  outline: 2px solid #B0B4E2;
  outline-offset: 4px
}

@media (max-width: 640px) {
  .suc-page .suc-card {
    padding: 40px 20px;
    border-radius: 38px
  }

  .suc-page .suc-title span {
    font-size: 34px
  }

  .suc-page .suc-title {
    font-size: 20px
  }
}