* {
  box-sizing: border-box
}

html {
  scroll-behavior: smooth
}

body {
  margin: 0;
  overscroll-behavior: contain;
  overflow-x: hidden
}

:focus {
  filter: invert(1);
  outline: none
}

.hd-shell {
  padding: 16px;
  background: #FFFEFB
}

.hd-plate {
  max-width: 1100px;
  margin: 0 auto;
  background: linear-gradient(135deg, #0d1f35 0%, #112944 60%, #1a3a5c 100%);
  border-radius: 12px;
  box-shadow: 2px 8px 48px -1px #59b5fc21;
  overflow: hidden
}

.hd-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 32px;
  border-bottom: 1px solid #59b5fc2e
}

.hd-brand-pod {
  display: flex;
  align-items: center;
  gap: 16px
}

.hd-logo-cell {
  width: 60px;
  height: 60px;
  background: #FFFEFB;
  border-radius: 7px;
  border: 2px solid #59b5fc59;
  box-shadow: 2px 5px 18px -1px #59b5fc1c;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0
}

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

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

.hd-brand-label__name {
  font-family: 'Rubik', sans-serif;
  font-size: 27px;
  font-weight: 700;
  line-height: 1.1;
  color: #FFFEFB;
  letter-spacing: .01em;
  text-decoration: none
}

.hd-brand-label__tag {
  font-family: 'Figtree', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.35;
  color: #59B5FC;
  letter-spacing: .08em;
  text-transform: uppercase
}

.hd-contact-pod {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px
}

.hd-contact-pod__item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: 'Figtree', sans-serif;
  font-size: 15px;
  line-height: 1.35;
  color: #fffefbbf;
  text-decoration: none;
  transition: color .18s ease-out
}

.hd-contact-pod__item:hover {
  color: #59B5FC
}

.hd-contact-pod__item .oi {
  font-size: 13px;
  color: #59B5FC
}

.hd-nav-deck {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 32px
}

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

.hd-nav__list li a {
  display: block;
  font-family: 'Figtree', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.35;
  color: #fffefbd1;
  text-decoration: none;
  padding: 16px;
  border-radius: 7px;
  border: 2px solid transparent;
  transition: color .15s ease-out, border-color .2s cubic-bezier(0.4, 0, 0.6, 1);
  letter-spacing: .03em
}

.hd-nav__list li a:hover {
  color: #FFFEFB;
  border-color: #59b5fc73
}

.hd-nav__list li a[aria-current="page"] {
  color: #59B5FC;
  font-weight: 700
}

.hd-action {
  flex-shrink: 0
}

.hd-action__btn {
  display: inline-block;
  font-family: 'Rubik', sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
  color: #59B5FC;
  text-decoration: none;
  padding: 12px 32px;
  border-radius: 7px;
  border: 3px solid #59B5FC;
  background: transparent;
  letter-spacing: .06em;
  text-transform: uppercase;
  transition: color .18s ease-out, background .18s ease-out;
  position: relative
}

.hd-action__btn:hover {
  background: #59B5FC;
  color: #0d1f35
}

.ft-shell {
  background: #0d1f35;
  padding: 0;
  margin-top: 64px
}

.ft-accent-bar {
  height: 8px;
  background: linear-gradient(90deg, #B32008 0%, #59B5FC 100%)
}

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

.ft-brand-cell {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px
}

.ft-logo-pod {
  width: 60px;
  height: 60px;
  background: #FFFEFB;
  border-radius: 7px;
  border: 2px solid #59b5fc4d;
  box-shadow: 2px 5px 18px -1px #59b5fc1c;
  display: flex;
  align-items: center;
  justify-content: center
}

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

.ft-brand-cell__name {
  font-family: 'Rubik', sans-serif;
  font-size: 27px;
  font-weight: 700;
  line-height: 1.1;
  color: #FFFEFB;
  letter-spacing: .01em
}

.ft-brand-cell__addr {
  font-family: 'Figtree', sans-serif;
  font-size: 15px;
  line-height: 1.55;
  color: #fffefb8c
}

.ft-links-cell {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px
}

.ft-links-cell__label {
  font-family: 'Figtree', sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
  color: #59B5FC;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 8px
}

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

.ft-links-cell__list li a {
  font-family: 'Figtree', sans-serif;
  font-size: 15px;
  line-height: 1.35;
  color: #fffefba6;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  transition: color .15s ease-out, border-color .2s cubic-bezier(0.4, 0, 0.6, 1);
  padding-bottom: 2px
}

.ft-links-cell__list li a:hover {
  color: #FFFEFB;
  border-bottom-color: #59B5FC
}

.ft-divider {
  max-width: 1100px;
  margin: 0 auto;
  height: 1px;
  background: #59b5fc1f;
  margin-left: 32px;
  margin-right: 32px
}

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

.ft-copy-deck__copy {
  font-family: 'Figtree', sans-serif;
  font-size: 15px;
  line-height: 1.35;
  color: #fffefb73
}

.ft-copy-deck__copy strong {
  color: #fffefbb3;
  font-weight: 700
}

.ft-copy-deck__reg {
  font-family: 'Figtree', sans-serif;
  font-size: 15px;
  line-height: 1.35;
  color: #fffefb59;
  letter-spacing: .04em
}

.ck-bar {
  width: 100%;
  background: #112944;
  border-bottom: 3px solid #59B5FC;
  box-shadow: 2px 5px 18px -1px #59b5fc1c;
  z-index: 1000;
  display: none
}

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

.ck-bar__text {
  font-family: 'Figtree', sans-serif;
  font-size: 15px;
  line-height: 1.55;
  color: #fffefbd1;
  flex: 1;
  min-width: 200px
}

.ck-bar__btns {
  display: flex;
  gap: 16px;
  flex-shrink: 0
}

.ck-bar__btn {
  font-family: 'Rubik', sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
  padding: 12px 32px;
  border-radius: 7px;
  border: 3px solid #59B5FC;
  background: transparent;
  color: #59B5FC;
  cursor: pointer;
  letter-spacing: .05em;
  text-transform: uppercase;
  transition: background .18s ease-out, color .18s ease-out;
  min-height: 44px;
  min-width: 44px
}

.ck-bar__btn:hover {
  background: #59B5FC;
  color: #0d1f35
}

.ck-bar__btn--decline {
  border-color: #fffefb4d;
  color: #fffefb99
}

.ck-bar__btn--decline:hover {
  background: #fffefb1a;
  color: #FFFEFB;
  border-color: #fffefb99
}

@media (max-width: 768px) {
  .hd-top {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    padding: 16px
  }

  .hd-contact-pod {
    align-items: flex-start
  }

  .hd-nav-deck {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    padding: 16px
  }

  .hd-nav__list {
    gap: 4px
  }

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

  .ft-body-deck {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 32px 16px 16px
  }

  .ft-links-cell {
    align-items: flex-start
  }

  .ft-links-cell__list {
    align-items: flex-start
  }

  .ft-copy-deck {
    flex-direction: column;
    align-items: flex-start;
    padding: 16px
  }

  .ft-divider {
    margin-left: 16px;
    margin-right: 16px
  }

  .ck-bar__inner {
    flex-direction: column;
    align-items: flex-start;
    padding: 16px
  }

  .ck-bar__btns {
    width: 100%
  }

  .ck-bar__btn {
    flex: 1
  }
}

@media (max-width: 320px) {
  .hd-brand-label__name {
    font-size: 21px
  }

  .hd-action__btn {
    padding: 12px 16px;
    font-size: 15px
  }
}

.legal-xz-main {
  max-width: 1100px;
  margin: 0 auto;
  padding: 64px 32px;
  color: #1a2233;
  background: #FFFEFB
}

.legal-xz-main h1 {
  font-size: 51px;
  line-height: 1.1;
  letter-spacing: -.01em;
  margin-bottom: 32px;
  margin-top: 0;
  color: #111827
}

.legal-xz-main h2 {
  font-size: 37px;
  line-height: 1.1;
  letter-spacing: -.005em;
  margin-top: 64px;
  margin-bottom: 16px;
  color: #111827;
  padding-bottom: 8px;
  border-bottom: 2px solid #59B5FC
}

.legal-xz-main h3 {
  font-size: 27px;
  line-height: 1.35;
  margin-top: 32px;
  margin-bottom: 16px;
  color: #111827
}

.legal-xz-main h4 {
  font-size: 21px;
  line-height: 1.35;
  margin-top: 32px;
  margin-bottom: 8px;
  color: #1a2233
}

.legal-xz-main h5 {
  font-size: 17px;
  line-height: 1.35;
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-top: 32px;
  margin-bottom: 8px;
  color: #1a2233
}

.legal-xz-main h6 {
  font-size: 15px;
  line-height: 1.35;
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-top: 16px;
  margin-bottom: 8px;
  color: #59B5FC
}

.legal-xz-main div {
  font-size: 17px;
  line-height: 1.55;
  margin-bottom: 16px;
  color: #1a2233
}

.legal-xz-main ul,
.legal-xz-main ol {
  margin: 16px 0 32px;
  padding-left: 32px
}

.legal-xz-main ul {
  list-style: none;
  padding-left: 16px
}

.legal-xz-main ul li {
  position: relative;
  padding-left: 16px
}

.legal-xz-main ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 6px;
  height: 6px;
  border-radius: 48px;
  background: #59B5FC
}

.legal-xz-main ol {
  list-style: decimal
}

.legal-xz-main ol li::marker {
  color: #59B5FC;
  font-size: 15px
}

.legal-xz-main li {
  font-size: 17px;
  line-height: 1.55;
  margin-bottom: 8px;
  color: #1a2233
}

.legal-xz-main li ul,
.legal-xz-main li ol {
  margin-top: 8px;
  margin-bottom: 8px
}

.legal-xz-main strong,
.legal-xz-main b {
  font-weight: 700;
  color: #111827
}

.legal-xz-main a {
  color: #59B5FC;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition: color .18s ease-out, text-decoration-color .14s cubic-bezier(0.4, 0, 0.6, 1)
}

.legal-xz-main a:hover {
  color: #B32008;
  text-decoration-color: #B32008
}

.legal-xz-main a:visited {
  color: #3a8fd4
}

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

  .legal-xz-main h1 {
    font-size: 37px
  }

  .legal-xz-main h2 {
    font-size: 27px;
    margin-top: 32px
  }

  .legal-xz-main h3 {
    font-size: 21px
  }

  .legal-xz-main h4 {
    font-size: 17px
  }
}

@media (max-width: 320px) {
  .legal-xz-main {
    padding: 16px 8px
  }

  .legal-xz-main h1 {
    font-size: 27px
  }

  .legal-xz-main h2 {
    font-size: 21px
  }
}

.ct-us {
  background: #FFFEFB;
  padding: 0;
  overflow-x: clip
}

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

.ct-us .split-row {
  display: flex;
  flex-direction: row;
  gap: 0;
  min-height: 520px
}

.ct-us .split-left {
  width: 30%;
  background: #1b2533;
  padding: 64px 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative
}

.ct-us .split-left::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(107deg, #1b2533 0%, #0e1a2b 55%, #1a1020 100%);
  z-index: 0
}

.ct-us .split-left>* {
  position: relative;
  z-index: 1
}

.ct-us .acc-label {
  font-size: 15px;
  letter-spacing: .14em;
  color: #59B5FC;
  text-transform: uppercase;
  line-height: 1.35;
  margin-bottom: 8px
}

.ct-us .acc-head {
  font-size: 37px;
  font-weight: 800;
  color: #FFFEFB;
  line-height: 1.1;
  margin-bottom: 16px
}

.ct-us .acc-sub {
  font-size: 17px;
  color: #a8c4dc;
  line-height: 1.55;
  margin-bottom: 32px
}

.ct-us .brace-deco {
  font-size: 68px;
  font-weight: 900;
  color: #59B5FC;
  opacity: .18;
  line-height: 1.1;
  position: absolute;
  bottom: 32px;
  right: 16px;
  user-select: none;
  pointer-events: none
}

.ct-us .cinfo-list {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.ct-us .cinfo-item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px
}

.ct-us .cinfo-icon {
  width: 36px;
  height: 36px;
  border-radius: 7px;
  background: #59b5fc21;
  border: 1.5px solid #59b5fc47;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0
}

.ct-us .cinfo-icon svg {
  width: 17px;
  height: 17px
}

.ct-us .cinfo-txt {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.ct-us .cinfo-lbl {
  font-size: 15px;
  color: #59B5FC;
  letter-spacing: .1em;
  text-transform: uppercase;
  line-height: 1.35
}

.ct-us .cinfo-val {
  font-size: 15px;
  color: #d4e8f5;
  line-height: 1.55
}

.ct-us .cinfo-val a {
  color: #d4e8f5;
  text-decoration: none;
  border-bottom: 1px solid #59b5fc4d;
  transition: color .18s ease-out, border-color .14s ease-out
}

.ct-us .cinfo-val a:hover {
  color: #59B5FC;
  border-color: #59B5FC
}

.ct-us .split-right {
  width: 70%;
  background: #FFFEFB;
  padding: 64px;
  display: flex;
  flex-direction: column;
  justify-content: center
}

.ct-us .form-head {
  font-size: 27px;
  font-weight: 700;
  color: #0e1a2b;
  line-height: 1.1;
  margin-bottom: 8px
}

.ct-us .form-sub {
  font-size: 17px;
  color: #3a5068;
  line-height: 1.55;
  margin-bottom: 32px
}

.ct-us .frm {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.ct-us .frm-row {
  display: flex;
  flex-direction: row;
  gap: 16px
}

.ct-us .frm-grp {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1
}

.ct-us .frm-lbl {
  font-size: 15px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #0e1a2b;
  font-weight: 700;
  line-height: 1.35
}

.ct-us .frm-inp {
  padding: 12px 16px;
  border: 2px solid #c2d8ec;
  border-radius: 7px;
  font-size: 17px;
  color: #0e1a2b;
  background: #fff;
  outline: none;
  transition: border-color .16s ease-out, box-shadow .16s ease-out;
  box-shadow: inset 0 2px 5px #59b5fc0d;
  width: 100%;
  box-sizing: border-box
}

.ct-us .frm-inp::placeholder {
  color: #8fafc8;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: .1em
}

.ct-us .frm-inp:focus {
  border-color: #59B5FC;
  box-shadow: inset 0 2px 5px #59b5fc14 2px 5px 18px -1px #59b5fc1c
}

.ct-us .frm-sel {
  padding: 12px 16px;
  border: 2px solid #c2d8ec;
  border-radius: 7px;
  font-size: 17px;
  color: #0e1a2b;
  background: #fff;
  outline: none;
  width: 100%;
  box-sizing: border-box;
  transition: border-color .16s ease-out;
  appearance: none;
  cursor: pointer
}

.ct-us .frm-sel:focus {
  border-color: #59B5FC
}

.ct-us .cond-toggle {
  display: none
}

.ct-us .cond-lbl {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  font-size: 15px;
  color: #3a5068;
  line-height: 1.35;
  padding: 12px 16px;
  border: 2px solid #c2d8ec;
  border-radius: 7px;
  background: #f4f9fe;
  transition: border-color .14s ease-out, background .14s ease-out;
  user-select: none
}

.ct-us .cond-lbl:hover {
  border-color: #59B5FC;
  background: #eaf4fe
}

.ct-us .cond-check-box {
  width: 20px;
  height: 20px;
  border: 2px solid #59B5FC;
  border-radius: 7px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background .14s ease-out;
  position: relative
}

.ct-us .cond-check-box::after {
  content: "";
  width: 10px;
  height: 6px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg) translateY(-1px);
  opacity: 0;
  transition: opacity .12s ease-out
}

.ct-us .cond-toggle:checked+.cond-lbl .cond-check-box {
  background: #59B5FC
}

.ct-us .cond-toggle:checked+.cond-lbl .cond-check-box::after {
  opacity: 1
}

.ct-us .cond-fields {
  display: none;
  flex-direction: column;
  gap: 16px
}

.ct-us .cond-toggle:checked~.cond-fields {
  display: flex
}

.ct-us .cond-block {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.ct-us .privacy-row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px;
  padding: 16px;
  background: #f4f9fe;
  border-radius: 7px;
  border: 1.5px solid #c2d8ec
}

.ct-us .prv-chk {
  width: 20px;
  height: 20px;
  border: 2px solid #59B5FC;
  border-radius: 7px;
  accent-color: #59B5FC;
  cursor: pointer;
  flex-shrink: 0;
  margin-top: 2px
}

.ct-us .prv-txt {
  font-size: 15px;
  color: #3a5068;
  line-height: 1.55
}

.ct-us .prv-txt a {
  color: #59B5FC;
  text-decoration: none;
  border-bottom: 1px solid #59b5fc66;
  transition: color .14s ease-out
}

.ct-us .prv-txt a:hover {
  color: #B32008
}

.ct-us .btn-submit {
  align-self: flex-start;
  padding: 14px 32px;
  font-size: 17px;
  font-weight: 700;
  color: #0e1a2b;
  background: transparent;
  border: 2.5px solid #0e1a2b;
  border-radius: 7px;
  cursor: pointer;
  letter-spacing: .06em;
  position: relative;
  overflow: hidden;
  transition: color .18s ease-out, background .18s ease-out
}

.ct-us .btn-submit::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  right: 100%;
  bottom: 0;
  background: #0e1a2b;
  transition: left .2s cubic-bezier(0.4, 0, 0.6, 1), right .2s cubic-bezier(0.4, 0, 0.6, 1);
  z-index: 0
}

.ct-us .btn-submit:hover::before {
  left: 0;
  right: 0
}

.ct-us .btn-submit:hover {
  color: #FFFEFB
}

.ct-us .btn-submit span {
  position: relative;
  z-index: 1
}

.ct-us .btn-submit:focus {
  outline: 2px solid #59B5FC;
  outline-offset: 3px
}

.ct-us .data-band {
  background: linear-gradient(107deg, #0e1a2b 0%, #1b2e45 52%, #0f1d2e 100%);
  padding: 64px 0;
  position: relative
}

.ct-us .data-band::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(107deg, #59B5FC 0%, #B32008 60%, #59B5FC 100%)
}

.ct-us .data-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 32px;
  display: flex;
  flex-direction: row;
  gap: 32px;
  align-items: stretch
}

.ct-us .data-left {
  flex: 0 0 38%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px
}

.ct-us .data-eyebrow {
  font-size: 15px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #59B5FC;
  line-height: 1.35
}

.ct-us .data-big {
  font-size: 51px;
  font-weight: 900;
  color: #FFFEFB;
  line-height: 1.1
}

.ct-us .data-big span {
  color: #59B5FC
}

.ct-us .data-desc {
  font-size: 17px;
  color: #8ab4cc;
  line-height: 1.55
}

.ct-us .data-right {
  flex: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px
}

.ct-us .metric-card {
  background: #59b5fc0f;
  border: 1.5px solid #59b5fc2e;
  border-radius: 12px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  box-shadow: 2px 5px 18px -1px #59b5fc1c;
  transition: border-color .18s ease-out, box-shadow .18s ease-out
}

.ct-us .metric-card:hover {
  border-color: #59b5fc73;
  box-shadow: 2px 8px 48px -1px #59b5fc21
}

.ct-us .metric-card.red {
  background: #b3200812;
  border-color: #b3200833;
  box-shadow: 2px 5px 18px -1px #b320081c
}

.ct-us .metric-card.red:hover {
  border-color: #b3200873;
  box-shadow: 2px 8px 48px -1px #b3200821
}

.ct-us .metric-num {
  font-size: 37px;
  font-weight: 900;
  color: #FFFEFB;
  line-height: 1.1
}

.ct-us .metric-num span {
  color: #59B5FC
}

.ct-us .metric-card.red .metric-num span {
  color: #e05a44
}

.ct-us .metric-lbl {
  font-size: 15px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #8ab4cc;
  line-height: 1.35
}

.ct-us .metric-bar {
  height: 4px;
  background: #59b5fc26;
  border-radius: 32px;
  margin-top: 4px;
  overflow: hidden
}

.ct-us .metric-bar-fill {
  height: 100%;
  background: #59B5FC;
  border-radius: 32px;
  animation: barfill 1.1s cubic-bezier(0.4, 0, 0.6, 1) both
}

.ct-us .metric-card.red .metric-bar-fill {
  background: #e05a44
}

@keyframes barfill {
  from {
    width: 0
  }

  to {
    width: var(--bar-w, 70%)
  }
}

.ct-us .fade-up {
  animation: fadeup .22s ease-out both
}

@keyframes fadeup {
  from {
    opacity: 0;
    transform: translateY(12px)
  }

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

.ct-us .fade-up:nth-child(2) {
  animation-delay: .06s
}

.ct-us .fade-up:nth-child(3) {
  animation-delay: .12s
}

.ct-us .fade-up:nth-child(4) {
  animation-delay: .18s
}

@media (max-width: 1024px) {
  .ct-us .split-row {
    flex-direction: column
  }

  .ct-us .split-left {
    width: 100%;
    padding: 48px 32px
  }

  .ct-us .split-right {
    width: 100%;
    padding: 48px 32px;
    box-sizing: border-box
  }

  .ct-us .data-inner {
    flex-direction: column
  }

  .ct-us .data-left {
    flex: none
  }
}

@media (max-width: 768px) {
  .ct-us .frm-row {
    flex-direction: column
  }

  .ct-us .data-right {
    grid-template-columns: 1fr
  }

  .ct-us .split-right {
    padding: 32px 16px
  }

  .ct-us .split-left {
    padding: 32px 16px
  }

  .ct-us .data-band {
    padding: 48px 0
  }

  .ct-us .data-inner {
    padding: 0 16px
  }

  .ct-us .data-big {
    font-size: 37px
  }
}

@media (max-width: 320px) {
  .ct-us .acc-head {
    font-size: 27px
  }

  .ct-us .btn-submit {
    width: 100%
  }
}

.avail {
  background: #FFFEFB;
  overflow-x: clip
}

.avail .pg-svc {
  max-width: 1100px;
  margin: 0 auto;
  padding: 64px 32px
}

.avail .svc-grid {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 64px;
  align-items: start
}

.avail .svc-left {
  position: sticky;
  top: 32px
}

.avail .svc-tag {
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #B32008;
  border: 2px solid #B32008;
  border-radius: 7px;
  padding: 4px 16px;
  margin-bottom: 32px
}

.avail .svc-hdg {
  font-size: 51px;
  line-height: 1.1;
  font-weight: 900;
  color: #0f1923;
  margin-bottom: 32px
}

.avail .svc-hdg span {
  color: #59B5FC;
  font-weight: 300;
  display: block
}

.avail .svc-desc {
  font-size: 17px;
  line-height: 1.55;
  color: #2a3540;
  margin-bottom: 32px;
  text-indent: -16px;
  padding-left: 16px
}

.avail .svc-stat-row {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 32px
}

.avail .svc-stat {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  padding: 16px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 2px 5px 18px -1px #59b5fc1c
}

.avail .svc-stat__num {
  font-size: 37px;
  font-weight: 900;
  color: #59B5FC;
  line-height: 1.1;
  min-width: 72px
}

.avail .svc-stat__lbl {
  font-size: 15px;
  line-height: 1.35;
  color: #2a3540;
  font-weight: 500
}

.avail .svc-img-wrap {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 2px 8px 48px -1px #59b5fc21;
  margin-bottom: 32px
}

.avail .svc-img-wrap img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  object-position: center;
  display: block
}

.avail .svc-right {
  display: flex;
  flex-direction: column;
  gap: 32px
}

.avail .svc-card {
  background: #fff;
  border-radius: 12px;
  padding: 32px;
  box-shadow: 2px 1px 3px -1px #59b5fc12;
  border-top: 3px solid #59B5FC;
  transition: box-shadow .18s cubic-bezier(0.4, 0, 0.6, 1), border-color .15s ease-out
}

.avail .svc-card:hover {
  box-shadow: 2px 8px 48px -1px #59b5fc21;
  border-color: #B32008
}

.avail .svc-card__head {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px
}

.avail .svc-card__ico {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: #FFFEFB;
  border: 2px solid #59B5FC;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-shrink: 0
}

.avail .svc-card__ico svg {
  width: 24px;
  height: 24px
}

.avail .svc-card__ttl {
  font-size: 21px;
  font-weight: 700;
  color: #0f1923;
  line-height: 1.35
}

.avail .svc-card__body {
  font-size: 17px;
  line-height: 1.55;
  color: #2a3540;
  margin-bottom: 16px
}

.avail .svc-card__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0
}

.avail .svc-card__list li {
  font-size: 15px;
  color: #2a3540;
  background: #f3f8ff;
  border-radius: 7px;
  padding: 4px 16px;
  border: 1px solid #59b5fc38
}

.avail .svc-card__list li+li::before {
  content: none
}

.avail .svc-avail-badge {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #0f7a2e;
  background: #e8f9ed;
  border-radius: 7px;
  padding: 4px 16px;
  margin-top: 8px
}

.avail .svc-avail-badge__dot {
  width: 8px;
  height: 8px;
  border-radius: 48px;
  background: #0f7a2e;
  animation: pulse-dot 1.6s cubic-bezier(0.4, 0, 0.6, 1) infinite
}

@keyframes pulse-dot {

  0%,
  100% {
    opacity: 1
  }

  50% {
    opacity: .4
  }
}

.avail .svc-divider {
  width: 100%;
  overflow: hidden;
  line-height: 0;
  margin: 0
}

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

.avail .pg-reach {
  background: #0f1923;
  position: relative;
  overflow: hidden
}

.avail .reach-bg {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 80% 60% at 30% 50%, #59b5fc17 0%, #59b5fc08 55%, transparent 100%);
  pointer-events: none
}

.avail .reach-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 64px 32px;
  position: relative;
  z-index: 1
}

.avail .reach-top {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 64px;
  align-items: start;
  margin-bottom: 64px
}

.avail .reach-hdg {
  font-size: 37px;
  font-weight: 900;
  color: #FFFEFB;
  line-height: 1.1;
  margin-bottom: 16px
}

.avail .reach-hdg em {
  font-style: normal;
  color: #59B5FC
}

.avail .reach-sub {
  font-size: 17px;
  line-height: 1.55;
  color: #a8bccf;
  margin-bottom: 32px;
  text-indent: -16px;
  padding-left: 16px
}

.avail .reach-cta-row {
  display: flex;
  flex-direction: row;
  gap: 16px;
  flex-wrap: wrap
}

.avail .btn-prim {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #0f1923;
  background: #59B5FC;
  border: 3px solid #59B5FC;
  border-radius: 7px;
  padding: 16px 32px;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  position: relative;
  overflow: hidden;
  transition: color .18s ease-out, background .15s ease-out, border-color .15s ease-out
}

.avail .btn-prim::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 7px;
  border: 3px solid #FFFEFB;
  opacity: 0;
  transition: opacity .18s cubic-bezier(0.4, 0, 0.6, 1)
}

.avail .btn-prim:hover {
  background: transparent;
  color: #59B5FC
}

.avail .btn-prim:hover::after {
  opacity: 1
}

.avail .btn-sec {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #FFFEFB;
  background: transparent;
  border: 3px solid #FFFEFB;
  border-radius: 7px;
  padding: 16px 32px;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  position: relative;
  overflow: hidden;
  transition: color .2s ease-out, background .16s ease-out
}

.avail .btn-sec:hover {
  background: #FFFEFB;
  color: #0f1923
}

.avail .reach-img-col {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.avail .reach-img-frame {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 2px 8px 48px -1px #b3200821;
  clip-path: polygon(0 0, 100% 0, 100% 88%, 88% 100%, 0 100%)
}

.avail .reach-img-frame img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  object-position: center;
  display: block
}

.avail .reach-note {
  font-size: 15px;
  line-height: 1.35;
  color: #59B5FC;
  text-align: right;
  letter-spacing: .06em
}

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

.avail .reach-feat {
  border-radius: 12px;
  padding: 32px;
  background: #59b5fc0f;
  border: 1px solid #59b5fc24;
  transition: background .18s ease-out, border-color .15s ease-out
}

.avail .reach-feat:hover {
  background: #59b5fc1f;
  border-color: #59b5fc52
}

.avail .reach-feat__ico {
  width: 40px;
  height: 40px;
  margin-bottom: 16px
}

.avail .reach-feat__ttl {
  font-size: 17px;
  font-weight: 700;
  color: #FFFEFB;
  margin-bottom: 8px;
  line-height: 1.35
}

.avail .reach-feat__txt {
  font-size: 15px;
  line-height: 1.55;
  color: #a8bccf
}

.avail .reach-reviews {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px
}

.avail .rev-card {
  background: #fffefb0a;
  border-radius: 12px;
  padding: 32px;
  border: 1px solid #59b5fc1a;
  display: flex;
  flex-direction: column;
  gap: 16px
}

.avail .rev-card__quote {
  font-size: 17px;
  line-height: 1.55;
  color: #c8d8e8;
  font-style: italic
}

.avail .rev-card__person {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px
}

.avail .rev-card__portrait {
  width: 56px;
  height: 72px;
  flex-shrink: 0;
  overflow: hidden
}

.avail .rev-card__portrait img {
  width: 56px;
  height: 72px;
  object-fit: cover;
  object-position: top;
  display: block
}

.avail .rev-card__name {
  font-size: 15px;
  font-weight: 700;
  color: #FFFEFB;
  line-height: 1.35
}

.avail .rev-card__role {
  font-size: 15px;
  color: #59B5FC;
  line-height: 1.35
}

.avail .reach-map-strip {
  margin-top: 64px;
  border-top: 1px solid #59b5fc24;
  padding-top: 32px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 32px;
  flex-wrap: wrap
}

.avail .reach-map-strip__lbl {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #59B5FC
}

.avail .reach-regions {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0
}

.avail .reach-regions li {
  font-size: 15px;
  color: #a8bccf;
  padding: 4px 16px;
  border-radius: 32px;
  border: 1px solid #59b5fc2e;
  transition: color .14s ease-out, border-color .14s ease-out
}

.avail .reach-regions li:hover {
  color: #FFFEFB;
  border-color: #59B5FC
}

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

  .avail .svc-left {
    position: static
  }

  .avail .reach-top {
    grid-template-columns: 1fr;
    gap: 32px
  }

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

@media (max-width: 768px) {
  .avail .svc-hdg {
    font-size: 37px
  }

  .avail .reach-grid {
    grid-template-columns: 1fr;
    gap: 16px
  }

  .avail .reach-reviews {
    grid-template-columns: 1fr
  }

  .avail .reach-hdg {
    font-size: 27px
  }

  .avail .pg-svc {
    padding: 32px 16px
  }

  .avail .reach-inner {
    padding: 32px 16px
  }
}

@media (max-width: 320px) {
  .avail .svc-hdg {
    font-size: 27px
  }

  .avail .svc-stat__num {
    font-size: 27px
  }

  .avail .reach-cta-row {
    flex-direction: column
  }
}

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

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

@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-48px)
  }

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

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

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

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(32px)
  }

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

.rt .ttl {
  position: relative;
  padding: 64px 0 0;
  background: #f4f8ff
}

.rt .ttl__dot-grid {
  position: absolute;
  top: 0;
  left: 0;
  width: 55%;
  height: 100%;
  background-image: radial-gradient(circle, #59B5FC 1px, transparent 1px);
  background-size: 22px 22px;
  opacity: .18;
  pointer-events: none;
  overflow: hidden
}

.rt .ttl__layout {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 32px;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 32px;
  position: relative;
  z-index: 1
}

.rt .ttl__copy {
  flex: 1 1 0;
  padding-bottom: 64px;
  animation: slideInLeft .22s cubic-bezier(0.4, 0, 0.6, 1) both
}

.rt .ttl__eyebrow {
  display: inline-block;
  font-size: 15px;
  letter-spacing: .13em;
  color: #B32008;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 16px
}

.rt .ttl__h1 {
  font-size: 51px;
  line-height: 1.1;
  font-weight: 800;
  color: #14213d;
  margin: 0 0 32px
}

.rt .ttl__h1 span {
  color: #59B5FC;
  display: block
}

.rt .ttl__lead {
  font-size: 17px;
  line-height: 1.55;
  color: #2c3e50;
  max-width: 480px;
  margin: 0 0 32px
}

.rt .ttl__cta {
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #14213d;
  border: 3px solid #14213d;
  padding: 16px 32px;
  border-radius: 7px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  transition: color .18s ease-out, background .18s ease-out
}

.rt .ttl__cta::after {
  content: '';
  position: absolute;
  inset: 0;
  background: #14213d;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .18s ease-out;
  z-index: -1
}

.rt .ttl__cta:hover {
  color: #FFFEFB
}

.rt .ttl__cta:hover::after {
  transform: scaleX(1)
}

.rt .ttl__img-col {
  flex: 0 0 420px;
  position: relative;
  align-self: flex-end
}

.rt .ttl__img-wrap {
  position: relative;
  border-radius: 12px 12px 0 0;
  overflow: hidden;
  height: 440px
}

.rt .ttl__img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block
}

.rt .ttl__img-grad {
  position: absolute;
  inset: 0;
  background: linear-gradient(107deg, #59b5fc61 0%, #b3200821 60%, #14213db8 100%);
  pointer-events: none
}

.rt .ttl__grad-bar {
  height: 8px;
  background: linear-gradient(107deg, #59B5FC 0%, #B32008 55%, #14213d 100%)
}

.rt .out {
  padding: 64px 0;
  background: #FFFEFB
}

.rt .out__pg {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 32px
}

.rt .out__top {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 64px;
  margin-bottom: 64px
}

.rt .out__lbl {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  transform: rotate(180deg);
  font-size: 15px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #59B5FC;
  font-weight: 700;
  flex-shrink: 0
}

.rt .out__copy {
  flex: 1 1 0
}

.rt .out__h2 {
  font-size: 37px;
  line-height: 1.1;
  font-weight: 800;
  color: #14213d;
  margin: 0 0 16px
}

.rt .out__sub {
  font-size: 17px;
  line-height: 1.55;
  color: #2c3e50;
  margin: 0 0 32px;
  max-width: 560px
}

.rt .out__metrics {
  display: flex;
  flex-direction: row;
  gap: 32px;
  margin-bottom: 32px
}

.rt .out__metric {
  flex: 1 1 0;
  background: #f4f8ff;
  border-radius: 12px;
  padding: 32px;
  box-shadow: 2px 5px 18px -1px #59b5fc1c;
  text-align: right;
  animation: slideInRight .2s cubic-bezier(0.4, 0, 0.6, 1) both
}

.rt .out__metric--alt {
  background: #14213d;
  animation-delay: .08s
}

.rt .out__num {
  font-size: 51px;
  line-height: 1.1;
  font-weight: 800;
  color: #59B5FC;
  display: block
}

.rt .out__metric--alt .out__num {
  color: #59B5FC
}

.rt .out__mlbl {
  font-size: 15px;
  color: #4a5568;
  letter-spacing: .06em;
  display: block;
  margin-top: 8px
}

.rt .out__metric--alt .out__mlbl {
  color: #b0c4de
}

.rt .out__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px
}

.rt .out__card {
  border: 2px solid #e8f0fe;
  border-radius: 12px;
  padding: 32px 24px;
  position: relative;
  transition: border-color .18s ease-out, box-shadow .18s ease-out
}

.rt .out__card:hover {
  border-color: #59B5FC;
  box-shadow: 2px 5px 18px -1px #59b5fc1c
}

.rt .out__card:active {
  background: #14213d
}

.rt .out__card:active .out__ctitle,
.rt .out__card:active .out__cdesc {
  color: #FFFEFB
}

.rt .out__cicon {
  width: 32px;
  height: 32px;
  margin-bottom: 16px
}

.rt .out__ctitle {
  font-size: 17px;
  font-weight: 700;
  color: #14213d;
  margin: 0 0 8px
}

.rt .out__cdesc {
  font-size: 15px;
  line-height: 1.55;
  color: #4a5568;
  margin: 0
}

.rt .out__img-row {
  margin-top: 64px;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  height: 280px;
  box-shadow: 2px 8px 48px -1px #59b5fc21
}

.rt .out__img-row img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform .22s ease-out
}

.rt .out__img-row:hover img {
  transform: scale(1.04)
}

.rt .out__img-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(107deg, #59b5fc38 0%, #fffefb00 55%, #b3200826 100%);
  mix-blend-mode: multiply;
  pointer-events: none
}

.rt .div-mono {
  text-align: center;
  padding: 8px 0;
  background: #FFFEFB
}

.rt .div-mono__sym {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 48px;
  border: 2px solid #59B5FC;
  color: #59B5FC;
  font-size: 21px;
  font-weight: 800;
  background: #FFFEFB
}

.rt .sit {
  padding: 64px 0;
  background: linear-gradient(107deg, #14213d 0%, #1a3060 55%, #0e1a30 100%);
  position: relative;
  overflow: hidden
}

.rt .sit__bg-img {
  position: absolute;
  inset: 0;
  z-index: 0
}

.rt .sit__bg-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: .18;
  mix-blend-mode: luminosity
}

.rt .sit__pg {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 32px;
  position: relative;
  z-index: 1
}

.rt .sit__h2 {
  font-size: 37px;
  line-height: 1.1;
  font-weight: 300;
  color: #FFFEFB;
  margin: 0 0 8px
}

.rt .sit__h2 strong {
  font-weight: 800;
  color: #59B5FC
}

.rt .sit__intro {
  font-size: 17px;
  line-height: 1.55;
  color: #b0c4de;
  max-width: 540px;
  margin: 0 0 64px
}

.rt .sit__chess {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px
}

.rt .sit__item {
  border-radius: 12px;
  padding: 32px;
  background: #fffefb0d;
  border: 1px solid #59b5fc38;
  transition: background .15s ease-out, border-color .15s ease-out;
  animation: slideInLeft .2s cubic-bezier(0.4, 0, 0.6, 1) both
}

.rt .sit__item:nth-child(even) {
  animation-name: slideInRight;
  margin-top: 32px
}

.rt .sit__item:hover {
  background: #59b5fc1a;
  border-color: #59B5FC
}

.rt .sit__num {
  font-size: 68px;
  line-height: 1.1;
  font-weight: 800;
  color: #59b5fc2e;
  display: block;
  margin-bottom: 8px
}

.rt .sit__ititle {
  font-size: 21px;
  font-weight: 700;
  color: #FFFEFB;
  margin: 0 0 8px
}

.rt .sit__idesc {
  font-size: 15px;
  line-height: 1.55;
  color: #b0c4de;
  margin: 0
}

.rt .sit__img-pair {
  display: flex;
  flex-direction: row;
  gap: 16px;
  margin-top: 32px
}

.rt .sit__img-sm {
  flex: 1 1 0;
  border-radius: 12px;
  overflow: hidden;
  height: 200px;
  position: relative
}

.rt .sit__img-sm img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform .2s ease-out
}

.rt .sit__img-sm:hover img {
  transform: scale(1.05)
}

.rt .sit__img-sm-ov {
  position: absolute;
  inset: 0;
  background: linear-gradient(107deg, #59b5fc4d 0%, #b320081a 100%);
  mix-blend-mode: multiply;
  pointer-events: none
}

.rt .div-line {
  background: #f4f8ff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 0;
  gap: 16px
}

.rt .div-line__bar {
  height: 2px;
  width: 120px;
  background: linear-gradient(90deg, transparent, #59B5FC);
  border-radius: 2px
}

.rt .div-line__bar--r {
  background: linear-gradient(90deg, #59B5FC, transparent)
}

.rt .div-line__sym {
  width: 32px;
  height: 32px;
  border-radius: 32px;
  background: #59B5FC;
  display: flex;
  align-items: center;
  justify-content: center
}

.rt .dif {
  padding: 64px 0;
  background: #f4f8ff
}

.rt .dif__pg {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 32px
}

.rt .dif__layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center
}

.rt .dif__img-col {
  position: relative
}

.rt .dif__img-wrap {
  border-radius: 12px;
  overflow: hidden;
  height: 380px;
  box-shadow: 2px 8px 48px -1px #59b5fc21;
  position: relative
}

.rt .dif__img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform .22s ease-out
}

.rt .dif__img-wrap:hover img {
  transform: scale(1.04)
}

.rt .dif__img-ov {
  position: absolute;
  inset: 0;
  background: linear-gradient(107deg, #59b5fc2e 0%, #b320081f 100%);
  mix-blend-mode: multiply;
  pointer-events: none
}

.rt .dif__accent-num {
  position: absolute;
  bottom: -16px;
  right: -16px;
  background: #B32008;
  color: #FFFEFB;
  border-radius: 12px;
  padding: 16px 24px;
  font-size: 37px;
  font-weight: 800;
  line-height: 1.1;
  box-shadow: 2px 5px 18px -1px #b320081c
}

.rt .dif__accent-num span {
  display: block;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: .06em;
  opacity: .8
}

.rt .dif__copy {
  animation: slideInRight .2s cubic-bezier(0.4, 0, 0.6, 1) both
}

.rt .dif__eyebrow {
  font-size: 15px;
  letter-spacing: .13em;
  text-transform: uppercase;
  color: #B32008;
  font-weight: 700;
  display: block;
  margin-bottom: 16px
}

.rt .dif__h2 {
  font-size: 37px;
  line-height: 1.1;
  font-weight: 800;
  color: #14213d;
  margin: 0 0 32px
}

.rt .dif__pts {
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
  display: flex;
  flex-direction: column;
  gap: 16px
}

.rt .dif__pt {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: flex-start
}

.rt .dif__pt-icon {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  background: #59B5FC;
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 4px
}

.rt .dif__pt-text {
  font-size: 17px;
  line-height: 1.55;
  color: #2c3e50
}

.rt .dif__pt-text strong {
  color: #14213d
}

.rt .dif__slash-list {
  font-size: 15px;
  color: #59B5FC;
  letter-spacing: .06em;
  font-weight: 600
}

.rt .cas {
  padding: 64px 0;
  background: #FFFEFB
}

.rt .cas__pg {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 32px
}

.rt .cas__header {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 64px;
  gap: 32px
}

.rt .cas__h2 {
  font-size: 37px;
  line-height: 1.1;
  font-weight: 800;
  color: #14213d;
  margin: 0;
  max-width: 480px
}

.rt .cas__tag {
  font-size: 15px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #59B5FC;
  font-weight: 700;
  text-align: right
}

.rt .cas__body {
  display: grid;
  grid-template-columns: 5fr 4fr;
  gap: 32px;
  align-items: start
}

.rt .cas__story {
  display: flex;
  flex-direction: column;
  gap: 32px
}

.rt .cas__img-main {
  border-radius: 12px;
  overflow: hidden;
  height: 300px;
  position: relative;
  box-shadow: 2px 8px 48px -1px #59b5fc21
}

.rt .cas__img-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform .22s ease-out
}

.rt .cas__img-main:hover img {
  transform: scale(1.04)
}

.rt .cas__img-ov {
  position: absolute;
  inset: 0;
  background: linear-gradient(107deg, #14213d66 0%, #59b5fc26 100%);
  pointer-events: none
}

.rt .cas__text-block {
  background: #f4f8ff;
  border-radius: 12px;
  padding: 32px;
  box-shadow: 2px 1px 3px -1px #59b5fc12
}

.rt .cas__ptitle {
  font-size: 21px;
  font-weight: 700;
  color: #14213d;
  margin: 0 0 16px
}

.rt .cas__para {
  font-size: 17px;
  line-height: 1.55;
  color: #2c3e50;
  margin: 0 0 16px;
  text-indent: -16px;
  padding-left: 16px
}

.rt .cas__para:last-child {
  margin-bottom: 0
}

.rt .cas__side {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.rt .cas__profile {
  background: #14213d;
  border-radius: 12px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  box-shadow: 2px 5px 18px -1px #59b5fc1c
}

.rt .cas__avatar {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid #59B5FC;
  flex-shrink: 0
}

.rt .cas__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top
}

.rt .cas__pname {
  font-size: 17px;
  font-weight: 700;
  color: #FFFEFB;
  margin: 0;
  text-align: center
}

.rt .cas__prole {
  font-size: 15px;
  color: #b0c4de;
  margin: 0;
  text-align: center;
  letter-spacing: .06em
}

.rt .cas__quote {
  font-size: 15px;
  line-height: 1.55;
  color: #d0dff0;
  margin: 0;
  text-align: center;
  font-style: italic
}

.rt .cas__profile2 {
  background: #f4f8ff;
  border-radius: 12px;
  padding: 32px;
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
  box-shadow: 2px 1px 3px -1px #59b5fc12
}

.rt .cas__avatar2 {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #59B5FC;
  flex-shrink: 0
}

.rt .cas__avatar2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top
}

.rt .cas__pinfo {
  flex: 1 1 0
}

.rt .cas__pname2 {
  font-size: 17px;
  font-weight: 700;
  color: #14213d;
  margin: 0 0 4px
}

.rt .cas__prole2 {
  font-size: 15px;
  color: #59B5FC;
  margin: 0 0 8px;
  letter-spacing: .05em
}

.rt .cas__pquote {
  font-size: 15px;
  line-height: 1.55;
  color: #4a5568;
  margin: 0;
  font-style: italic
}

.rt .cas__stat-row {
  display: flex;
  flex-direction: row;
  gap: 8px
}

.rt .cas__stat {
  flex: 1 1 0;
  background: linear-gradient(107deg, #59B5FC 0%, #3a9de8 100%);
  border-radius: 12px;
  padding: 24px 16px;
  text-align: center;
  box-shadow: 2px 5px 18px -1px #59b5fc1c
}

.rt .cas__stat-n {
  font-size: 37px;
  line-height: 1.1;
  font-weight: 800;
  color: #FFFEFB;
  display: block
}

.rt .cas__stat-l {
  font-size: 15px;
  color: #fffefbd1;
  display: block;
  margin-top: 4px;
  letter-spacing: .05em
}

.rt .cas__faq {
  margin-top: 64px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px
}

.rt .cas__faq-item {
  border: 2px solid #e8f0fe;
  border-radius: 12px;
  padding: 32px;
  transition: border-color .15s ease-out
}

.rt .cas__faq-item:hover {
  border-color: #59B5FC
}

.rt .cas__fq {
  font-size: 17px;
  font-weight: 700;
  color: #14213d;
  margin: 0 0 8px
}

.rt .cas__fa {
  font-size: 15px;
  line-height: 1.55;
  color: #4a5568;
  margin: 0
}

@media (max-width: 1024px) {
  .rt .ttl__layout {
    flex-direction: column;
    align-items: stretch
  }

  .rt .ttl__img-col {
    flex: 0 0 auto
  }

  .rt .ttl__img-wrap {
    height: 300px
  }

  .rt .out__grid {
    grid-template-columns: 1fr 1fr
  }

  .rt .sit__chess {
    grid-template-columns: 1fr
  }

  .rt .sit__item:nth-child(even) {
    margin-top: 0
  }

  .rt .dif__layout {
    grid-template-columns: 1fr;
    gap: 32px
  }

  .rt .dif__accent-num {
    right: 16px;
    bottom: 16px
  }

  .rt .cas__body {
    grid-template-columns: 1fr
  }

  .rt .cas__faq {
    grid-template-columns: 1fr
  }
}

@media (max-width: 768px) {
  .rt .ttl__h1 {
    font-size: 37px
  }

  .rt .out__metrics {
    flex-direction: column
  }

  .rt .out__grid {
    grid-template-columns: 1fr
  }

  .rt .out__top {
    flex-direction: column;
    gap: 16px
  }

  .rt .out__lbl {
    writing-mode: horizontal-tb;
    transform: none
  }

  .rt .sit__img-pair {
    flex-direction: column
  }

  .rt .cas__header {
    flex-direction: column;
    align-items: flex-start
  }

  .rt .cas__stat-row {
    flex-direction: column
  }

  .rt .cas__profile2 {
    flex-direction: column;
    text-align: center
  }
}

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

  .rt .ttl__h1 {
    font-size: 27px
  }

  .rt .out__h2,
  .rt .sit__h2,
  .rt .dif__h2,
  .rt .cas__h2 {
    font-size: 27px
  }
}

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

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

.abt-us .strip {
  position: relative;
  width: 100%;
  height: 180px;
  overflow: hidden
}

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

.abt-us .strip__grad {
  position: absolute;
  inset: 0;
  background: linear-gradient(107deg, #59b5fcb8 0%, #b3200861 55%, #fffefb2e 100%)
}

.abt-us .strip__diag {
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(135deg, #59b5fc0f 0px, #59b5fc0f 1px, transparent 1px, transparent 18px);
  pointer-events: none
}

.abt-us .title-zone {
  background: #FFFEFB;
  padding: 32px 0 64px;
  position: relative
}

.abt-us .title-zone__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 32px
}

.abt-us .title-zone__label {
  font-size: 15px;
  letter-spacing: .14em;
  color: #59B5FC;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 16px;
  display: block
}

.abt-us .title-zone__h1 {
  font-size: 51px;
  line-height: 1.1;
  font-weight: 800;
  color: #1b1b1b;
  margin: 0 0 16px;
  max-width: 680px
}

.abt-us .title-zone__sub {
  font-size: 17px;
  line-height: 1.55;
  color: #3a3a3a;
  max-width: 560px;
  margin: 0;
  text-indent: -1.2em;
  padding-left: 1.2em
}

.abt-us .title-zone__sub+.title-zone__sub {
  margin-top: 8px
}

.abt-us .title-zone__circles {
  position: absolute;
  right: 0;
  top: 0;
  width: 320px;
  height: 100%;
  pointer-events: none;
  overflow: hidden
}

.abt-us .title-zone__circles span {
  position: absolute;
  border-radius: 48px;
  opacity: .07;
  background: #59B5FC
}

.abt-us .title-zone__circles span:nth-child(1) {
  width: 220px;
  height: 220px;
  right: -40px;
  top: -40px;
  border-radius: 48px
}

.abt-us .title-zone__circles span:nth-child(2) {
  width: 160px;
  height: 160px;
  right: 60px;
  top: 20px;
  opacity: .05
}

.abt-us .title-zone__circles span:nth-child(3) {
  width: 100px;
  height: 100px;
  right: 30px;
  top: 80px;
  opacity: .09;
  background: #B32008
}

.abt-us .sec-about {
  background: #f2f5f8;
  background-image: radial-gradient(ellipse at 50% 40%, #fff 0%, #dde8f2 100%);
  padding: 64px 0;
  position: relative
}

.abt-us .sec-about__shadow-div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 8px;
  background: transparent;
  box-shadow: 0 2px 18px 4px #59b5fc21;
  pointer-events: none
}

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

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

.abt-us .about-left__img-wrap {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 2px 8px 48px -1px #59b5fc21
}

.abt-us .about-left__img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  object-position: center;
  display: block;
  border-radius: 12px;
  transition: transform .18s ease-out
}

.abt-us .about-left__img-wrap:hover .about-left__img {
  transform: scale(1.03)
}

.abt-us .about-left__img-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 12px;
  box-shadow: inset 0 4px 6px #59b5fc14;
  pointer-events: none
}

.abt-us .ratio-bar {
  background: #fff;
  border-radius: 12px;
  padding: 16px;
  box-shadow: 2px 5px 18px -1px #59b5fc1c
}

.abt-us .ratio-bar__label {
  font-size: 15px;
  color: #3a3a3a;
  margin-bottom: 8px;
  font-weight: 600;
  letter-spacing: .04em
}

.abt-us .ratio-bar__track {
  height: 10px;
  background: #e0eaf5;
  border-radius: 7px;
  overflow: hidden;
  margin-bottom: 8px
}

.abt-us .ratio-bar__fill {
  height: 100%;
  border-radius: 7px;
  background: linear-gradient(107deg, #59B5FC 0%, #B32008 100%);
  width: 72%;
  animation: bar-grow .22s cubic-bezier(0.4, 0, 0.6, 1) both
}

@keyframes bar-grow {
  from {
    width: 0
  }

  to {
    width: 72%
  }
}

.abt-us .ratio-bar__meta {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-size: 15px;
  color: #3a3a3a
}

.abt-us .ratio-bar__meta span:first-child {
  color: #59B5FC;
  font-weight: 700
}

.abt-us .ratio-bar__meta span:last-child {
  color: #B32008;
  font-weight: 700
}

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

.abt-us .about-right__h2 {
  font-size: 37px;
  line-height: 1.1;
  font-weight: 800;
  color: #1b1b1b;
  margin: 0
}

.abt-us .about-right__h2 em {
  font-style: normal;
  font-weight: 300;
  color: #59B5FC
}

.abt-us .about-right__body {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.abt-us .about-right__p {
  font-size: 17px;
  line-height: 1.55;
  color: #3a3a3a;
  margin: 0;
  text-indent: -1.1em;
  padding-left: 1.1em
}

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

.abt-us .stat-item {
  flex: 1;
  background: #fff;
  border-radius: 12px;
  padding: 16px;
  box-shadow: 2px 1px 3px -1px #59b5fc12;
  border-top: 3px solid #59B5FC;
  animation: flip-in .18s cubic-bezier(0.4, 0, 0.6, 1) both
}

.abt-us .stat-item:nth-child(2) {
  animation-delay: .06s;
  border-top-color: #B32008
}

@keyframes flip-in {
  from {
    transform: rotateX(-60deg);
    opacity: 0
  }

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

.abt-us .stat-item__num {
  font-size: 37px;
  font-weight: 800;
  color: #1b1b1b;
  line-height: 1.1
}

.abt-us .stat-item__desc {
  font-size: 15px;
  color: #5a5a5a;
  line-height: 1.35;
  margin-top: 4px
}

.abt-us .about-right__imgs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px
}

.abt-us .about-right__imgbox {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 2px 5px 18px -1px #59b5fc1c;
  animation: flip-in .22s cubic-bezier(0.4, 0, 0.6, 1) both
}

.abt-us .about-right__imgbox:nth-child(2) {
  animation-delay: .1s
}

.abt-us .about-right__imgbox img {
  width: 100%;
  height: 140px;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform .16s ease-out
}

.abt-us .about-right__imgbox:hover img {
  transform: scale(1.04)
}

.abt-us .sec-team {
  background: #FFFEFB;
  padding: 64px 0;
  position: relative
}

.abt-us .sec-team__shadow-div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 6px;
  background: transparent;
  box-shadow: 0 2px 14px 3px #b3200817;
  pointer-events: none
}

.abt-us .team-top {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 32px;
  gap: 32px
}

.abt-us .team-top__h2 {
  font-size: 37px;
  font-weight: 800;
  line-height: 1.1;
  color: #1b1b1b;
  margin: 0;
  max-width: 480px
}

.abt-us .team-top__aside {
  font-size: 15px;
  line-height: 1.55;
  color: #5a5a5a;
  max-width: 320px;
  text-align: right
}

.abt-us .team-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-bottom: 64px
}

.abt-us .t-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 2px 5px 18px -1px #59b5fc1c;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  animation: flip-in .2s cubic-bezier(0.4, 0, 0.6, 1) both;
  transition: box-shadow .16s ease-out, transform .14s ease-out
}

.abt-us .t-card:nth-child(2) {
  animation-delay: .05s
}

.abt-us .t-card:nth-child(3) {
  animation-delay: .1s
}

.abt-us .t-card:nth-child(4) {
  animation-delay: .15s
}

.abt-us .t-card:hover {
  box-shadow: 2px 8px 48px -1px #59b5fc21;
  transform: translateY(-4px)
}

.abt-us .t-card__portrait {
  width: 100%;
  aspect-ratio: 5/7;
  object-fit: cover;
  object-position: top;
  display: block
}

.abt-us .t-card__body {
  padding: 16px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px
}

.abt-us .t-card__name {
  font-size: 17px;
  font-weight: 700;
  color: #1b1b1b;
  line-height: 1.35
}

.abt-us .t-card__role {
  font-size: 15px;
  color: #59B5FC;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase
}

.abt-us .t-card__quote {
  font-size: 15px;
  color: #5a5a5a;
  line-height: 1.55;
  margin: 0
}

.abt-us .t-card--no-img {
  background: linear-gradient(107deg, #f2f5f8 0%, #e8eff7 100%)
}

.abt-us .t-card--no-img .t-card__avatar {
  width: 100%;
  aspect-ratio: 5/7;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(107deg, #dde8f2 0%, #c8d8ea 100%)
}

.abt-us .t-card__icon-ring {
  width: 72px;
  height: 72px;
  border-radius: 48px;
  background: #59B5FC;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 0 8px #59b5fc2e
}

.abt-us .t-card__icon-ring svg {
  width: 36px;
  height: 36px;
  fill: #fff
}

.abt-us .t-card--red .t-card__icon-ring {
  background: #B32008;
  box-shadow: 0 0 0 8px #b3200826
}

.abt-us .values-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px
}

.abt-us .val-item {
  background: #f2f5f8;
  border-radius: 12px;
  padding: 32px 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
  box-shadow: 2px 1px 3px -1px #59b5fc12;
  transition: background .18s ease-out
}

.abt-us .val-item:hover {
  background: #e8eff7
}

.abt-us .val-item__icon {
  width: 48px;
  height: 48px;
  border-radius: 48px;
  background: #59B5FC;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 0 5px #59b5fc26;
  flex-shrink: 0
}

.abt-us .val-item__icon--red {
  background: #B32008;
  box-shadow: 0 0 0 5px #b3200821
}

.abt-us .val-item__icon svg {
  width: 24px;
  height: 24px;
  fill: #fff
}

.abt-us .val-item__h4 {
  font-size: 17px;
  font-weight: 700;
  color: #1b1b1b;
  margin: 0;
  line-height: 1.35
}

.abt-us .val-item__p {
  font-size: 15px;
  color: #5a5a5a;
  line-height: 1.55;
  margin: 0
}

.abt-us .imgs-bottom {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 16px;
  margin-top: 64px
}

.abt-us .imgs-bottom__box {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 2px 5px 18px -1px #59b5fc1c
}

.abt-us .imgs-bottom__box img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform .18s ease-out
}

.abt-us .imgs-bottom__box:hover img {
  transform: scale(1.04)
}

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

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

  .abt-us .values-strip {
    grid-template-columns: 1fr 1fr
  }

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

  .abt-us .imgs-bottom__box:first-child {
    grid-column: 1 / -1
  }

  .abt-us .title-zone__h1 {
    font-size: 37px
  }
}

@media (max-width: 768px) {
  .abt-us .strip {
    height: 120px
  }

  .abt-us .title-zone__h1 {
    font-size: 27px
  }

  .abt-us .about-right__h2 {
    font-size: 27px
  }

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

  .abt-us .values-strip {
    grid-template-columns: 1fr
  }

  .abt-us .team-top {
    flex-direction: column;
    align-items: flex-start
  }

  .abt-us .team-top__aside {
    text-align: left
  }

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

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

  .abt-us .imgs-bottom__box:first-child {
    grid-column: auto
  }

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

  .abt-us .pg-wrap {
    padding: 0 16px
  }

  .abt-us .title-zone__inner {
    padding: 0 16px
  }
}

@media (max-width: 320px) {
  .abt-us .team-cards {
    grid-template-columns: 1fr
  }

  .abt-us .title-zone__h1 {
    font-size: 21px
  }
}

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

.succ-page .succ__wrap {
  max-width: 1100px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px
}

.succ-page .succ__icon {
  width: 72px;
  height: 72px;
  flex-shrink: 0
}

.succ-page .succ__card {
  background: #fff;
  border: 2px solid #59B5FC;
  border-radius: 12px;
  box-shadow: 2px 5px 18px -1px #59b5fc1c;
  padding: 64px 32px;
  max-width: 560px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-align: center
}

.succ-page .succ__title {
  font-size: 37px;
  line-height: 1.1;
  font-weight: 700;
  color: #111;
  margin: 0;
  letter-spacing: -.01em
}

.succ-page .succ__sub {
  font-size: 17px;
  line-height: 1.55;
  color: #333;
  margin: 0;
  max-width: 420px
}

.succ-page .succ__divider {
  width: 48px;
  height: 3px;
  background: linear-gradient(107deg, #59B5FC 0%, #B32008 60%, #FFFEFB 100%);
  border-radius: 7px;
  flex-shrink: 0
}

.succ-page .succ__ref {
  font-size: 15px;
  line-height: 1.35;
  color: #555;
  margin: 0
}

.succ-page .succ__ref a {
  color: #B32008;
  text-decoration: none;
  border-bottom: 1.5px solid #b320084d;
  transition: border-color .16s ease-out, color .16s ease-out
}

.succ-page .succ__ref a:hover {
  color: #59B5FC;
  border-bottom-color: #59B5FC
}

.succ-page .succ__btn {
  display: inline-block;
  margin-top: 8px;
  padding: 12px 32px;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 600;
  letter-spacing: .06em;
  color: #111;
  background: transparent;
  border: 2.5px solid #111;
  border-radius: 7px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  transition: color .18s cubic-bezier(0.4, 0, 0.6, 1), border-color .18s cubic-bezier(0.4, 0, 0.6, 1)
}

.succ-page .succ__btn::before {
  content: '';
  position: absolute;
  inset: 0;
  background: #59B5FC;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform .18s cubic-bezier(0.4, 0, 0.6, 1);
  z-index: 0;
  border-radius: 5px
}

.succ-page .succ__btn span {
  position: relative;
  z-index: 1
}

.succ-page .succ__btn:hover {
  color: #fff;
  border-color: #59B5FC
}

.succ-page .succ__btn:hover::before {
  transform: scaleX(1)
}

.succ-page .succ__btn:focus-visible {
  outline: 2px solid #59B5FC;
  outline-offset: 3px
}

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

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

  .succ-page .succ__title {
    font-size: 27px
  }
}