html {
  box-sizing: border-box;
  scroll-behavior: smooth
}

body {
  margin: 0;
  min-height: 100dvh;
  overflow-x: hidden;
  font-family: 'Red Hat Display', sans-serif
}

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

.hd-plate {
  width: 100%;
  background: #fff;
  border-bottom: 2px solid #B0C9CC;
  box-shadow: 1px 4px 20px -1px #546a6e17;
  position: relative;
  z-index: 100
}

.hd-top {
  background: linear-gradient(135deg, #546A6E 0%, #7D8A8F 100%);
  width: 100%;
  padding: 16px 0
}

.hd-top__pod {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px
}

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

.brand-cell__logo-wrap {
  background: #ffffff26;
  border: 1.5px solid #b0c9cc80;
  border-radius: 8px;
  padding: 8px;
  width: 68px;
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 1px 2px 6px -1px #546a6e14 inset 0 1px 4px #ffffff2e
}

.brand-cell__logo-wrap img {
  width: 52px;
  height: 52px;
  object-fit: contain;
  display: block
}

.brand-cell__name {
  font-family: 'Red Hat Display', sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -.03em;
  color: #fff;
  text-decoration: none
}

.brand-cell__tag {
  font-family: 'Fira Code', monospace;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  color: #B0C9CC;
  letter-spacing: .04em
}

.hd-nav-strip {
  background: #fff;
  border-top: 1px solid #B0C9CC;
  width: 100%;
  padding: 0
}

.hd-nav__deck {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap
}

.hd-nav__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px
}

.hd-nav__list li a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Red Hat Display', sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.6;
  color: #546A6E;
  text-decoration: none;
  padding: 16px;
  border-bottom: 2px solid transparent;
  transition: color .2s ease-out, border-color .35s ease-out
}

.hd-nav__list li a:hover {
  color: #3a4d50;
  border-bottom-color: #546A6E
}

.hd-nav__list li a:focus-visible {
  outline: 3px solid;
  outline-color: #546A6E;
  outline-offset: 2px;
  border-radius: 4px
}

.hd-nav__action {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Red Hat Display', sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
  color: #546A6E;
  text-decoration: none;
  padding: 10px 24px;
  border: 2px solid #546A6E;
  border-radius: 4px;
  background: transparent;
  transition: color .18s ease-out, background .28s ease-out, border-color .18s ease-out;
  white-space: nowrap
}

.hd-nav__action i {
  font-size: 15px;
  transition: transform .22s ease-out
}

.hd-nav__action:hover {
  color: #fff;
  background: #546A6E
}

.hd-nav__action:hover i {
  transform: translateX(3px)
}

.hd-nav__action:focus-visible {
  outline: 3px solid #546A6E;
  outline-offset: 2px;
  border-radius: 4px
}

@media (max-width: 768px) {
  .hd-top__pod {
    padding: 0 16px
  }

  .brand-cell__name {
    font-size: 36px
  }

  .hd-nav__deck {
    padding: 0 16px;
    justify-content: center
  }

  .hd-nav__list {
    justify-content: center
  }
}

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

  .hd-nav__list li a {
    font-size: 14px;
    padding: 12px 8px
  }

  .hd-nav__action {
    font-size: 14px;
    padding: 10px 16px
  }
}

.ft-plate {
  width: 100%;
  background: #546A6E;
  color: #fff
}

.ft-upper {
  background: #546A6E;
  padding: 56px 0 32px;
  border-bottom: 1px solid #b0c9cc40
}

.ft-upper__deck {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 32px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 32px;
  flex-wrap: wrap
}

.ft-brand-cell {
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex: 0 0 auto
}

.ft-brand-cell__name {
  font-family: 'Red Hat Display', sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -.03em;
  color: #fff;
  text-decoration: none
}

.ft-brand-cell__desc {
  font-family: 'Red Hat Display', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  color: #B0C9CC;
  max-width: 280px
}

.ft-links-pod {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.ft-links-pod__label {
  font-family: 'Fira Code', monospace;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.6;
  color: #B0C9CC;
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-bottom: 8px
}

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

.ft-links-pod__list li a {
  font-family: 'Red Hat Display', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  color: #fffc;
  text-decoration: none;
  transition: color .2s ease-out;
  display: inline-flex;
  align-items: center;
  gap: 8px
}

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

.ft-links-pod__list li a:focus-visible {
  outline: 3px solid #B0C9CC;
  outline-offset: 2px;
  border-radius: 4px
}

.ft-contact-pod {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.ft-contact-pod__label {
  font-family: 'Fira Code', monospace;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.6;
  color: #B0C9CC;
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-bottom: 8px
}

.ft-contact-pod__item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-family: 'Red Hat Display', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  color: #fffc
}

.ft-contact-pod__item i {
  color: #B0C9CC;
  font-size: 15px;
  margin-top: 2px;
  flex-shrink: 0
}

.ft-contact-pod__item a {
  color: #fffc;
  text-decoration: none;
  transition: color .2s ease-out
}

.ft-contact-pod__item a:hover {
  color: #fff
}

.ft-contact-pod__item a:focus-visible {
  outline: 3px solid #B0C9CC;
  outline-offset: 2px;
  border-radius: 4px
}

.ft-hours-pod {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.ft-hours-pod__label {
  font-family: 'Fira Code', monospace;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.6;
  color: #B0C9CC;
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-bottom: 8px
}

.ft-hours-pod__row {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: 'Red Hat Display', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  color: #fffc
}

.ft-hours-pod__row i {
  color: #B0C9CC;
  font-size: 15px;
  flex-shrink: 0
}

.ft-hours-pod__day {
  font-weight: 600;
  color: #fff;
  min-width: 80px
}

.ft-lower {
  background: #3a4d50;
  padding: 32px 0
}

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

.ft-lower__copy {
  font-family: 'Fira Code', monospace;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  color: #b0c9cccc
}

.ft-lower__logo-wrap {
  background: #ffffff1f;
  border: 1.5px solid #b0c9cc4d;
  border-radius: 8px;
  padding: 8px;
  width: 68px;
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 1px 2px 6px -1px #546a6e14
}

.ft-lower__logo-wrap img {
  width: 52px;
  height: 52px;
  object-fit: contain;
  display: block
}

@media (max-width: 768px) {
  .ft-upper__deck {
    padding: 0 16px;
    flex-direction: column;
    gap: 32px
  }

  .ft-lower__deck {
    padding: 0 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px
  }
}

@media (max-width: 375px) {
  .ft-upper {
    padding: 32px 0
  }

  .ft-brand-cell__name {
    font-size: 36px
  }
}

.cookie-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  border-top: 2px solid #B0C9CC;
  box-shadow: 1px 8px 44px -1px #546a6e24;
  z-index: 4000;
  padding: 16px 32px
}

.cookie-bar__deck {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  flex-wrap: wrap
}

.cookie-bar__text-pod {
  flex: 1 1 300px
}

.cookie-bar__headline {
  font-family: 'Red Hat Display', sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
  color: #2c3e40;
  margin: 0 0 8px
}

.cookie-bar__desc {
  font-family: 'Red Hat Display', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  color: #546A6E;
  margin: 0
}

.cookie-bar__panel {
  width: 100%;
  padding: 16px 0 8px
}

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

.cookie-bar__toggle-label {
  font-family: 'Red Hat Display', sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.6;
  color: #546A6E;
  display: flex;
  align-items: center;
  gap: 8px
}

.cookie-bar__toggle-label input[type="checkbox"] {
  width: 16px;
  height: 16px;
  accent-color: #546A6E;
  cursor: pointer
}

.cookie-bar__necessary {
  font-family: 'Fira Code', monospace;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  color: #7D8A8F
}

.cookie-bar__btn-pod {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  flex-shrink: 0
}

.cookie-bar__btn {
  font-family: 'Red Hat Display', sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
  padding: 10px 24px;
  border-radius: 4px;
  border: 2px solid #546A6E;
  background: transparent;
  color: #546A6E;
  cursor: pointer;
  transition: color .18s ease-out, background .25s ease-out;
  white-space: nowrap
}

.cookie-bar__btn:hover {
  background: #546A6E;
  color: #fff
}

.cookie-bar__btn:focus-visible {
  outline: 3px solid #546A6E;
  outline-offset: 2px
}

.cookie-bar__btn--accept {
  background: #546A6E;
  color: #fff
}

.cookie-bar__btn--accept:hover {
  background: #3a4d50;
  border-color: #3a4d50;
  color: #fff
}

.cookie-bar__expand-btn {
  font-family: 'Red Hat Display', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  color: #546A6E;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  text-decoration: underline;
  transition: color .18s ease-out
}

.cookie-bar__expand-btn:hover {
  color: #3a4d50
}

.cookie-bar__expand-btn:focus-visible {
  outline: 3px solid #546A6E;
  outline-offset: 2px;
  border-radius: 4px
}

@media (max-width: 768px) {
  .cookie-bar {
    padding: 16px
  }

  .cookie-bar__btn-pod {
    width: 100%;
    justify-content: flex-start
  }
}

.policy-main {
  max-width: 1200px;
  margin: 0 auto;
  padding: 56px 32px
}

.policy-main p {
  font-size: 15px;
  line-height: 1.9;
  color: #2c3a3d;
  margin-bottom: 16px
}

.policy-main ul,
.policy-main ol {
  padding-left: 32px;
  margin-bottom: 16px
}

.policy-main li {
  font-size: 15px;
  line-height: 1.9;
  color: #2c3a3d;
  margin-bottom: 8px
}

.policy-main ul li {
  list-style-type: disc
}

.policy-main ol li {
  list-style-type: decimal
}

.policy-main a {
  color: #546A6E;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
  transition: color .2s ease-out, text-decoration-color .15s ease-out
}

.policy-main a:hover {
  color: #3a4e52;
  text-decoration-color: #B0C9CC
}

.policy-main table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 32px;
  font-size: 14px;
  box-shadow: 1px 4px 20px -1px #546a6e17;
  border-radius: 8px;
  overflow: hidden
}

.policy-main thead {
  background-color: #546A6E
}

.policy-main thead th {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .03em;
  padding: 16px;
  text-align: left;
  line-height: 1.6
}

.policy-main tbody tr {
  border-bottom: 1px solid #B0C9CC;
  transition: background-color .18s ease-out
}

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

.policy-main tbody tr:hover {
  background-color: #b0c9cc1f
}

.policy-main td {
  padding: 16px;
  font-size: 14px;
  line-height: 1.6;
  color: #2c3a3d;
  vertical-align: top
}

.policy-main hr {
  border: none;
  border-top: 1px solid #B0C9CC;
  margin: 32px 0;
  opacity: .7
}

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

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

  .policy-main p,
  .policy-main li {
    font-size: 15px
  }
}

@media (max-width: 375px) {
  .policy-main {
    padding: 32px 8px
  }

  .policy-main ul,
  .policy-main ol {
    padding-left: 16px
  }
}

.rdmp {
  background: #fff;
  overflow-x: clip;
  position: relative
}

.rdmp .pg__lead {
  position: relative;
  padding: 96px 56px 56px;
  background: #f4f7f8;
  overflow: hidden
}

.rdmp .pg__lead::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 420px;
  height: 420px;
  background: radial-gradient(ellipse 70% 60% at 85% 15%, #546a6e21 0%, #b0c9cc12 55%, transparent 80%);
  pointer-events: none
}

.rdmp .pg__lead-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 56px;
  align-items: center
}

.rdmp .lead__txt {
  position: relative;
  z-index: 1
}

.rdmp .lead__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #546A6E;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 32px;
  font-weight: 600
}

.rdmp .lead__eyebrow-line {
  display: block;
  width: 32px;
  height: 2px;
  background: #546A6E;
  border-radius: 4px
}

.rdmp .lead__h1 {
  font-size: 48px;
  line-height: 1.2;
  color: #2a3a3d;
  letter-spacing: -.02em;
  margin-bottom: 32px;
  text-shadow: 1px 2px 6px #546a6e1a
}

.rdmp .lead__sub {
  font-size: 15px;
  line-height: 1.9;
  color: #546A6E;
  max-width: 480px;
  text-indent: -1.1em;
  padding-left: 1.1em
}

.rdmp .lead__img-wrap {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 1px 8px 44px -1px #546a6e24
}

.rdmp .lead__img-wrap::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 60% 60% at 100% 0%, #2a3a3d73 0%, transparent 65%), radial-gradient(ellipse 50% 50% at 0% 100%, #2a3a3d4d 0%, transparent 60%);
  pointer-events: none
}

.rdmp .lead__img {
  display: block;
  width: 100%;
  height: 340px;
  object-fit: cover
}

.rdmp .lead__badge {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 2;
  background: #546a6eeb;
  color: #fff;
  font-size: 14px;
  line-height: 1.6;
  padding: 8px 16px;
  border-radius: 8px;
  font-weight: 600;
  backdrop-filter: blur(4px)
}

.rdmp .lead__corners {
  position: absolute;
  bottom: -24px;
  right: -24px;
  width: 96px;
  height: 96px;
  pointer-events: none;
  z-index: 0
}

.rdmp .lead__corners rect {
  fill: none;
  stroke: #546a6e2e
}

.rdmp .bg-anim {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 200px;
  height: 200px;
  background: radial-gradient(ellipse 80% 80% at 0% 100%, #b0c9cc38 0%, transparent 70%);
  animation: bleed 7s ease-in-out infinite alternate;
  pointer-events: none
}

@keyframes bleed {
  0% {
    opacity: .3;
    transform: scale(1)
  }

  100% {
    opacity: 1;
    transform: scale(1.4)
  }
}

.rdmp .steps-sec {
  background: #2a3a3d;
  padding: 96px 56px;
  position: relative;
  overflow: hidden
}

.rdmp .steps-sec::before {
  content: '';
  position: absolute;
  top: -60px;
  right: -60px;
  width: 320px;
  height: 320px;
  background: radial-gradient(ellipse 65% 55% at 90% 10%, #b0c9cc1f 0%, transparent 70%);
  pointer-events: none
}

.rdmp .steps-sec__inner {
  max-width: 1200px;
  margin: 0 auto
}

.rdmp .steps-sec__head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: end;
  margin-bottom: 56px
}

.rdmp .steps-sec__h2 {
  font-size: 36px;
  line-height: 1.2;
  color: #fff;
  letter-spacing: -.015em;
  text-shadow: 1px 4px 20px #546a6e4d
}

.rdmp .steps-sec__desc {
  font-size: 15px;
  line-height: 1.9;
  color: #B0C9CC
}

.rdmp .steps-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  list-style: none;
  padding: 0;
  margin: 0
}

.rdmp .step-card {
  background: #ffffff0a;
  border: 1.5px solid #b0c9cc26;
  border-radius: 14px;
  padding: 32px;
  position: relative;
  transition: border-color .25s ease-out, background .4s ease-out
}

.rdmp .step-card:hover {
  border-color: #b0c9cc61;
  background: #ffffff12
}

.rdmp .step-card__num {
  position: absolute;
  top: -14px;
  right: 24px;
  width: 32px;
  height: 32px;
  background: #546A6E;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  box-shadow: 1px 4px 20px -1px #546a6e4d
}

.rdmp .step-card__icon {
  width: 40px;
  height: 40px;
  margin-bottom: 16px;
  color: #B0C9CC;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color .2s ease-out, transform .35s ease-out
}

.rdmp .step-card:hover .step-card__icon {
  color: #fff;
  transform: scale(1.15) rotate(-4deg)
}

.rdmp .step-card__icon i {
  font-size: 36px
}

.rdmp .step-card__h3 {
  font-size: 20px;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 16px;
  text-shadow: 1px 2px 6px #546a6e33
}

.rdmp .step-card__p {
  font-size: 14px;
  line-height: 1.9;
  color: #B0C9CC
}

.rdmp .detail-sec {
  padding: 96px 56px;
  background: #fff;
  position: relative
}

.rdmp .detail-sec__inner {
  max-width: 1200px;
  margin: 0 auto
}

.rdmp .detail-sec__h2 {
  font-size: 36px;
  line-height: 1.2;
  color: #2a3a3d;
  letter-spacing: -.015em;
  margin-bottom: 56px;
  text-shadow: 1px 2px 6px #546a6e14;
  max-width: 560px
}

.rdmp .detail-items {
  display: flex;
  flex-direction: column;
  gap: 32px
}

.rdmp .detail-row {
  display: grid;
  grid-template-columns: 56px 1fr 1fr;
  gap: 32px;
  align-items: start;
  border-top: 1px solid #546a6e1f;
  padding-top: 32px
}

.rdmp .detail-row__idx {
  font-size: 36px;
  line-height: 1.2;
  color: #546a6e2e;
  font-weight: 700;
  letter-spacing: -.03em
}

.rdmp .detail-row__h4 {
  font-size: 20px;
  line-height: 1.2;
  color: #2a3a3d;
  margin-bottom: 8px;
  text-shadow: 1px 1px 4px #546a6e14
}

.rdmp .detail-row__label {
  display: inline-block;
  font-size: 14px;
  color: #546A6E;
  border: 1.5px solid #546a6e59;
  border-radius: 4px;
  padding: 4px 8px;
  margin-bottom: 16px
}

.rdmp .detail-row__p {
  font-size: 15px;
  line-height: 1.9;
  color: #546A6E;
  text-indent: -1.1em;
  padding-left: 1.1em
}

.rdmp .detail-row__aside {
  background: #f4f7f8;
  border-radius: 14px;
  padding: 24px;
  box-shadow: 1px 2px 6px -1px #546a6e14
}

.rdmp .detail-row__aside-h5 {
  font-size: 14px;
  font-weight: 700;
  color: #2a3a3d;
  margin-bottom: 8px;
  letter-spacing: .04em;
  text-transform: uppercase
}

.rdmp .detail-row__aside ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px
}

.rdmp .detail-row__aside ul li {
  font-size: 14px;
  line-height: 1.6;
  color: #546A6E;
  display: flex;
  align-items: flex-start;
  gap: 8px
}

.rdmp .detail-row__aside ul li .dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #B0C9CC;
  border-radius: 40px;
  margin-top: 6px;
  flex-shrink: 0
}

.rdmp .corner-deco {
  position: absolute;
  bottom: 56px;
  right: 56px;
  pointer-events: none;
  opacity: .35
}

.rdmp .corner-deco rect {
  fill: none;
  stroke: #546A6E
}

@media (max-width: 1366px) {
  .rdmp .pg__lead-grid {
    grid-template-columns: 1fr 360px;
    gap: 32px
  }

  .rdmp .steps-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px
  }
}

@media (max-width: 768px) {
  .rdmp .pg__lead {
    padding: 56px 16px
  }

  .rdmp .pg__lead-grid {
    grid-template-columns: 1fr;
    gap: 32px
  }

  .rdmp .lead__img-wrap {
    order: -1
  }

  .rdmp .steps-sec {
    padding: 56px 16px
  }

  .rdmp .steps-sec__head {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-bottom: 32px
  }

  .rdmp .steps-list {
    grid-template-columns: 1fr;
    gap: 32px
  }

  .rdmp .detail-sec {
    padding: 56px 16px
  }

  .rdmp .detail-row {
    grid-template-columns: 40px 1fr;
    gap: 16px
  }

  .rdmp .detail-row__aside {
    grid-column: 1 / -1
  }

  .rdmp .corner-deco {
    display: none
  }

  .rdmp .lead__h1 {
    font-size: 36px
  }
}

@media (max-width: 375px) {
  .rdmp .pg__lead {
    padding: 56px 8px 32px
  }

  .rdmp .steps-sec {
    padding: 56px 8px
  }

  .rdmp .detail-sec {
    padding: 56px 8px
  }

  .rdmp .lead__h1 {
    font-size: 36px
  }

  .rdmp .steps-sec__h2,
  .rdmp .detail-sec__h2 {
    font-size: 36px
  }

  .rdmp .detail-row {
    grid-template-columns: 1fr
  }

  .rdmp .detail-row__idx {
    display: none
  }
}

.ld-pg {
  width: 100%;
  overflow-x: hidden
}

.ld-pg .num-live {
  display: inline-flex;
  align-items: baseline;
  gap: 8px
}

.ld-pg .t-blk {
  padding: 96px 32px 56px;
  background: #f4f6f7;
  position: relative
}

.ld-pg .t-blk__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 56px;
  align-items: end
}

.ld-pg .t-blk__label {
  font-size: 14px;
  color: #546A6E;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 8px
}

.ld-pg .t-blk__label-line {
  display: inline-block;
  width: 32px;
  height: 2px;
  background: #546A6E;
  border-radius: 4px
}

.ld-pg .t-blk__h1 {
  font-size: 48px;
  line-height: 1.2;
  color: #2b3a3d;
  letter-spacing: -.02em;
  text-shadow: 1px 2px 6px #546a6e1a;
  margin-bottom: 32px
}

.ld-pg .t-blk__counter-row {
  display: flex;
  flex-direction: row;
  gap: 32px;
  margin-bottom: 32px
}

.ld-pg .t-blk__counter {
  display: flex;
  flex-direction: column;
  gap: 8px;
  border-top: 2px solid #B0C9CC;
  padding-top: 16px
}

.ld-pg .t-blk__counter-val {
  font-size: 36px;
  line-height: 1.2;
  color: #546A6E;
  font-weight: 700;
  letter-spacing: -.02em
}

.ld-pg .t-blk__counter-desc {
  font-size: 14px;
  line-height: 1.6;
  color: #7D8A8F
}

.ld-pg .t-blk__body {
  font-size: 15px;
  line-height: 1.9;
  color: #3e4f52
}

.ld-pg .t-blk__img-wrap {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 1px 8px 44px -1px #546a6e24
}

.ld-pg .t-blk__img-wrap img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: contrast(1.06) saturate(1.04);
  transition: transform .45s ease-out
}

.ld-pg .t-blk__img-wrap:hover img {
  transform: scale(1.03)
}

.ld-pg .t-blk__badge {
  position: absolute;
  top: 16px;
  right: 16px;
  background: #546A6E;
  color: #fff;
  font-size: 14px;
  line-height: 1.2;
  padding: 8px 16px;
  border-radius: 24px;
  border: 2px solid #ffffff40;
  box-shadow: 1px 4px 20px -1px #546a6e2e
}

.ld-pg .t-blk__arrow {
  display: inline-block;
  width: 56px;
  height: 2px;
  background: linear-gradient(90deg, #546A6E, #B0C9CC);
  border-radius: 4px;
  margin-top: 32px;
  position: relative
}

.ld-pg .t-blk__arrow::after {
  content: '';
  position: absolute;
  right: 0;
  top: -4px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #B0C9CC
}

.ld-pg .sec-practical {
  padding: 96px 32px;
  background: #fff
}

.ld-pg .sec-practical__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 56px;
  align-items: start
}

.ld-pg .sec-practical__img-wrap {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 1px 4px 20px -1px #546a6e17
}

.ld-pg .sec-practical__img-wrap img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform .4s ease-out
}

.ld-pg .sec-practical__img-wrap:hover img {
  transform: scale(1.04)
}

.ld-pg .sec-practical__num {
  position: absolute;
  top: -16px;
  left: -8px;
  font-size: 48px;
  line-height: 1.2;
  color: #546a6e1a;
  font-weight: 700;
  pointer-events: none;
  select: none
}

.ld-pg .sec-practical__right {
  display: flex;
  flex-direction: column;
  gap: 32px
}

.ld-pg .sec-practical__h2 {
  font-size: 36px;
  line-height: 1.2;
  color: #2b3a3d;
  letter-spacing: -.015em;
  text-shadow: 1px 2px 6px #546a6e14
}

.ld-pg .sec-practical__body {
  font-size: 15px;
  line-height: 1.9;
  color: #3e4f52;
  text-indent: -1.2em;
  padding-left: 1.2em
}

.ld-pg .sec-practical__items {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.ld-pg .sec-practical__item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
  padding: 16px;
  border-radius: 8px;
  border: 1.5px solid #B0C9CC;
  background: #f4f6f7;
  transition: box-shadow .2s ease-out, border-color .25s ease-out
}

.ld-pg .sec-practical__item:hover {
  box-shadow: 1px 4px 20px -1px #546a6e17;
  border-color: #546A6E
}

.ld-pg .sec-practical__icon {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: #546A6E;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0
}

.ld-pg .sec-practical__icon svg {
  width: 16px;
  height: 16px;
  fill: #fff
}

.ld-pg .sec-practical__item-text {
  font-size: 14px;
  line-height: 1.6;
  color: #3e4f52
}

.ld-pg .sec-practical__item-text strong {
  display: block;
  font-size: 15px;
  color: #2b3a3d;
  margin-bottom: 4px
}

.ld-pg .sec-longval {
  padding: 56px 32px;
  background: linear-gradient(135deg, #e8eff0 0%, #f4f6f7 60%, #dce7e9 100%);
  position: relative
}

.ld-pg .sec-longval::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23546A6E' fill-opacity='0.04'%3E%3Ccircle cx='20' cy='20' r='1.5'/%3E%3C/g%3E%3C/svg%3E");
  pointer-events: none
}

.ld-pg .sec-longval__inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative
}

.ld-pg .sec-longval__header {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 56px;
  gap: 32px
}

.ld-pg .sec-longval__h2 {
  font-size: 36px;
  line-height: 1.2;
  color: #2b3a3d;
  letter-spacing: -.015em;
  text-shadow: 1px 2px 6px #546a6e1a;
  max-width: 520px
}

.ld-pg .sec-longval__sub {
  font-size: 15px;
  line-height: 1.9;
  color: #546A6E;
  max-width: 360px;
  text-align: right
}

.ld-pg .sec-longval__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px
}

.ld-pg .sec-longval__card {
  background: #fff;
  border-radius: 14px;
  padding: 32px;
  box-shadow: 1px 2px 6px -1px #546a6e14;
  position: relative;
  overflow: hidden;
  transition: box-shadow .35s ease-out
}

.ld-pg .sec-longval__card:hover {
  box-shadow: 1px 8px 44px -1px #546a6e24
}

.ld-pg .sec-longval__card--break {
  grid-column: span 1;
  margin-top: -32px;
  box-shadow: 1px 8px 44px -1px #546a6e24;
  border: 2px solid #B0C9CC
}

.ld-pg .sec-longval__card-num {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 32px;
  height: 32px;
  border-radius: 40px;
  background: #546A6E;
  color: #fff;
  font-size: 14px;
  line-height: 32px;
  text-align: center;
  font-weight: 700
}

.ld-pg .sec-longval__card-h {
  font-size: 20px;
  line-height: 1.2;
  color: #2b3a3d;
  margin-bottom: 16px;
  padding-right: 40px
}

.ld-pg .sec-longval__card-body {
  font-size: 14px;
  line-height: 1.6;
  color: #546A6E
}

.ld-pg .sec-team {
  padding: 96px 32px;
  background: #2b3a3d
}

.ld-pg .sec-team__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 56px;
  align-items: center
}

.ld-pg .sec-team__left {
  display: flex;
  flex-direction: column;
  gap: 32px
}

.ld-pg .sec-team__h2 {
  font-size: 36px;
  line-height: 1.2;
  color: #f4f6f7;
  letter-spacing: -.015em;
  text-shadow: 1px 4px 20px #546a6e4d
}

.ld-pg .sec-team__body {
  font-size: 15px;
  line-height: 1.9;
  color: #B0C9CC;
  text-indent: -1.2em;
  padding-left: 1.2em
}

.ld-pg .sec-team__quals {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.ld-pg .sec-team__qual {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  padding: 16px;
  border-radius: 8px;
  border: 1px solid #b0c9cc40;
  transition: border-color .2s ease-out, background .25s ease-out
}

.ld-pg .sec-team__qual:hover {
  border-color: #B0C9CC;
  background: #b0c9cc12
}

.ld-pg .sec-team__qual-dot {
  width: 8px;
  height: 8px;
  border-radius: 40px;
  background: #B0C9CC;
  flex-shrink: 0
}

.ld-pg .sec-team__qual-text {
  font-size: 14px;
  line-height: 1.6;
  color: #B0C9CC
}

.ld-pg .sec-team__portrait {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px
}

.ld-pg .sec-team__portrait-img {
  width: 240px;
  height: 240px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
  border: 3px solid #546A6E;
  box-shadow: 1px 8px 44px -1px #546a6e4d;
  display: block
}

.ld-pg .sec-team__portrait-name {
  font-size: 20px;
  line-height: 1.2;
  color: #f4f6f7;
  text-align: center
}

.ld-pg .sec-team__portrait-role {
  font-size: 14px;
  line-height: 1.6;
  color: #7D8A8F;
  text-align: center
}

.ld-pg .sec-community {
  padding: 56px 32px;
  background: #fff;
  border-top: 1px solid #e0e9ea
}

.ld-pg .sec-community__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: start
}

.ld-pg .sec-community__left {
  display: flex;
  flex-direction: column;
  gap: 32px
}

.ld-pg .sec-community__h2 {
  font-size: 36px;
  line-height: 1.2;
  color: #2b3a3d;
  letter-spacing: -.015em;
  text-shadow: 1px 2px 6px #546a6e14
}

.ld-pg .sec-community__body {
  font-size: 15px;
  line-height: 1.9;
  color: #3e4f52
}

.ld-pg .sec-community__img-wrap {
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 1px 4px 20px -1px #546a6e17;
  position: relative
}

.ld-pg .sec-community__img-wrap img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform .4s ease-out
}

.ld-pg .sec-community__img-wrap:hover img {
  transform: scale(1.03)
}

.ld-pg .sec-community__tag {
  position: absolute;
  bottom: 16px;
  left: 16px;
  background: #546a6eeb;
  color: #fff;
  font-size: 14px;
  line-height: 1.6;
  padding: 8px 16px;
  border-radius: 24px
}

.ld-pg .sec-numbers {
  padding: 96px 32px;
  background: linear-gradient(160deg, #546A6E 0%, #3a4f52 100%);
  animation: bgpulse 6s ease-in-out infinite
}

@keyframes bgpulse {

  0%,
  100% {
    opacity: 1
  }

  50% {
    opacity: .93
  }
}

.ld-pg .sec-numbers__inner {
  max-width: 1200px;
  margin: 0 auto
}

.ld-pg .sec-numbers__h2 {
  font-size: 36px;
  line-height: 1.2;
  color: #f4f6f7;
  letter-spacing: -.015em;
  text-shadow: 1px 4px 20px #546a6e66;
  margin-bottom: 56px;
  max-width: 600px
}

.ld-pg .sec-numbers__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  margin-bottom: 56px
}

.ld-pg .sec-numbers__stat {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 32px;
  border-radius: 14px;
  background: #ffffff14;
  border: 1px solid #b0c9cc33;
  box-shadow: inset 0 1px 0 #ffffff1a;
  transition: background .35s ease-out
}

.ld-pg .sec-numbers__stat:hover {
  background: #ffffff21
}

.ld-pg .sec-numbers__val {
  font-size: 48px;
  line-height: 1.2;
  color: #fff;
  font-weight: 700;
  letter-spacing: -.02em
}

.ld-pg .sec-numbers__label {
  font-size: 14px;
  line-height: 1.6;
  color: #B0C9CC
}

.ld-pg .sec-numbers__rings {
  display: flex;
  flex-direction: row;
  gap: 32px;
  align-items: center;
  flex-wrap: wrap
}

.ld-pg .sec-numbers__ring-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px
}

.ld-pg .sec-numbers__ring-label {
  font-size: 14px;
  line-height: 1.6;
  color: #B0C9CC;
  text-align: center
}

.ld-pg .sec-approach {
  padding: 96px 32px 56px;
  background: #f4f6f7;
  border-top: 3px solid #B0C9CC
}

.ld-pg .sec-approach__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 56px
}

.ld-pg .sec-approach__left {
  display: flex;
  flex-direction: column;
  gap: 32px
}

.ld-pg .sec-approach__h2 {
  font-size: 36px;
  line-height: 1.2;
  color: #2b3a3d;
  letter-spacing: -.015em;
  text-shadow: 1px 2px 6px #546a6e1a
}

.ld-pg .sec-approach__body {
  font-size: 15px;
  line-height: 1.9;
  color: #3e4f52;
  text-indent: -1.2em;
  padding-left: 1.2em
}

.ld-pg .sec-approach__img-wrap {
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 1px 4px 20px -1px #546a6e17;
  margin-top: 16px
}

.ld-pg .sec-approach__img-wrap img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform .4s ease-out
}

.ld-pg .sec-approach__img-wrap:hover img {
  transform: scale(1.04)
}

.ld-pg .sec-approach__right {
  display: flex;
  flex-direction: column;
  gap: 32px
}

.ld-pg .sec-approach__steps {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.ld-pg .sec-approach__step {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 16px;
  align-items: start;
  padding: 16px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 1px 2px 6px -1px #546a6e14;
  position: relative;
  overflow: hidden;
  transition: box-shadow .25s ease-out
}

.ld-pg .sec-approach__step:hover {
  box-shadow: 1px 4px 20px -1px #546a6e1f
}

.ld-pg .sec-approach__step::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 0;
  background: #546A6E;
  border-radius: 0 0 4px 4px;
  transition: height .35s ease-out
}

.ld-pg .sec-approach__step:hover::before {
  height: 100%
}

.ld-pg .sec-approach__step-n {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background: #546A6E;
  color: #fff;
  font-size: 15px;
  line-height: 40px;
  text-align: center;
  font-weight: 700;
  flex-shrink: 0
}

.ld-pg .sec-approach__step-body {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.ld-pg .sec-approach__step-h {
  font-size: 15px;
  line-height: 1.6;
  color: #2b3a3d;
  font-weight: 600
}

.ld-pg .sec-approach__step-p {
  font-size: 14px;
  line-height: 1.6;
  color: #546A6E
}

@media (max-width: 1366px) {
  .ld-pg .t-blk__inner {
    grid-template-columns: 1fr 360px
  }

  .ld-pg .sec-numbers__grid {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media (max-width: 768px) {
  .ld-pg .t-blk {
    padding: 56px 16px 32px
  }

  .ld-pg .t-blk__inner {
    grid-template-columns: 1fr;
    gap: 32px
  }

  .ld-pg .t-blk__h1 {
    font-size: 36px
  }

  .ld-pg .sec-practical__inner {
    grid-template-columns: 1fr;
    gap: 32px
  }

  .ld-pg .sec-practical {
    padding: 56px 16px
  }

  .ld-pg .sec-longval__grid {
    grid-template-columns: 1fr;
    gap: 16px
  }

  .ld-pg .sec-longval__card--break {
    margin-top: 0
  }

  .ld-pg .sec-longval {
    padding: 56px 16px
  }

  .ld-pg .sec-longval__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px
  }

  .ld-pg .sec-longval__sub {
    text-align: left
  }

  .ld-pg .sec-team {
    padding: 56px 16px
  }

  .ld-pg .sec-team__inner {
    grid-template-columns: 1fr;
    gap: 32px
  }

  .ld-pg .sec-community {
    padding: 56px 16px
  }

  .ld-pg .sec-community__inner {
    grid-template-columns: 1fr;
    gap: 32px
  }

  .ld-pg .sec-numbers {
    padding: 56px 16px
  }

  .ld-pg .sec-numbers__grid {
    grid-template-columns: 1fr 1fr;
    gap: 16px
  }

  .ld-pg .sec-numbers__val {
    font-size: 36px
  }

  .ld-pg .sec-approach {
    padding: 56px 16px 32px
  }

  .ld-pg .sec-approach__inner {
    grid-template-columns: 1fr;
    gap: 32px
  }

  .ld-pg .sec-numbers__rings {
    gap: 16px
  }
}

@media (max-width: 375px) {
  .ld-pg .t-blk__h1 {
    font-size: 36px
  }

  .ld-pg .sec-numbers__grid {
    grid-template-columns: 1fr
  }

  .ld-pg .t-blk__counter-row {
    flex-direction: column;
    gap: 16px
  }
}

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

.cnt-pg .pg-body {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 32px
}

.cnt-pg .reach__band {
  padding: 96px 0 56px;
  background-color: #f4f0eb;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60'%3E%3Crect width='60' height='60' fill='none'/%3E%3Ccircle cx='30' cy='30' r='0.8' fill='%23546A6E' opacity='0.08'/%3E%3Ccircle cx='0' cy='0' r='0.8' fill='%23546A6E' opacity='0.08'/%3E%3Ccircle cx='60' cy='0' r='0.8' fill='%23546A6E' opacity='0.08'/%3E%3Ccircle cx='0' cy='60' r='0.8' fill='%23546A6E' opacity='0.08'/%3E%3Ccircle cx='60' cy='60' r='0.8' fill='%23546A6E' opacity='0.08'/%3E%3C/svg%3E");
  position: relative
}

.cnt-pg .reach__band::after {
  content: '';
  display: block;
  height: 3px;
  background: linear-gradient(90deg, #546A6E 0%, #B0C9CC 60%, transparent 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0
}

.cnt-pg .reach__grid {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 56px;
  align-items: start
}

.cnt-pg .reach__side {
  display: flex;
  flex-direction: column;
  gap: 32px
}

.cnt-pg .reach__label {
  font-size: 14px;
  color: #546A6E;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 600
}

.cnt-pg .reach__h1 {
  font-size: 48px;
  line-height: 1.2;
  color: #2a3b3e;
  letter-spacing: -.02em;
  text-shadow: 1px 2px 6px #546a6e1a;
  margin: 0
}

.cnt-pg .reach__desc {
  font-size: 15px;
  line-height: 1.9;
  color: #3d5155
}

.cnt-pg .reach__details {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.cnt-pg .reach__det-item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
  padding: 16px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 1px 2px 6px -1px #546a6e14;
  transition: box-shadow .25s ease-out
}

.cnt-pg .reach__det-item:hover {
  box-shadow: 1px 4px 20px -1px #546a6e17
}

.cnt-pg .reach__det-icon {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: linear-gradient(135deg, #B0C9CC 0%, #7D8A8F 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0
}

.cnt-pg .reach__det-icon svg {
  width: 18px;
  height: 18px;
  fill: #fff
}

.cnt-pg .reach__det-text {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.cnt-pg .reach__det-lbl {
  font-size: 14px;
  color: #7D8A8F;
  letter-spacing: .04em
}

.cnt-pg .reach__det-val {
  font-size: 15px;
  color: #2a3b3e;
  font-weight: 600;
  text-decoration: none !important;
  transition: color .18s ease-out
}

.cnt-pg .reach__det-val:hover {
  color: #546A6E
}

.cnt-pg .reach__img-col {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 32px
}

.cnt-pg .reach__img-frame {
  border-radius: 14px;
  overflow: hidden;
  border: 3px solid #B0C9CC;
  box-shadow: 1px 8px 44px -1px #546a6e24;
  position: relative
}

.cnt-pg .reach__img-frame img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  display: block;
  filter: grayscale(100%) contrast(1.15);
  transition: filter .45s ease-out
}

.cnt-pg .reach__img-frame:hover img {
  filter: grayscale(60%) contrast(1.05)
}

.cnt-pg .reach__diamond {
  position: absolute;
  top: -14px;
  right: -14px;
  width: 28px;
  height: 28px;
  background: #546A6E;
  transform: rotate(45deg);
  border-radius: 4px;
  z-index: 1
}

.cnt-pg .reach__stat-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px
}

.cnt-pg .reach__stat {
  padding: 16px;
  border-radius: 8px;
  border: 2px solid #B0C9CC;
  text-align: center;
  background: #fff
}

.cnt-pg .reach__stat-num {
  font-size: 36px;
  line-height: 1.2;
  color: #546A6E;
  font-weight: 700;
  letter-spacing: -.02em;
  display: block
}

.cnt-pg .reach__stat-lbl {
  font-size: 14px;
  color: #7D8A8F;
  line-height: 1.6;
  display: block
}

.cnt-pg .form__band {
  padding: 96px 0;
  background: #fff
}

.cnt-pg .form__grid {
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 56px;
  align-items: start
}

.cnt-pg .form__aside {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding-top: 8px
}

.cnt-pg .form__aside-h2 {
  font-size: 36px;
  line-height: 1.2;
  color: #2a3b3e;
  letter-spacing: -.015em;
  text-shadow: 1px 1px 4px #546a6e14;
  margin: 0
}

.cnt-pg .form__aside-note {
  font-size: 15px;
  line-height: 1.9;
  color: #3d5155;
  text-indent: -1em;
  padding-left: 1em
}

.cnt-pg .form__aside-img {
  border-radius: 14px;
  overflow: hidden;
  border: 3px solid #B0C9CC;
  box-shadow: 1px 4px 20px -1px #546a6e17
}

.cnt-pg .form__aside-img img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
  filter: grayscale(100%) contrast(1.1)
}

.cnt-pg .form__aside-tags {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px
}

.cnt-pg .form__tag {
  font-size: 14px;
  color: #546A6E;
  border: 2px solid #B0C9CC;
  border-radius: 24px;
  padding: 8px 16px;
  background: transparent;
  transition: background .2s ease-out, color .2s ease-out;
  cursor: default
}

.cnt-pg .form__tag:hover {
  background: #B0C9CC;
  color: #2a3b3e
}

.cnt-pg .form__box {
  background: #f9f5f0;
  border-radius: 14px;
  padding: 56px;
  box-shadow: 1px 4px 20px -1px #546a6e17;
  border: 1px solid #e8e2da
}

.cnt-pg .form__row {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 32px
}

.cnt-pg .form__row--half {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 32px
}

.cnt-pg .form__row--half .form__field {
  margin-bottom: 0
}

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

.cnt-pg .form__lbl {
  font-size: 14px;
  color: #546A6E;
  font-weight: 600;
  letter-spacing: .04em
}

.cnt-pg .form__inp {
  padding: 16px;
  border-radius: 8px;
  border: 2px solid #B0C9CC;
  background: #fff;
  font-size: 15px;
  color: #2a3b3e;
  outline: none;
  transition: border-color .18s ease-out, box-shadow .22s ease-out;
  box-shadow: inset 0 1px 4px #546a6e0d;
  width: 100%;
  box-sizing: border-box
}

.cnt-pg .form__inp::placeholder {
  color: #b0bec0;
  font-weight: 300
}

.cnt-pg .form__inp:focus {
  border-color: #546A6E;
  box-shadow: inset 0 1px 4px #546a6e12 0 0 0 3px #546a6e1a
}

.cnt-pg .form__select {
  padding: 16px;
  border-radius: 8px;
  border: 2px solid #B0C9CC;
  background: #fff;
  font-size: 15px;
  color: #2a3b3e;
  outline: none;
  transition: border-color .18s ease-out;
  width: 100%;
  box-sizing: border-box;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23546A6E' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  cursor: pointer
}

.cnt-pg .form__select:focus {
  border-color: #546A6E
}

.cnt-pg .form__textarea {
  padding: 16px;
  border-radius: 8px;
  border: 2px solid #B0C9CC;
  background: #fff;
  font-size: 15px;
  color: #2a3b3e;
  outline: none;
  resize: vertical;
  min-height: 120px;
  transition: border-color .18s ease-out, box-shadow .22s ease-out;
  box-shadow: inset 0 1px 4px #546a6e0d;
  width: 100%;
  box-sizing: border-box
}

.cnt-pg .form__textarea::placeholder {
  color: #b0bec0;
  font-weight: 300
}

.cnt-pg .form__textarea:focus {
  border-color: #546A6E;
  box-shadow: inset 0 1px 4px #546a6e12 0 0 0 3px #546a6e1a
}

.cnt-pg .form__privacy {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 32px;
  padding: 16px;
  border-radius: 8px;
  background: #b0c9cc26;
  border: 1px solid #B0C9CC
}

.cnt-pg .form__privacy-chk {
  width: 20px;
  height: 20px;
  border-radius: 4px;
  border: 2px solid #546A6E;
  cursor: pointer;
  flex-shrink: 0;
  margin-top: 2px;
  accent-color: #546A6E
}

.cnt-pg .form__privacy-txt {
  font-size: 14px;
  color: #3d5155;
  line-height: 1.6
}

.cnt-pg .form__privacy-txt a {
  color: #546A6E;
  font-weight: 600;
  text-decoration: none !important;
  border-bottom: 1px solid #B0C9CC;
  transition: border-color .18s ease-out, color .18s ease-out
}

.cnt-pg .form__privacy-txt a:hover {
  color: #2a3b3e;
  border-bottom-color: #546A6E
}

.cnt-pg .form__submit-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px
}

.cnt-pg .form__btn {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  padding: 16px 32px;
  border-radius: 8px;
  border: 3px solid #546A6E;
  background: transparent;
  color: #546A6E;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .04em;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  transition: background .35s ease-out, color .25s ease-out
}

.cnt-pg .form__btn:hover {
  background: #546A6E;
  color: #fff
}

.cnt-pg .form__btn-icon {
  font-size: 18px;
  display: inline-flex;
  align-items: center;
  transform: translateX(-4px);
  opacity: 0;
  transition: transform .28s ease-out, opacity .28s ease-out
}

.cnt-pg .form__btn:hover .form__btn-icon {
  transform: translateX(0);
  opacity: 1
}

.cnt-pg .form__btn-txt {
  transition: transform .28s ease-out
}

.cnt-pg .form__btn:hover .form__btn-txt {
  transform: translateX(4px)
}

.cnt-pg .form__note-small {
  font-size: 14px;
  color: #7D8A8F;
  line-height: 1.6
}

.cnt-pg .faq__band {
  padding: 96px 0;
  background: linear-gradient(160deg, #b0c9cc2e 0%, #546a6e0f 100%);
  position: relative
}

.cnt-pg .faq__band::before {
  content: '';
  display: block;
  height: 3px;
  background: linear-gradient(90deg, transparent 0%, #B0C9CC 40%, #546A6E 100%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0
}

.cnt-pg .faq__inner {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 56px;
  align-items: start
}

.cnt-pg .faq__list {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.cnt-pg .faq__h2 {
  font-size: 36px;
  line-height: 1.2;
  color: #2a3b3e;
  letter-spacing: -.015em;
  text-shadow: 1px 1px 4px #546a6e17;
  margin: 0 0 32px
}

.cnt-pg .faq__item {
  border-radius: 8px;
  border: 2px solid #B0C9CC;
  background: #fff;
  overflow: hidden
}

.cnt-pg .faq__q {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  cursor: pointer;
  gap: 16px
}

.cnt-pg .faq__q-txt {
  font-size: 15px;
  color: #2a3b3e;
  font-weight: 600;
  line-height: 1.6
}

.cnt-pg .faq__toggle {
  width: 28px;
  height: 28px;
  border-radius: 4px;
  background: #B0C9CC;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background .2s ease-out
}

.cnt-pg .faq__toggle svg {
  width: 14px;
  height: 14px;
  stroke: #2a3b3e;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  transition: transform .28s ease-out
}

.cnt-pg .faq__item input[type="checkbox"] {
  display: none
}

.cnt-pg .faq__ans {
  max-height: 0;
  overflow: hidden;
  transition: max-height .38s ease-out, padding .28s ease-out;
  padding: 0 16px
}

.cnt-pg .faq__ans-txt {
  font-size: 15px;
  color: #3d5155;
  line-height: 1.9;
  padding-bottom: 16px
}

.cnt-pg .faq__item input[type="checkbox"]:checked~.faq__q .faq__toggle {
  background: #546A6E
}

.cnt-pg .faq__item input[type="checkbox"]:checked~.faq__q .faq__toggle svg {
  transform: rotate(45deg);
  stroke: #fff
}

.cnt-pg .faq__item input[type="checkbox"]:checked~.faq__ans {
  max-height: 300px;
  padding: 0 16px
}

.cnt-pg .faq__side {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding-top: 56px
}

.cnt-pg .faq__side-card {
  border-radius: 14px;
  padding: 32px;
  background: #fff;
  box-shadow: 1px 4px 20px -1px #546a6e17;
  border: 1px solid #e8e2da;
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative
}

.cnt-pg .faq__side-diamond {
  position: absolute;
  top: -10px;
  right: 24px;
  width: 20px;
  height: 20px;
  background: #B0C9CC;
  transform: rotate(45deg);
  border-radius: 4px
}

.cnt-pg .faq__side-h4 {
  font-size: 20px;
  line-height: 1.2;
  color: #2a3b3e;
  text-shadow: 1px 1px 3px #546a6e12;
  margin: 0
}

.cnt-pg .faq__side-txt {
  font-size: 15px;
  color: #3d5155;
  line-height: 1.9
}

.cnt-pg .faq__side-link {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  color: #546A6E;
  font-weight: 600;
  text-decoration: none !important;
  border: 2px solid #546A6E;
  border-radius: 8px;
  padding: 8px 16px;
  transition: background .22s ease-out, color .22s ease-out;
  align-self: flex-start
}

.cnt-pg .faq__side-link:hover {
  background: #546A6E;
  color: #fff
}

.cnt-pg .faq__side-link-icon {
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  transform: translateX(-3px);
  opacity: 0;
  transition: transform .22s ease-out, opacity .22s ease-out
}

.cnt-pg .faq__side-link:hover .faq__side-link-icon {
  transform: translateX(0);
  opacity: 1
}

.cnt-pg .faq__side-link-txt {
  transition: transform .22s ease-out
}

.cnt-pg .faq__side-link:hover .faq__side-link-txt {
  transform: translateX(3px)
}

@media (max-width: 1366px) {
  .cnt-pg .reach__h1 {
    font-size: 48px
  }

  .cnt-pg .form__box {
    padding: 32px
  }
}

@media (max-width: 768px) {
  .cnt-pg .reach__grid {
    grid-template-columns: 1fr;
    gap: 32px
  }

  .cnt-pg .reach__img-col {
    order: -1
  }

  .cnt-pg .reach__h1 {
    font-size: 36px
  }

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

  .cnt-pg .form__grid {
    grid-template-columns: 1fr;
    gap: 32px
  }

  .cnt-pg .form__row--half {
    grid-template-columns: 1fr
  }

  .cnt-pg .form__box {
    padding: 32px 16px
  }

  .cnt-pg .faq__inner {
    grid-template-columns: 1fr;
    gap: 32px
  }

  .cnt-pg .faq__side {
    padding-top: 0
  }

  .cnt-pg .pg-body {
    padding: 0 16px
  }
}

@media (max-width: 375px) {

  .cnt-pg .reach__band,
  .cnt-pg .form__band,
  .cnt-pg .faq__band {
    padding: 56px 0
  }

  .cnt-pg .reach__h1 {
    font-size: 36px
  }

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

  .cnt-pg .form__submit-row {
    flex-direction: column;
    align-items: flex-start
  }
}

.cnt-pg .reach__side,
.cnt-pg .reach__det-item,
.cnt-pg .reach__stat {
  animation: revealUp .45s ease-out both
}

.cnt-pg .reach__det-item:nth-child(1) {
  animation-delay: .08s
}

.cnt-pg .reach__det-item:nth-child(2) {
  animation-delay: .18s
}

.cnt-pg .reach__det-item:nth-child(3) {
  animation-delay: .28s
}

.cnt-pg .reach__stat:nth-child(1) {
  animation-delay: .12s
}

.cnt-pg .reach__stat:nth-child(2) {
  animation-delay: .22s
}

.cnt-pg .reach__stat:nth-child(3) {
  animation-delay: .32s
}

@keyframes revealUp {
  from {
    opacity: 0;
    transform: translateY(16px)
  }

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

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

.abt-us__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 32px
}

.abt-us .reveal-words {
  display: inline
}

.abt-us .word-unit {
  display: inline-block;
  opacity: 0;
  transform: translateY(12px);
  animation: wordUp .45s ease-out forwards
}

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

.abt-us .word-unit:nth-child(1) {
  animation-delay: .05s
}

.abt-us .word-unit:nth-child(2) {
  animation-delay: .12s
}

.abt-us .word-unit:nth-child(3) {
  animation-delay: .19s
}

.abt-us .word-unit:nth-child(4) {
  animation-delay: .26s
}

.abt-us .word-unit:nth-child(5) {
  animation-delay: .33s
}

.abt-us .word-unit:nth-child(6) {
  animation-delay: .4s
}

.abt-us .word-unit:nth-child(7) {
  animation-delay: .47s
}

.abt-us .word-unit:nth-child(8) {
  animation-delay: .54s
}

.abt-us .dot-cluster {
  position: absolute;
  pointer-events: none;
  overflow: hidden
}

.abt-us .dot-cluster span {
  display: block;
  border-radius: 40px;
  background: #546A6E;
  position: absolute
}

.abt-us .divider-double {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin: 56px 0
}

.abt-us .divider-double span {
  display: block;
  height: 1px;
  background: #B0C9CC
}

.abt-us .divider-double span:first-child {
  height: 2px;
  background: #546A6E
}

.abt-us .badge-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #546A6E;
  color: #fff;
  font-size: 14px;
  line-height: 1.2;
  border-radius: 40px;
  padding: 4px 8px;
  min-width: 28px;
  font-weight: 700;
  vertical-align: middle;
  margin-left: 8px;
  box-shadow: 1px 2px 6px -1px #546a6e14
}

.abt-title {
  padding: 96px 0 56px;
  background: #fff;
  position: relative
}

.abt-title__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center
}

.abt-title .dot-cluster {
  top: 16px;
  right: 32px;
  width: 80px;
  height: 80px
}

.abt-title .dot-cluster span:nth-child(1) {
  width: 8px;
  height: 8px;
  top: 0;
  left: 0;
  opacity: .18
}

.abt-title .dot-cluster span:nth-child(2) {
  width: 14px;
  height: 14px;
  top: 16px;
  left: 20px;
  opacity: .12
}

.abt-title .dot-cluster span:nth-child(3) {
  width: 6px;
  height: 6px;
  top: 40px;
  left: 4px;
  opacity: .22
}

.abt-title .dot-cluster span:nth-child(4) {
  width: 10px;
  height: 10px;
  top: 8px;
  left: 50px;
  opacity: .1
}

.abt-title .dot-cluster span:nth-child(5) {
  width: 5px;
  height: 5px;
  top: 56px;
  left: 36px;
  opacity: .16
}

.abt-title__img-wrap {
  width: 420px;
  max-width: 100%;
  border-radius: 14px;
  overflow: hidden;
  margin-bottom: 32px;
  position: relative;
  box-shadow: 1px 8px 44px -1px #546a6e24
}

.abt-title__img-wrap::after {
  content: '';
  position: absolute;
  inset: 0;
  background: #546a6e14;
  pointer-events: none;
  mix-blend-mode: multiply
}

.abt-title__img-wrap img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: contrast(1.04) saturate(0.92)
}

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

.abt-title__h1 {
  font-size: 48px;
  line-height: 1.2;
  letter-spacing: -.02em;
  color: #2a3a3c;
  margin: 0 0 16px;
  text-shadow: 1px 2px 6px #546a6e1f
}

.abt-title__quote {
  font-size: 20px;
  line-height: 1.6;
  color: #546A6E;
  max-width: 560px;
  margin: 0;
  font-style: italic
}

.abt-title__accent-bar {
  width: 48px;
  height: 3px;
  background: #B0C9CC;
  border-radius: 4px;
  margin: 24px auto 0;
  opacity: .6
}

.abt-story {
  padding: 56px 0;
  background: #f4f7f8;
  position: relative
}

.abt-story__grid {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 32px;
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 56px;
  align-items: start
}

.abt-story__label {
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: .08em;
  color: #7D8A8F;
  text-transform: uppercase;
  margin: 0 0 16px
}

.abt-story__h2 {
  font-size: 36px;
  line-height: 1.2;
  letter-spacing: -.015em;
  color: #2a3a3c;
  margin: 0 0 32px;
  text-shadow: 0 1px 4px #546a6e1a
}

.abt-story__para {
  font-size: 15px;
  line-height: 1.9;
  color: #3d4f52;
  margin: 0 0 16px;
  text-indent: -1.2em;
  padding-left: 1.2em
}

.abt-story__para:last-of-type {
  margin-bottom: 0
}

.abt-story__col-side {
  display: flex;
  flex-direction: column;
  gap: 32px
}

.abt-story__img-side {
  width: 100%;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 1px 4px 20px -1px #546a6e17
}

.abt-story__img-side img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  object-position: center;
  display: block
}

.abt-story__metrics {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.abt-story__metric {
  background: #fff;
  border-radius: 8px;
  padding: 16px;
  box-shadow: 1px 2px 6px -1px #546a6e14;
  display: flex;
  flex-direction: column;
  gap: 8px
}

.abt-story__metric-val {
  font-size: 36px;
  line-height: 1.2;
  color: #546A6E;
  font-weight: 700;
  letter-spacing: -.02em
}

.abt-story__metric-lbl {
  font-size: 14px;
  line-height: 1.6;
  color: #7D8A8F
}

.abt-story__team-row {
  display: flex;
  flex-direction: row;
  gap: 16px;
  margin-top: 32px;
  align-items: flex-start
}

.abt-story__person {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
  background: #fff;
  border-radius: 14px;
  padding: 16px;
  flex: 1;
  box-shadow: 1px 2px 6px -1px #546a6e14
}

.abt-story__portrait {
  width: 80px;
  min-width: 80px;
  height: 107px;
  border-radius: 24px;
  overflow: hidden;
  flex-shrink: 0
}

.abt-story__portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block
}

.abt-story__person-info {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.abt-story__person-name {
  font-size: 15px;
  line-height: 1.2;
  color: #2a3a3c;
  font-weight: 600;
  margin: 0
}

.abt-story__person-role {
  font-size: 14px;
  line-height: 1.6;
  color: #7D8A8F;
  margin: 0
}

.abt-story__person-note {
  font-size: 14px;
  line-height: 1.6;
  color: #546A6E;
  margin: 0
}

.abt-approach {
  position: relative;
  padding: 96px 0;
  overflow: hidden
}

.abt-approach__bg {
  position: absolute;
  inset: 0;
  z-index: 0
}

.abt-approach__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block
}

.abt-approach__overlay {
  position: absolute;
  inset: 0;
  background: #1e2d2fc7;
  z-index: 1
}

.abt-approach__body {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 32px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: start
}

.abt-approach__eyebrow {
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: .1em;
  color: #B0C9CC;
  text-transform: uppercase;
  margin: 0 0 16px
}

.abt-approach__h2 {
  font-size: 36px;
  line-height: 1.2;
  letter-spacing: -.015em;
  color: #fff;
  margin: 0 0 32px;
  text-shadow: 0 2px 8px #546a6e4d
}

.abt-approach__desc {
  font-size: 15px;
  line-height: 1.9;
  color: #ffffffd1;
  margin: 0 0 32px
}

.abt-approach__link {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  line-height: 1.2;
  color: #B0C9CC;
  text-decoration: none;
  border: 2px solid #B0C9CC;
  border-radius: 8px;
  padding: 16px 32px;
  transition: color .25s ease-out, border-color .35s ease-out, padding .2s ease-out;
  position: relative;
  overflow: hidden
}

.abt-approach__link .lnk-icon {
  opacity: 0;
  transform: translateX(-8px);
  transition: opacity .2s ease-out, transform .25s ease-out;
  position: absolute;
  left: 16px
}

.abt-approach__link:hover {
  color: #fff;
  border-color: #fff;
  padding-left: 40px
}

.abt-approach__link:hover .lnk-icon {
  opacity: 1;
  transform: translateX(0)
}

.abt-approach__link:focus-visible {
  outline: 2px solid #B0C9CC;
  outline-offset: 3px
}

.abt-approach__right {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.abt-approach__item {
  background: #ffffff12;
  border-radius: 14px;
  padding: 32px;
  border: 1px solid #b0c9cc2e;
  box-shadow: inset 0 1px 8px #b0c9cc14;
  transition: background .35s ease-out
}

.abt-approach__item:hover {
  background: #ffffff1c
}

.abt-approach__item-head {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px
}

.abt-approach__item-icon {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: #b0c9cc26;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0
}

.abt-approach__item-icon svg {
  width: 20px;
  height: 20px;
  fill: #B0C9CC
}

.abt-approach__item-title {
  font-size: 15px;
  line-height: 1.2;
  color: #fff;
  font-weight: 600;
  margin: 0
}

.abt-approach__item-text {
  font-size: 14px;
  line-height: 1.9;
  color: #ffffffb8;
  margin: 0
}

.abt-approach__item-title-link {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid #b0c9cc66;
  transition: border-bottom-color .2s ease-out, border-bottom-width .15s ease-out
}

.abt-approach__item-title-link:hover {
  border-bottom-color: #B0C9CC;
  border-bottom-width: 2px
}

.abt-approach .dot-cluster {
  bottom: 24px;
  left: 40px;
  width: 90px;
  height: 60px;
  z-index: 2
}

.abt-approach .dot-cluster span:nth-child(1) {
  width: 10px;
  height: 10px;
  bottom: 0;
  left: 0;
  opacity: .2;
  background: #B0C9CC
}

.abt-approach .dot-cluster span:nth-child(2) {
  width: 6px;
  height: 6px;
  bottom: 18px;
  left: 18px;
  opacity: .14;
  background: #B0C9CC
}

.abt-approach .dot-cluster span:nth-child(3) {
  width: 14px;
  height: 14px;
  bottom: 8px;
  left: 36px;
  opacity: .1;
  background: #B0C9CC
}

.abt-approach .dot-cluster span:nth-child(4) {
  width: 5px;
  height: 5px;
  bottom: 30px;
  left: 58px;
  opacity: .18;
  background: #B0C9CC
}

.abt-story__img-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 32px
}

.abt-story__img-thumb {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 1px 4px 20px -1px #546a6e17
}

.abt-story__img-thumb img {
  width: 100%;
  height: 140px;
  object-fit: cover;
  object-position: center;
  display: block
}

@media (max-width: 1366px) {
  .abt-story__grid {
    gap: 32px
  }

  .abt-approach__body {
    gap: 32px
  }
}

@media (max-width: 768px) {
  .abt-title__h1 {
    font-size: 36px
  }

  .abt-story__grid {
    grid-template-columns: 1fr;
    gap: 32px
  }

  .abt-story__team-row {
    flex-direction: column
  }

  .abt-story__img-pair {
    grid-template-columns: 1fr 1fr
  }

  .abt-approach__body {
    grid-template-columns: 1fr;
    gap: 32px
  }

  .abt-approach {
    padding: 56px 0
  }

  .abt-title {
    padding: 56px 0 32px
  }
}

@media (max-width: 375px) {

  .abt-us__inner,
  .abt-title__inner,
  .abt-story__grid,
  .abt-approach__body {
    padding: 0 16px
  }

  .abt-title__h1 {
    font-size: 36px
  }

  .abt-story__h2,
  .abt-approach__h2 {
    font-size: 36px
  }

  .abt-story__team-row {
    flex-direction: column
  }

  .abt-story__img-pair {
    grid-template-columns: 1fr
  }

  .abt-story__metric-val {
    font-size: 36px
  }
}

.succ-page {
  min-height: 60vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 96px 32px;
  background: #fff
}

.succ-page .succ-card {
  max-width: 560px;
  width: 100%;
  background: #fff;
  border: 2px solid #B0C9CC;
  border-radius: 14px;
  padding: 56px;
  box-shadow: 1px 8px 44px -1px #546a6e24;
  text-align: center
}

.succ-page .succ-card__icon-wrap {
  width: 72px;
  height: 72px;
  margin: 0 auto 32px;
  border-radius: 40px;
  background: #B0C9CC;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  box-shadow: inset 1px 2px 6px -1px #546a6e2e
}

.succ-page .succ-card__icon-wrap svg {
  display: block
}

.succ-page .succ-card__heading {
  font-size: 36px;
  line-height: 1.2;
  letter-spacing: -.02em;
  color: #546A6E;
  margin: 0 0 16px;
  text-shadow: 1px 1px 0 #546a6e1f
}

.succ-page .succ-card__text {
  font-size: 15px;
  line-height: 1.6;
  color: #7D8A8F;
  margin: 0 0 32px
}

.succ-page .succ-card__divider {
  width: 48px;
  height: 2px;
  background: #B0C9CC;
  border-radius: 4px;
  margin: 0 auto 32px
}

.succ-page .succ-card__link {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  padding: 16px 32px;
  border: 2px solid #546A6E;
  border-radius: 8px;
  background: transparent;
  color: #546A6E;
  font-size: 15px;
  line-height: 1.2;
  text-decoration: none;
  transition: color .25s ease-out, border-color .4s ease-out, padding .2s ease-out
}

.succ-page .succ-card__link:hover {
  color: #B0C9CC;
  border-color: #B0C9CC;
  padding-left: 24px;
  padding-right: 40px
}

.succ-page .succ-card__link:focus-visible {
  outline: 2px solid #546A6E;
  outline-offset: 4px
}

@media (max-width: 768px) {
  .succ-page {
    padding: 56px 16px
  }

  .succ-page .succ-card {
    padding: 32px 16px
  }

  .succ-page .succ-card__heading {
    font-size: 36px
  }
}

@media (max-width: 375px) {
  .succ-page .succ-card__heading {
    font-size: 20px
  }
}