html {
  box-sizing: border-box
}

body {
  margin: 0
}

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

.site-head {
  font-family: 'Source Code Pro', monospace;
  background: #fff;
  border-bottom: 2px solid #6281BB;
  position: relative
}

.head-upper {
  background: linear-gradient(135deg, #6281BB 0%, #8ABDE0 60%, #94FCDA 100%);
  padding: 8px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between
}

.head-upper-contact {
  display: flex;
  align-items: center;
  gap: 40px
}

.head-contact-item {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: #fff;
  font-size: 13px;
  line-height: 1.15;
  font-family: 'Source Code Pro', monospace;
  border-bottom: 1px solid #ffffff4d;
  padding-bottom: 1px;
  transition: border-color .12s cubic-bezier(0.4, 0, 1, 1)
}

.head-contact-item:focus {
  outline: none;
  box-shadow: 0 0 0 3px #6281bb59;
  border-radius: 4px
}

@media (min-width: 960px) {
  .head-contact-item:hover {
    border-color: #ffffffe6
  }
}

.head-contact-icon {
  width: 14px;
  height: 14px;
  flex-shrink: 0
}

.head-tagline {
  font-size: 13px;
  line-height: 1.15;
  color: #ffffffd9;
  letter-spacing: .06em;
  font-family: 'Source Code Pro', monospace
}

.head-lower {
  max-width: 1320px;
  margin: 0 auto;
  padding: 16px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px
}

.brand-mount {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  text-decoration: none
}

.brand-img-shell {
  width: 48px;
  height: 48px;
  background: #6281BB;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 3px 0 #6281bb14 0 4px 28px 0 #6281bb14;
  padding: 4px
}

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

.brand-name {
  font-size: 13px;
  line-height: 1.15;
  font-weight: 700;
  color: #2b3a5c;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-family: 'Source Code Pro', monospace
}

.primary-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 16px;
  justify-content: flex-end
}

.nav-link {
  font-family: 'Source Code Pro', monospace;
  font-size: 13px;
  line-height: 1.15;
  font-weight: 400;
  color: #2b3a5c;
  text-decoration: none;
  padding: 8px 16px;
  border: 2px solid transparent;
  border-radius: 4px;
  white-space: nowrap;
  transition: border-color .15s cubic-bezier(0.4, 0, 1, 1), color .15s cubic-bezier(0.4, 0, 1, 1);
  position: relative
}

.nav-link:focus {
  outline: none;
  box-shadow: 0 0 0 3px #6281bb59
}

@media (min-width: 960px) {
  .nav-link:hover {
    border-color: #6281BB;
    color: #6281BB
  }
}

.nav-link-active {
  border-color: #6281BB;
  color: #6281BB;
  font-weight: 700
}

.nav-divider {
  width: 1px;
  height: 20px;
  background: linear-gradient(to bottom, transparent, #8ABDE0, transparent);
  flex-shrink: 0
}

@media (max-width: 960px) {
  .head-upper {
    padding: 8px 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px
  }

  .head-upper-contact {
    gap: 16px;
    flex-wrap: wrap
  }

  .head-tagline {
    display: none
  }

  .head-lower {
    padding: 16px;
    flex-wrap: wrap;
    gap: 16px
  }

  .brand-mount {
    flex-direction: row;
    align-items: center
  }

  .primary-nav {
    width: 100%;
    justify-content: flex-start
  }

  .nav-divider {
    display: none
  }
}

@media (max-width: 480px) {
  .head-upper-contact {
    gap: 8px
  }

  .nav-link {
    padding: 8px;
    font-size: 13px
  }
}

.site-foot {
  font-family: 'Source Code Pro', monospace;
  background: #f2f4f8;
  border-top: 2px solid #6281BB
}

.foot-upper {
  max-width: 1320px;
  margin: 0 auto;
  padding: 80px 40px 40px;
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  gap: 40px;
  align-items: start
}

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

.foot-brand-desc {
  font-size: 13px;
  line-height: 1.7;
  color: #3a4a6b
}

.foot-brand-since {
  font-size: 13px;
  line-height: 1.15;
  color: #6281BB;
  font-weight: 700;
  letter-spacing: .08em
}

.foot-nav-col {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px
}

.foot-nav-group {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.foot-nav-label {
  font-size: 13px;
  line-height: 1.15;
  font-weight: 700;
  color: #2b3a5c;
  letter-spacing: .1em;
  text-transform: uppercase;
  border-bottom: 2px solid #94FCDA;
  padding-bottom: 8px
}

.foot-nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px
}

.foot-nav-item a {
  font-size: 13px;
  line-height: 1.45;
  color: #3a4a6b;
  text-decoration: none;
  font-family: 'Source Code Pro', monospace;
  border-bottom: 1px solid transparent;
  transition: border-color .12s cubic-bezier(0.4, 0, 1, 1), color .12s cubic-bezier(0.4, 0, 1, 1);
  padding-bottom: 1px
}

.foot-nav-item a:focus {
  outline: none;
  box-shadow: 0 0 0 3px #6281bb59;
  border-radius: 4px
}

@media (min-width: 960px) {
  .foot-nav-item a:hover {
    color: #6281BB;
    border-color: #6281BB
  }
}

.foot-contact-col {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-end
}

.foot-contact-label {
  font-size: 13px;
  line-height: 1.15;
  font-weight: 700;
  color: #2b3a5c;
  letter-spacing: .1em;
  text-transform: uppercase;
  border-bottom: 2px solid #8ABDE0;
  padding-bottom: 8px;
  width: 100%;
  text-align: right
}

.foot-contact-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-end;
  width: 100%
}

.foot-contact-entry {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: flex-end
}

.foot-contact-entry a {
  font-size: 13px;
  line-height: 1.45;
  color: #3a4a6b;
  text-decoration: none;
  font-family: 'Source Code Pro', monospace;
  border-bottom: 1px solid transparent;
  transition: border-color .12s cubic-bezier(0.4, 0, 1, 1), color .12s cubic-bezier(0.4, 0, 1, 1);
  padding-bottom: 1px
}

.foot-contact-entry a:focus {
  outline: none;
  box-shadow: 0 0 0 3px #6281bb59;
  border-radius: 4px
}

@media (min-width: 960px) {
  .foot-contact-entry a:hover {
    color: #6281BB;
    border-color: #6281BB
  }
}

.foot-contact-icon {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  color: #6281BB
}

.foot-addr {
  font-size: 13px;
  line-height: 1.7;
  color: #3a4a6b;
  text-align: right
}

.foot-logo-anchor {
  display: flex;
  justify-content: flex-end;
  margin-top: 8px
}

.foot-logo-shell {
  width: 44px;
  height: 44px;
  background: #6281BB;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 3px 0 #6281bb14 0 4px 28px 0 #6281bb14;
  padding: 4px
}

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

.foot-mid {
  border-top: 1px solid #6281bb2e;
  max-width: 1320px;
  margin: 0 auto;
  padding: 16px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap
}

.foot-legal-nav {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0
}

.foot-legal-nav li a {
  font-size: 13px;
  line-height: 1.15;
  color: #3a4a6b;
  text-decoration: none;
  font-family: 'Source Code Pro', monospace;
  border-bottom: 1px solid #6281bb4d;
  padding-bottom: 1px;
  transition: color .1s cubic-bezier(0.4, 0, 1, 1), border-color .1s cubic-bezier(0.4, 0, 1, 1)
}

.foot-legal-nav li a:focus {
  outline: none;
  box-shadow: 0 0 0 3px #6281bb59;
  border-radius: 4px
}

@media (min-width: 960px) {
  .foot-legal-nav li a:hover {
    color: #6281BB;
    border-color: #6281BB
  }
}

.foot-copy {
  font-size: 13px;
  line-height: 1.15;
  color: #6281BB;
  font-family: 'Source Code Pro', monospace
}

@media (max-width: 960px) {
  .foot-upper {
    grid-template-columns: 1fr;
    padding: 40px 16px 16px;
    gap: 40px
  }

  .foot-nav-col {
    grid-template-columns: 1fr 1fr;
    gap: 16px
  }

  .foot-contact-col {
    align-items: flex-start
  }

  .foot-contact-label {
    text-align: left
  }

  .foot-contact-list {
    align-items: flex-start
  }

  .foot-contact-entry {
    justify-content: flex-start
  }

  .foot-addr {
    text-align: left
  }

  .foot-logo-anchor {
    justify-content: flex-start
  }

  .foot-mid {
    padding: 16px;
    flex-direction: column;
    align-items: flex-start
  }
}

@media (max-width: 480px) {
  .foot-nav-col {
    grid-template-columns: 1fr
  }

  .head-upper-contact {
    flex-direction: column;
    align-items: flex-start
  }
}

.consent-bar {
  position: fixed;
  top: 40px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 320px;
  background: #fff;
  border: 2px solid #6281BB;
  border-radius: 4px;
  box-shadow: 0 10px 44px 0 #6281bb1a;
  z-index: 1200;
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 16px
}

.consent-headline {
  font-size: 16px;
  line-height: 1.15;
  font-weight: 700;
  color: #2b3a5c;
  font-family: 'Source Code Pro', monospace;
  letter-spacing: -.02em
}

.consent-text {
  font-size: 13px;
  line-height: 1.7;
  color: #3a4a6b;
  font-family: 'Source Code Pro', monospace
}

.consent-actions {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.consent-ok {
  font-family: 'Source Code Pro', monospace;
  font-size: 13px;
  line-height: 1.15;
  font-weight: 700;
  color: #fff;
  background: #6281BB;
  border: 2px solid #6281BB;
  border-radius: 4px;
  padding: 8px 16px;
  cursor: pointer;
  min-height: 44px;
  text-align: center;
  transition: background .15s cubic-bezier(0.4, 0, 1, 1), border-color .15s cubic-bezier(0.4, 0, 1, 1);
  position: relative;
  overflow: hidden
}

.consent-ok:focus {
  outline: none;
  box-shadow: 0 0 0 3px #6281bb59
}

@media (min-width: 960px) {
  .consent-ok:hover {
    background: #4f6aa0;
    border-color: #4f6aa0
  }
}

.consent-skip {
  font-family: 'Source Code Pro', monospace;
  font-size: 13px;
  line-height: 1.15;
  color: #6281BB;
  background: transparent;
  border: 2px solid #6281BB;
  border-radius: 4px;
  padding: 8px 16px;
  cursor: pointer;
  min-height: 44px;
  text-align: center;
  transition: color .15s cubic-bezier(0.4, 0, 1, 1), border-color .15s cubic-bezier(0.4, 0, 1, 1)
}

.consent-skip:focus {
  outline: none;
  box-shadow: 0 0 0 3px #6281bb59
}

@media (min-width: 960px) {
  .consent-skip:hover {
    color: #4f6aa0;
    border-color: #4f6aa0
  }
}

.content-policy {
  max-width: 1320px;
  margin: 0 auto;
  padding: 80px 40px
}

.content-policy h1 {
  font-size: 66px;
  line-height: 1.15;
  letter-spacing: -.03em;
  color: #1b2340;
  margin-bottom: 40px;
  margin-top: 0
}

.content-policy h2 {
  font-size: 38px;
  line-height: 1.15;
  letter-spacing: -.02em;
  color: #1b2340;
  margin-top: 80px;
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: 2px solid #94FCDA
}

.content-policy h3 {
  font-size: 16px;
  line-height: 1.45;
  letter-spacing: -.01em;
  color: #1b2340;
  font-weight: 700;
  margin-top: 40px;
  margin-bottom: 8px
}

.content-policy h4 {
  font-size: 16px;
  line-height: 1.45;
  color: #2c3a5e;
  font-weight: 600;
  margin-top: 40px;
  margin-bottom: 8px
}

.content-policy h5 {
  font-size: 13px;
  line-height: 1.45;
  color: #2c3a5e;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .06em;
  margin-top: 40px;
  margin-bottom: 8px
}

.content-policy h6 {
  font-size: 13px;
  line-height: 1.45;
  color: #6281BB;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .06em;
  margin-top: 16px;
  margin-bottom: 8px
}

.content-policy p {
  font-size: 16px;
  line-height: 1.7;
  color: #2c3a5e;
  margin-top: 0;
  margin-bottom: 16px;
  max-width: 72ch
}

.content-policy ul {
  margin-top: 0;
  margin-bottom: 16px;
  padding-left: 40px;
  list-style: none
}

.content-policy ol {
  margin-top: 0;
  margin-bottom: 16px;
  padding-left: 40px;
  list-style: none;
  counter-reset: policy-counter
}

.content-policy ul li {
  font-size: 16px;
  line-height: 1.7;
  color: #2c3a5e;
  margin-bottom: 8px;
  position: relative;
  padding-left: 16px;
  max-width: 72ch
}

.content-policy ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 6px;
  height: 6px;
  background: #6281BB;
  border-radius: 4px
}

.content-policy ol li {
  font-size: 16px;
  line-height: 1.7;
  color: #2c3a5e;
  margin-bottom: 8px;
  position: relative;
  padding-left: 16px;
  max-width: 72ch;
  counter-increment: policy-counter
}

.content-policy ol li::before {
  content: counter(policy-counter) ".";
  position: absolute;
  left: -24px;
  top: 0;
  font-size: 13px;
  font-weight: 700;
  color: #6281BB;
  line-height: 1.7;
  min-width: 24px;
  text-align: right
}

.content-policy strong,
.content-policy b {
  font-weight: 700;
  color: #1b2340
}

.content-policy a {
  color: #6281BB;
  text-decoration: underline;
  text-decoration-color: #8ABDE0;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
  transition: color .12s cubic-bezier(0.4, 0, 1, 1), text-decoration-color .12s cubic-bezier(0.4, 0, 1, 1)
}

.content-policy a:hover {
  color: #1b2340;
  text-decoration-color: #94FCDA
}

.content-policy hr {
  border: none;
  border-top: 1px solid #d4dff5;
  margin-top: 80px;
  margin-bottom: 80px
}

.content-policy div {
  font-size: 16px;
  line-height: 1.7;
  color: #2c3a5e
}

@media (max-width: 960px) {
  .content-policy {
    padding: 80px 40px
  }

  .content-policy h1 {
    font-size: 38px
  }

  .content-policy h2 {
    font-size: 38px;
    margin-top: 40px
  }
}

@media (max-width: 480px) {
  .content-policy {
    padding: 40px 16px
  }

  .content-policy h1 {
    font-size: 38px;
    margin-bottom: 16px
  }

  .content-policy h2 {
    font-size: 38px;
    margin-top: 40px
  }

  .content-policy h3,
  .content-policy h4 {
    margin-top: 40px
  }

  .content-policy hr {
    margin-top: 40px;
    margin-bottom: 40px
  }

  .content-policy p,
  .content-policy ul li,
  .content-policy ol li {
    max-width: 100%
  }
}

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

.dbt * {
  box-sizing: border-box
}

.dbt .pg-wrap {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 40px
}

.dbt .tband {
  position: relative;
  background: linear-gradient(135deg, #f4f6fb 52%, #e8f4fc 52%);
  padding: 40px 0
}

.dbt .tband-decor {
  position: absolute;
  top: 0;
  right: 0;
  width: 340px;
  height: 100%;
  background: linear-gradient(180deg, #6281bb12 0%, transparent 100%);
  pointer-events: none;
  overflow: hidden
}

.dbt .tband-decor-ring {
  position: absolute;
  top: -40px;
  right: -40px;
  width: 220px;
  height: 220px;
  border-radius: 36px;
  border: 2px solid #6281bb21;
  transform: rotate(18deg)
}

.dbt .tband-inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 40px
}

.dbt .tband-text {
  flex: 1 1 0;
  min-width: 0
}

.dbt .tband-label {
  display: inline-block;
  font-size: 13px;
  line-height: 1.45;
  letter-spacing: .08em;
  color: #6281BB;
  border: 2px solid #6281BB;
  border-radius: 4px;
  padding: 8px 16px;
  margin-bottom: 16px;
  text-transform: uppercase
}

.dbt .tband-h1 {
  font-size: 66px;
  line-height: 1.15;
  letter-spacing: -.03em;
  color: #1b2340;
  margin: 0 0 16px
}

.dbt .tband-h1 .kw {
  display: inline;
  background: linear-gradient(180deg, #8ABDE0 0%, transparent 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-decoration: underline;
  text-decoration-color: #94FCDA;
  text-underline-offset: 4px
}

.dbt .tband-sub {
  font-size: 16px;
  line-height: 1.7;
  color: #3a4660;
  max-width: 480px;
  margin: 0
}

.dbt .tband-img-col {
  flex: 0 0 420px;
  position: relative;
  border-radius: 4px;
  overflow: hidden
}

.dbt .tband-img-col img {
  width: 420px;
  height: 280px;
  object-fit: cover;
  display: block;
  border-radius: 4px
}

.dbt .tband-img-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60%;
  background: linear-gradient(180deg, transparent 0%, #6281bb61 100%);
  border-radius: 0 0 4px 4px;
  pointer-events: none
}

.dbt .pattern-sec {
  padding: 80px 0;
  background: #fff;
  position: relative
}

.dbt .pattern-sec-inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 40px
}

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

.dbt .pattern-intro {
  flex: 0 0 260px
}

.dbt .pattern-intro-h {
  font-size: 38px;
  line-height: 1.15;
  letter-spacing: -.02em;
  color: #1b2340;
  margin: 0 0 16px
}

.dbt .pattern-intro-h .kw {
  background: linear-gradient(180deg, #94FCDA 0%, transparent 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent
}

.dbt .pattern-body {
  flex: 1 1 0;
  min-width: 0
}

.dbt .pattern-body-p {
  font-size: 16px;
  line-height: 1.7;
  color: #3a4660;
  margin: 0 0 16px
}

.dbt .pattern-cards {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px
}

.dbt .pat-card {
  background: #f4f6fb;
  border-radius: 4px;
  padding: 40px;
  position: relative;
  border-left: 4px solid #6281BB;
  border-top: 1px solid #6281bb1f;
  border-right: 1px solid #6281bb1f;
  border-bottom: 1px solid #6281bb1f;
  box-shadow: 0 4px 28px 0 #6281bb14;
  transition: box-shadow .16s cubic-bezier(0.4, 0, 1, 1)
}

.dbt .pat-card:hover {
  box-shadow: 0 10px 44px 0 #6281bb1a
}

.dbt .pat-card-name {
  font-size: 13px;
  line-height: 1.45;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #6281BB;
  margin: 0 0 8px
}

.dbt .pat-card-q {
  font-size: 16px;
  line-height: 1.7;
  color: #1b2340;
  margin: 0 0 8px
}

.dbt .pat-card-role {
  font-size: 13px;
  line-height: 1.45;
  color: #7a8aaa;
  margin: 0
}

.dbt .scallop-div {
  width: 100%;
  overflow: hidden;
  line-height: 0;
  height: 32px
}

.dbt .scallop-div svg {
  display: block;
  width: 100%
}

.dbt .example-sec {
  padding: 80px 0;
  background: #f4f6fb
}

.dbt .example-inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  flex-direction: row;
  gap: 40px;
  align-items: flex-start
}

.dbt .example-img-col {
  flex: 0 0 480px;
  position: relative
}

.dbt .example-img-col img {
  width: 480px;
  height: 360px;
  object-fit: cover;
  border-radius: 4px;
  display: block
}

.dbt .example-img-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50%;
  background: linear-gradient(180deg, transparent 0%, #8abde066 100%);
  border-radius: 0 0 4px 4px;
  pointer-events: none
}

.dbt .example-bracket {
  position: absolute;
  top: -8px;
  left: -8px;
  width: 40px;
  height: 40px;
  border-top: 3px solid #94FCDA;
  border-left: 3px solid #94FCDA;
  border-radius: 4px 0 0 0;
  pointer-events: none
}

.dbt .example-bracket-br {
  position: absolute;
  bottom: -8px;
  right: -8px;
  width: 40px;
  height: 40px;
  border-bottom: 3px solid #6281BB;
  border-right: 3px solid #6281BB;
  border-radius: 0 0 4px 0;
  pointer-events: none
}

.dbt .example-text {
  flex: 1 1 0;
  min-width: 0
}

.dbt .example-tag {
  display: inline-block;
  font-size: 13px;
  line-height: 1.45;
  color: #6281BB;
  border: 2px solid #6281BB;
  border-radius: 4px;
  padding: 8px 16px;
  margin-bottom: 16px;
  text-transform: uppercase;
  letter-spacing: .07em
}

.dbt .example-h {
  font-size: 38px;
  line-height: 1.15;
  letter-spacing: -.02em;
  color: #1b2340;
  margin: 0 0 16px
}

.dbt .example-p {
  font-size: 16px;
  line-height: 1.7;
  color: #3a4660;
  margin: 0 0 16px
}

.dbt .example-metrics {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 16px
}

.dbt .metric-cell {
  background: #fff;
  border-radius: 4px;
  padding: 16px;
  border: 1px solid #6281bb26;
  box-shadow: 0 2px 3px 0 #6281bb14;
  text-align: center;
  animation: scalepulse 2.8s cubic-bezier(0.4, 0, 1, 1) infinite
}

.dbt .metric-cell:nth-child(2) {
  animation-delay: .7s
}

.dbt .metric-cell:nth-child(3) {
  animation-delay: 1.4s
}

.dbt .metric-cell:nth-child(4) {
  animation-delay: 2.1s
}

@keyframes scalepulse {

  0%,
  100% {
    transform: scale(1)
  }

  50% {
    transform: scale(1.02)
  }
}

.dbt .metric-val {
  font-size: 38px;
  line-height: 1.15;
  letter-spacing: -.02em;
  color: #6281BB;
  display: block;
  margin-bottom: 8px
}

.dbt .metric-lbl {
  font-size: 13px;
  line-height: 1.45;
  color: #7a8aaa;
  text-transform: uppercase;
  letter-spacing: .06em
}

.dbt .team-sec {
  padding: 80px 0;
  background: #fff;
  position: relative
}

.dbt .team-split {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 50%;
  background: #eef2fa;
  z-index: 0
}

.dbt .team-inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 40px;
  position: relative;
  z-index: 1
}

.dbt .team-head {
  text-align: center;
  margin-bottom: 40px
}

.dbt .team-h {
  font-size: 38px;
  line-height: 1.15;
  letter-spacing: -.02em;
  color: #1b2340;
  margin: 0 0 16px
}

.dbt .team-h .kw {
  background: linear-gradient(180deg, #8ABDE0 0%, transparent 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent
}

.dbt .team-sub {
  font-size: 16px;
  line-height: 1.7;
  color: #3a4660;
  max-width: 560px;
  margin: 0 auto
}

.dbt .team-grid {
  display: flex;
  flex-direction: row;
  gap: 16px
}

.dbt .team-card {
  flex: 1 1 0;
  background: #fff;
  border-radius: 36px;
  overflow: hidden;
  box-shadow: 0 4px 28px 0 #6281bb14;
  transition: box-shadow .14s ease-in;
  position: relative
}

.dbt .team-card:hover {
  box-shadow: 0 10px 44px 0 #6281bb1a
}

.dbt .team-card-img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  display: block
}

.dbt .team-card-body {
  padding: 16px 40px 40px;
  text-align: center
}

.dbt .team-card-name {
  font-size: 16px;
  line-height: 1.45;
  color: #1b2340;
  font-weight: 600;
  margin: 0 0 8px
}

.dbt .team-card-role {
  font-size: 13px;
  line-height: 1.45;
  color: #6281BB;
  text-transform: uppercase;
  letter-spacing: .07em;
  margin: 0 0 16px
}

.dbt .team-card-desc {
  font-size: 13px;
  line-height: 1.7;
  color: #3a4660;
  margin: 0
}

.dbt .team-card-notch {
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 80px;
  background: linear-gradient(180deg, #94FCDA 0%, transparent 100%);
  border-radius: 0 0 4px 0
}

.dbt .scallop-div2 {
  width: 100%;
  overflow: hidden;
  line-height: 0;
  height: 32px
}

.dbt .scallop-div2 svg {
  display: block;
  width: 100%
}

.dbt .evidence-sec {
  padding: 80px 0;
  background: #f4f6fb
}

.dbt .evidence-inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  flex-direction: row;
  gap: 40px;
  align-items: flex-start
}

.dbt .evidence-text {
  flex: 1 1 0;
  min-width: 0
}

.dbt .evidence-h {
  font-size: 38px;
  line-height: 1.15;
  letter-spacing: -.02em;
  color: #1b2340;
  margin: 0 0 16px
}

.dbt .evidence-h .kw {
  background: linear-gradient(180deg, #94FCDA 0%, transparent 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent
}

.dbt .evidence-p {
  font-size: 16px;
  line-height: 1.7;
  color: #3a4660;
  margin: 0 0 16px
}

.dbt .evidence-list {
  list-style: none;
  padding: 0;
  margin: 0 0 16px
}

.dbt .evidence-list li {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  justify-content: space-between;
  padding: 16px 0;
  border-bottom: 1px solid #6281bb1f;
  font-size: 16px;
  line-height: 1.45;
  color: #3a4660;
  gap: 16px
}

.dbt .evidence-list li .ev-num {
  font-size: 38px;
  line-height: 1.15;
  color: #6281BB;
  letter-spacing: -.02em;
  flex-shrink: 0;
  min-width: 80px;
  text-align: right
}

.dbt .evidence-img-col {
  flex: 0 0 440px;
  position: relative
}

.dbt .evidence-img-col img {
  width: 440px;
  height: 400px;
  object-fit: cover;
  border-radius: 36px;
  display: block
}

.dbt .evidence-bracket-wrap {
  position: absolute;
  top: -16px;
  right: -16px;
  width: 80px;
  height: 80px;
  pointer-events: none
}

.dbt .evidence-bracket-wrap svg {
  width: 80px;
  height: 80px
}

.dbt .ev-pattern-bg {
  position: absolute;
  bottom: -8px;
  left: -8px;
  width: 80px;
  height: 80px;
  border-bottom: 3px solid #8ABDE0;
  border-left: 3px solid #8ABDE0;
  border-radius: 0 0 0 36px;
  pointer-events: none
}

.dbt .pat-card:hover {
  background-image: repeating-linear-gradient(135deg, #6281bb0a 0px, #6281bb0a 2px, transparent 2px, transparent 12px);
  transition: background-image .18s cubic-bezier(0.4, 0, 1, 1), box-shadow .16s cubic-bezier(0.4, 0, 1, 1)
}

@media (max-width: 960px) {
  .dbt .tband-inner {
    flex-direction: column;
    gap: 40px
  }

  .dbt .tband-img-col {
    flex: 0 0 auto;
    width: 100%
  }

  .dbt .tband-img-col img {
    width: 100%;
    height: 240px
  }

  .dbt .tband-h1 {
    font-size: 38px
  }

  .dbt .pattern-top {
    flex-direction: column;
    gap: 16px
  }

  .dbt .pattern-intro {
    flex: 0 0 auto
  }

  .dbt .pattern-cards {
    grid-template-columns: 1fr 1fr
  }

  .dbt .example-inner {
    flex-direction: column
  }

  .dbt .example-img-col {
    flex: 0 0 auto;
    width: 100%
  }

  .dbt .example-img-col img {
    width: 100%;
    height: 280px
  }

  .dbt .team-grid {
    flex-direction: column
  }

  .dbt .evidence-inner {
    flex-direction: column-reverse
  }

  .dbt .evidence-img-col {
    flex: 0 0 auto;
    width: 100%
  }

  .dbt .evidence-img-col img {
    width: 100%;
    height: 280px
  }
}

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

  .dbt .tband-inner {
    padding: 0 16px
  }

  .dbt .pattern-sec-inner {
    padding: 0 16px
  }

  .dbt .example-inner {
    padding: 0 16px
  }

  .dbt .team-inner {
    padding: 0 16px
  }

  .dbt .evidence-inner {
    padding: 0 16px
  }

  .dbt .pattern-cards {
    grid-template-columns: 1fr
  }

  .dbt .example-metrics {
    grid-template-columns: 1fr 1fr
  }

  .dbt .tband-h1 {
    font-size: 38px
  }

  .dbt .tband-decor {
    display: none
  }

  .dbt * {
    transition: none !important;
    animation: none !important
  }
}

@media (min-width: 1440px) {
  .dbt .tband-h1 {
    font-size: 66px
  }
}

.ss-pg {
  background: #fff;
  overflow-x: clip
}

.ss-pg .reveal {
  animation: ss-reveal .16s cubic-bezier(0.4, 0, 1, 1) both
}

@keyframes ss-reveal {
  from {
    opacity: 0;
    transform: scale(0.97)
  }

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

.ss-pg .ripple-btn {
  position: relative;
  overflow: hidden
}

.ss-pg .ripple-btn .rpl {
  position: absolute;
  border-radius: 50%;
  background: #6281bb2e;
  transform: scale(0);
  animation: ss-rpl .5s cubic-bezier(0.4, 0, 1, 1) forwards;
  pointer-events: none
}

@keyframes ss-rpl {
  to {
    transform: scale(4);
    opacity: 0
  }
}

.ss-pg .pg-strip {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 40px
}

.ss-pg .pg-strip-narrow {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 80px
}

.ss-pg .title-blk {
  padding: 80px 0 0;
  position: relative;
  background: #f4f6fa
}

.ss-pg .title-blk-inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: end
}

.ss-pg .title-text-col {
  padding-bottom: 80px
}

.ss-pg .title-eyebrow {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  margin-bottom: 40px
}

.ss-pg .title-eyebrow-bar {
  width: 40px;
  height: 3px;
  background: linear-gradient(to top, #94FCDA, transparent)
}

.ss-pg .title-eyebrow-label {
  font-size: 13px;
  letter-spacing: .12em;
  color: #6281BB;
  text-transform: uppercase
}

.ss-pg .title-h1 {
  font-size: 66px;
  line-height: 1.15;
  letter-spacing: -.03em;
  color: #1b2340;
  margin: 0 0 40px
}

.ss-pg .title-h1 .grad-word {
  background: linear-gradient(to top, #94FCDA, #6281BB);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text
}

.ss-pg .title-sub {
  font-size: 16px;
  line-height: 1.7;
  color: #3a4260;
  max-width: 420px
}

.ss-pg .title-img-col {
  position: relative;
  align-self: end
}

.ss-pg .title-img-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 0 10px 44px 0 #6281bb1a
}

.ss-pg .title-img-wrap img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  display: block
}

.ss-pg .title-img-vignette {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 30% 70%, transparent 40%, #1b23408c 100%);
  pointer-events: none
}

.ss-pg .title-dots {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden
}

.ss-pg .title-dot {
  position: absolute;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #6281BB;
  opacity: .13
}

.ss-pg .title-blk-border {
  border-right: 2px solid #8ABDE0;
  position: absolute;
  right: 0;
  top: 40px;
  bottom: 40px
}

.ss-pg .divider-mono {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 0;
  background: #fff
}

.ss-pg .divider-mono-sym {
  width: 48px;
  height: 48px;
  border: 2px solid #8ABDE0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6281BB;
  font-size: 16px;
  letter-spacing: .05em
}

.ss-pg .stories-blk {
  background: #fff;
  padding: 80px 0;
  position: relative
}

.ss-pg .stories-blk-inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 40px
}

.ss-pg .stories-heading-row {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 80px;
  margin-bottom: 80px;
  align-items: start
}

.ss-pg .stories-heading-narrow {
  padding-top: 16px
}

.ss-pg .acc-bar {
  width: 32px;
  height: 3px;
  background: linear-gradient(to top, #94FCDA, transparent);
  margin-bottom: 16px
}

.ss-pg .stories-h2 {
  font-size: 38px;
  line-height: 1.15;
  letter-spacing: -.02em;
  color: #1b2340;
  margin: 0
}

.ss-pg .stories-h2 .grad-word {
  background: linear-gradient(to top, #94FCDA, #6281BB);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text
}

.ss-pg .stories-lead {
  font-size: 16px;
  line-height: 1.7;
  color: #3a4260;
  margin: 0 0 16px
}

.ss-pg .stories-lead-sm {
  font-size: 13px;
  line-height: 1.7;
  color: #5a6480;
  margin: 0
}

.ss-pg .stories-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px
}

.ss-pg .story-card {
  border: 2px solid #dde3f0;
  border-radius: 4px;
  padding: 40px;
  background: #fff;
  box-shadow: 0 4px 28px 0 #6281bb14;
  position: relative;
  transition: border-color .15s cubic-bezier(0.4, 0, 1, 1), box-shadow .18s cubic-bezier(0.4, 0, 1, 1)
}

.ss-pg .story-card:hover {
  border-color: #6281BB;
  box-shadow: 0 10px 44px 0 #6281bb1a
}

.ss-pg .story-card-border-anim {
  position: absolute;
  inset: -2px;
  border-radius: 4px;
  pointer-events: none
}

.ss-pg .story-card-border-anim::before,
.ss-pg .story-card-border-anim::after {
  content: '';
  position: absolute;
  background: #94FCDA;
  transition: width .12s cubic-bezier(0.4, 0, 1, 1), height .12s cubic-bezier(0.4, 0, 1, 1)
}

.ss-pg .story-card-border-anim::before {
  top: 0;
  left: 0;
  width: 0;
  height: 2px
}

.ss-pg .story-card-border-anim::after {
  bottom: 0;
  right: 0;
  width: 0;
  height: 2px
}

.ss-pg .story-card:hover .story-card-border-anim::before,
.ss-pg .story-card:hover .story-card-border-anim::after {
  width: 100%
}

.ss-pg .story-num {
  font-size: 13px;
  letter-spacing: .1em;
  color: #8ABDE0;
  text-transform: uppercase;
  margin-bottom: 16px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px
}

.ss-pg .story-num-line {
  flex: 1;
  height: 1px;
  background: #dde3f0
}

.ss-pg .story-h3 {
  font-size: 16px;
  line-height: 1.45;
  letter-spacing: -.01em;
  color: #1b2340;
  margin: 0 0 16px;
  font-weight: 700
}

.ss-pg .story-context {
  font-size: 13px;
  line-height: 1.7;
  color: #6281BB;
  margin: 0 0 16px;
  text-transform: uppercase;
  letter-spacing: .08em
}

.ss-pg .story-body {
  font-size: 16px;
  line-height: 1.7;
  color: #3a4260;
  margin: 0 0 16px
}

.ss-pg .story-body-sm {
  font-size: 13px;
  line-height: 1.7;
  color: #5a6480;
  margin: 0 0 40px
}

.ss-pg .story-meta {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  border-top: 1px solid #eef0f7;
  padding-top: 16px
}

.ss-pg .story-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(to top, #94FCDA, #8ABDE0);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  color: #1b2340;
  font-weight: 700;
  flex-shrink: 0;
  box-shadow: inset 0 1px 2px #ffffffb3 inset 0 -1px 2px #6281bb33
}

.ss-pg .story-person {
  flex: 1
}

.ss-pg .story-name {
  font-size: 13px;
  font-weight: 700;
  color: #1b2340;
  line-height: 1.45
}

.ss-pg .story-role {
  font-size: 13px;
  color: #8ABDE0;
  line-height: 1.45
}

.ss-pg .story-card-wide {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start
}

.ss-pg .story-card-wide .story-img-wrap {
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 2px 3px 0 #6281bb14
}

.ss-pg .story-card-wide .story-img-wrap img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  display: block
}

.ss-pg .story-card-wide .story-txt {
  display: flex;
  flex-direction: column
}

.ss-pg .stories-blk-border {
  border-right: 2px solid #94FCDA;
  position: absolute;
  right: 0;
  top: 80px;
  bottom: 80px
}

.ss-pg .metric-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-top: 80px;
  padding-top: 40px;
  border-top: 1px solid #eef0f7
}

.ss-pg .metric-item {
  text-align: center;
  padding: 40px 16px;
  border-radius: 4px;
  background: #f4f6fa;
  box-shadow: 0 2px 3px 0 #6281bb14
}

.ss-pg .metric-val {
  font-size: 38px;
  line-height: 1.15;
  letter-spacing: -.03em;
  color: #6281BB;
  font-weight: 700;
  display: block;
  margin-bottom: 8px
}

.ss-pg .metric-desc {
  font-size: 13px;
  line-height: 1.45;
  color: #5a6480;
  text-transform: uppercase;
  letter-spacing: .08em
}

@media (max-width: 960px) {
  .ss-pg .title-blk-inner {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 0 40px
  }

  .ss-pg .title-h1 {
    font-size: 38px
  }

  .ss-pg .title-img-wrap img {
    height: 320px
  }

  .ss-pg .stories-heading-row {
    grid-template-columns: 1fr;
    gap: 16px
  }

  .ss-pg .stories-grid {
    grid-template-columns: 1fr
  }

  .ss-pg .story-card-wide {
    grid-template-columns: 1fr
  }

  .ss-pg .metric-row {
    grid-template-columns: 1fr;
    gap: 16px
  }

  .ss-pg .pg-strip-narrow {
    padding: 0 40px
  }
}

@media (max-width: 480px) {
  .ss-pg .title-blk-inner {
    padding: 0 16px
  }

  .ss-pg .title-text-col {
    padding-bottom: 40px
  }

  .ss-pg .title-h1 {
    font-size: 38px
  }

  .ss-pg .stories-blk-inner {
    padding: 0 16px
  }

  .ss-pg .story-card {
    padding: 16px
  }

  .ss-pg .stories-blk {
    padding: 40px 0
  }

  .ss-pg .title-blk {
    padding: 40px 0 0
  }

  .ss-pg .metric-row {
    margin-top: 40px
  }
}

@media (min-width: 960px) {
  .ss-pg .title-blk-inner {
    margin-left: 40px
  }

  .ss-pg .stories-blk-inner {
    margin-left: 80px
  }
}

@media (min-width: 1440px) {
  .ss-pg .title-blk-inner {
    margin-left: 80px
  }
}

.conslt {
  position: relative;
  width: 100%;
  overflow-x: clip
}

.conslt .pg-offer {
  background: linear-gradient(to top, #8ABDE0 0%, #f5f7fb 100%);
  padding: 80px 40px
}

.conslt .pg-offer-inner {
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 40px
}

.conslt .pg-offer-label {
  font-size: 13px;
  letter-spacing: .12em;
  color: #6281BB;
  border: 2px solid #6281BB;
  border-radius: 4px;
  padding: 8px 16px;
  display: inline-block;
  text-transform: uppercase
}

.conslt .pg-offer-h1 {
  font-size: 66px;
  line-height: 1.15;
  letter-spacing: -.03em;
  color: #1b2340;
  margin: 0;
  max-width: 820px
}

.conslt .pg-offer-h1 .grad-word {
  background: linear-gradient(to top, #8ABDE0, transparent);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text
}

.conslt .pg-offer-desc {
  font-size: 16px;
  line-height: 1.7;
  color: #2e3a55;
  max-width: 560px;
  margin: 0
}

.conslt .pg-offer-cta {
  display: inline-block;
  font-size: 16px;
  color: #6281BB;
  border: 2.5px solid #6281BB;
  border-radius: 4px;
  padding: 16px 40px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  transition: color .15s cubic-bezier(0.4, 0, 1, 1), background .15s cubic-bezier(0.4, 0, 1, 1)
}

.conslt .pg-offer-cta:hover {
  background: #6281BB;
  color: #fff
}

.conslt .pg-offer-cta:focus-visible {
  outline: 2px solid #6281BB;
  outline-offset: 3px
}

.conslt .pg-offer-curves {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden
}

.conslt .pg-offer-curves svg {
  width: 100%;
  height: 100%;
  opacity: .18
}

.conslt .divider-a {
  width: 100%;
  height: 2px;
  background: repeating-linear-gradient(to right, #6281BB 0px, #6281BB 6px, transparent 6px, transparent 10px, #6281BB 10px, #6281BB 20px, transparent 20px, transparent 26px);
  position: relative
}

.conslt .divider-a-dot {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  background: #fff;
  border: 2px solid #6281BB;
  border-radius: 4px;
  rotate: 45deg
}

.conslt .pg-service {
  padding: 80px 40px;
  background: #fff
}

.conslt .pg-service-inner {
  max-width: 1320px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 80px;
  align-items: start
}

.conslt .pg-service-aside {
  display: flex;
  flex-direction: column;
  gap: 40px
}

.conslt .pg-service-img-wrap {
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 4px 28px 0 #6281bb14
}

.conslt .pg-service-img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  display: block;
  border-radius: 4px
}

.conslt .pg-service-num-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px
}

.conslt .pg-service-num-list li {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  font-size: 13px;
  line-height: 1.45;
  color: #2e3a55;
  border-bottom: 1px solid #6281bb26;
  padding-bottom: 16px
}

.conslt .pg-service-num-list li:last-child {
  border-bottom: none;
  padding-bottom: 0
}

.conslt .pg-service-num {
  font-size: 38px;
  line-height: 1.15;
  color: #6281BB;
  letter-spacing: -.03em;
  flex-shrink: 0
}

.conslt .pg-service-main {
  display: flex;
  flex-direction: column;
  gap: 40px
}

.conslt .pg-service-h2 {
  font-size: 38px;
  line-height: 1.15;
  letter-spacing: -.02em;
  color: #1b2340;
  margin: 0
}

.conslt .pg-service-h2 .grad-word {
  background: linear-gradient(to top, #94FCDA, transparent);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text
}

.conslt .pg-service-body {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 40px
}

.conslt .pg-service-lead {
  font-size: 16px;
  line-height: 1.7;
  color: #6281BB;
  margin: 0
}

.conslt .pg-service-text {
  font-size: 16px;
  line-height: 1.7;
  color: #2e3a55;
  margin: 0
}

.conslt .pg-service-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px
}

.conslt .pg-service-card {
  border: 2px solid #6281bb2e;
  border-radius: 4px;
  padding: 40px 16px 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  box-shadow: 0 2px 3px 0 #6281bb14;
  transition: box-shadow .15s cubic-bezier(0.4, 0, 1, 1), border-color .15s cubic-bezier(0.4, 0, 1, 1);
  position: relative
}

.conslt .pg-service-card:hover {
  box-shadow: 0 10px 44px 0 #6281bb1a;
  border-color: #6281BB
}

.conslt .pg-service-card-icon {
  width: 32px;
  height: 32px;
  margin-bottom: 8px
}

.conslt .pg-service-card-h {
  font-size: 13px;
  line-height: 1.45;
  color: #1b2340;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: .08em
}

.conslt .pg-service-card-p {
  font-size: 13px;
  line-height: 1.7;
  color: #4a5672;
  margin: 0
}

.conslt .divider-b {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0
}

.conslt .divider-b-line {
  flex: 1;
  height: 1px;
  background: linear-gradient(to right, transparent, #6281bb59, transparent)
}

.conslt .divider-b-center {
  width: 40px;
  height: 2px;
  background: #6281BB;
  margin: 0 16px
}

.conslt .pg-contact {
  padding: 80px 40px;
  background: linear-gradient(to top, #94FCDA 0%, #f0f5ff 100%);
  position: relative
}

.conslt .pg-contact-inner {
  max-width: 1320px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 3fr 2fr;
  gap: 80px;
  align-items: center
}

.conslt .pg-contact-text {
  display: flex;
  flex-direction: column;
  gap: 40px
}

.conslt .pg-contact-h2 {
  font-size: 38px;
  line-height: 1.15;
  letter-spacing: -.02em;
  color: #1b2340;
  margin: 0
}

.conslt .pg-contact-h2 .grad-word {
  background: linear-gradient(to top, #8ABDE0, transparent);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text
}

.conslt .pg-contact-body {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 40px
}

.conslt .pg-contact-lead {
  font-size: 16px;
  line-height: 1.7;
  color: #6281BB;
  margin: 0
}

.conslt .pg-contact-p {
  font-size: 16px;
  line-height: 1.7;
  color: #2e3a55;
  margin: 0
}

.conslt .pg-contact-details {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 8px
}

.conslt .pg-contact-detail-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  font-size: 16px;
  line-height: 1.45;
  color: #1b2340
}

.conslt .pg-contact-detail-row a {
  color: #6281BB;
  text-decoration: none;
  border-bottom: 1px solid #6281bb59;
  transition: border-color .12s ease-in
}

.conslt .pg-contact-detail-row a:hover {
  border-color: #6281BB
}

.conslt .pg-contact-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center
}

.conslt .pg-contact-visual {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-end
}

.conslt .pg-contact-img-wrap {
  width: 100%;
  border-radius: 36px 4px 36px 4px;
  overflow: hidden;
  box-shadow: 0 10px 44px 0 #6281bb1a
}

.conslt .pg-contact-img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  display: block
}

.conslt .pg-contact-badge {
  align-self: flex-start;
  background: #fff;
  border: 2px solid #6281bb33;
  border-radius: 4px;
  padding: 16px;
  box-shadow: 0 4px 28px 0 #6281bb14;
  display: flex;
  flex-direction: column;
  gap: 8px
}

.conslt .pg-contact-badge-val {
  font-size: 38px;
  line-height: 1.15;
  color: #6281BB;
  letter-spacing: -.03em
}

.conslt .pg-contact-badge-label {
  font-size: 13px;
  line-height: 1.45;
  color: #4a5672;
  text-transform: uppercase;
  letter-spacing: .08em
}

.conslt .pg-contact-img2-wrap {
  width: 80%;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 4px 28px 0 #8abde014
}

.conslt .pg-contact-img2 {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block
}

@keyframes conslt-blur-in {
  from {
    opacity: 0;
    filter: blur(8px)
  }

  to {
    opacity: 1;
    filter: blur(0)
  }
}

.conslt .pg-offer-inner {
  animation: conslt-blur-in .55s cubic-bezier(0.4, 0, 1, 1) both
}

@media (max-width: 960px) {
  .conslt .pg-offer-h1 {
    font-size: 38px
  }

  .conslt .pg-service-inner {
    grid-template-columns: 1fr;
    gap: 40px
  }

  .conslt .pg-service-body {
    grid-template-columns: 1fr;
    gap: 16px
  }

  .conslt .pg-service-cards {
    grid-template-columns: 1fr 1fr
  }

  .conslt .pg-contact-inner {
    grid-template-columns: 1fr;
    gap: 40px
  }

  .conslt .pg-contact-body {
    grid-template-columns: 1fr;
    gap: 16px
  }

  .conslt .pg-contact-visual {
    align-items: flex-start
  }

  .conslt .pg-contact-img-wrap {
    border-radius: 4px
  }

  .conslt .pg-contact-img2-wrap {
    width: 100%
  }
}

@media (max-width: 480px) {
  .conslt .pg-offer {
    padding: 40px 16px
  }

  .conslt .pg-offer-h1 {
    font-size: 38px
  }

  .conslt .pg-service {
    padding: 40px 16px
  }

  .conslt .pg-service-cards {
    grid-template-columns: 1fr
  }

  .conslt .pg-contact {
    padding: 40px 16px
  }

  .conslt .pg-service-num {
    font-size: 16px
  }
}

@media (min-width: 1440px) {
  .conslt .pg-service-cards {
    grid-template-columns: repeat(3, 1fr)
  }
}

.ctus {
  display: block;
  overflow-x: hidden
}

.ctus .pg-top {
  background: linear-gradient(to bottom, #6281bb17 0%, #fff 100%);
  padding: 80px 40px;
  position: relative
}

.ctus .pg-top::before {
  content: '';
  position: absolute;
  top: 16px;
  left: 16px;
  right: 16px;
  bottom: 16px;
  border: 1px solid #6281bb24;
  border-radius: 4px;
  pointer-events: none
}

.ctus .pg-top::after {
  content: '';
  position: absolute;
  top: 8px;
  left: 8px;
  right: 8px;
  bottom: 8px;
  border: 1px solid #8abde01a;
  border-radius: 4px;
  pointer-events: none
}

.ctus .top-grid {
  max-width: 1320px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 80px;
  align-items: center;
  position: relative;
  z-index: 1
}

.ctus .img-col {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  aspect-ratio: 3/4;
  background: linear-gradient(180deg, #8ABDE0 0%, #6281BB 60%, #94FCDA 100%)
}

.ctus .img-col-deco {
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(135deg, #ffffff12 0px, #ffffff12 1px, transparent 1px, transparent 18px)
}

.ctus .img-col-lines {
  position: absolute;
  bottom: 40px;
  left: 40px;
  right: 40px
}

.ctus .img-col-lines span {
  display: block;
  height: 2px;
  background: #ffffff40;
  margin-bottom: 16px;
  border-radius: 4px
}

.ctus .img-col-lines span:nth-child(2) {
  width: 70%
}

.ctus .img-col-lines span:nth-child(3) {
  width: 45%
}

.ctus .img-col-label {
  position: absolute;
  top: 40px;
  left: 40px;
  font-size: 13px;
  color: #ffffffb3;
  letter-spacing: .12em;
  text-transform: uppercase;
  line-height: 1.45
}

.ctus .txt-col {
  padding: 40px 0
}

.ctus .eyebrow {
  font-size: 13px;
  color: #6281BB;
  letter-spacing: .14em;
  text-transform: uppercase;
  line-height: 1.45;
  margin-bottom: 16px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px
}

.ctus .eyebrow-line {
  display: inline-block;
  width: 32px;
  height: 1px;
  background: #6281BB
}

.ctus .pg-h1 {
  font-size: 66px;
  line-height: 1.15;
  letter-spacing: -.03em;
  color: #1b2340;
  margin-bottom: 40px;
  position: relative;
  padding-left: 16px
}

.ctus .pg-h1::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  bottom: 8px;
  width: 2px;
  background: linear-gradient(180deg, #8ABDE0 0%, transparent 100%);
  border-radius: 4px
}

.ctus .pg-h1 .grad-word {
  background: linear-gradient(180deg, #8ABDE0 0%, transparent 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text
}

.ctus .lead-text {
  font-size: 16px;
  line-height: 1.7;
  color: #3d4a63;
  max-width: 480px
}

.ctus .divider-cross {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin: 0;
  padding: 0
}

.ctus .divider-cross .d-line {
  flex: 1;
  height: 1px;
  background: #6281bb2e
}

.ctus .divider-cross .d-cross {
  width: 16px;
  height: 16px;
  position: relative;
  flex-shrink: 0;
  margin: 0 8px
}

.ctus .divider-cross .d-cross::before,
.ctus .divider-cross .d-cross::after {
  content: '';
  position: absolute;
  background: #6281bb59;
  border-radius: 4px
}

.ctus .divider-cross .d-cross::before {
  width: 1px;
  height: 16px;
  left: 50%;
  top: 0;
  transform: translateX(-50%)
}

.ctus .divider-cross .d-cross::after {
  width: 16px;
  height: 1px;
  top: 50%;
  left: 0;
  transform: translateY(-50%)
}

.ctus .addr-strip {
  background: #fff;
  padding: 40px;
  position: relative
}

.ctus .addr-strip::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #6281BB 0%, #8ABDE0 50%, #94FCDA 100%)
}

.ctus .addr-inner {
  max-width: 1320px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px
}

.ctus .addr-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 40px;
  border: 1.5px solid #6281bb26;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 2px 3px 0 #6281bb14;
  transition: box-shadow .15s cubic-bezier(0.4, 0, 1, 1), border-color .15s cubic-bezier(0.4, 0, 1, 1)
}

.ctus .addr-item:hover {
  box-shadow: 0 10px 44px 0 #6281bb1a;
  border-color: #6281bb52
}

.ctus .addr-icon {
  width: 36px;
  height: 36px;
  margin-bottom: 8px;
  flex-shrink: 0
}

.ctus .addr-lbl {
  font-size: 13px;
  color: #6281BB;
  letter-spacing: .12em;
  text-transform: uppercase;
  line-height: 1.45
}

.ctus .addr-val {
  font-size: 16px;
  color: #1b2340;
  line-height: 1.7
}

.ctus .addr-val a {
  color: #1b2340;
  text-decoration: none;
  border-bottom: 1px solid #6281bb4d;
  transition: border-color .12s ease-in
}

.ctus .addr-val a:hover {
  border-color: #6281BB
}

.ctus .form-band {
  background: linear-gradient(to bottom, #94fcda12 0%, #fff 100%);
  padding: 80px 40px;
  position: relative
}

.ctus .diamond-bg {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(45deg, #6281bb0f 25%, transparent 25%), linear-gradient(-45deg, #6281bb0f 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #6281bb0f 75%), linear-gradient(-45deg, transparent 75%, #6281bb0f 75%);
  background-size: 20px 20px;
  background-position: 0 0, 0 10px, 10px -10px, -10px 0;
  pointer-events: none
}

.ctus .form-inner {
  max-width: 1320px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 2fr 3fr;
  gap: 80px;
  align-items: start;
  position: relative;
  z-index: 1
}

.ctus .form-desc {
  padding-top: 8px
}

.ctus .form-h2 {
  font-size: 38px;
  line-height: 1.15;
  letter-spacing: -.025em;
  color: #1b2340;
  margin-bottom: 16px
}

.ctus .form-h2 .grad-word {
  background: linear-gradient(180deg, #8ABDE0 0%, transparent 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text
}

.ctus .form-sub {
  font-size: 16px;
  line-height: 1.7;
  color: #3d4a63;
  margin-bottom: 40px
}

.ctus .resp-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px
}

.ctus .resp-list li {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  justify-content: flex-end;
  gap: 16px;
  font-size: 13px;
  color: #3d4a63;
  line-height: 1.45;
  text-align: right
}

.ctus .resp-list li .r-num {
  font-size: 38px;
  color: #6281bb2e;
  line-height: 1.15;
  letter-spacing: -.03em;
  flex-shrink: 0
}

.ctus .contact-form {
  background: #fff;
  border: 1.5px solid #6281bb26;
  border-radius: 4px;
  padding: 40px;
  box-shadow: 0 4px 28px 0 #6281bb14
}

.ctus .field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 16px
}

.ctus .field-single {
  margin-bottom: 16px
}

.ctus .field-lbl {
  display: block;
  font-size: 13px;
  color: #6281BB;
  letter-spacing: .1em;
  text-transform: uppercase;
  line-height: 1.45;
  margin-bottom: 8px
}

.ctus .field-inp {
  width: 100%;
  padding: 16px;
  border: 1.5px solid #6281bb33;
  border-radius: 4px;
  font-size: 16px;
  color: #1b2340;
  background: #fff;
  line-height: 1.45;
  box-sizing: border-box;
  box-shadow: inset 0 2px 3px 0 #6281bb0f inset 0 -1px 2px 0 #6281bb0a;
  transition: border-color .12s ease-in, box-shadow .12s ease-in;
  outline: none;
  appearance: none;
  -webkit-appearance: none
}

.ctus .field-inp::placeholder {
  color: #6281bb73;
  font-size: 13px;
  letter-spacing: .08em;
  text-transform: uppercase
}

.ctus .field-inp:focus {
  border-color: #6281BB;
  box-shadow: inset 0 2px 3px 0 #6281bb14 inset 0 -1px 2px 0 #6281bb0a 0 0 0 3px #6281bb17
}

.ctus .field-sel {
  width: 100%;
  padding: 16px;
  border: 1.5px solid #6281bb33;
  border-radius: 4px;
  font-size: 16px;
  color: #1b2340;
  background: #fff;
  line-height: 1.45;
  box-sizing: border-box;
  box-shadow: inset 0 2px 3px 0 #6281bb0f inset 0 -1px 2px 0 #6281bb0a;
  transition: border-color .12s ease-in;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath fill='%236281BB' d='M4 6l4 4 4-4'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 40px
}

.ctus .field-sel:focus {
  border-color: #6281BB;
  box-shadow: inset 0 2px 3px 0 #6281bb14 0 0 0 3px #6281bb17
}

.ctus .privacy-row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 40px;
  margin-top: 16px
}

.ctus .privacy-check {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  margin-top: 2px;
  accent-color: #6281BB;
  cursor: pointer
}

.ctus .privacy-txt {
  font-size: 13px;
  color: #3d4a63;
  line-height: 1.7
}

.ctus .privacy-txt a {
  color: #6281BB;
  text-decoration: none;
  border-bottom: 1px solid #6281bb66;
  transition: border-color .12s ease-in
}

.ctus .privacy-txt a:hover {
  border-color: #6281BB
}

.ctus .submit-btn {
  position: relative;
  overflow: hidden;
  display: inline-block;
  padding: 16px 40px;
  border: 2.5px solid #6281BB;
  border-radius: 4px;
  background: transparent;
  color: #6281BB;
  font-size: 16px;
  letter-spacing: .08em;
  text-transform: uppercase;
  line-height: 1.45;
  cursor: pointer;
  transition: background .16s cubic-bezier(0.4, 0, 1, 1), color .16s cubic-bezier(0.4, 0, 1, 1)
}

.ctus .submit-btn:hover {
  background: #6281BB;
  color: #fff
}

.ctus .submit-btn:focus {
  outline: 3px solid #6281bb59;
  outline-offset: 2px
}

.ctus .submit-btn:active {
  background: #4e6a9e;
  border-color: #4e6a9e;
  color: #fff
}

.ctus .ripple-el {
  position: absolute;
  border-radius: 36px;
  background: #6281bb2e;
  transform: scale(0);
  animation: ctus-ripple .5s cubic-bezier(0.4, 0, 1, 1) forwards;
  pointer-events: none
}

@keyframes ctus-ripple {
  to {
    transform: scale(4);
    opacity: 0
  }
}

@keyframes ctus-zone-shift {
  0% {
    background-position: 0 0
  }

  50% {
    background-position: 100% 100%
  }

  100% {
    background-position: 0 0
  }
}

.ctus .pg-top {
  background: linear-gradient(to bottom, #6281bb17 0%, #fff 100%);
  animation: ctus-zone-shift 14s ease-in-out infinite alternate;
  background-size: 200% 200%
}

@media (max-width: 960px) {
  .ctus .top-grid {
    grid-template-columns: 1fr;
    gap: 40px
  }

  .ctus .img-col {
    aspect-ratio: 16/7
  }

  .ctus .pg-h1 {
    font-size: 38px
  }

  .ctus .addr-inner {
    grid-template-columns: 1fr;
    gap: 16px
  }

  .ctus .form-inner {
    grid-template-columns: 1fr;
    gap: 40px
  }

  .ctus .field-row {
    grid-template-columns: 1fr
  }

  .ctus .pg-top {
    padding: 40px 16px
  }

  .ctus .addr-strip {
    padding: 40px 16px
  }

  .ctus .form-band {
    padding: 40px 16px
  }
}

@media (max-width: 480px) {
  .ctus .pg-h1 {
    font-size: 38px
  }

  .ctus .form-h2 {
    font-size: 38px
  }

  .ctus .contact-form {
    padding: 16px
  }

  .ctus .addr-item {
    padding: 16px
  }

  .ctus .top-grid {
    gap: 16px
  }
}

@media (min-width: 1440px) {
  .ctus .top-grid {
    gap: 80px
  }
}

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

.abt-us .pg-manifesto {
  position: relative;
  background: linear-gradient(160deg, #e8edf5 0%, #d4e4f0 50%, #c8f5ec 100%);
  padding: 80px 0 0
}

.abt-us .pg-manifesto .mf-grid {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: end
}

.abt-us .pg-manifesto .mf-text {
  padding-bottom: 80px
}

.abt-us .pg-manifesto .mf-eyebrow {
  display: inline-block;
  font-size: 13px;
  letter-spacing: .12em;
  color: #6281BB;
  border-bottom: 2px solid #94FCDA;
  padding-bottom: 8px;
  margin-bottom: 40px;
  text-transform: uppercase
}

.abt-us .pg-manifesto .mf-heading {
  font-size: 66px;
  line-height: 1.15;
  letter-spacing: -.03em;
  color: #1a2540;
  margin: 0 0 40px
}

.abt-us .pg-manifesto .mf-heading span {
  background: linear-gradient(to top, #8ABDE0, transparent);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text
}

.abt-us .pg-manifesto .mf-declare {
  font-size: 16px;
  line-height: 1.7;
  color: #2c3a55;
  max-width: 480px
}

.abt-us .pg-manifesto .mf-declare p {
  margin: 0 0 16px
}

.abt-us .pg-manifesto .mf-declare p:last-child {
  margin: 0
}

.abt-us .pg-manifesto .mf-reading-line {
  width: 1px;
  height: 120px;
  background: linear-gradient(to bottom, #6281BB, transparent);
  margin: 40px 0
}

.abt-us .pg-manifesto .mf-img-col {
  position: relative;
  align-self: stretch;
  display: flex;
  align-items: flex-end
}

.abt-us .pg-manifesto .mf-img-wrap {
  width: 100%;
  height: 580px;
  border-radius: 4px 4px 0 0;
  overflow: hidden;
  position: relative;
  box-shadow: 0 10px 44px 0 #6281bb1a
}

.abt-us .pg-manifesto .mf-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block
}

.abt-us .pg-manifesto .mf-img-fade {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 55%;
  background: linear-gradient(to top, #1e2d50b8, transparent);
  pointer-events: none
}

.abt-us .pg-manifesto .mf-img-tint {
  position: absolute;
  inset: 0;
  background: #6281bb2e;
  mix-blend-mode: multiply;
  pointer-events: none
}

.abt-us .pg-manifesto .mf-stat-bar {
  position: absolute;
  bottom: 40px;
  left: 40px;
  right: 40px;
  display: flex;
  flex-direction: row;
  gap: 40px
}

.abt-us .pg-manifesto .mf-stat {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.abt-us .pg-manifesto .mf-stat-num {
  font-size: 38px;
  line-height: 1.15;
  color: #94FCDA;
  letter-spacing: -.02em
}

.abt-us .pg-manifesto .mf-stat-label {
  font-size: 13px;
  line-height: 1.45;
  color: #ffffffd1;
  letter-spacing: .06em;
  text-transform: uppercase
}

.abt-us .pg-manifesto .mf-wave {
  display: block;
  width: 100%;
  margin-top: 40px
}

.abt-us .pg-depth {
  background: #f2f5fa;
  padding: 80px 0;
  position: relative
}

.abt-us .pg-depth::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%236281BB' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  pointer-events: none
}

.abt-us .pg-depth .dp-inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 40px;
  position: relative
}

.abt-us .pg-depth .dp-top {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 80px;
  align-items: start;
  margin-bottom: 80px
}

.abt-us .pg-depth .dp-heading-col h2 {
  font-size: 38px;
  line-height: 1.15;
  letter-spacing: -.02em;
  color: #1a2540;
  margin: 0 0 16px
}

.abt-us .pg-depth .dp-heading-col h2 span {
  background: linear-gradient(to top, #94FCDA, transparent);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text
}

.abt-us .pg-depth .dp-sub {
  font-size: 16px;
  line-height: 1.7;
  color: #3a4a6b;
  margin: 0
}

.abt-us .pg-depth .dp-aside-text {
  font-size: 13px;
  line-height: 1.7;
  color: #5a6a8a;
  padding-top: 8px;
  border-top: 2px solid #8ABDE0
}

.abt-us .pg-depth .dp-cols {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 40px;
  margin-bottom: 80px
}

.abt-us .pg-depth .dp-narrow {
  font-size: 16px;
  line-height: 1.7;
  color: #2c3a55
}

.abt-us .pg-depth .dp-narrow p {
  margin: 0
}

.abt-us .pg-depth .dp-wide {
  display: flex;
  flex-direction: column;
  gap: 40px
}

.abt-us .pg-depth .dp-item {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 16px;
  align-items: start;
  padding: 40px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 4px 28px 0 #6281bb14;
  border-top: 3px solid transparent;
  border-image: linear-gradient(to right, #6281BB, #94FCDA) 1;
  position: relative
}

.abt-us .pg-depth .dp-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  box-shadow: inset 0 1px 0 #94fcda4d inset 0 -1px 0 #6281bb14;
  border-radius: 4px;
  pointer-events: none
}

.abt-us .pg-depth .dp-item-text h3 {
  font-size: 16px;
  line-height: 1.45;
  color: #1a2540;
  margin: 0 0 8px;
  letter-spacing: -.01em
}

.abt-us .pg-depth .dp-item-text p {
  font-size: 13px;
  line-height: 1.7;
  color: #4a5a7a;
  margin: 0
}

.abt-us .pg-depth .dp-item-num {
  font-size: 38px;
  line-height: 1.15;
  color: #d0daea;
  letter-spacing: -.03em;
  font-weight: 700;
  text-align: right
}

.abt-us .pg-depth .dp-img-strip {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px
}

.abt-us .pg-depth .dp-img-frame {
  height: 280px;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 2px 3px 0 #6281bb14
}

.abt-us .pg-depth .dp-img-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block
}

.abt-us .pg-depth .dp-img-frame .dp-img-overlay {
  position: absolute;
  inset: 0;
  background: #6281bb38;
  mix-blend-mode: multiply;
  pointer-events: none
}

.abt-us .pg-depth .dp-img-frame .dp-img-caption {
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
  font-size: 13px;
  line-height: 1.45;
  color: #fff;
  letter-spacing: .05em;
  text-transform: uppercase
}

.abt-us .pg-depth .dp-dashed-connector {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  margin: 40px 0
}

.abt-us .pg-depth .dp-dashed-line {
  flex: 1;
  border: none;
  border-top: 1px dashed #8ABDE0;
  height: 0
}

.abt-us .pg-depth .dp-dashed-dot {
  width: 8px;
  height: 8px;
  border-radius: 36px;
  background: #6281BB;
  flex-shrink: 0
}

.abt-us .pg-depth .dp-num-list {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.abt-us .pg-depth .dp-num-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: baseline;
  gap: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e2e8f0
}

.abt-us .pg-depth .dp-num-row:last-child {
  border-bottom: none;
  padding-bottom: 0
}

.abt-us .pg-depth .dp-num-row-text {
  font-size: 16px;
  line-height: 1.45;
  color: #2c3a55
}

.abt-us .pg-depth .dp-num-row-n {
  font-size: 13px;
  line-height: 1.45;
  color: #6281BB;
  letter-spacing: .08em;
  flex-shrink: 0
}

.abt-us .pg-depth .dp-cta-row {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
  margin-top: 80px;
  padding-top: 40px;
  border-top: 1px solid #dce4f0
}

.abt-us .pg-depth .dp-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  letter-spacing: .08em;
  text-transform: uppercase;
  text-decoration: none;
  color: #1a2540;
  border: 2px solid #6281BB;
  padding: 16px 40px;
  border-radius: 4px;
  background: transparent;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: color .12s cubic-bezier(0.4, 0, 1, 1), border-color .15s cubic-bezier(0.4, 0, 1, 1)
}

.abt-us .pg-depth .dp-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #6281BB;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .15s cubic-bezier(0.4, 0, 1, 1);
  z-index: 0
}

.abt-us .pg-depth .dp-btn:hover::before {
  transform: scaleX(1)
}

.abt-us .pg-depth .dp-btn:hover {
  color: #fff
}

.abt-us .pg-depth .dp-btn span {
  position: relative;
  z-index: 1
}

.abt-us .pg-depth .dp-btn-sec {
  font-size: 13px;
  line-height: 1.45;
  color: #6281BB;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-color: #94FCDA;
  letter-spacing: .04em
}

.abt-us .pg-depth .dp-btn-sec:hover {
  text-decoration-color: #6281BB
}

@media (max-width: 960px) {
  .abt-us .pg-manifesto .mf-grid {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 0 40px
  }

  .abt-us .pg-manifesto .mf-img-col {
    order: -1
  }

  .abt-us .pg-manifesto .mf-img-wrap {
    height: 380px
  }

  .abt-us .pg-manifesto .mf-heading {
    font-size: 38px
  }

  .abt-us .pg-depth .dp-top {
    grid-template-columns: 1fr;
    gap: 16px
  }

  .abt-us .pg-depth .dp-cols {
    grid-template-columns: 1fr
  }

  .abt-us .pg-depth .dp-img-strip {
    grid-template-columns: 1fr
  }

  .abt-us .pg-depth .dp-img-frame {
    height: 220px
  }
}

@media (max-width: 480px) {
  .abt-us .pg-manifesto {
    padding: 40px 0 0
  }

  .abt-us .pg-manifesto .mf-grid {
    padding: 0 16px;
    gap: 40px
  }

  .abt-us .pg-manifesto .mf-heading {
    font-size: 38px
  }

  .abt-us .pg-manifesto .mf-text {
    padding-bottom: 40px
  }

  .abt-us .pg-manifesto .mf-stat-bar {
    flex-direction: column;
    gap: 16px;
    bottom: 16px;
    left: 16px;
    right: 16px
  }

  .abt-us .pg-depth .dp-inner {
    padding: 0 16px
  }

  .abt-us .pg-depth {
    padding: 40px 0
  }

  .abt-us .pg-depth .dp-item {
    padding: 16px;
    grid-template-columns: 1fr
  }

  .abt-us .pg-depth .dp-item-num {
    text-align: left;
    font-size: 16px
  }

  .abt-us .pg-depth .dp-cta-row {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 40px
  }
}

@keyframes mf-split-reveal {
  0% {
    clip-path: inset(0 50% 0 50%);
    opacity: 0
  }

  100% {
    clip-path: inset(0 0% 0 0%);
    opacity: 1
  }
}

.abt-us .pg-manifesto .mf-heading {
  animation: mf-split-reveal .7s cubic-bezier(0.4, 0, 1, 1) both
}

@media (max-width: 960px) {
  .abt-us .pg-manifesto .mf-heading {
    animation: none
  }
}

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

.success-pg .success-wrap {
  max-width: 560px;
  width: 100%;
  text-align: center;
  padding: 80px 40px;
  border: 2px solid #6281BB;
  border-radius: 4px;
  box-shadow: 0 10px 44px 0 #6281bb1a
}

.success-pg .success-icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 40px;
  display: block
}

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

.success-pg .success-icon polyline {
  fill: none;
  stroke: #94FCDA;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round
}

.success-pg .success-heading {
  font-size: 38px;
  line-height: 1.15;
  letter-spacing: -.02em;
  color: #1b2540;
  margin: 0 0 16px
}

.success-pg .success-heading span {
  background: linear-gradient(0deg, #8ABDE0, transparent);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent
}

.success-pg .success-body {
  font-size: 16px;
  line-height: 1.7;
  color: #3a4a6b;
  margin: 0 0 40px
}

.success-pg .success-divider {
  width: 40px;
  height: 2px;
  background: linear-gradient(0deg, #8ABDE0, transparent);
  margin: 0 auto 40px;
  border: none;
  border-radius: 4px
}

.success-pg .success-meta {
  font-size: 13px;
  line-height: 1.45;
  color: #6281BB;
  letter-spacing: .04em;
  text-transform: uppercase;
  margin: 0 0 40px
}

.success-pg .success-link {
  display: inline-block;
  font-size: 13px;
  line-height: 1.45;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #1b2540;
  text-decoration: none;
  border: 2px solid #6281BB;
  border-radius: 4px;
  padding: 16px 40px;
  background: transparent;
  box-shadow: 0 2px 3px 0 #6281bb14;
  transition: background .14s cubic-bezier(0.4, 0, 1, 1), color .14s cubic-bezier(0.4, 0, 1, 1)
}

.success-pg .success-link:hover {
  background: #6281BB;
  color: #fff
}

.success-pg .success-link:focus {
  outline: 2px solid #94FCDA;
  outline-offset: 3px
}

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

  .success-pg .success-wrap {
    padding: 40px 16px
  }

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