html {
  box-sizing: border-box
}

body {
  margin: 0;
  min-height: 100dvh;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%
}

.hd_bar {
  position: relative;
  z-index: 100;
  background: linear-gradient(160deg, #3d606df7 0%, #3d606de0 60%, #b2c0b4d1 100%);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid #b2c0b461;
  box-shadow: 2px 7px 14px -2px #3d606d1a
}

.hd_inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px
}

.hd_top_row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0 8px;
  gap: 32px
}

.logo_card {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  background: #fff;
  border-radius: 8px;
  border: 1px solid #b2c0b48c;
  box-shadow: 2px 3px 5px -2px #3d606d12 0 0 0 2px #fff9;
  flex-shrink: 0;
  text-decoration: none
}

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

.hd_brand_text {
  display: flex;
  flex-direction: column;
  gap: 0;
  flex: 1
}

.hd_brand_name {
  font-family: 'Cormorant', serif;
  font-size: 46px;
  font-weight: 700;
  line-height: 1.1;
  color: #fff;
  letter-spacing: 0
}

.hd_brand_sub {
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  color: #DFE5E3
}

.hd_region_sel {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #ffffff14;
  border: 1px solid #b2c0b459;
  border-radius: 44px;
  padding: 8px 16px;
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  color: #DFE5E3;
  cursor: default;
  box-shadow: inset 0 1px 0 #ffffff1f inset 0 -1px 0 #3d606d2e
}

.hd_region_sel i {
  font-size: 16px;
  color: #B2C0B4
}

.hd_nav_row {
  display: flex;
  align-items: center;
  padding: 0 0 12px;
  flex-wrap: wrap;
  gap: 8px
}

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

.hd_nav_list li a {
  display: inline-block;
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  color: #DFE5E3;
  text-decoration: none;
  padding: 8px 16px;
  border-radius: 4px;
  border: 1px solid transparent;
  transition: color .12s cubic-bezier(0.4, 0, 1, 1), background .15s cubic-bezier(0.4, 0, 1, 1), border-color .12s cubic-bezier(0.4, 0, 1, 1)
}

.hd_nav_list li a:hover {
  color: #fff;
  background: #ffffff1a;
  border-color: #b2c0b459
}

.hd_nav_list li a:focus {
  outline: none;
  box-shadow: 0 0 0 3px #b2c0b48c;
  border-color: #B2C0B4;
  color: #fff
}

.hd_nav_list li.active_pg a {
  color: #fff;
  background: #b2c0b42e;
  border-color: #b2c0b473;
  font-weight: 700
}

.hd_contact_strip {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-left: auto
}

.hd_contact_item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  color: #B2C0B4;
  text-decoration: none;
  transition: color .12s cubic-bezier(0.4, 0, 1, 1)
}

.hd_contact_item i {
  font-size: 16px
}

.hd_contact_item:hover {
  color: #fff
}

.hd_contact_item:focus {
  outline: none;
  color: #fff;
  box-shadow: 0 0 0 3px #b2c0b48c;
  border-radius: 4px
}

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

  .hd_top_row {
    gap: 16px;
    flex-wrap: wrap
  }

  .hd_brand_name {
    font-size: 33px
  }

  .hd_contact_strip {
    display: none
  }

  .hd_region_sel {
    padding: 8px 12px
  }
}

@media (max-width: 480px) {
  .hd_brand_sub {
    display: none
  }

  .hd_region_sel {
    display: none
  }

  .hd_nav_list li a {
    padding: 8px 12px
  }
}

.ft_bar {
  background: #3D606D;
  border-top: 1px solid #b2c0b447;
  box-shadow: 2px -3px 5px -2px #3d606d12
}

.ft_inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 32px 32px 16px
}

.ft_grid {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 32px;
  flex-wrap: wrap;
  padding-bottom: 32px;
  border-bottom: 1px solid #b2c0b42e
}

.ft_brand_col {
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-width: 180px
}

.ft_logo_card {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 8px;
  border: 1px solid #b2c0b473;
  box-shadow: 2px 3px 5px -2px #3d606d12;
  text-decoration: none;
  flex-shrink: 0
}

.ft_logo_card img {
  display: block;
  width: 48px;
  height: 48px;
  object-fit: contain
}

.ft_brand_label {
  font-family: 'Cormorant', serif;
  font-size: 33px;
  font-weight: 700;
  line-height: 1.1;
  color: #fff
}

.ft_addr {
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #B2C0B4;
  font-style: normal
}

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

.ft_contact_col_label {
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #DFE5E3;
  line-height: 1.3
}

.ft_contact_link {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  color: #B2C0B4;
  text-decoration: none;
  line-height: 1.6;
  transition: color .15s ease-in
}

.ft_contact_link i {
  font-size: 16px;
  flex-shrink: 0
}

.ft_contact_link:hover {
  color: #fff
}

.ft_contact_link:focus {
  outline: none;
  color: #fff;
  box-shadow: 0 0 0 3px #b2c0b473;
  border-radius: 4px
}

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

.ft_copy {
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  color: #B2C0B4;
  line-height: 1.6
}

.ft_legal_links {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap
}

.ft_legal_links a {
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  color: #B2C0B4;
  text-decoration: none;
  line-height: 1.6;
  border-bottom: 1px solid #b2c0b44d;
  padding-bottom: 1px;
  transition: color .12s cubic-bezier(0.4, 0, 1, 1), border-color .12s cubic-bezier(0.4, 0, 1, 1)
}

.ft_legal_links a:hover {
  color: #fff;
  border-color: #ffffff80
}

.ft_legal_links a:focus {
  outline: none;
  color: #fff;
  box-shadow: 0 0 0 3px #b2c0b473;
  border-radius: 4px
}

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

  .ft_grid {
    flex-direction: column;
    gap: 32px
  }

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

.ck_popup {
  position: fixed;
  top: 32px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 560px;
  max-width: calc(100% - 32px);
  background: #fff;
  border-radius: 8px;
  border: 1px solid #b2c0b473;
  box-shadow: 2px 8px 48px -2px #3d606d24;
  z-index: 1500;
  padding: 32px;
  display: none
}

.ck_icon_row {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px
}

.ck_icon_row i {
  font-size: 33px;
  color: #3D606D
}

.ck_text {
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #3D606D;
  text-align: center;
  margin-bottom: 16px
}

.ck_btns {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap
}

.ck_accept_btn {
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  background: #3D606D;
  border: 1px solid #3D606D;
  border-radius: 4px;
  padding: 8px 32px;
  cursor: pointer;
  min-height: 44px;
  min-width: 120px;
  transition: background .15s cubic-bezier(0.4, 0, 1, 1), border-color .15s cubic-bezier(0.4, 0, 1, 1)
}

.ck_accept_btn:hover {
  background: #2a4550;
  border-color: #2a4550
}

.ck_accept_btn:focus {
  outline: none;
  box-shadow: 0 0 0 3px #3d606d59
}

.ck_decline_lnk {
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  color: #3D606D;
  background: none;
  border: 1px solid #3d606d59;
  border-radius: 4px;
  padding: 8px 32px;
  cursor: pointer;
  min-height: 44px;
  min-width: 120px;
  transition: color .12s cubic-bezier(0.4, 0, 1, 1), border-color .12s cubic-bezier(0.4, 0, 1, 1)
}

.ck_decline_lnk:hover {
  color: #2a4550;
  border-color: #2a4550
}

.ck_decline_lnk:focus {
  outline: none;
  box-shadow: 0 0 0 3px #3d606d59
}

.ck_policy_ref {
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #B2C0B4;
  text-align: center;
  margin-top: 16px
}

.ck_policy_ref a {
  color: #3D606D;
  text-decoration: underline;
  transition: color .12s cubic-bezier(0.4, 0, 1, 1)
}

.ck_policy_ref a:hover {
  color: #2a4550
}

.ck_policy_ref a:focus {
  outline: none;
  box-shadow: 0 0 0 3px #3d606d59;
  border-radius: 4px
}

.terms-block {
  max-width: 1280px;
  margin: 0 auto;
  padding: 64px 32px;
  color: #2a3d42;
  line-height: 1.9;
  font-size: 16px
}

.terms-block strong,
.terms-block b {
  font-weight: 700;
  color: #3D606D
}

.terms-block em,
.terms-block i {
  font-style: italic;
  color: #4a6e7a
}

.terms-block a {
  color: #3D606D;
  text-decoration: underline;
  text-decoration-color: #B2C0B4;
  text-underline-offset: 3px;
  transition: color .15s cubic-bezier(0.4, 0, 1, 1), text-decoration-color .12s ease-in
}

.terms-block a:hover {
  color: #2a3d42;
  text-decoration-color: #3D606D
}

.terms-block a:visited {
  color: #5a7a85
}

.terms-block div {
  margin-bottom: 16px
}

.terms-block table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  line-height: 1.6;
  margin: 32px 0;
  box-shadow: 2px 3px 5px -2px #3d606d12;
  border-radius: 8px;
  overflow: hidden
}

.terms-block thead {
  background-color: #3D606D;
  color: #fff
}

.terms-block thead th {
  padding: 16px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  text-align: left;
  letter-spacing: 0
}

.terms-block tbody tr {
  border-bottom: 1px solid #DFE5E3;
  transition: background-color .1s cubic-bezier(0.4, 0, 1, 1)
}

.terms-block tbody tr:last-child {
  border-bottom: none
}

.terms-block tbody tr:nth-child(even) {
  background-color: #f4f7f6
}

.terms-block tbody tr:hover {
  background-color: #DFE5E3
}

.terms-block td {
  padding: 16px;
  font-size: 14px;
  line-height: 1.6;
  color: #2a3d42;
  vertical-align: top
}

.terms-block th {
  padding: 16px;
  font-size: 14px;
  line-height: 1.3;
  vertical-align: middle
}

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

  .terms-block table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border-radius: 4px
  }

  .terms-block thead th,
  .terms-block td {
    padding: 8px 16px;
    white-space: nowrap
  }
}

@media (max-width: 480px) {
  .terms-block {
    padding: 32px 8px;
    font-size: 14px
  }

  .terms-block thead th,
  .terms-block td {
    padding: 8px
  }
}

.fst {
  overflow-x: hidden
}

.fst .pg_wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px
}

.fst .title_blk {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  overflow: hidden;
  background: #3D606D
}

.fst .title_blk::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(-47deg, #b2c0b412 0px, #b2c0b412 1px, transparent 1px, transparent 18px);
  pointer-events: none
}

.fst .title_txt {
  flex: 0 0 50%;
  padding: 96px 64px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 32px;
  position: relative
}

.fst .title_overline {
  display: block;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-variant: small-caps;
  color: #B2C0B4;
  margin-bottom: 8px
}

.fst .title_h1 {
  font-size: 62px;
  line-height: 1.1;
  color: #fff;
  margin: 0
}

.fst .title_sub {
  font-size: 16px;
  line-height: 1.6;
  color: #DFE5E3;
  margin: 0;
  max-width: 420px
}

.fst .title_actions {
  display: flex;
  flex-direction: row;
  gap: 16px;
  flex-wrap: wrap
}

.fst .btn_primary {
  display: inline-block;
  padding: 16px 32px;
  background: #B2C0B4;
  color: #1e3a42;
  font-size: 14px;
  line-height: 1.3;
  text-transform: uppercase;
  font-variant: small-caps;
  letter-spacing: .06em;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  text-decoration: none;
  font-weight: 700;
  box-shadow: 2px 7px 14px -2px #3d606d1a;
  transition: background .15s cubic-bezier(0.4, 0, 1, 1), color .15s cubic-bezier(0.4, 0, 1, 1)
}

.fst .btn_primary:hover {
  background: #DFE5E3;
  color: #3D606D
}

.fst .btn_primary:focus {
  outline: 3px solid #DFE5E3;
  outline-offset: 2px
}

.fst .btn_outline {
  display: inline-block;
  padding: 16px 32px;
  background: transparent;
  color: #DFE5E3;
  font-size: 14px;
  line-height: 1.3;
  text-transform: uppercase;
  font-variant: small-caps;
  letter-spacing: .06em;
  border: 2px solid #B2C0B4;
  border-radius: 4px;
  cursor: pointer;
  text-decoration: none;
  transition: border-color .12s ease-in, color .12s ease-in
}

.fst .btn_outline:hover {
  border-color: #DFE5E3;
  color: #fff
}

.fst .btn_outline:focus {
  outline: 3px solid #DFE5E3;
  outline-offset: 2px
}

.fst .title_img_col {
  flex: 0 0 50%;
  position: relative;
  min-height: 520px
}

.fst .title_img_col img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block
}

.fst .title_img_col::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(293deg, #3d606d8c 0%, transparent 70%);
  pointer-events: none
}

.fst .div_zigzag {
  display: block;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  background: #3D606D
}

.fst .div_zigzag svg {
  display: block;
  width: 100%
}

.fst .platform_sec {
  background: #fff;
  padding: 96px 0 64px;
  position: relative
}

.fst .platform_sec::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 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='%23B2C0B4' fill-opacity='0.06'%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;
  animation: bg_pulse 6s ease-in-out infinite
}

@keyframes bg_pulse {

  0%,
  100% {
    opacity: 1
  }

  50% {
    opacity: .3
  }
}

.fst .platform_grid {
  display: flex;
  flex-direction: row;
  gap: 64px;
  align-items: center;
  position: relative
}

.fst .platform_left {
  flex: 0 0 45%
}

.fst .platform_right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 32px
}

.fst .sec_overline {
  display: block;
  font-size: 14px;
  line-height: 1.3;
  text-transform: uppercase;
  font-variant: small-caps;
  color: #3D606D;
  letter-spacing: .08em;
  margin-bottom: 8px
}

.fst .sec_h2 {
  font-size: 46px;
  line-height: 1.1;
  color: #3D606D;
  margin: 0 0 16px
}

.fst .sec_body {
  font-size: 16px;
  line-height: 1.6;
  color: #2c4850;
  margin: 0
}

.fst .platform_img {
  width: 100%;
  border-radius: 8px;
  display: block;
  box-shadow: 2px 8px 48px -2px #3d606d24;
  transition: filter .18s cubic-bezier(0.4, 0, 1, 1)
}

.fst .platform_img:hover {
  filter: saturate(0)
}

.fst .metric_row {
  display: flex;
  flex-direction: row;
  gap: 32px
}

.fst .metric_item {
  flex: 1;
  padding: 16px;
  border-radius: 8px;
  background: #DFE5E3;
  box-shadow: 2px 3px 5px -2px #3d606d12;
  border-top: 3px solid #3D606D
}

.fst .metric_num {
  font-size: 33px;
  line-height: 1.1;
  color: #3D606D;
  font-weight: 700;
  display: block
}

.fst .metric_label {
  font-size: 14px;
  line-height: 1.6;
  color: #2c4850;
  display: block;
  margin-top: 8px
}

.fst .div_wave {
  display: block;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  background: #fff
}

.fst .div_wave svg {
  display: block;
  width: 100%
}

.fst .approach_sec {
  background: linear-gradient(293deg, #B2C0B4 0%, #DFE5E3 60%, #f5f7f6 100%);
  padding: 64px 0
}

.fst .approach_inner {
  display: flex;
  flex-direction: row;
  gap: 64px;
  align-items: flex-start
}

.fst .approach_col_a {
  flex: 0 0 38%;
  text-align: right
}

.fst .approach_col_b {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 32px
}

.fst .approach_h2 {
  font-size: 46px;
  line-height: 1.1;
  color: #3D606D;
  margin: 0 0 16px
}

.fst .approach_desc {
  font-size: 16px;
  line-height: 1.6;
  color: #2c4850;
  margin: 0
}

.fst .approach_card {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: flex-start;
  padding: 16px;
  background: #ffffffb8;
  border-radius: 8px;
  border-left: 4px solid #3D606D;
  border-bottom: 1px solid #3d606d1f;
  box-shadow: 2px 3px 5px -2px #3d606d12;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px)
}

.fst .icon_ring {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 44px;
  background: #3D606D;
  border: 3px solid #B2C0B4;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center
}

.fst .icon_ring i {
  color: #fff;
  font-size: 16px
}

.fst .approach_card_txt h5 {
  font-size: 16px;
  line-height: 1.3;
  color: #3D606D;
  margin: 0 0 8px;
  font-weight: 700
}

.fst .approach_card_txt p {
  font-size: 14px;
  line-height: 1.6;
  color: #2c4850;
  margin: 0
}

.fst .div_slant {
  display: block;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  background: linear-gradient(293deg, #B2C0B4 0%, #DFE5E3 60%, #f5f7f6 100%)
}

.fst .div_slant svg {
  display: block;
  width: 100%
}

.fst .value_sec {
  background: #3D606D;
  padding: 96px 0;
  position: relative
}

.fst .value_sec::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23B2C0B4' fill-opacity='0.05'%3E%3Cpath d='M0 0h80v80H0z'/%3E%3Ccircle cx='40' cy='40' r='30' fill='none' stroke='%23B2C0B4' stroke-width='1' stroke-opacity='0.1'/%3E%3C/g%3E%3C/svg%3E");
  pointer-events: none;
  animation: bg_pulse 6s ease-in-out infinite;
  animation-delay: 3s
}

.fst .value_top {
  text-align: center;
  margin-bottom: 64px;
  position: relative
}

.fst .value_h2 {
  font-size: 46px;
  line-height: 1.1;
  color: #fff;
  margin: 0 0 16px
}

.fst .value_lead {
  font-size: 16px;
  line-height: 1.6;
  color: #DFE5E3;
  max-width: 560px;
  margin: 0 auto
}

.fst .value_cards {
  display: flex;
  flex-direction: row;
  gap: 32px;
  position: relative
}

.fst .val_card {
  flex: 1;
  padding: 32px;
  background: #ffffff12;
  border-radius: 8px;
  border: 1px solid #b2c0b440;
  box-shadow: inset 0 1px 0 #ffffff1a inset 0 -1px 0 #3d606d4d;
  display: flex;
  flex-direction: column;
  gap: 16px
}

.fst .val_card_icon {
  width: 44px;
  height: 44px;
  border-radius: 44px;
  background: #B2C0B4;
  border: 3px solid #ffffff4d;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center
}

.fst .val_card_icon i {
  color: #3D606D;
  font-size: 18px
}

.fst .val_card h5 {
  font-size: 16px;
  line-height: 1.3;
  color: #fff;
  margin: 0;
  font-weight: 700
}

.fst .val_card p {
  font-size: 14px;
  line-height: 1.6;
  color: #DFE5E3;
  margin: 0
}

.fst .div_zig2 {
  display: block;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  background: #3D606D
}

.fst .div_zig2 svg {
  display: block;
  width: 100%
}

.fst .gap_sec {
  background: #fff;
  padding: 96px 0 64px
}

.fst .gap_layout {
  display: flex;
  flex-direction: row;
  gap: 64px;
  align-items: center
}

.fst .gap_img_col {
  flex: 0 0 48%;
  position: relative
}

.fst .gap_img {
  width: 100%;
  border-radius: 8px;
  display: block;
  object-fit: cover;
  box-shadow: 2px 8px 48px -2px #3d606d24;
  transition: filter .16s ease-in
}

.fst .gap_img:hover {
  filter: saturate(0)
}

.fst .gap_curve {
  position: absolute;
  bottom: -32px;
  right: -32px;
  width: 120px;
  height: 120px;
  pointer-events: none;
  opacity: .18
}

.fst .gap_txt {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 32px
}

.fst .gap_h2 {
  font-size: 46px;
  line-height: 1.1;
  color: #3D606D;
  margin: 0 0 16px
}

.fst .gap_body {
  font-size: 16px;
  line-height: 1.6;
  color: #2c4850;
  margin: 0
}

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

.fst .gap_list li {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
  font-size: 14px;
  line-height: 1.6;
  color: #2c4850
}

.fst .gap_list li::before {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 8px;
  height: 8px;
  border-radius: 44px;
  background: #3D606D;
  margin-top: 6px
}

.fst .div_flat {
  display: block;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  background: #fff
}

.fst .div_flat svg {
  display: block;
  width: 100%
}

.fst .team_sec {
  background: #DFE5E3;
  padding: 96px 0
}

.fst .team_top {
  max-width: 640px;
  margin-bottom: 64px
}

.fst .team_h2 {
  font-size: 46px;
  line-height: 1.1;
  color: #3D606D;
  margin: 0 0 16px
}

.fst .team_lead {
  font-size: 16px;
  line-height: 1.6;
  color: #2c4850;
  margin: 0
}

.fst .team_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px
}

.fst .team_card {
  background: #fff;
  border-radius: 8px;
  padding: 32px;
  box-shadow: 2px 7px 14px -2px #3d606d1a;
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-bottom: 4px solid #B2C0B4
}

.fst .team_card.accent {
  background: #3D606D;
  border-bottom-color: #B2C0B4
}

.fst .team_card.accent .team_name {
  color: #fff
}

.fst .team_card.accent .team_role {
  color: #B2C0B4
}

.fst .team_card.accent .team_bio {
  color: #DFE5E3
}

.fst .team_avatar {
  width: 64px;
  height: 64px;
  border-radius: 44px;
  background: linear-gradient(293deg, #B2C0B4, #3D606D);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-shrink: 0
}

.fst .team_avatar i {
  color: #fff;
  font-size: 28px
}

.fst .team_name {
  font-size: 16px;
  line-height: 1.3;
  color: #3D606D;
  font-weight: 700;
  margin: 0
}

.fst .team_role {
  font-size: 14px;
  line-height: 1.3;
  color: #3D606D;
  text-transform: uppercase;
  font-variant: small-caps;
  letter-spacing: .06em;
  margin: 0
}

.fst .team_bio {
  font-size: 14px;
  line-height: 1.6;
  color: #2c4850;
  margin: 0
}

@media (max-width: 1024px) {
  .fst .title_h1 {
    font-size: 46px
  }

  .fst .sec_h2,
  .fst .approach_h2,
  .fst .value_h2,
  .fst .gap_h2,
  .fst .team_h2 {
    font-size: 33px
  }

  .fst .platform_grid,
  .fst .approach_inner,
  .fst .gap_layout {
    gap: 32px
  }

  .fst .value_cards {
    gap: 16px
  }

  .fst .team_grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px
  }
}

@media (max-width: 768px) {
  .fst .title_blk {
    flex-direction: column
  }

  .fst .title_txt {
    flex: none;
    padding: 64px 32px
  }

  .fst .title_img_col {
    flex: none;
    min-height: 280px
  }

  .fst .title_h1 {
    font-size: 46px
  }

  .fst .platform_grid,
  .fst .approach_inner,
  .fst .gap_layout {
    flex-direction: column;
    gap: 32px
  }

  .fst .platform_left,
  .fst .approach_col_a,
  .fst .gap_img_col {
    flex: none;
    width: 100%
  }

  .fst .approach_col_a {
    text-align: left
  }

  .fst .metric_row {
    flex-direction: column;
    gap: 16px
  }

  .fst .value_cards {
    flex-direction: column;
    gap: 16px
  }

  .fst .team_grid {
    grid-template-columns: 1fr
  }

  .fst .platform_sec,
  .fst .value_sec,
  .fst .gap_sec,
  .fst .team_sec {
    padding: 64px 0
  }
}

@media (max-width: 480px) {
  .fst .pg_wrap {
    padding: 0 16px
  }

  .fst .title_txt {
    padding: 64px 16px;
    gap: 16px
  }

  .fst .title_h1 {
    font-size: 33px
  }

  .fst .title_actions {
    flex-direction: column
  }

  .fst .sec_h2,
  .fst .approach_h2,
  .fst .value_h2,
  .fst .gap_h2,
  .fst .team_h2 {
    font-size: 33px
  }

  .fst .approach_sec,
  .fst .gap_sec {
    padding: 64px 0
  }
}

.abt_us {
  overflow-x: clip;
  position: relative
}

.abt_us ::selection {
  background: #1a2e35;
  color: #fff
}

.abt_us .grid {
  display: grid
}

.abt_us .flex {
  display: flex
}

.abt_us .top_panel {
  position: relative;
  padding: 96px 32px;
  background-color: #f4f6f5;
  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='%233D606D' 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")
}

.abt_us .top_panel_inner {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 64px;
  align-items: center
}

.abt_us .top_text {
  position: relative
}

.abt_us .overline_tag {
  display: inline-block;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-variant: small-caps;
  color: #3D606D;
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: 2px solid #B2C0B4
}

.abt_us .top_h1 {
  font-size: 62px;
  line-height: 1.1;
  color: #1e3540;
  margin: 0 0 32px
}

.abt_us .top_h1 em {
  font-style: normal;
  color: #3D606D
}

.abt_us .top_desc {
  font-size: 16px;
  line-height: 1.6;
  color: #3a4a50;
  max-width: 520px;
  margin: 0 0 32px
}

.abt_us .founded_badge {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  padding: 16px;
  border: 1px solid #B2C0B4;
  border-left: 4px solid #3D606D;
  border-radius: 8px;
  background: #fff;
  box-shadow: 2px 3px 5px -2px #3d606d12
}

.abt_us .badge_num {
  font-size: 46px;
  line-height: 1.1;
  color: #3D606D;
  font-weight: 700
}

.abt_us .badge_label {
  font-size: 14px;
  line-height: 1.6;
  color: #3a4a50
}

.abt_us .top_img_wrap {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 2px 8px 48px -2px #3d606d24
}

.abt_us .top_img_wrap img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  display: block;
  border-radius: 8px
}

.abt_us .circle_deco {
  position: absolute;
  border-radius: 44px;
  pointer-events: none
}

.abt_us .circle_deco.c1 {
  width: 320px;
  height: 320px;
  border: 40px solid #b2c0b421;
  top: -64px;
  right: -64px;
  border-radius: 50%
}

.abt_us .circle_deco.c2 {
  width: 180px;
  height: 180px;
  border: 24px solid #3d606d14;
  bottom: 32px;
  left: -32px;
  border-radius: 50%
}

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

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

.abt_us .anim_1 {
  animation: slide_up .16s cubic-bezier(0.4, 0, 1, 1) .05s both
}

.abt_us .anim_2 {
  animation: slide_up .16s cubic-bezier(0.4, 0, 1, 1) .12s both
}

.abt_us .anim_3 {
  animation: slide_up .16s cubic-bezier(0.4, 0, 1, 1) .18s both
}

.abt_us .anim_4 {
  animation: slide_up .16s cubic-bezier(0.4, 0, 1, 1) .24s both
}

.abt_us .anim_5 {
  animation: slide_up .16s cubic-bezier(0.4, 0, 1, 1) .3s both
}

.abt_us .mid_panel {
  padding: 96px 32px;
  background: #fff;
  border-top: 1px solid #DFE5E3
}

.abt_us .mid_inner {
  max-width: 1280px;
  margin: 0 auto
}

.abt_us .mid_top_row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  margin-bottom: 64px;
  align-items: start
}

.abt_us .mid_left {
  position: relative
}

.abt_us .mid_h2 {
  font-size: 46px;
  line-height: 1.1;
  color: #1e3540;
  margin: 0 0 32px
}

.abt_us .mid_body {
  font-size: 16px;
  line-height: 1.6;
  color: #3a4a50;
  margin: 0 0 16px
}

.abt_us .mid_right {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.abt_us .detail_row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
  padding: 16px;
  border-radius: 8px;
  border: 1px solid #DFE5E3;
  border-right: 4px solid #B2C0B4;
  background: #f4f6f5;
  transition: border-right-color .12s ease-in, box-shadow .12s ease-in
}

.abt_us .detail_row:hover {
  border-right-color: #3D606D;
  box-shadow: 2px 7px 14px -2px #3d606d1a
}

.abt_us .detail_icon {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: #3D606D;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0
}

.abt_us .detail_icon i {
  color: #fff;
  font-size: 16px
}

.abt_us .detail_text h5 {
  font-size: 14px;
  line-height: 1.3;
  color: #1e3540;
  margin: 0 0 8px;
  text-transform: uppercase;
  font-variant: small-caps;
  letter-spacing: .06em
}

.abt_us .detail_text p {
  font-size: 14px;
  line-height: 1.6;
  color: #3a4a50;
  margin: 0
}

.abt_us .metrics_strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  padding-top: 64px;
  border-top: 1px solid #DFE5E3
}

.abt_us .metric_card {
  padding: 32px 16px;
  border-radius: 8px;
  background: linear-gradient(293deg, #B2C0B4, transparent);
  border: 1px solid #DFE5E3;
  text-align: center;
  box-shadow: 2px 3px 5px -2px #3d606d12;
  transition: transform .14s cubic-bezier(0.4, 0, 1, 1), box-shadow .14s cubic-bezier(0.4, 0, 1, 1)
}

.abt_us .metric_card:hover {
  transform: translateY(-4px);
  box-shadow: 2px 7px 14px -2px #3d606d1a
}

.abt_us .metric_num {
  font-size: 46px;
  line-height: 1.1;
  color: #3D606D;
  font-weight: 700;
  display: block
}

.abt_us .metric_label {
  font-size: 14px;
  line-height: 1.6;
  color: #3a4a50;
  display: block;
  margin-top: 8px
}

.abt_us .bottom_panel {
  padding: 96px 32px;
  background-color: #3D606D;
  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='%23B2C0B4' fill-opacity='0.06'%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")
}

.abt_us .bottom_inner {
  max-width: 1280px;
  margin: 0 auto
}

.abt_us .bottom_header {
  text-align: right;
  margin-bottom: 64px
}

.abt_us .bottom_overline {
  display: inline-block;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-variant: small-caps;
  color: #B2C0B4;
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: 2px solid #b2c0b466
}

.abt_us .bottom_h2 {
  font-size: 46px;
  line-height: 1.1;
  color: #fff;
  margin: 0
}

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

.abt_us .team_card {
  border-radius: 8px;
  overflow: hidden;
  background: #ffffff12;
  border: 1px solid #b2c0b433;
  box-shadow: 2px 3px 5px -2px #3d606d12;
  transition: background .15s ease-in, box-shadow .15s ease-in
}

.abt_us .team_card:hover {
  background: #ffffff1f;
  box-shadow: 2px 7px 14px -2px #3d606d1a
}

.abt_us .team_img_wrap {
  overflow: hidden
}

.abt_us .team_img_wrap img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  display: block;
  transition: transform .15s ease-in
}

.abt_us .team_card:hover .team_img_wrap img {
  transform: scale(1.03)
}

.abt_us .team_card_body {
  padding: 16px
}

.abt_us .team_name {
  font-size: 16px;
  line-height: 1.3;
  color: #fff;
  margin: 0 0 8px
}

.abt_us .team_role {
  font-size: 14px;
  line-height: 1.6;
  color: #B2C0B4;
  margin: 0 0 8px;
  text-transform: uppercase;
  font-variant: small-caps;
  letter-spacing: .06em
}

.abt_us .team_bio {
  font-size: 14px;
  line-height: 1.6;
  color: #ffffffbf;
  margin: 0
}

.abt_us .approach_row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  padding-top: 64px;
  border-top: 1px solid #b2c0b440;
  align-items: center
}

.abt_us .approach_img_wrap {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 2px 8px 48px -2px #3d606d24
}

.abt_us .approach_img_wrap img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  display: block
}

.abt_us .approach_text {
  padding: 32px;
  border-radius: 8px;
  background: #ffffff0f;
  border: 1px solid #b2c0b433;
  box-shadow: inset 0 2px 4px #b2c0b414 inset 0 -2px 6px #1e35402e
}

.abt_us .approach_h3 {
  font-size: 33px;
  line-height: 1.3;
  color: #fff;
  margin: 0 0 16px
}

.abt_us .approach_body {
  font-size: 16px;
  line-height: 1.6;
  color: #fffc;
  margin: 0 0 16px
}

.abt_us .cta_link {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  padding: 16px 32px;
  border-radius: 4px;
  background: #fff;
  color: #3D606D;
  font-size: 14px;
  line-height: 1.3;
  text-decoration: none;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .06em;
  border: 2px solid #fff;
  box-shadow: 2px 7px 14px -2px #3d606d1a;
  transition: background .13s ease-in, color .13s ease-in
}

.abt_us .cta_link:hover {
  background: transparent;
  color: #fff
}

.abt_us .cta_link:focus {
  outline: 3px solid #B2C0B4;
  outline-offset: 3px
}

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

  .abt_us .top_img_wrap img {
    height: 360px
  }

  .abt_us .mid_top_row {
    grid-template-columns: 1fr;
    gap: 32px
  }

  .abt_us .metrics_strip {
    grid-template-columns: repeat(2, 1fr)
  }

  .abt_us .team_grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .abt_us .approach_row {
    grid-template-columns: 1fr
  }
}

@media (max-width: 768px) {
  .abt_us .top_panel {
    padding: 64px 16px
  }

  .abt_us .top_h1 {
    font-size: 46px
  }

  .abt_us .mid_panel {
    padding: 64px 16px
  }

  .abt_us .mid_h2 {
    font-size: 33px
  }

  .abt_us .metrics_strip {
    grid-template-columns: 1fr 1fr;
    gap: 16px
  }

  .abt_us .bottom_panel {
    padding: 64px 16px
  }

  .abt_us .bottom_h2 {
    font-size: 33px
  }

  .abt_us .team_grid {
    grid-template-columns: 1fr;
    gap: 16px
  }

  .abt_us .approach_text {
    padding: 16px
  }

  .abt_us .approach_h3 {
    font-size: 33px
  }
}

@media (max-width: 480px) {
  .abt_us .top_h1 {
    font-size: 33px
  }

  .abt_us .badge_num {
    font-size: 33px
  }

  .abt_us .metrics_strip {
    grid-template-columns: 1fr
  }

  .abt_us .metric_num {
    font-size: 33px
  }

  .abt_us .bottom_h2 {
    font-size: 33px
  }

  .abt_us .mid_h2 {
    font-size: 33px
  }
}

.lrn_prog {
  display: flex;
  flex-direction: column;
  width: 100%;
  overflow-x: hidden
}

.lrn_prog ::selection {
  background: #1a1a1a;
  color: #fff
}

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

.lrn_prog .title_band {
  position: relative;
  background: #fff;
  overflow: hidden
}

.lrn_prog .title_band::before {
  content: '';
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(-47deg, transparent, transparent 18px, #3d606d0a 18px, #3d606d0a 19px);
  pointer-events: none
}

.lrn_prog .title_band::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  height: 100%;
  background: radial-gradient(ellipse at 0% 40%, #3d606d21 0%, transparent 68%);
  pointer-events: none
}

.lrn_prog .title_inner {
  position: relative;
  z-index: 1;
  max-width: 1280px;
  margin: 0 auto;
  padding: 64px 32px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 64px
}

.lrn_prog .title_text {
  flex: 1 1 0;
  min-width: 0
}

.lrn_prog .title_overline {
  display: block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #3D606D;
  margin-bottom: 16px;
  border-left: 4px solid #3D606D;
  padding-left: 16px
}

.lrn_prog .title_h1 {
  font-size: 62px;
  line-height: 1.1;
  color: #1b3540;
  margin: 0 0 16px
}

.lrn_prog .title_h1 .part_a {
  display: block
}

.lrn_prog .title_h1 .part_b {
  display: block;
  color: #3D606D
}

.lrn_prog .title_h1 .part_c {
  display: block;
  font-size: 46px;
  line-height: 1.3;
  color: #4a6e7c
}

.lrn_prog .title_desc {
  font-size: 16px;
  line-height: 1.6;
  color: #334d57;
  margin: 16px 0 0;
  max-width: 480px
}

.lrn_prog .title_img_col {
  flex: 0 0 380px;
  position: relative
}

.lrn_prog .title_img_wrap {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 2px 8px 48px -2px #3d606d24;
  position: relative
}

.lrn_prog .title_img_wrap::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(293deg, #b2c0b447 0%, transparent 60%);
  pointer-events: none
}

.lrn_prog .title_img_wrap img {
  display: block;
  width: 100%;
  height: 280px;
  object-fit: cover
}

.lrn_prog .dot_border {
  position: absolute;
  bottom: -16px;
  right: -16px;
  width: 96px;
  height: 96px;
  pointer-events: none
}

.lrn_prog .prog_structure {
  background: linear-gradient(293deg, #b2c0b42e 0%, #dfe5e317 100%);
  border-top: 1px solid #DFE5E3;
  border-bottom: 1px solid #DFE5E3
}

.lrn_prog .prog_inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 96px 32px
}

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

.lrn_prog .prog_top_text {
  flex: 1 1 0;
  min-width: 0
}

.lrn_prog .prog_overline {
  display: block;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #3D606D;
  margin-bottom: 16px
}

.lrn_prog .prog_h2 {
  font-size: 46px;
  line-height: 1.1;
  color: #1b3540;
  margin: 0 0 16px
}

.lrn_prog .prog_lead {
  font-size: 16px;
  line-height: 1.6;
  color: #334d57;
  margin: 0
}

.lrn_prog .prog_stats_col {
  flex: 0 0 260px;
  display: flex;
  flex-direction: column;
  gap: 16px
}

.lrn_prog .stat_chip {
  background: #fff;
  border: 1px solid #DFE5E3;
  border-left: 4px solid #3D606D;
  border-radius: 4px;
  padding: 16px;
  box-shadow: 2px 3px 5px -2px #3d606d12;
  text-align: right
}

.lrn_prog .stat_chip .stat_num {
  display: block;
  font-size: 33px;
  line-height: 1.1;
  font-weight: 700;
  color: #3D606D
}

.lrn_prog .stat_chip .stat_label {
  display: block;
  font-size: 14px;
  line-height: 1.6;
  color: #4a6e7c;
  margin-top: 8px
}

.lrn_prog .modules_grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px
}

.lrn_prog .mod_card {
  background: #fff;
  border: 1px solid #DFE5E3;
  border-radius: 8px;
  padding: 32px 16px 16px;
  box-shadow: 2px 7px 14px -2px #3d606d1a;
  position: relative;
  transition: box-shadow .15s cubic-bezier(0.4, 0, 1, 1), border-color .12s cubic-bezier(0.4, 0, 1, 1);
  display: flex;
  flex-direction: column;
  gap: 8px
}

.lrn_prog .mod_card:hover {
  box-shadow: 2px 8px 48px -2px #3d606d24;
  border-color: #B2C0B4
}

.lrn_prog .mod_card.accent_right {
  background: linear-gradient(293deg, #3D606D 0%, #2d4a55 100%);
  border-color: transparent
}

.lrn_prog .mod_card.accent_right .mod_num,
.lrn_prog .mod_card.accent_right .mod_name,
.lrn_prog .mod_card.accent_right .mod_desc {
  color: #DFE5E3
}

.lrn_prog .mod_card.accent_right .mod_name {
  color: #fff
}

.lrn_prog .mod_num {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #B2C0B4;
  line-height: 1.3
}

.lrn_prog .mod_name {
  font-size: 16px;
  font-weight: 700;
  color: #1b3540;
  line-height: 1.3
}

.lrn_prog .mod_desc {
  font-size: 14px;
  line-height: 1.6;
  color: #4a6e7c;
  margin: 0
}

.lrn_prog .mod_icon {
  margin-bottom: 8px
}

.lrn_prog .approach_sec {
  background: #fff
}

.lrn_prog .approach_inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 96px 32px 64px
}

.lrn_prog .approach_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start
}

.lrn_prog .approach_img_col {
  position: relative
}

.lrn_prog .approach_img_wrap {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 2px 8px 48px -2px #3d606d24;
  position: relative
}

.lrn_prog .approach_img_wrap img {
  display: block;
  width: 100%;
  height: 360px;
  object-fit: cover
}

.lrn_prog .approach_img_wrap::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(293deg, #3d606d38 0%, transparent 55%);
  pointer-events: none
}

.lrn_prog .approach_badge {
  position: absolute;
  bottom: -16px;
  left: 32px;
  background: #3D606D;
  color: #fff;
  border-radius: 4px;
  padding: 16px;
  font-size: 14px;
  line-height: 1.3;
  box-shadow: 2px 7px 14px -2px #3d606d1a;
  max-width: 220px
}

.lrn_prog .approach_badge strong {
  display: block;
  font-size: 33px;
  line-height: 1.1;
  font-weight: 700;
  margin-bottom: 8px
}

.lrn_prog .approach_text_col {
  padding-top: 8px
}

.lrn_prog .approach_overline {
  display: block;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #3D606D;
  margin-bottom: 16px;
  border-left: 4px solid #B2C0B4;
  padding-left: 16px
}

.lrn_prog .approach_h2 {
  font-size: 46px;
  line-height: 1.1;
  color: #1b3540;
  margin: 0 0 16px
}

.lrn_prog .approach_p {
  font-size: 16px;
  line-height: 1.6;
  color: #334d57;
  margin: 0 0 16px
}

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

.lrn_prog .step_item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
  background: #DFE5E3;
  border-radius: 4px;
  padding: 16px;
  border-left: 4px solid #3D606D;
  box-shadow: 2px 3px 5px -2px #3d606d12;
  animation: row_reveal .16s cubic-bezier(0.4, 0, 1, 1) both
}

.lrn_prog .step_item:nth-child(1) {
  animation-delay: .08s
}

.lrn_prog .step_item:nth-child(2) {
  animation-delay: .14s
}

.lrn_prog .step_item:nth-child(3) {
  animation-delay: .2s
}

.lrn_prog .step_item:nth-child(4) {
  animation-delay: .26s
}

@keyframes row_reveal {
  from {
    opacity: 0;
    transform: translateY(10px)
  }

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

.lrn_prog .step_num {
  flex: 0 0 32px;
  height: 32px;
  border-radius: 44px;
  background: #3D606D;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  line-height: 1.1
}

.lrn_prog .step_body {
  flex: 1 1 0;
  min-width: 0
}

.lrn_prog .step_label {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #1b3540;
  line-height: 1.3;
  margin-bottom: 8px
}

.lrn_prog .step_desc {
  font-size: 14px;
  line-height: 1.6;
  color: #334d57;
  margin: 0
}

.lrn_prog .pulse_accent {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 44px;
  background: #3D606D;
  margin-right: 8px;
  vertical-align: middle;
  animation: slow_pulse 2.4s ease-in infinite
}

@keyframes slow_pulse {

  0%,
  100% {
    opacity: 1
  }

  50% {
    opacity: .38
  }
}

@media (max-width: 1024px) {
  .lrn_prog .title_inner {
    gap: 32px;
    padding: 64px 32px
  }

  .lrn_prog .title_img_col {
    flex: 0 0 280px
  }

  .lrn_prog .title_h1 {
    font-size: 46px
  }

  .lrn_prog .title_h1 .part_c {
    font-size: 33px
  }

  .lrn_prog .modules_grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .lrn_prog .approach_grid {
    grid-template-columns: 1fr;
    gap: 64px
  }

  .lrn_prog .approach_img_col {
    order: 2
  }

  .lrn_prog .approach_text_col {
    order: 1
  }
}

@media (max-width: 768px) {
  .lrn_prog .title_inner {
    flex-direction: column;
    gap: 32px;
    padding: 64px 16px
  }

  .lrn_prog .title_img_col {
    flex: 0 0 auto;
    width: 100%
  }

  .lrn_prog .title_h1 {
    font-size: 33px
  }

  .lrn_prog .title_h1 .part_c {
    font-size: 33px
  }

  .lrn_prog .prog_top {
    flex-direction: column;
    gap: 32px
  }

  .lrn_prog .prog_stats_col {
    flex: 0 0 auto;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap
  }

  .lrn_prog .stat_chip {
    flex: 1 1 140px
  }

  .lrn_prog .modules_grid {
    grid-template-columns: 1fr
  }

  .lrn_prog .prog_inner {
    padding: 64px 16px
  }

  .lrn_prog .approach_inner {
    padding: 64px 16px
  }

  .lrn_prog .prog_h2 {
    font-size: 33px
  }

  .lrn_prog .approach_h2 {
    font-size: 33px
  }
}

@media (max-width: 480px) {
  .lrn_prog .title_h1 {
    font-size: 33px
  }

  .lrn_prog .prog_stats_col {
    flex-direction: column
  }

  .lrn_prog .approach_badge {
    position: static;
    margin-top: 16px
  }
}

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

.cont_us .pg_strip {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px
}

.cont_us .reach_band {
  padding: 64px 0 0;
  position: relative
}

.cont_us .reach_band::after {
  content: '';
  display: block;
  height: 1px;
  background: #B2C0B4;
  margin: 64px 32px 0;
  position: relative
}

.cont_us .reach_band::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(293deg, #B2C0B4, transparent)
}

.cont_us .reach_inner {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 64px;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px
}

.cont_us .reach_left {
  flex: 0 0 340px;
  position: relative
}

.cont_us .reach_img_wrap {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 2px 7px 14px -2px #3d606d1a
}

.cont_us .reach_img_wrap img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  display: block;
  transition: transform .18s cubic-bezier(0.4, 0, 1, 1)
}

.cont_us .reach_img_wrap::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(293deg, #3d606d47, transparent 60%);
  pointer-events: none
}

.cont_us .reach_img_deco {
  position: absolute;
  top: -16px;
  left: -16px;
  width: 64px;
  height: 64px;
  border-top: 2px solid #3D606D;
  border-left: 2px solid #3D606D;
  border-radius: 4px 0 0 0;
  pointer-events: none
}

.cont_us .reach_img_deco_br {
  position: absolute;
  bottom: -16px;
  right: -16px;
  width: 40px;
  height: 40px;
  border-bottom: 2px solid #B2C0B4;
  border-right: 2px solid #B2C0B4;
  border-radius: 0 0 4px 0;
  pointer-events: none
}

.cont_us .reach_right {
  flex: 1;
  padding-top: 8px
}

.cont_us .overline_tag {
  display: inline-block;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-variant: small-caps;
  color: #3D606D;
  border-bottom: 1px solid #B2C0B4;
  padding-bottom: 8px;
  margin-bottom: 16px
}

.cont_us .reach_h1 {
  font-size: 46px;
  line-height: 1.1;
  color: #1e3840;
  margin: 0 0 16px;
  font-weight: 700
}

.cont_us .reach_sub {
  font-size: 16px;
  line-height: 1.6;
  color: #3D606D;
  margin: 0 0 32px;
  max-width: 520px
}

.cont_us .details_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 32px
}

.cont_us .detail_item {
  background: #DFE5E3;
  border-radius: 8px;
  padding: 16px;
  border: 1px solid #B2C0B4;
  box-shadow: 2px 3px 5px -2px #3d606d12;
  transition: background .15s cubic-bezier(0.4, 0, 1, 1), box-shadow .15s cubic-bezier(0.4, 0, 1, 1)
}

.cont_us .detail_item:hover {
  background: #c8d4cc;
  box-shadow: 2px 7px 14px -2px #3d606d1a
}

.cont_us .detail_item.full_w {
  grid-column: 1 / -1
}

.cont_us .d_label {
  font-size: 14px;
  line-height: 1.3;
  text-transform: uppercase;
  font-variant: small-caps;
  color: #3D606D;
  margin-bottom: 8px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px
}

.cont_us .d_label i {
  font-size: 16px;
  color: #3D606D
}

.cont_us .d_val {
  font-size: 16px;
  line-height: 1.6;
  color: #1e3840;
  font-weight: 600
}

.cont_us .d_val a {
  color: #1e3840;
  text-decoration: none;
  transition: color .12s ease-in
}

.cont_us .d_val a:hover {
  color: #3D606D;
  text-decoration: underline
}

.cont_us .zigzag_div {
  width: 100%;
  height: 24px;
  position: relative;
  overflow: hidden;
  margin: 0
}

.cont_us .zigzag_div svg {
  display: block;
  width: 100%;
  height: 100%
}

.cont_us .form_band {
  padding: 64px 0 96px;
  background: linear-gradient(293deg, #DFE5E3 0%, #fff 65%);
  position: relative
}

.cont_us .form_band_inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
  display: flex;
  flex-direction: row;
  gap: 64px;
  align-items: flex-start
}

.cont_us .form_aside {
  flex: 0 0 300px;
  padding-top: 8px;
  text-align: right
}

.cont_us .form_aside_tag {
  display: inline-block;
  font-size: 14px;
  line-height: 1.3;
  text-transform: uppercase;
  font-variant: small-caps;
  color: #3D606D;
  border-bottom: 1px solid #3D606D;
  padding-bottom: 8px;
  margin-bottom: 16px
}

.cont_us .form_aside_h {
  font-size: 33px;
  line-height: 1.1;
  color: #1e3840;
  margin: 0 0 16px;
  font-weight: 700
}

.cont_us .form_aside_p {
  font-size: 16px;
  line-height: 1.6;
  color: #3D606D;
  margin: 0 0 32px
}

.cont_us .metric_row {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-end
}

.cont_us .metric_pill {
  background: #3D606D;
  color: #fff;
  border-radius: 44px;
  padding: 8px 16px;
  font-size: 14px;
  line-height: 1.3;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  box-shadow: 2px 3px 5px -2px #3d606d12;
  animation: col_appear .16s cubic-bezier(0.4, 0, 1, 1) both
}

.cont_us .metric_pill i {
  font-size: 14px
}

.cont_us .metric_pill:nth-child(1) {
  animation-delay: .1s
}

.cont_us .metric_pill:nth-child(2) {
  animation-delay: .18s
}

.cont_us .metric_pill:nth-child(3) {
  animation-delay: .26s
}

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

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

.cont_us .form_main {
  flex: 1
}

.cont_us .contact_form {
  background: #fff;
  border-radius: 8px;
  padding: 32px;
  box-shadow: 2px 8px 48px -2px #3d606d24;
  border: 1px solid #DFE5E3;
  position: relative
}

.cont_us .contact_form::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 32px;
  right: 32px;
  height: 3px;
  background: linear-gradient(293deg, #3D606D, #B2C0B4);
  border-radius: 0 0 4px 4px
}

.cont_us .form_row {
  display: flex;
  flex-direction: row;
  gap: 16px;
  margin-bottom: 16px
}

.cont_us .f_group {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
  margin-bottom: 0
}

.cont_us .f_group.full {
  flex: 0 0 100%;
  margin-bottom: 16px
}

.cont_us .f_label {
  font-size: 14px;
  line-height: 1.3;
  color: #3D606D;
  font-weight: 600;
  text-transform: uppercase;
  font-variant: small-caps
}

.cont_us .f_input {
  border: 1px solid #B2C0B4;
  border-radius: 4px;
  padding: 16px;
  font-size: 16px;
  line-height: 1.3;
  color: #1e3840;
  background: #fff;
  box-shadow: inset 0 2px 4px #b2c0b426 inset 0 -1px 3px #3d606d12;
  transition: border-color .12s ease-in, box-shadow .12s ease-in;
  outline: none;
  width: 100%;
  box-sizing: border-box;
  appearance: none;
  -webkit-appearance: none
}

.cont_us .f_input::placeholder {
  font-style: italic;
  opacity: .55;
  color: #3D606D
}

.cont_us .f_input:focus {
  border-color: #3D606D;
  box-shadow: inset 0 2px 4px #b2c0b433 inset 0 -1px 3px #3d606d1a 0 0 0 3px #3d606d1f
}

.cont_us .f_select {
  border: 1px solid #B2C0B4;
  border-radius: 4px;
  padding: 16px;
  font-size: 16px;
  line-height: 1.3;
  color: #1e3840;
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%233D606D' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat right 16px center;
  box-shadow: inset 0 2px 4px #b2c0b426 inset 0 -1px 3px #3d606d12;
  transition: border-color .12s ease-in, box-shadow .12s ease-in;
  outline: none;
  width: 100%;
  box-sizing: border-box;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer
}

.cont_us .f_select:focus {
  border-color: #3D606D;
  box-shadow: inset 0 2px 4px #b2c0b433 inset 0 -1px 3px #3d606d1a 0 0 0 3px #3d606d1f
}

.cont_us .f_textarea {
  resize: vertical;
  min-height: 120px
}

.cont_us .topic_chips {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px
}

.cont_us .topic_chip_label {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  cursor: pointer
}

.cont_us .topic_chip_label input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  pointer-events: none
}

.cont_us .chip_face {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 44px;
  border: 1px solid #B2C0B4;
  font-size: 14px;
  line-height: 1.3;
  color: #3D606D;
  background: #DFE5E3;
  transition: background .12s ease-in, border-color .12s ease-in, color .12s ease-in;
  cursor: pointer;
  user-select: none
}

.cont_us .topic_chip_label input[type="checkbox"]:checked+.chip_face {
  background: #3D606D;
  color: #fff;
  border-color: #3D606D
}

.cont_us .chip_face:hover {
  border-color: #3D606D;
  background: #c8d4cc
}

.cont_us .topic_chip_label input[type="checkbox"]:focus-visible+.chip_face {
  outline: 2px solid #3D606D;
  outline-offset: 2px
}

.cont_us .f_chips_label {
  font-size: 14px;
  line-height: 1.3;
  color: #3D606D;
  font-weight: 600;
  text-transform: uppercase;
  font-variant: small-caps;
  margin-bottom: 8px;
  display: block
}

.cont_us .privacy_row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 32px;
  padding: 16px;
  background: #DFE5E3;
  border-radius: 4px;
  border: 1px solid #B2C0B4
}

.cont_us .privacy_row input[type="checkbox"] {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  margin-top: 2px;
  accent-color: #3D606D;
  cursor: pointer
}

.cont_us .privacy_text {
  font-size: 14px;
  line-height: 1.6;
  color: #3D606D
}

.cont_us .privacy_text a {
  color: #1e3840;
  font-weight: 600;
  text-decoration: underline;
  transition: color .12s ease-in
}

.cont_us .privacy_text a:hover {
  color: #3D606D
}

.cont_us .btn_submit {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  background: #3D606D;
  color: #fff;
  border: none;
  border-radius: 4px;
  padding: 16px 32px;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 2px 7px 14px -2px #3d606d1a;
  transition: background .15s cubic-bezier(0.4, 0, 1, 1), box-shadow .15s cubic-bezier(0.4, 0, 1, 1);
  text-transform: uppercase;
  font-variant: small-caps;
  letter-spacing: .06em
}

.cont_us .btn_submit:hover {
  background: #2a4450;
  box-shadow: 2px 8px 48px -2px #3d606d24
}

.cont_us .btn_submit:focus-visible {
  outline: 3px solid #B2C0B4;
  outline-offset: 2px
}

.cont_us .btn_submit:active {
  background: #1e3840;
  box-shadow: 2px 3px 5px -2px #3d606d12
}

.cont_us .form_footer_row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 16px
}

.cont_us .form_note {
  font-size: 14px;
  line-height: 1.6;
  color: #B2C0B4;
  font-style: italic
}

.cont_us .divider_tick {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0;
  width: 100%;
  margin: 32px 0;
  position: relative
}

.cont_us .divider_tick::before {
  content: '';
  flex: 1;
  height: 1px;
  background: #B2C0B4
}

.cont_us .tick_marks {
  display: flex;
  flex-direction: row;
  gap: 32px;
  padding: 0 16px
}

.cont_us .tick_m {
  width: 1px;
  height: 8px;
  background: #B2C0B4;
  position: relative
}

.cont_us .tick_m::before {
  content: '';
  position: absolute;
  top: -3px;
  left: -3px;
  width: 7px;
  height: 1px;
  background: #B2C0B4
}

.cont_us .divider_tick::after {
  content: '';
  flex: 1;
  height: 1px;
  background: #B2C0B4
}

.cont_us .section_sep {
  display: flex;
  flex-direction: row;
  align-items: center;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
  gap: 16px
}

.cont_us .sep_line {
  flex: 1;
  height: 1px;
  background: #DFE5E3
}

.cont_us .sep_tick_grp {
  display: flex;
  flex-direction: row;
  gap: 16px
}

.cont_us .sep_tick {
  width: 1px;
  height: 10px;
  background: #B2C0B4;
  position: relative
}

.cont_us .sep_tick::before {
  content: '';
  position: absolute;
  bottom: -4px;
  left: -3px;
  width: 7px;
  height: 1px;
  background: #B2C0B4
}

@media (max-width: 1024px) {
  .cont_us .reach_inner {
    gap: 32px
  }

  .cont_us .reach_left {
    flex: 0 0 260px
  }

  .cont_us .form_band_inner {
    gap: 32px
  }

  .cont_us .form_aside {
    flex: 0 0 220px
  }
}

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

  .cont_us .reach_left {
    flex: 0 0 auto;
    width: 100%
  }

  .cont_us .reach_img_wrap img {
    height: 260px
  }

  .cont_us .details_grid {
    grid-template-columns: 1fr
  }

  .cont_us .form_band_inner {
    flex-direction: column;
    gap: 32px
  }

  .cont_us .form_aside {
    flex: 0 0 auto;
    width: 100%;
    text-align: left
  }

  .cont_us .metric_row {
    align-items: flex-start
  }

  .cont_us .form_row {
    flex-direction: column;
    gap: 16px
  }

  .cont_us .reach_h1 {
    font-size: 33px
  }

  .cont_us .form_footer_row {
    flex-direction: column;
    align-items: flex-start
  }
}

@media (max-width: 480px) {
  .cont_us .reach_band {
    padding: 32px 0 0
  }

  .cont_us .reach_inner {
    padding: 0 16px
  }

  .cont_us .form_band {
    padding: 32px 0 64px
  }

  .cont_us .form_band_inner {
    padding: 0 16px
  }

  .cont_us .contact_form {
    padding: 16px
  }

  .cont_us .reach_band::after {
    margin: 32px 16px 0
  }

  .cont_us .reach_h1 {
    font-size: 33px
  }

  .cont_us .topic_chips {
    gap: 8px
  }
}

.srv_pg {
  position: relative;
  overflow-x: clip
}

.srv_pg .pg_top {
  position: relative;
  padding: 96px 32px;
  background: linear-gradient(293deg, #B2C0B4 0%, transparent 60%), #DFE5E3;
  overflow: hidden
}

.srv_pg .pg_top::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(ellipse at 0% 100%, #3d606d2e 0%, transparent 65%);
  pointer-events: none
}

.srv_pg .pg_top::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #3D606D
}

.srv_pg .pg_top_border_b {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #B2C0B4
}

.srv_pg .pg_top_inner {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 64px
}

.srv_pg .top_text_col {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 32px
}

.srv_pg .top_overline {
  display: inline-block;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-variant: small-caps;
  color: #3D606D;
  font-weight: 600;
  padding-bottom: 8px;
  border-bottom: 2px solid #B2C0B4
}

.srv_pg .top_h1 {
  font-size: 62px;
  line-height: 1.1;
  color: #2a4450;
  margin: 0;
  font-weight: 800
}

.srv_pg .top_h1 .accent_word {
  color: #3D606D
}

.srv_pg .top_desc {
  font-size: 16px;
  line-height: 1.6;
  color: #3a4a50;
  max-width: 520px;
  margin: 0
}

.srv_pg .top_img_col {
  flex: 0 0 420px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: relative
}

.srv_pg .img_mask_wrap {
  width: 420px;
  height: 340px;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 2px 8px 48px -2px #3d606d24
}

.srv_pg .img_mask_wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(0.7) brightness(0.92) hue-rotate(0deg);
  clip-path: polygon(0 0, 100% 0, 100% 88%, 88% 100%, 0 100%)
}

.srv_pg .img_deco {
  position: absolute;
  bottom: -16px;
  right: -16px;
  width: 96px;
  height: 96px;
  border-radius: 8px;
  background: #3d606d1f;
  border: 2px solid #3d606d38;
  pointer-events: none;
  z-index: 0
}

.srv_pg .top_stat_row {
  display: flex;
  flex-direction: row;
  gap: 32px;
  margin-top: 8px
}

.srv_pg .stat_item {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.srv_pg .stat_num {
  font-size: 33px;
  line-height: 1.1;
  font-weight: 800;
  color: #3D606D
}

.srv_pg .stat_label {
  font-size: 14px;
  line-height: 1.3;
  color: #3a4a50;
  text-transform: uppercase;
  font-variant: small-caps;
  letter-spacing: .05em
}

.srv_pg .srv_list_sec {
  position: relative;
  padding: 96px 32px;
  background: #fff
}

.srv_pg .srv_list_sec::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 55%;
  height: 100%;
  background: linear-gradient(293deg, transparent 30%, #DFE5E3 100%);
  pointer-events: none;
  z-index: 0
}

.srv_pg .srv_list_inner {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  z-index: 1
}

.srv_pg .srv_list_head {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 64px
}

.srv_pg .srv_list_head_left {
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex: 1 1 0
}

.srv_pg .srv_list_overline {
  display: inline-block;
  font-size: 14px;
  line-height: 1.3;
  text-transform: uppercase;
  font-variant: small-caps;
  letter-spacing: .08em;
  color: #3D606D;
  font-weight: 600;
  padding-bottom: 8px;
  border-bottom: 2px dotted #B2C0B4
}

.srv_pg .srv_list_h2 {
  font-size: 46px;
  line-height: 1.1;
  color: #2a4450;
  margin: 0;
  font-weight: 800
}

.srv_pg .srv_list_h2 .accent_word {
  color: #3D606D
}

.srv_pg .srv_list_head_right {
  flex: 0 0 380px;
  font-size: 16px;
  line-height: 1.6;
  color: #3a4a50;
  text-align: right;
  padding-top: 8px
}

.srv_pg .srv_cards_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px
}

.srv_pg .srv_card {
  background: #fff;
  border-radius: 8px;
  box-shadow: 2px 7px 14px -2px #3d606d1a;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
  overflow: hidden;
  border-top: 3px solid #DFE5E3;
  border-bottom: 3px solid transparent;
  transition: border-bottom-color .14s cubic-bezier(0.4, 0, 1, 1), box-shadow .12s ease-in
}

.srv_pg .srv_card::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #3D606D;
  transition: height .14s cubic-bezier(0.4, 0, 1, 1);
  pointer-events: none;
  border-radius: 0 0 8px 8px
}

.srv_pg .srv_card:hover::before {
  height: 6px
}

.srv_pg .srv_card:hover {
  box-shadow: 2px 8px 48px -2px #3d606d24;
  border-bottom-color: #3D606D
}

.srv_pg .card_icon_wrap {
  width: 48px;
  height: 48px;
  background: #DFE5E3;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: inset 0 2px 3px #ffffffb3 inset 0 -2px 4px #3d606d1f
}

.srv_pg .card_icon_wrap svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: #3D606D;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round
}

.srv_pg .card_h4 {
  font-size: 16px;
  line-height: 1.3;
  color: #2a4450;
  margin: 0;
  font-weight: 700
}

.srv_pg .card_p {
  font-size: 14px;
  line-height: 1.6;
  color: #3a4a50;
  margin: 0;
  flex: 1 1 auto
}

.srv_pg .card_tag {
  display: inline-block;
  font-size: 14px;
  line-height: 1.3;
  color: #3D606D;
  background: #DFE5E3;
  border-radius: 44px;
  padding: 8px 16px;
  font-weight: 600;
  text-transform: uppercase;
  font-variant: small-caps;
  letter-spacing: .05em;
  align-self: flex-start
}

.srv_pg .srv_bottom_row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 32px;
  margin-top: 64px;
  padding-top: 32px;
  border-top: 1px dotted #B2C0B4
}

.srv_pg .srv_bottom_left {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  gap: 16px
}

.srv_pg .srv_bottom_h3 {
  font-size: 33px;
  line-height: 1.3;
  color: #2a4450;
  margin: 0;
  font-weight: 800
}

.srv_pg .srv_bottom_h3 .accent_word {
  color: #3D606D
}

.srv_pg .srv_bottom_p {
  font-size: 16px;
  line-height: 1.6;
  color: #3a4a50;
  margin: 0;
  max-width: 480px
}

.srv_pg .srv_bottom_right {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-end;
  text-align: right
}

.srv_pg .contact_btn {
  display: inline-block;
  padding: 16px 32px;
  background: #3D606D;
  color: #fff;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 700;
  border-radius: 4px;
  text-decoration: none;
  border: 2px solid #3D606D;
  box-shadow: 2px 3px 5px -2px #3d606d12;
  transition: background .12s ease-in, color .12s ease-in
}

.srv_pg .contact_btn:hover {
  background: #2a4450;
  border-color: #2a4450
}

.srv_pg .contact_btn:focus {
  outline: 3px solid #3D606D;
  outline-offset: 3px
}

.srv_pg .contact_btn_sec {
  display: inline-block;
  padding: 16px 32px;
  background: transparent;
  color: #3D606D;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 700;
  border-radius: 4px;
  text-decoration: none;
  border: 2px solid #3D606D;
  transition: background .16s cubic-bezier(0.4, 0, 1, 1), color .16s cubic-bezier(0.4, 0, 1, 1)
}

.srv_pg .contact_btn_sec:hover {
  background: #DFE5E3
}

.srv_pg .contact_btn_sec:focus {
  outline: 3px solid #3D606D;
  outline-offset: 3px
}

.srv_pg .flicker_deco {
  position: absolute;
  top: 32px;
  right: 32px;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: #b2c0b421;
  pointer-events: none;
  animation: accent_flicker 3.8s ease-in infinite alternate;
  z-index: 0
}

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

  40% {
    opacity: .7;
    transform: scale(1.06)
  }

  60% {
    opacity: .4;
    transform: scale(0.97)
  }

  100% {
    opacity: .8;
    transform: scale(1.1)
  }
}

.srv_pg .top_flicker {
  position: absolute;
  top: 64px;
  right: 480px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: #3d606d14;
  pointer-events: none;
  animation: accent_flicker 5.2s cubic-bezier(0.4, 0, 1, 1) infinite alternate;
  z-index: 0
}

@media (max-width: 1024px) {
  .srv_pg .pg_top_inner {
    flex-direction: column;
    gap: 32px
  }

  .srv_pg .top_img_col {
    flex: 0 0 auto;
    width: 100%;
    align-items: flex-start
  }

  .srv_pg .img_mask_wrap {
    width: 100%;
    height: 280px
  }

  .srv_pg .top_h1 {
    font-size: 46px
  }

  .srv_pg .srv_cards_grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .srv_pg .srv_list_head {
    flex-direction: column;
    gap: 16px
  }

  .srv_pg .srv_list_head_right {
    flex: 0 0 auto;
    text-align: left
  }

  .srv_pg .srv_list_h2 {
    font-size: 33px
  }

  .srv_pg .top_flicker {
    right: 60%
  }
}

@media (max-width: 768px) {
  .srv_pg .pg_top {
    padding: 64px 16px
  }

  .srv_pg .top_h1 {
    font-size: 33px
  }

  .srv_pg .top_stat_row {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 16px
  }

  .srv_pg .srv_list_sec {
    padding: 64px 16px
  }

  .srv_pg .srv_cards_grid {
    grid-template-columns: 1fr;
    gap: 16px
  }

  .srv_pg .srv_bottom_row {
    flex-direction: column;
    gap: 16px
  }

  .srv_pg .srv_bottom_right {
    align-items: flex-start;
    text-align: left
  }

  .srv_pg .srv_list_h2 {
    font-size: 33px
  }

  .srv_pg .img_mask_wrap {
    height: 220px
  }
}

@media (max-width: 480px) {
  .srv_pg .pg_top {
    padding: 64px 16px
  }

  .srv_pg .top_h1 {
    font-size: 33px
  }

  .srv_pg .srv_list_sec {
    padding: 64px 16px
  }

  .srv_pg .srv_list_h2 {
    font-size: 33px
  }

  .srv_pg .stat_num {
    font-size: 33px
  }

  .srv_pg .contact_btn,
  .srv_pg .contact_btn_sec {
    width: 100%;
    text-align: center
  }
}

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

.success_page .inner_wrap {
  max-width: 1280px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 32px
}

.success_page .icon_ring {
  width: 72px;
  height: 72px;
  border-radius: 44px;
  background-color: #DFE5E3;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  box-shadow: 2px 3px 5px -2px #3d606d12 2px 7px 14px -2px #3d606d1a;
  flex-shrink: 0
}

.success_page .icon_ring svg {
  display: block
}

.success_page .text_block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  max-width: 520px
}

.success_page .overline_label {
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #3D606D;
  font-variant: small-caps
}

.success_page .main_heading {
  font-size: 46px;
  line-height: 1.1;
  color: #3D606D;
  margin: 0
}

.success_page .sub_text {
  font-size: 16px;
  line-height: 1.6;
  color: #4a5e65;
  margin: 0;
  max-width: 420px
}

.success_page .divider_line {
  width: 48px;
  height: 2px;
  background-color: #B2C0B4;
  border-radius: 4px
}

.success_page .action_row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center
}

.success_page .btn_primary {
  display: inline-block;
  padding: 16px 32px;
  background-color: #3D606D;
  color: #fff;
  font-size: 14px;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: .06em;
  font-variant: small-caps;
  text-decoration: none;
  border-radius: 8px;
  border: 2px solid #3D606D;
  box-shadow: 2px 7px 14px -2px #3d606d1a;
  transition: background-color .12s cubic-bezier(0.4, 0, 1, 1), border-color .12s cubic-bezier(0.4, 0, 1, 1), color .12s cubic-bezier(0.4, 0, 1, 1)
}

.success_page .btn_primary:hover {
  background-color: #2e4a55;
  border-color: #2e4a55
}

.success_page .btn_primary:focus {
  outline: 3px solid #B2C0B4;
  outline-offset: 3px
}

.success_page .btn_primary:active {
  background-color: #243e48;
  border-color: #243e48
}

.success_page .btn_secondary {
  display: inline-block;
  padding: 16px 32px;
  background-color: transparent;
  color: #3D606D;
  font-size: 14px;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: .06em;
  font-variant: small-caps;
  text-decoration: none;
  border-radius: 8px;
  border: 2px solid #B2C0B4;
  transition: border-color .16s ease-in, color .16s ease-in
}

.success_page .btn_secondary:hover {
  border-color: #3D606D;
  color: #2e4a55
}

.success_page .btn_secondary:focus {
  outline: 3px solid #B2C0B4;
  outline-offset: 3px
}

.success_page .btn_secondary:active {
  border-color: #243e48;
  color: #243e48
}

.success_page .detail_note {
  font-size: 14px;
  line-height: 1.6;
  color: #7a9099;
  margin: 0
}

.success_page .detail_note a {
  color: #3D606D;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color .1s ease-in
}

.success_page .detail_note a:hover {
  color: #2e4a55
}

@media (max-width: 480px) {
  .success_page {
    padding: 64px 16px
  }

  .success_page .main_heading {
    font-size: 33px
  }

  .success_page .action_row {
    flex-direction: column;
    gap: 8px;
    width: 100%
  }

  .success_page .btn_primary,
  .success_page .btn_secondary {
    width: 100%;
    text-align: center
  }
}