* {
  box-sizing: border-box
}

html {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 16px;
  line-height: 1.55;
  background-color: #0e1612;
  color: #FBFDFC;
  overflow-x: hidden
}

body {
  margin: 0
}

.pg-head {
  position: relative;
  background: linear-gradient(160deg, #0e1612 0%, #152318 50%, #0e1612 100%);
  border-bottom: 1px solid #51987138;
  z-index: 100
}

.pg-head::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #0e1612b8;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  pointer-events: none
}

.head-shell {
  position: relative;
  max-width: 1366px;
  margin: 0 auto;
  padding: 0 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  min-height: 96px
}

.nav-left {
  display: flex;
  align-items: center;
  gap: 4px;
  flex: 1;
  justify-content: flex-end
}

.nav-right {
  display: flex;
  align-items: center;
  gap: 4px;
  flex: 1;
  justify-content: flex-start
}

.logo-hex-mount {
  position: relative;
  flex-shrink: 0;
  width: 96px;
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: center
}

.logo-hex-mount::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #152318;
  clip-path: polygon(50% 0%, 93% 25%, 93% 75%, 50% 100%, 7% 75%, 7% 25%);
  box-shadow: 0 1px 3px 1px #5198710f 0 7px 22px 1px #51987117 0 9px 44px 1px #5198711a;
  border: 1px solid #51987159
}

.logo-hex-mount img {
  position: relative;
  width: 64px;
  height: 64px;
  object-fit: contain;
  display: block
}

.nav-lnk {
  display: inline-flex;
  align-items: center;
  padding: 8px 16px;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 16px;
  line-height: 1.35;
  color: #9AC5C4;
  text-decoration: none;
  border: 1px solid transparent;
  border-radius: 3px;
  transition: color .25s cubic-bezier(0.4, 0, 1, 1), background-color .28s cubic-bezier(0.4, 0, 1, 1);
  white-space: nowrap
}

.nav-lnk:hover,
.nav-lnk:focus {
  color: #FBFDFC;
  background-color: #51987124;
  outline: none
}

.nav-lnk:focus-visible {
  outline: 2px solid;
  outline-color: #519871;
  outline-offset: 2px
}

.nav-lnk.act {
  color: #FBFDFC;
  border-color: #5198714d
}

.head-contact-strip {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 4px 32px;
  background: #51987114;
  border-bottom-left-radius: 3px;
  font-size: 16px;
  line-height: 1.35
}

.head-phone-lnk {
  color: #519871;
  text-decoration: none;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 16px;
  transition: color .18s cubic-bezier(0.4, 0, 1, 1)
}

.head-phone-lnk:hover {
  color: #9AC5C4
}

.head-act-btn {
  display: inline-flex;
  align-items: center;
  padding: 8px 32px;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
  color: #0e1612;
  background: #519871;
  border: 2px solid #519871;
  border-radius: 3px;
  text-decoration: none;
  position: relative;
  transition: background-color .25s cubic-bezier(0.4, 0, 1, 1), color .25s cubic-bezier(0.4, 0, 1, 1), border-color .25s cubic-bezier(0.4, 0, 1, 1);
  box-shadow: 0 1px 3px 1px #5198710f 0 7px 22px 1px #51987117
}

.head-act-btn:hover,
.head-act-btn:focus {
  background: transparent;
  color: #519871;
  border-color: #519871;
  outline: none
}

.head-act-btn:focus-visible {
  outline: 2px solid #9AC5C4;
  outline-offset: 3px
}

@media (max-width: 768px) {
  .head-shell {
    flex-wrap: wrap;
    min-height: auto;
    padding: 16px;
    gap: 16px;
    justify-content: center
  }

  .nav-left,
  .nav-right {
    flex: none;
    justify-content: center;
    flex-wrap: wrap
  }

  .head-contact-strip {
    position: static;
    width: 100%;
    justify-content: center;
    border-radius: 3px
  }
}

@media (max-width: 320px) {
  .nav-lnk {
    padding: 8px;
    font-size: 16px
  }
}

.pg-foot {
  background: linear-gradient(180deg, #0e1612 0%, #111d16 100%);
  border-top: 1px solid #9ac5c42e;
  margin-top: 96px
}

.foot-shell {
  max-width: 1366px;
  margin: 0 auto;
  padding: 48px 32px 32px
}

.foot-top {
  display: flex;
  gap: 48px;
  align-items: flex-start;
  flex-wrap: wrap;
  padding-bottom: 48px;
  border-bottom: 1px solid #51987126
}

.foot-brand-col {
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-width: 200px
}

.foot-logo-mount {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #152318;
  border: 1px solid #5198714d;
  border-radius: 3px;
  box-shadow: 0 1px 3px 1px #5198710f 0 7px 22px 1px #51987117 0 9px 44px 1px #5198711a
}

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

.foot-brand-name {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.35;
  color: #FBFDFC;
  margin: 0
}

.foot-addr-block {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 16px;
  line-height: 1.55;
  color: #9AC5C4
}

.foot-addr-block address {
  font-style: normal;
  display: flex;
  flex-direction: column;
  gap: 4px
}

.foot-contact-lnk {
  color: #9AC5C4;
  text-decoration: none;
  transition: color .18s cubic-bezier(0.4, 0, 1, 1)
}

.foot-contact-lnk:hover {
  color: #519871
}

.foot-nav-col {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-left: auto
}

.foot-nav-label {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 16px;
  line-height: 1.35;
  color: #519871;
  font-weight: 700;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0
}

.foot-nav-lnk {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 16px;
  line-height: 1.55;
  color: #9AC5C4;
  text-decoration: none;
  padding: 4px 0;
  border-bottom: 1px solid transparent;
  transition: color .25s cubic-bezier(0.4, 0, 1, 1), border-color .28s cubic-bezier(0.4, 0, 1, 1);
  display: inline-block
}

.foot-nav-lnk:hover {
  color: #FBFDFC;
  border-bottom-color: #51987180
}

.foot-nav-lnk:focus-visible {
  outline: 2px solid #519871;
  outline-offset: 2px
}

.foot-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  padding-top: 32px
}

.foot-copy {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 16px;
  line-height: 1.35;
  color: #9ac5c48c
}

.foot-meta-links {
  display: flex;
  gap: 32px;
  flex-wrap: wrap
}

.foot-meta-lnk {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 16px;
  line-height: 1.35;
  color: #9ac5c48c;
  text-decoration: none;
  transition: color .18s cubic-bezier(0.4, 0, 1, 1)
}

.foot-meta-lnk:hover {
  color: #9AC5C4
}

.foot-meta-lnk:focus-visible {
  outline: 2px solid #519871;
  outline-offset: 2px
}

@media (max-width: 768px) {
  .foot-top {
    flex-direction: column;
    gap: 32px
  }

  .foot-nav-col {
    margin-left: 0
  }

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

@media (max-width: 320px) {
  .foot-shell {
    padding: 32px 16px 16px
  }
}

.ck-strip {
  display: none;
  position: fixed;
  top: 16px;
  left: 16px;
  z-index: 1200;
  max-width: 380px;
  background: #152318;
  border: 1px solid #51987159;
  border-radius: 3px;
  padding: 16px;
  box-shadow: 0 1px 3px 1px #5198710f 0 7px 22px 1px #51987117 0 9px 44px 1px #5198711a;
  opacity: 0;
  transition: opacity .26s cubic-bezier(0.4, 0, 1, 1)
}

.ck-strip.ck-vis {
  opacity: 1
}

.ck-txt {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 16px;
  line-height: 1.55;
  color: #9AC5C4;
  margin: 0 0 16px
}

.ck-actions {
  display: flex;
  gap: 16px;
  align-items: center
}

.ck-ok {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 16px;
  line-height: 1.35;
  color: #519871;
  text-decoration: underline;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px 0;
  transition: color .18s cubic-bezier(0.4, 0, 1, 1)
}

.ck-ok:hover,
.ck-ok:focus {
  color: #FBFDFC;
  outline: none
}

.ck-ok:focus-visible {
  outline: 2px solid #519871;
  outline-offset: 2px
}

.ck-no {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 16px;
  line-height: 1.35;
  color: #9ac5c48c;
  text-decoration: underline;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px 0;
  transition: color .18s cubic-bezier(0.4, 0, 1, 1)
}

.ck-no:hover,
.ck-no:focus {
  color: #9AC5C4;
  outline: none
}

.ck-no:focus-visible {
  outline: 2px solid #519871;
  outline-offset: 2px
}

.legal-container {
  max-width: 1366px;
  margin: 0 auto;
  padding: 96px 48px;
  background: #111a16;
  color: #c8d8d0;
  min-height: 100vh
}

.legal-container h1 {
  font-size: 58px;
  line-height: 1.1;
  color: #FBFDFC;
  margin-bottom: 48px;
  margin-top: 0;
  padding-bottom: 32px;
  border-bottom: 2px solid #519871
}

.legal-container h2 {
  font-size: 42px;
  line-height: 1.1;
  color: #FBFDFC;
  margin-top: 96px;
  margin-bottom: 32px;
  padding-left: 16px;
  border-left: 4px solid #519871;
  border-bottom: 1px solid #51987133;
  padding-bottom: 16px
}

.legal-container h3 {
  font-size: 30px;
  line-height: 1.35;
  color: #9AC5C4;
  margin-top: 48px;
  margin-bottom: 16px
}

.legal-container h4 {
  font-size: 23px;
  line-height: 1.35;
  color: #9AC5C4;
  margin-top: 32px;
  margin-bottom: 16px
}

.legal-container h5 {
  font-size: 19px;
  line-height: 1.35;
  color: #9AC5C4;
  margin-top: 32px;
  margin-bottom: 8px
}

.legal-container h6 {
  font-size: 16px;
  line-height: 1.35;
  color: #9ac5c4bf;
  margin-top: 16px;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: .05em
}

.legal-container p {
  font-size: 19px;
  line-height: 1.55;
  color: #c8d8d0;
  margin-top: 0;
  margin-bottom: 16px;
  max-width: 72ch
}

.legal-container em,
.legal-container i {
  color: #9AC5C4;
  font-style: italic
}

.legal-container a {
  color: #519871;
  text-decoration: underline;
  text-decoration-color: #51987166;
  text-underline-offset: 3px;
  transition: color .25s cubic-bezier(0.4, 0, 1, 1), text-decoration-color .18s cubic-bezier(0.4, 0, 1, 1)
}

.legal-container a:hover {
  color: #9AC5C4;
  text-decoration-color: #9ac5c4b3
}

.legal-container a:visited {
  color: #519871bf
}

.legal-container hr {
  border: none;
  border-top: 1px solid #51987140;
  margin-top: 48px;
  margin-bottom: 48px
}

.legal-container table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 32px;
  margin-bottom: 32px;
  font-size: 16px;
  line-height: 1.55;
  box-shadow: 0 1px 3px 1px #5198710f 0 7px 22px 1px #51987117;
  border-radius: 3px;
  overflow: hidden
}

.legal-container thead {
  background: #5198712e
}

.legal-container thead tr {
  border-bottom: 2px solid #51987166
}

.legal-container th {
  padding: 16px;
  text-align: left;
  color: #FBFDFC;
  font-size: 16px;
  line-height: 1.35
}

.legal-container tbody tr {
  border-bottom: 1px solid #9ac5c41a;
  transition: background .25s cubic-bezier(0.4, 0, 1, 1)
}

.legal-container tbody tr:last-child {
  border-bottom: none
}

.legal-container tbody tr:hover {
  background: #51987112
}

.legal-container td {
  padding: 16px;
  color: #c8d8d0;
  font-size: 16px;
  line-height: 1.55;
  vertical-align: top
}

@media (max-width: 768px) {
  .legal-container {
    padding: 48px 16px
  }

  .legal-container h1 {
    font-size: 42px
  }

  .legal-container h2 {
    font-size: 30px;
    margin-top: 48px
  }

  .legal-container h3 {
    font-size: 23px
  }

  .legal-container table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
  }
}

@media (max-width: 320px) {
  .legal-container {
    padding: 32px 8px
  }

  .legal-container h1 {
    font-size: 30px
  }

  .legal-container h2 {
    font-size: 23px
  }

  .legal-container p {
    font-size: 16px
  }
}

.abt-us {
  background: #0e1410;
  overflow-x: clip
}

.abt-us .ed-narrow {
  max-width: 1366px;
  margin: 0 auto;
  padding: 0 48px
}

.abt-us .ed-col {
  max-width: 720px;
  margin: 0 auto
}

.abt-us .tb-wrap {
  position: relative;
  background: linear-gradient(323deg, #519871 0%, #9AC5C4 100%);
  padding: 96px 48px;
  overflow: hidden
}

.abt-us .tb-geo-a {
  position: absolute;
  top: -40px;
  right: -40px;
  width: 260px;
  height: 260px;
  border: 1px solid #fbfdfc1f;
  border-radius: 3px;
  transform: rotate(28deg);
  pointer-events: none
}

.abt-us .tb-geo-b {
  position: absolute;
  bottom: 20px;
  left: 60px;
  width: 120px;
  height: 120px;
  border: 1px solid #fbfdfc14;
  border-radius: 40px;
  pointer-events: none
}

.abt-us .tb-geo-c {
  position: absolute;
  top: 50%;
  right: 180px;
  width: 60px;
  height: 60px;
  background: #fbfdfc0f;
  border-radius: 3px;
  transform: translateY(-50%) rotate(15deg);
  pointer-events: none
}

.abt-us .tb-inner {
  max-width: 1366px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 48px
}

.abt-us .tb-text-zone {
  flex: 0 0 480px;
  padding: 32px 48px 32px 0;
  display: flex;
  flex-direction: column;
  justify-content: center
}

.abt-us .tb-overline {
  font-size: 16px;
  line-height: 1.35;
  color: #0e1410b3;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 16px;
  display: block
}

.abt-us .tb-h1 {
  font-size: 58px;
  line-height: 1.1;
  color: #0e1410;
  margin: 0 0 32px
}

.abt-us .tb-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 19px;
  line-height: 1.35;
  color: #0e1410;
  text-decoration: none;
  border-bottom: 3px solid #0e141066;
  padding-bottom: 4px;
  transition: border-color .25s cubic-bezier(0.4, 0, 1, 1), color .18s cubic-bezier(0.4, 0, 1, 1)
}

.abt-us .tb-link svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0
}

.abt-us .tb-link:hover {
  border-color: #0e1410;
  color: #0e1410
}

.abt-us .tb-img-zone {
  flex: 1;
  min-height: 380px;
  position: relative
}

.abt-us .tb-img-frame {
  width: 100%;
  height: 100%;
  min-height: 380px;
  overflow: hidden;
  border-radius: 3px
}

.abt-us .tb-img-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%) contrast(1.15);
  display: block;
  transition: transform .4s cubic-bezier(0.4, 0, 1, 1)
}

.abt-us .tb-img-frame:hover img {
  transform: scale(1.04)
}

.abt-us .ab-sec {
  padding: 96px 48px;
  background: #111a13;
  position: relative;
  clip-path: polygon(0 0, 100% 0, 100% 92%, 0 100%);
  padding-bottom: 128px
}

.abt-us .ab-sec-inner {
  max-width: 1366px;
  margin: 0 auto
}

.abt-us .ab-row {
  display: flex;
  flex-direction: row;
  gap: 96px;
  align-items: flex-start
}

.abt-us .ab-row.rev {
  flex-direction: row-reverse
}

.abt-us .ab-row+.ab-row {
  margin-top: 96px
}

.abt-us .ab-img-col {
  flex: 0 0 420px;
  position: relative
}

.abt-us .ab-img-wrap {
  overflow: hidden;
  border-radius: 3px;
  box-shadow: 0 9px 44px 1px #5198711a
}

.abt-us .ab-img-wrap img {
  width: 100%;
  height: 340px;
  object-fit: cover;
  display: block;
  transition: transform .38s cubic-bezier(0.4, 0, 1, 1)
}

.abt-us .ab-img-wrap:hover img {
  transform: scale(1.05)
}

.abt-us .ab-txt-col {
  flex: 1;
  padding-top: 16px
}

.abt-us .ab-overline {
  display: block;
  font-size: 16px;
  line-height: 1.35;
  color: #519871;
  text-transform: uppercase;
  letter-spacing: .07em;
  margin-bottom: 16px
}

.abt-us .ab-overline::before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 2px;
  background: #519871;
  vertical-align: middle;
  margin-right: 8px
}

.abt-us .ab-h2 {
  font-size: 42px;
  line-height: 1.1;
  color: #FBFDFC;
  margin: 0 0 32px
}

.abt-us .ab-mark {
  background: linear-gradient(0deg, #51987173 40%, transparent 40%);
  color: #FBFDFC;
  padding: 0 4px
}

.abt-us .ab-p {
  font-size: 19px;
  line-height: 1.55;
  color: #fbfdfcb8;
  margin: 0 0 16px
}

.abt-us .ab-p-sm {
  font-size: 16px;
  line-height: 1.55;
  color: #fbfdfc8c;
  margin: 0 0 8px
}

.abt-us .ab-quote {
  font-size: 23px;
  line-height: 1.35;
  color: #9AC5C4;
  margin: 32px 0;
  padding: 16px 32px;
  border-top: 2px solid #9ac5c44d;
  border-bottom: 2px solid #9ac5c44d
}

.abt-us .steps-list {
  display: flex;
  flex-direction: row;
  gap: 32px;
  margin-top: 32px;
  list-style: none;
  padding: 0
}

.abt-us .step-item {
  flex: 1;
  border-top: 2px solid #519871;
  padding-top: 16px
}

.abt-us .step-num {
  font-size: 42px;
  line-height: 1.1;
  color: #51987140;
  display: block;
  margin-bottom: 8px
}

.abt-us .step-label {
  font-size: 19px;
  line-height: 1.35;
  color: #FBFDFC;
  display: block;
  margin-bottom: 8px
}

.abt-us .step-desc {
  font-size: 16px;
  line-height: 1.55;
  color: #fbfdfc8c
}

.abt-us .id-sec {
  padding: 96px 48px;
  background: #0e1410;
  margin-top: -2px
}

.abt-us .id-inner {
  max-width: 1366px;
  margin: 0 auto
}

.abt-us .id-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 32px
}

.abt-us .id-card {
  background: #141e16;
  border-radius: 3px;
  padding: 48px;
  box-shadow: 0 7px 22px 1px #51987117;
  position: relative;
  overflow: hidden
}

.abt-us .id-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(323deg, #519871, #9AC5C4)
}

.abt-us .id-card-wide {
  grid-column: 1 / -1;
  display: flex;
  flex-direction: row;
  gap: 48px;
  align-items: center;
  background: linear-gradient(323deg, #5198711f 0%, #9ac5c40f 100%)
}

.abt-us .id-card-wide::before {
  display: none
}

.abt-us .id-card-wide-img {
  flex: 0 0 320px;
  overflow: hidden;
  border-radius: 3px
}

.abt-us .id-card-wide-img img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  display: block;
  transition: transform .35s cubic-bezier(0.4, 0, 1, 1)
}

.abt-us .id-card-wide-img:hover img {
  transform: scale(1.06)
}

.abt-us .id-card-wide-txt {
  flex: 1
}

.abt-us .id-h3 {
  font-size: 30px;
  line-height: 1.1;
  color: #FBFDFC;
  margin: 0 0 16px
}

.abt-us .id-h4 {
  font-size: 23px;
  line-height: 1.35;
  color: #FBFDFC;
  margin: 0 0 16px
}

.abt-us .id-overline {
  display: block;
  font-size: 16px;
  line-height: 1.35;
  color: #519871;
  text-transform: uppercase;
  letter-spacing: .07em;
  margin-bottom: 16px
}

.abt-us .id-p {
  font-size: 16px;
  line-height: 1.55;
  color: #fbfdfc99;
  margin: 0 0 8px
}

.abt-us .id-ul {
  list-style: none;
  padding: 0;
  margin: 16px 0 0
}

.abt-us .id-ul li {
  font-size: 16px;
  line-height: 1.55;
  color: #fbfdfca6;
  padding: 8px 0;
  border-bottom: 1px solid #fbfdfc12;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 8px
}

.abt-us .id-ul li::before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 40px;
  background: #519871;
  flex-shrink: 0;
  margin-top: 7px
}

.abt-us .id-ul li:last-child {
  border-bottom: none
}

@keyframes bg-warmcool {
  0% {
    background-color: #0e1410
  }

  33% {
    background-color: #0f1812
  }

  66% {
    background-color: #101510
  }

  100% {
    background-color: #0e1410
  }
}

.abt-us .ab-sec {
  animation: bg-warmcool 14s cubic-bezier(0.4, 0, 1, 1) infinite
}

.abt-us .strip-reveal {
  position: relative;
  overflow: hidden
}

.abt-us .strip-reveal::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, #111a13d9 0%, #111a13d9 20%, transparent 20%, transparent 40%, #111a13d9 40%, #111a13d9 60%, transparent 60%, transparent 80%, #111a13d9 80%, #111a13d9 100%);
  transition: opacity .28s cubic-bezier(0.4, 0, 1, 1);
  pointer-events: none
}

.abt-us .strip-reveal:hover::after {
  opacity: 0
}

.abt-us .div-line {
  height: 2px;
  background: linear-gradient(90deg, #519871 0%, #9ac5c433 100%);
  border: none;
  margin: 0
}

@media (max-width: 1024px) {
  .abt-us .tb-inner {
    flex-direction: column
  }

  .abt-us .tb-text-zone {
    flex: none;
    padding: 0
  }

  .abt-us .tb-img-zone {
    min-height: 280px
  }

  .abt-us .ab-row,
  .abt-us .ab-row.rev {
    flex-direction: column
  }

  .abt-us .ab-img-col {
    flex: none;
    width: 100%
  }

  .abt-us .steps-list {
    flex-direction: column;
    gap: 16px
  }

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

  .abt-us .id-card-wide {
    flex-direction: column
  }

  .abt-us .id-card-wide-img {
    flex: none;
    width: 100%
  }
}

@media (max-width: 768px) {
  .abt-us .tb-wrap {
    padding: 48px 16px
  }

  .abt-us .tb-h1 {
    font-size: 42px
  }

  .abt-us .ab-sec {
    padding: 48px 16px 96px;
    clip-path: none
  }

  .abt-us .id-sec {
    padding: 48px 16px
  }

  .abt-us .ab-h2 {
    font-size: 30px
  }

  .abt-us .id-card {
    padding: 32px
  }

  .abt-us .id-card-wide {
    padding: 32px
  }
}

@media (max-width: 320px) {
  .abt-us .tb-h1 {
    font-size: 30px
  }

  .abt-us .ab-h2 {
    font-size: 23px
  }
}

.strt {
  background: #111318;
  color: #e8ede9;
  overflow-x: clip
}

.strt .drop-in {
  animation: dropBounce .55s cubic-bezier(0.4, 0, 1, 1) both
}

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

  72% {
    transform: translateY(4px)
  }

  88% {
    transform: translateY(-2px)
  }

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

.strt .pg-lim {
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px
}

.strt .overline-label {
  display: block;
  font-size: 16px;
  line-height: 1.35;
  color: #9AC5C4;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 16px
}

.strt .thick-div {
  width: 48px;
  height: 4px;
  background: #519871;
  border-radius: 3px;
  margin-bottom: 32px
}

.strt .ttl-blk {
  padding-top: 96px;
  padding-bottom: 96px;
  position: relative
}

.strt .ttl-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center
}

.strt .ttl-text-col {
  position: relative;
  padding: 48px;
  border: 1px solid #5198712e;
  border-radius: 3px
}

.strt .ttl-quote-mark {
  position: absolute;
  top: 8px;
  left: 16px;
  font-size: 72px;
  line-height: 1.1;
  color: #5198711f;
  pointer-events: none;
  user-select: none;
  font-style: normal
}

.strt .ttl-h1 {
  font-size: 42px;
  line-height: 1.1;
  color: #FBFDFC;
  margin-top: 0;
  margin-bottom: 24px
}

.strt .ttl-h1 .dash-accent {
  display: inline-block;
  width: 28px;
  height: 3px;
  background: #519871;
  border-radius: 3px;
  vertical-align: middle;
  margin-right: 8px;
  margin-bottom: 4px
}

.strt .ttl-desc {
  font-size: 19px;
  line-height: 1.55;
  color: #b8c9bc;
  margin-bottom: 0
}

.strt .ttl-img-mosaic {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 8px
}

.strt .mosaic-img-wrap {
  border-radius: 3px;
  overflow: hidden;
  position: relative
}

.strt .mosaic-img-wrap.tall {
  grid-row: span 2
}

.strt .mosaic-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .35s cubic-bezier(0.4, 0, 1, 1)
}

.strt .mosaic-img-wrap:hover img {
  transform: scale(1.03)
}

.strt .mosaic-img-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, #11131885 0%, transparent 55%);
  pointer-events: none
}

.strt .mosaic-sm {
  height: 160px
}

.strt .nums-blk {
  background: linear-gradient(323deg, #519871 0%, #9AC5C4 100%);
  padding-top: 64px;
  padding-bottom: 64px
}

.strt .nums-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px
}

.strt .num-item {
  text-align: center;
  padding: 32px 16px;
  border-radius: 3px;
  background: #11131847;
  box-shadow: 0 7px 22px 1px #51987117;
  transition: background .28s cubic-bezier(0.4, 0, 1, 1)
}

.strt .num-item:hover {
  background: #11131870
}

.strt .num-val {
  font-size: 58px;
  line-height: 1.1;
  color: #FBFDFC;
  display: block
}

.strt .num-lbl {
  font-size: 16px;
  line-height: 1.35;
  color: #fbfdfcd1;
  margin-top: 8px;
  display: block
}

.strt .fit-blk {
  padding-top: 96px;
  padding-bottom: 96px;
  background: #161920
}

.strt .fit-layout {
  display: grid;
  grid-template-columns: 5fr 7fr;
  gap: 48px;
  align-items: start
}

.strt .fit-img-col {
  position: relative
}

.strt .fit-img-frame {
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0 9px 44px 1px #5198711a
}

.strt .fit-img-frame img {
  width: 100%;
  height: 340px;
  object-fit: cover;
  display: block
}

.strt .fit-badge {
  position: absolute;
  bottom: -16px;
  right: -16px;
  background: #519871;
  color: #FBFDFC;
  font-size: 16px;
  line-height: 1.35;
  padding: 16px;
  border-radius: 3px;
  max-width: 180px;
  box-shadow: 0 7px 22px 1px #51987117
}

.strt .fit-text-col {
  padding-top: 8px
}

.strt .fit-h2 {
  font-size: 30px;
  line-height: 1.1;
  color: #FBFDFC;
  margin-top: 0;
  margin-bottom: 24px
}

.strt .fit-groups {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 32px
}

.strt .fit-grp {
  padding: 24px;
  border-radius: 3px;
  border: 1px solid #9ac5c426;
  box-shadow: inset 0 3px 6px #5198710f;
  transition: border-color .18s ease-in
}

.strt .fit-grp:hover {
  border-color: #9ac5c461
}

.strt .fit-grp-head {
  font-size: 19px;
  line-height: 1.35;
  color: #9AC5C4;
  margin-top: 0;
  margin-bottom: 8px
}

.strt .fit-grp p {
  font-size: 16px;
  line-height: 1.55;
  color: #9aa89d;
  margin: 0
}

.strt .fit-grp.not-fit {
  border-color: #b4505026
}

.strt .fit-grp.not-fit:hover {
  border-color: #b450504d
}

.strt .fit-grp.not-fit .fit-grp-head {
  color: #c47a7a
}

.strt .curr-blk {
  padding-top: 96px;
  padding-bottom: 96px;
  background: #111318;
  position: relative
}

.strt .curr-cross-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden
}

.strt .curr-cross-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(#51987112 1px, transparent 1px), linear-gradient(90deg, #51987112 1px, transparent 1px);
  background-size: 28px 28px
}

.strt .curr-inner {
  position: relative
}

.strt .curr-top {
  display: grid;
  grid-template-columns: 7fr 5fr;
  gap: 48px;
  align-items: center;
  margin-bottom: 48px
}

.strt .curr-h2 {
  font-size: 30px;
  line-height: 1.1;
  color: #FBFDFC;
  margin-top: 0;
  margin-bottom: 16px
}

.strt .curr-desc {
  font-size: 19px;
  line-height: 1.55;
  color: #9aa89d;
  margin: 0
}

.strt .curr-img-wrap {
  border-radius: 40px;
  overflow: hidden;
  box-shadow: 0 9px 44px 1px #9ac5c41a
}

.strt .curr-img-wrap img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  display: block
}

.strt .curr-pills {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 16px
}

.strt .curr-pill {
  padding: 8px 24px;
  border-radius: 40px;
  border: 1px solid #9ac5c440;
  font-size: 16px;
  line-height: 1.35;
  color: #9AC5C4;
  background: #9ac5c40d;
  transition: background .25s cubic-bezier(0.4, 0, 1, 1), border-color .18s ease-in
}

.strt .curr-pill:hover {
  background: #9ac5c41f;
  border-color: #9ac5c480
}

.strt .status-bar-wrap {
  margin-top: 48px;
  padding: 32px;
  border-radius: 3px;
  background: #fbfdfc08;
  border: 1px solid #51987124;
  box-shadow: 0 1px 3px 1px #5198710f
}

.strt .status-bar-lbl {
  font-size: 16px;
  line-height: 1.35;
  color: #9AC5C4;
  margin-bottom: 16px;
  display: block
}

.strt .status-track {
  display: flex;
  flex-direction: row;
  gap: 4px;
  height: 12px;
  border-radius: 3px;
  overflow: hidden
}

.strt .status-seg {
  flex: 1;
  border-radius: 3px;
  transition: opacity .25s cubic-bezier(0.4, 0, 1, 1)
}

.strt .status-seg:hover {
  opacity: .75
}

.strt .seg-done {
  background: #519871
}

.strt .seg-act {
  background: #9AC5C4
}

.strt .seg-plan {
  background: #9ac5c447
}

.strt .status-legend {
  display: flex;
  flex-direction: row;
  gap: 24px;
  margin-top: 12px
}

.strt .leg-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  line-height: 1.35;
  color: #9aa89d
}

.strt .leg-dot {
  width: 10px;
  height: 10px;
  border-radius: 3px;
  flex-shrink: 0
}

.strt .ppl-blk {
  padding-top: 96px;
  padding-bottom: 96px;
  background: #519871
}

.strt .ppl-h2 {
  font-size: 30px;
  line-height: 1.1;
  color: #FBFDFC;
  margin-top: 0;
  margin-bottom: 8px
}

.strt .ppl-sub {
  font-size: 19px;
  line-height: 1.55;
  color: #fbfdfcc7;
  margin-bottom: 48px
}

.strt .ppl-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px
}

.strt .ppl-card {
  background: #11131838;
  border-radius: 3px;
  padding: 32px;
  border: 1px solid #fbfdfc1f;
  box-shadow: 0 7px 22px 1px #51987117;
  transition: background .28s cubic-bezier(0.4, 0, 1, 1), border-color .18s ease-in
}

.strt .ppl-card:hover {
  background: #11131861;
  border-color: #fbfdfc38
}

.strt .ppl-name {
  font-size: 23px;
  line-height: 1.35;
  color: #FBFDFC;
  margin-top: 0;
  margin-bottom: 4px
}

.strt .ppl-role {
  font-size: 16px;
  line-height: 1.35;
  color: #fbfdfca6;
  margin-bottom: 16px;
  display: block
}

.strt .ppl-bio {
  font-size: 16px;
  line-height: 1.55;
  color: #fbfdfccc;
  margin: 0
}

.strt .ppl-accent-line {
  width: 32px;
  height: 3px;
  background: #9AC5C4;
  border-radius: 3px;
  margin-bottom: 16px
}

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

  .strt .ttl-img-mosaic {
    grid-template-columns: 1fr 1fr
  }

  .strt .mosaic-img-wrap.tall {
    grid-row: auto
  }

  .strt .nums-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .strt .fit-layout {
    grid-template-columns: 1fr
  }

  .strt .fit-badge {
    position: static;
    margin-top: 16px;
    max-width: 100%
  }

  .strt .curr-top {
    grid-template-columns: 1fr
  }

  .strt .ppl-grid {
    grid-template-columns: 1fr 1fr
  }
}

@media (max-width: 768px) {
  .strt .ttl-h1 {
    font-size: 30px
  }

  .strt .ttl-text-col {
    padding: 32px
  }

  .strt .nums-grid {
    grid-template-columns: 1fr 1fr
  }

  .strt .num-val {
    font-size: 42px
  }

  .strt .fit-groups {
    grid-template-columns: 1fr
  }

  .strt .ppl-grid {
    grid-template-columns: 1fr
  }

  .strt .curr-pills {
    gap: 8px
  }

  .strt .status-legend {
    flex-wrap: wrap;
    gap: 16px
  }
}

@media (max-width: 320px) {
  .strt .pg-lim {
    padding-left: 16px;
    padding-right: 16px
  }

  .strt .nums-grid {
    grid-template-columns: 1fr
  }

  .strt .ttl-h1 {
    font-size: 23px
  }
}

.cont-us {
  background: #0e1612;
  color: #FBFDFC;
  overflow-x: clip;
  position: relative
}

.cont-us .pg-frame {
  max-width: 1366px;
  margin: 0 auto;
  padding: 0 32px
}

.cont-us .reach-blk {
  padding: 96px 0 48px;
  position: relative
}

.cont-us .reach-blk::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 70% 60% at 80% 50%, #51987114 0%, transparent 70%);
  pointer-events: none
}

.cont-us .reach-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 96px;
  align-items: start
}

.cont-us .reach-left {
  position: relative
}

.cont-us .overline-lbl {
  display: block;
  font-size: 16px;
  line-height: 1.35;
  color: #519871;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px dashed #51987166
}

.cont-us .reach-hdg {
  font-size: 58px;
  line-height: 1.1;
  color: #FBFDFC;
  margin: 0 0 32px;
  font-weight: 700
}

.cont-us .reach-hdg span {
  color: #519871
}

.cont-us .reach-desc {
  font-size: 19px;
  line-height: 1.55;
  color: #fbfdfcb8;
  margin: 0 0 48px
}

.cont-us .img-frame {
  position: relative;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0 9px 44px 1px #5198711a
}

.cont-us .img-frame img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  display: block;
  filter: brightness(0.7) saturate(0.8);
  transition: filter .28s cubic-bezier(0.4, 0, 1, 1)
}

.cont-us .img-frame:hover img {
  filter: brightness(0.4) saturate(0.6)
}

.cont-us .img-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 32px;
  background: linear-gradient(323deg, #5198712e 0%, transparent 60%);
  opacity: 0;
  transition: opacity .35s cubic-bezier(0.4, 0, 1, 1)
}

.cont-us .img-frame:hover .img-overlay {
  opacity: 1
}

.cont-us .img-overlay-txt {
  font-size: 19px;
  line-height: 1.35;
  color: #FBFDFC;
  font-weight: 600
}

.cont-us .contact-data {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 16px
}

.cont-us .c-item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
  padding: 16px;
  border-radius: 3px;
  background: #9ac5c40f;
  box-shadow: 0 1px 3px 1px #9ac5c40f;
  transition: background .25s cubic-bezier(0.4, 0, 1, 1)
}

.cont-us .c-item:hover {
  background: #9ac5c41c
}

.cont-us .c-icon {
  width: 36px;
  height: 36px;
  border-radius: 3px;
  background: linear-gradient(323deg, #519871, #9AC5C4);
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center
}

.cont-us .c-icon svg {
  width: 18px;
  height: 18px;
  fill: #0e1612
}

.cont-us .c-txt {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.cont-us .c-lbl {
  font-size: 16px;
  line-height: 1.35;
  color: #fbfdfc80;
  text-transform: uppercase;
  letter-spacing: .06em
}

.cont-us .c-val {
  font-size: 19px;
  line-height: 1.35;
  color: #FBFDFC;
  text-decoration: none;
  transition: color .18s cubic-bezier(0.4, 0, 1, 1)
}

.cont-us .c-val:hover {
  color: #9AC5C4
}

.cont-us .reach-right {
  padding-top: 8px
}

.cont-us .form-card {
  background: #fbfdfc0a;
  border-radius: 3px;
  padding: 48px;
  box-shadow: 0 7px 22px 1px #51987117 inset 0 2px 6px #5198710a;
  position: relative
}

.cont-us .form-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 32px;
  right: 32px;
  height: 2px;
  background: linear-gradient(323deg, #519871, #9AC5C4);
  border-radius: 0 0 3px 3px
}

.cont-us .form-hdg {
  font-size: 30px;
  line-height: 1.35;
  color: #FBFDFC;
  margin: 0 0 8px;
  font-weight: 600
}

.cont-us .form-sub {
  font-size: 16px;
  line-height: 1.55;
  color: #fbfdfc99;
  margin: 0 0 32px
}

.cont-us .f-group {
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
  gap: 8px
}

.cont-us .f-lbl {
  font-size: 16px;
  line-height: 1.35;
  color: #fbfdfcbf
}

.cont-us .f-input {
  background: #fbfdfc0f;
  border: 1px solid #9ac5c433;
  border-radius: 3px;
  color: #FBFDFC;
  font-size: 16px;
  line-height: 1.55;
  padding: 12px 16px;
  width: 100%;
  box-sizing: border-box;
  transition: border-color .25s cubic-bezier(0.4, 0, 1, 1), background .25s cubic-bezier(0.4, 0, 1, 1);
  outline: none
}

.cont-us .f-input::placeholder {
  color: #fbfdfc59
}

.cont-us .f-input:focus {
  border-color: #519871;
  background: #51987114
}

.cont-us .f-select {
  background: #fbfdfc0f;
  border: 1px solid #9ac5c433;
  border-radius: 3px;
  color: #FBFDFC;
  font-size: 16px;
  line-height: 1.55;
  padding: 12px 16px;
  width: 100%;
  box-sizing: border-box;
  appearance: none;
  cursor: pointer;
  transition: border-color .25s cubic-bezier(0.4, 0, 1, 1);
  outline: none
}

.cont-us .f-select option {
  background: #1a2920;
  color: #FBFDFC
}

.cont-us .f-select:focus {
  border-color: #519871
}

.cont-us .f-sel-wrap {
  position: relative
}

.cont-us .f-sel-wrap::after {
  content: '';
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #fbfdfc80;
  pointer-events: none
}

.cont-us .f-textarea {
  resize: vertical;
  min-height: 120px
}

.cont-us .topic-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px
}

.cont-us .privacy-row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 32px;
  padding: 16px;
  background: #9ac5c40d;
  border-radius: 3px
}

.cont-us .priv-check {
  width: 18px;
  height: 18px;
  accent-color: #519871;
  flex-shrink: 0;
  margin-top: 2px;
  cursor: pointer
}

.cont-us .priv-txt {
  font-size: 16px;
  line-height: 1.55;
  color: #fbfdfc99
}

.cont-us .priv-txt a {
  color: #9AC5C4;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color .18s cubic-bezier(0.4, 0, 1, 1)
}

.cont-us .priv-txt a:hover {
  color: #519871
}

.cont-us .btn-send {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(323deg, #519871, #9AC5C4);
  color: #0e1612;
  font-size: 19px;
  line-height: 1.35;
  font-weight: 700;
  padding: 16px 48px;
  border-radius: 40px;
  border: 2px solid transparent;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: color .28s cubic-bezier(0.4, 0, 1, 1), background .28s cubic-bezier(0.4, 0, 1, 1);
  box-shadow: 0 7px 22px 1px #51987117
}

.cont-us .btn-send::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 40px;
  border: 2px solid #9AC5C4;
  opacity: 0;
  transition: opacity .18s cubic-bezier(0.4, 0, 1, 1)
}

.cont-us .btn-send:hover::after {
  opacity: 1
}

.cont-us .btn-send:hover {
  background: #0e1612;
  color: #9AC5C4
}

.cont-us .btn-send:focus {
  outline: 2px solid #9AC5C4;
  outline-offset: 3px
}

.cont-us .divider-dash {
  border: none;
  border-top: 2px dashed #5198714d;
  margin: 0
}

.cont-us .steps-blk {
  padding: 48px 0 96px;
  position: relative
}

.cont-us .steps-blk::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 80% 50% at 20% 80%, #9ac5c40f 0%, transparent 65%);
  pointer-events: none
}

.cont-us .steps-hdg-row {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 48px;
  gap: 32px
}

.cont-us .steps-hdg {
  font-size: 42px;
  line-height: 1.1;
  color: #FBFDFC;
  margin: 0;
  font-weight: 700;
  max-width: 520px
}

.cont-us .steps-note {
  font-size: 16px;
  line-height: 1.55;
  color: #fbfdfc8c;
  max-width: 280px;
  text-align: right
}

.cont-us .steps-row {
  display: flex;
  flex-direction: row;
  gap: 0;
  position: relative;
  z-index: 1
}

.cont-us .step-item {
  flex: 1;
  padding: 32px 32px 32px 0;
  border-top: 2px dashed #9ac5c440;
  position: relative
}

.cont-us .step-item:last-child {
  padding-right: 0
}

.cont-us .step-num {
  font-size: 72px;
  line-height: 1.1;
  color: #51987126;
  font-weight: 700;
  display: block;
  margin-bottom: 8px;
  transition: color .28s cubic-bezier(0.4, 0, 1, 1)
}

.cont-us .step-item:hover .step-num {
  color: #51987166
}

.cont-us .step-name {
  font-size: 19px;
  line-height: 1.35;
  color: #9AC5C4;
  font-weight: 600;
  margin: 0 0 8px
}

.cont-us .step-desc {
  font-size: 16px;
  line-height: 1.55;
  color: #fbfdfc99;
  margin: 0
}

.cont-us .step-dot {
  position: absolute;
  top: -6px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 40px;
  background: #519871;
  box-shadow: 0 1px 3px 1px #5198710f
}

@keyframes col-appear {
  from {
    opacity: 0;
    transform: translateY(24px)
  }

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

.cont-us .reach-left {
  animation: col-appear .38s cubic-bezier(0.4, 0, 1, 1) both
}

.cont-us .reach-right {
  animation: col-appear .38s cubic-bezier(0.4, 0, 1, 1) .15s both
}

.cont-us .step-item:nth-child(1) {
  animation: col-appear .35s cubic-bezier(0.4, 0, 1, 1) .1s both
}

.cont-us .step-item:nth-child(2) {
  animation: col-appear .35s cubic-bezier(0.4, 0, 1, 1) .22s both
}

.cont-us .step-item:nth-child(3) {
  animation: col-appear .35s cubic-bezier(0.4, 0, 1, 1) .34s both
}

.cont-us .step-item:nth-child(4) {
  animation: col-appear .35s cubic-bezier(0.4, 0, 1, 1) .46s both
}

@media (max-width: 1024px) {
  .cont-us .reach-inner {
    grid-template-columns: 1fr;
    gap: 48px
  }

  .cont-us .reach-hdg {
    font-size: 42px
  }

  .cont-us .steps-row {
    flex-direction: column;
    gap: 32px
  }

  .cont-us .step-item {
    padding: 32px 0 0;
    border-top: 2px dashed #9ac5c440;
    border-left: none
  }

  .cont-us .steps-hdg-row {
    flex-direction: column;
    align-items: flex-start
  }

  .cont-us .steps-note {
    text-align: left
  }

  .cont-us .topic-row {
    grid-template-columns: 1fr
  }
}

@media (max-width: 768px) {
  .cont-us .reach-blk {
    padding: 48px 0 32px
  }

  .cont-us .reach-hdg {
    font-size: 30px
  }

  .cont-us .form-card {
    padding: 32px 24px
  }

  .cont-us .steps-hdg {
    font-size: 30px
  }

  .cont-us .pg-frame {
    padding: 0 16px
  }

  .cont-us .btn-send {
    width: 100%;
    justify-content: center
  }
}

@media (max-width: 320px) {
  .cont-us .reach-hdg {
    font-size: 23px
  }

  .cont-us .form-card {
    padding: 24px 16px
  }
}

.success-pg {
  background-color: #0e1512;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 96px 32px
}

.success-pg .success-wrap {
  max-width: 1366px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 32px
}

.success-pg .success-icon {
  width: 72px;
  height: 72px;
  flex-shrink: 0
}

.success-pg .success-icon .icon-circle {
  fill: none;
  stroke: #519871;
  stroke-width: 2
}

.success-pg .success-icon .icon-check {
  fill: none;
  stroke: #519871;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round
}

.success-pg .success-overline {
  font-size: 16px;
  line-height: 1.35;
  color: #9AC5C4;
  letter-spacing: .08em;
  text-transform: uppercase
}

.success-pg .success-heading {
  font-size: 42px;
  line-height: 1.1;
  color: #FBFDFC;
  margin: 0
}

.success-pg .success-body {
  font-size: 19px;
  line-height: 1.55;
  color: #9AC5C4;
  max-width: 520px;
  margin: 0
}

.success-pg .success-divider {
  width: 48px;
  height: 2px;
  background: linear-gradient(323deg, #519871, #9AC5C4);
  border-radius: 3px
}

.success-pg .success-actions {
  display: flex;
  flex-direction: row;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 16px
}

.success-pg .btn-primary {
  display: inline-block;
  padding: 16px 48px;
  background: linear-gradient(323deg, #519871, #9AC5C4);
  color: #0e1512;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 700;
  border-radius: 3px;
  text-decoration: none;
  border: 2px solid transparent;
  box-shadow: 0 7px 22px 1px #51987117;
  transition: box-shadow .25s cubic-bezier(0.4, 0, 1, 1), color .18s cubic-bezier(0.4, 0, 1, 1);
  position: relative
}

.success-pg .btn-primary:hover {
  box-shadow: 0 9px 44px 1px #5198711a;
  color: #0e1512;
  text-decoration: none
}

.success-pg .btn-primary:focus {
  outline: 2px solid #9AC5C4;
  outline-offset: 4px
}

.success-pg .btn-secondary {
  display: inline-block;
  padding: 16px 32px;
  background: transparent;
  color: #9AC5C4;
  font-size: 16px;
  line-height: 1.35;
  border-radius: 3px;
  text-decoration: none;
  border: 2px solid #519871;
  transition: background-color .28s cubic-bezier(0.4, 0, 1, 1), color .18s cubic-bezier(0.4, 0, 1, 1)
}

.success-pg .btn-secondary:hover {
  background-color: #5198711f;
  color: #FBFDFC;
  text-decoration: none
}

.success-pg .btn-secondary:focus {
  outline: 2px solid #9AC5C4;
  outline-offset: 4px
}

.success-pg .success-note {
  font-size: 16px;
  line-height: 1.55;
  color: #9ac5c499;
  margin: 0
}

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

  .success-pg .success-heading {
    font-size: 30px
  }

  .success-pg .success-actions {
    flex-direction: column;
    align-items: center
  }

  .success-pg .btn-primary,
  .success-pg .btn-secondary {
    width: 100%;
    max-width: 320px;
    text-align: center
  }
}

@media (max-width: 320px) {
  .success-pg .success-heading {
    font-size: 23px
  }

  .success-pg .success-body {
    font-size: 16px
  }
}