html {
  scroll-behavior: auto
}

body {
  margin: 0;
  position: relative;
  min-height: 100vh;
  word-break: break-word;
  overflow-wrap: anywhere;
  font-family: 'Manrope', sans-serif
}

:focus {
  outline: 2px dashed #BE474F;
  outline-offset: 3px
}

.hd_strip {
  background: linear-gradient(135deg, #1a0a0b 0%, #2a0e10 40%, #1e0c0e 100%);
  border-bottom: 1px solid #be474f2e;
  position: relative;
  z-index: 100;
  overflow: hidden
}

.hd_strip::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, #be474f0f 0%, transparent 50%, #dba8ae0a 100%);
  pointer-events: none
}

.hd_accent_bar {
  height: 3px;
  background: linear-gradient(90deg, #BE474F 0%, #DBA8AE 50%, transparent 100%)
}

.hd_body {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  min-height: 80px
}

.hd_brand_mount {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 12px
}

.hd_logo_frame {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 44px;
  background: #fbf4f50f;
  border-bottom: 2px solid #be474f80;
  border-radius: 12px 12px 0 0;
  box-shadow: 2px 2px 6px -2px #be474f14 inset 0 1px 0 #fbf4f514;
  padding: 4px 8px
}

.hd_logo_frame img {
  width: 100%;
  height: 36px;
  object-fit: contain;
  display: block
}

.hd_brand_label {
  font-family: 'Inconsolata', monospace;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.1;
  color: #FBF4F5;
  letter-spacing: 0;
  text-decoration: none
}

.hd_brand_label span {
  color: #DBA8AE
}

.hd_menu_shell {
  display: flex;
  align-items: center;
  gap: 4px;
  flex-wrap: wrap;
  justify-content: center
}

.hd_menu_link {
  font-family: 'Manrope', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  color: #fbf4f5c7;
  text-decoration: none;
  padding: 8px 20px;
  border-radius: 36px;
  border: 1px solid transparent;
  transition: color .5s ease-in-out, background .5s ease-in-out, border-color .5s ease-in-out;
  white-space: nowrap
}

.hd_menu_link:hover,
.hd_menu_link:focus {
  color: #FBF4F5;
  background: #be474f24;
  border-color: #be474f4d
}

.hd_menu_link.active {
  color: #FBF4F5;
  background: #be474f33;
  border-color: #be474f66
}

.hd_region_mount {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 8px
}

.hd_region_pill {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #be474f1a;
  border: 1px solid #be474f40;
  border-radius: 36px;
  padding: 8px 20px;
  box-shadow: 2px 2px 6px -2px #be474f14
}

.hd_region_icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0
}

.hd_region_text {
  font-family: 'Inconsolata', monospace;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #DBA8AE;
  white-space: nowrap
}

@media (max-width: 1024px) {
  .hd_body {
    padding: 0 20px;
    gap: 20px;
    flex-wrap: wrap;
    min-height: auto;
    padding-top: 20px;
    padding-bottom: 20px
  }

  .hd_menu_shell {
    order: 3;
    width: 100%;
    justify-content: flex-start;
    gap: 4px;
    padding-bottom: 8px
  }

  .hd_region_mount {
    margin-left: auto
  }
}

@media (max-width: 640px) {
  .hd_body {
    padding: 12px 20px;
    gap: 12px
  }

  .hd_menu_link {
    font-size: 14px;
    padding: 8px 12px
  }

  .hd_region_pill {
    padding: 8px 12px
  }
}

@media (max-width: 360px) {
  .hd_brand_label {
    font-size: 15px
  }

  .hd_logo_frame {
    width: 96px
  }
}

.ft_bar {
  background: linear-gradient(180deg, #160709 0%, #0f0405 100%);
  border-top: 1px solid #be474f33
}

.ft_accent_line {
  height: 2px;
  background: linear-gradient(90deg, transparent 0%, #BE474F 30%, #DBA8AE 60%, transparent 100%)
}

.ft_body {
  max-width: 1280px;
  margin: 0 auto;
  padding: 20px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap
}

.ft_copy_text {
  font-family: 'Inconsolata', monospace;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #dba8ae99;
  white-space: nowrap
}

.ft_link_row {
  display: flex;
  align-items: center;
  gap: 0;
  flex-wrap: wrap
}

.ft_policy_link {
  font-family: 'Manrope', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #fbf4f58c;
  text-decoration: none;
  padding: 4px 20px;
  position: relative;
  transition: color .55s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  white-space: nowrap
}

.ft_policy_link::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 12px;
  background: #be474f4d
}

.ft_policy_link:last-child::after {
  display: none
}

.ft_policy_link:hover,
.ft_policy_link:focus {
  color: #DBA8AE
}

.ft_contact_hold {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap
}

.ft_contact_item {
  font-family: 'Inconsolata', monospace;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #dba8ae80;
  text-decoration: none;
  transition: color .55s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  display: flex;
  align-items: center;
  gap: 8px
}

.ft_contact_item:hover,
.ft_contact_item:focus {
  color: #DBA8AE
}

.ft_contact_dot {
  width: 4px;
  height: 4px;
  border-radius: 0;
  background: #be474f66;
  flex-shrink: 0;
  transform: rotate(45deg)
}

@media (max-width: 1024px) {
  .ft_body {
    padding: 20px;
    gap: 12px
  }

  .ft_contact_hold {
    gap: 12px
  }
}

@media (max-width: 640px) {
  .ft_body {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px
  }

  .ft_link_row {
    gap: 0
  }

  .ft_policy_link {
    padding: 4px 12px
  }

  .ft_policy_link:first-child {
    padding-left: 0
  }
}

.ck_popup {
  position: fixed;
  top: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 560px;
  max-width: calc(100vw - 40px);
  background: linear-gradient(135deg, #1e0a0c 0%, #2a0e10 100%);
  border: 1px solid #be474f4d;
  border-radius: 12px;
  box-shadow: 2px 9px 60px -2px #be474f1c 2px 6px 18px -2px #be474f1a;
  z-index: 1200;
  padding: 32px
}

.ck_desc_text {
  font-family: 'Manrope', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.8;
  color: #fbf4f5d1;
  margin: 0 0 20px
}

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

.ck_data_item {
  font-family: 'Inconsolata', monospace;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #dba8aebf;
  display: flex;
  align-items: flex-start;
  gap: 8px
}

.ck_data_item::before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #BE474F;
  border-radius: 0;
  flex-shrink: 0;
  margin-top: 5px;
  transform: rotate(45deg)
}

.ck_prefs_shell {
  background: #be474f0f;
  border: 1px solid #be474f26;
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 20px
}

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

.ck_toggle_row+.ck_toggle_row {
  border-top: 1px solid #be474f1a
}

.ck_toggle_label {
  font-family: 'Manrope', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #fbf4f5b3
}

.ck_toggle_switch {
  position: relative;
  width: 40px;
  height: 22px;
  flex-shrink: 0
}

.ck_toggle_switch input {
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute
}

.ck_switch_track {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #be474f33;
  border: 1px solid #be474f4d;
  border-radius: 36px;
  cursor: pointer;
  transition: background .5s ease-in-out, border-color .5s ease-in-out
}

.ck_switch_track::after {
  content: '';
  position: absolute;
  width: 14px;
  height: 14px;
  background: #dba8ae99;
  border-radius: 36px;
  top: 3px;
  left: 3px;
  transition: transform .5s ease-in-out, background .5s ease-in-out
}

.ck_toggle_switch input:checked+.ck_switch_track {
  background: #be474f80;
  border-color: #BE474F
}

.ck_toggle_switch input:checked+.ck_switch_track::after {
  transform: translateX(18px);
  background: #FBF4F5
}

.ck_btn_row {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap
}

.ck_accept_btn {
  font-family: 'Manrope', sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
  color: #FBF4F5;
  background: #BE474F;
  border: none;
  border-radius: 12px;
  padding: 12px 32px;
  cursor: pointer;
  transition: background .5s ease-in-out, padding .5s ease-in-out;
  box-shadow: 2px 6px 18px -2px #be474f1a
}

.ck_accept_btn:hover,
.ck_accept_btn:focus {
  background: #a83940;
  padding: 12px 40px
}

.ck_reject_btn {
  font-family: 'Manrope', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #dba8aeb3;
  background: transparent;
  border: 1px solid #be474f40;
  border-radius: 12px;
  padding: 12px 20px;
  cursor: pointer;
  transition: color .55s ease-in-out, border-color .55s ease-in-out, padding .55s ease-in-out
}

.ck_reject_btn:hover,
.ck_reject_btn:focus {
  color: #DBA8AE;
  border-color: #be474f80;
  padding: 12px 28px
}

.ck_settings_link {
  font-family: 'Manrope', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #dba8ae8c;
  background: none;
  border: none;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 3px;
  margin-left: auto;
  padding: 4px 0;
  transition: color .5s ease-in-out
}

.ck_settings_link:hover,
.ck_settings_link:focus {
  color: #DBA8AE
}

.ck_prefs_toggle_btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 44px;
  height: 44px;
  background: #be474f26;
  border: 1px solid #be474f4d;
  border-radius: 12px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1100;
  box-shadow: 2px 6px 18px -2px #be474f1a;
  transition: background .5s ease-in-out, border-color .5s ease-in-out
}

.ck_prefs_toggle_btn:hover,
.ck_prefs_toggle_btn:focus {
  background: #be474f47;
  border-color: #be474f80
}

.ck_gear_icon {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: #DBA8AE;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round
}

@media (max-width: 640px) {
  .ck_popup {
    padding: 20px;
    top: 12px
  }

  .ck_btn_row {
    gap: 8px
  }

  .ck_accept_btn {
    padding: 12px 20px
  }

  .ck_accept_btn:hover,
  .ck_accept_btn:focus {
    padding: 12px 28px
  }
}

.rules-block {
  max-width: 1280px;
  margin: 0 auto;
  padding: 64px 32px;
  background: #0d0608;
  color: #FBF4F5
}

.rules-block p {
  font-size: 15px;
  line-height: 1.8;
  margin: 0 0 20px;
  color: #e8d8da
}

.rules-block ul,
.rules-block ol {
  margin: 0 0 20px;
  padding-left: 32px
}

.rules-block li {
  font-size: 15px;
  line-height: 1.8;
  color: #e8d8da;
  margin-bottom: 8px
}

.rules-block ul li::marker {
  color: #BE474F
}

.rules-block ol li::marker {
  color: #DBA8AE;
  font-weight: 700
}

.rules-block strong,
.rules-block b {
  color: #FBF4F5;
  font-weight: 700
}

.rules-block em,
.rules-block i {
  color: #DBA8AE;
  font-style: italic
}

.rules-block table {
  width: 100%;
  border-collapse: collapse;
  margin: 32px 0;
  font-size: 14px;
  background: #be474f0d;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 2px 6px 18px -2px #be474f1a
}

.rules-block thead {
  background: #be474f2e
}

.rules-block thead tr {
  border-bottom: 2px solid #be474f66
}

.rules-block th {
  padding: 12px 20px;
  text-align: left;
  font-size: 14px;
  font-weight: 700;
  color: #FBF4F5;
  line-height: 1.5;
  letter-spacing: 0
}

.rules-block tbody tr {
  border-bottom: 1px solid #dba8ae1f;
  transition: background .5s ease-in-out
}

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

.rules-block tbody tr:hover {
  background: #be474f14
}

.rules-block td {
  padding: 12px 20px;
  font-size: 14px;
  line-height: 1.8;
  color: #e8d8da;
  vertical-align: top
}

.rules-block hr {
  border: none;
  height: 1px;
  background: linear-gradient(90deg, transparent, #be474f80, #dba8ae4d, transparent);
  margin: 32px 0
}

@media (max-width: 1024px) {
  .rules-block {
    padding: 64px 20px
  }
}

@media (max-width: 640px) {
  .rules-block {
    padding: 32px 20px
  }

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

  .rules-block th,
  .rules-block td {
    padding: 12px;
    min-width: 120px
  }
}

@media (max-width: 360px) {
  .rules-block {
    padding: 32px 12px
  }

  .rules-block ul,
  .rules-block ol {
    padding-left: 20px
  }
}

.srvs_pg {
  background: #0e0608;
  color: #FBF4F5;
  overflow-x: clip;
  position: relative
}

.srvs_pg .dot_field {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-image: radial-gradient(circle, #be474f2e 1px, transparent 1px);
  background-size: 28px 28px;
  z-index: 0
}

.srvs_pg .title_zone {
  position: relative;
  background: #FBF4F5;
  color: #0e0608;
  padding: 64px 32px;
  overflow: hidden
}

.srvs_pg .title_zone .dot_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  height: 100%;
  pointer-events: none;
  background-image: radial-gradient(circle, #be474f21 1.5px, transparent 1.5px);
  background-size: 22px 22px;
  z-index: 0
}

.srvs_pg .title_zone .title_inner {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
  position: relative;
  z-index: 1
}

.srvs_pg .title_zone .text_col {
  display: flex;
  flex-direction: column;
  gap: 20px
}

.srvs_pg .title_zone .label_tag {
  display: inline-block;
  font-size: 14px;
  line-height: 1.5;
  color: #BE474F;
  border: 1px solid #be474f59;
  border-radius: 36px;
  padding: 4px 20px;
  width: fit-content;
  letter-spacing: .04em;
  text-transform: uppercase
}

.srvs_pg .title_zone .main_heading {
  font-size: 56px;
  line-height: 1.1;
  color: #0e0608;
  margin: 0;
  font-weight: 800
}

.srvs_pg .title_zone .main_heading span {
  color: #BE474F
}

.srvs_pg .title_zone .desc_large {
  font-size: 18px;
  line-height: 1.8;
  color: #2a1215;
  margin: 0
}

.srvs_pg .title_zone .desc_body {
  font-size: 15px;
  line-height: 1.8;
  color: #3a1a1e;
  margin: 0
}

.srvs_pg .title_zone .img_col {
  display: flex;
  justify-content: flex-end;
  align-items: center
}

.srvs_pg .title_zone .img_clip_wrap {
  width: 340px;
  height: 420px;
  clip-path: polygon(0 0, 88% 0, 100% 12%, 100% 100%, 12% 100%, 0 88%);
  overflow: hidden;
  box-shadow: 2px 9px 60px -2px #be474f1c;
  flex-shrink: 0
}

.srvs_pg .title_zone .img_clip_wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: saturate(0.7) brightness(0.92);
  transition: filter .55s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.srvs_pg .title_zone .img_clip_wrap:hover img {
  filter: saturate(0) brightness(0.85)
}

.srvs_pg .catalog_zone {
  position: relative;
  padding: 64px 32px;
  background: linear-gradient(277deg, #1a0508 18%, #0e0608 72%)
}

.srvs_pg .catalog_zone .math_bg {
  position: absolute;
  top: 50%;
  right: 64px;
  transform: translateY(-50%);
  font-size: 320px;
  line-height: 1.1;
  color: #be474f0a;
  pointer-events: none;
  user-select: none;
  z-index: 0;
  font-weight: 900
}

.srvs_pg .catalog_zone .cat_inner {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  z-index: 1
}

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

.srvs_pg .catalog_zone .cat_heading {
  font-size: 42px;
  line-height: 1.1;
  color: #FBF4F5;
  margin: 0;
  max-width: 560px
}

.srvs_pg .catalog_zone .cat_sub {
  font-size: 15px;
  line-height: 1.8;
  color: #DBA8AE;
  max-width: 380px;
  margin: 0;
  flex-shrink: 0
}

.srvs_pg .catalog_zone .srv_grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 20px
}

.srvs_pg .catalog_zone .srv_card {
  background: #be474f0f;
  border: 1px solid #be474f26;
  border-radius: 12px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: relative;
  overflow: hidden;
  transition: border-color .5s ease-in-out, background .5s ease-in-out
}

.srvs_pg .catalog_zone .srv_card:hover {
  border-color: #be474f73;
  background: #be474f1a
}

.srvs_pg .catalog_zone .srv_card.featured {
  grid-column: 1;
  grid-row: 1 / 3;
  background: #be474f1a;
  border-color: #be474f4d;
  box-shadow: 2px 6px 18px -2px #be474f1a inset 0 1px 0 #fbf4f50f;
  padding: 32px;
  justify-content: flex-end
}

.srvs_pg .catalog_zone .srv_card.featured:hover {
  border-color: #be474f99;
  background: #be474f29
}

.srvs_pg .catalog_zone .srv_card.featured .feat_img_wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 55%;
  overflow: hidden;
  border-radius: 12px 12px 0 0
}

.srvs_pg .catalog_zone .srv_card.featured .feat_img_wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: saturate(0.5) brightness(0.6);
  transition: filter .6s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.srvs_pg .catalog_zone .srv_card.featured:hover .feat_img_wrap img {
  filter: saturate(0) brightness(0.5)
}

.srvs_pg .catalog_zone .srv_card .card_num {
  font-size: 42px;
  line-height: 1.1;
  color: #be474f2e;
  font-weight: 900;
  position: absolute;
  top: 12px;
  right: 20px;
  pointer-events: none;
  user-select: none
}

.srvs_pg .catalog_zone .srv_card.featured .card_num {
  top: auto;
  bottom: 120px;
  right: 20px;
  color: #fbf4f514;
  font-size: 56px
}

.srvs_pg .catalog_zone .srv_card .card_icon {
  width: 36px;
  height: 36px;
  flex-shrink: 0
}

.srvs_pg .catalog_zone .srv_card.featured .card_icon {
  width: 44px;
  height: 44px
}

.srvs_pg .catalog_zone .srv_card .card_title {
  font-size: 18px;
  line-height: 1.5;
  color: #FBF4F5;
  margin: 0;
  font-weight: 700
}

.srvs_pg .catalog_zone .srv_card.featured .card_title {
  font-size: 22px
}

.srvs_pg .catalog_zone .srv_card .card_desc {
  font-size: 14px;
  line-height: 1.8;
  color: #DBA8AE;
  margin: 0
}

.srvs_pg .catalog_zone .srv_card.featured .card_desc {
  font-size: 15px
}

.srvs_pg .catalog_zone .srv_card .card_tag {
  display: inline-block;
  font-size: 14px;
  line-height: 1.5;
  color: #BE474F;
  border: 1px solid #be474f4d;
  border-radius: 36px;
  padding: 4px 12px;
  width: fit-content;
  margin-top: 8px
}

.srvs_pg .catalog_zone .srv_card.featured .card_tag {
  padding: 4px 20px
}

.srvs_pg .catalog_zone .srv_card .metric_row {
  display: flex;
  flex-direction: row;
  gap: 20px;
  margin-top: 8px
}

.srvs_pg .catalog_zone .srv_card .metric_item {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.srvs_pg .catalog_zone .srv_card .metric_val {
  font-size: 30px;
  line-height: 1.1;
  color: #BE474F;
  font-weight: 900
}

.srvs_pg .catalog_zone .srv_card .metric_lbl {
  font-size: 14px;
  line-height: 1.5;
  color: #DBA8AE
}

.srvs_pg .catalog_zone .experts_row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 20px
}

.srvs_pg .catalog_zone .expert_card {
  background: #fbf4f50a;
  border: 1px solid #be474f1f;
  border-radius: 12px;
  padding: 20px;
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
  transition: border-color .45s ease-in-out, background .45s ease-in-out
}

.srvs_pg .catalog_zone .expert_card:hover {
  border-color: #be474f59;
  background: #fbf4f512
}

.srvs_pg .catalog_zone .expert_portrait {
  width: 72px;
  height: 108px;
  border-radius: 12px;
  overflow: hidden;
  flex-shrink: 0;
  box-shadow: 2px 2px 6px -2px #be474f14
}

.srvs_pg .catalog_zone .expert_portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: saturate(0.6);
  transition: filter .55s ease-in-out
}

.srvs_pg .catalog_zone .expert_card:hover .expert_portrait img {
  filter: saturate(0)
}

.srvs_pg .catalog_zone .expert_info {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.srvs_pg .catalog_zone .expert_name {
  font-size: 15px;
  line-height: 1.5;
  color: #FBF4F5;
  font-weight: 700;
  margin: 0
}

.srvs_pg .catalog_zone .expert_role {
  font-size: 14px;
  line-height: 1.5;
  color: #DBA8AE;
  margin: 0
}

.srvs_pg .catalog_zone .expert_spec {
  font-size: 14px;
  line-height: 1.5;
  color: #be474fd9;
  margin: 0
}

@keyframes color_reveal {
  from {
    color: #be474f4d
  }

  to {
    color: #BE474F
  }
}

.srvs_pg .catalog_zone .srv_card.featured .card_tag {
  animation: color_reveal .65s cubic-bezier(0.25, 0.46, 0.45, 0.94) both
}

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

  .srvs_pg .title_zone .img_col {
    justify-content: center
  }

  .srvs_pg .catalog_zone .srv_grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto
  }

  .srvs_pg .catalog_zone .srv_card.featured {
    grid-column: 1 / 3;
    grid-row: auto
  }

  .srvs_pg .catalog_zone .srv_card.featured .feat_img_wrap {
    height: 45%
  }

  .srvs_pg .catalog_zone .experts_row {
    grid-template-columns: 1fr 1fr
  }

  .srvs_pg .catalog_zone .cat_top {
    flex-direction: column;
    align-items: flex-start
  }
}

@media (max-width: 640px) {
  .srvs_pg .title_zone {
    padding: 32px 20px
  }

  .srvs_pg .title_zone .main_heading {
    font-size: 30px
  }

  .srvs_pg .title_zone .img_clip_wrap {
    width: 260px;
    height: 320px
  }

  .srvs_pg .catalog_zone {
    padding: 32px 20px
  }

  .srvs_pg .catalog_zone .cat_heading {
    font-size: 30px
  }

  .srvs_pg .catalog_zone .srv_grid {
    grid-template-columns: 1fr
  }

  .srvs_pg .catalog_zone .srv_card.featured {
    grid-column: 1
  }

  .srvs_pg .catalog_zone .experts_row {
    grid-template-columns: 1fr
  }

  .srvs_pg .catalog_zone .math_bg {
    font-size: 160px;
    right: 20px
  }
}

@media (max-width: 360px) {
  .srvs_pg .title_zone .main_heading {
    font-size: 22px
  }

  .srvs_pg .title_zone .img_clip_wrap {
    width: 220px;
    height: 270px
  }

  .srvs_pg .catalog_zone .cat_heading {
    font-size: 22px
  }

  .srvs_pg .catalog_zone .srv_card {
    padding: 20px
  }
}

.ctus {
  background-color: #0e0608;
  min-height: 100vh;
  overflow: hidden
}

.ctus .pg_title_block {
  position: relative;
  padding: 64px 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  background-color: #120609
}

.ctus .pg_title_block::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(277deg, #be474f2e 18%, #0d0507f5 72%);
  pointer-events: none
}

.ctus .pg_title_block::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 80% 50%, #be474f17 0%, transparent 65%);
  pointer-events: none
}

.ctus .title_img_wrap {
  position: absolute;
  inset: 0;
  overflow: hidden
}

.ctus .title_img_wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.3) brightness(0.28);
  transition: filter .55s ease-in-out
}

.ctus .title_img_wrap img:hover {
  filter: saturate(0.1) brightness(0.22)
}

.ctus .title_shape_a {
  position: absolute;
  top: -40px;
  right: 8%;
  width: 220px;
  height: 220px;
  border: 1px solid #be474f1f;
  border-radius: 36px;
  transform: rotate(22deg);
  pointer-events: none
}

.ctus .title_shape_b {
  position: absolute;
  bottom: 20px;
  right: 18%;
  width: 120px;
  height: 120px;
  border: 1px solid #dba8ae1a;
  border-radius: 36px;
  transform: rotate(-14deg);
  pointer-events: none
}

.ctus .title_shape_c {
  position: absolute;
  top: 30px;
  left: 38%;
  width: 80px;
  height: 80px;
  background: #be474f0f;
  border-radius: 12px;
  transform: rotate(8deg);
  pointer-events: none
}

.ctus .title_text_area {
  position: relative;
  z-index: 2;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding-top: 64px
}

.ctus .title_eyebrow {
  display: inline-block;
  font-size: 14px;
  line-height: 1.5;
  color: #DBA8AE;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding: 4px 12px;
  border: 1px solid #dba8ae40;
  border-radius: 36px
}

.ctus .title_h1 {
  font-size: 56px;
  line-height: 1.1;
  color: #FBF4F5;
  margin: 0;
  max-width: 700px
}

.ctus .title_h1 em {
  font-style: normal;
  color: #DBA8AE
}

.ctus .contact_body {
  max-width: 1280px;
  margin: 0 auto;
  padding: 64px 20px;
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 64px;
  align-items: start
}

.ctus .info_col {
  display: flex;
  flex-direction: column;
  gap: 32px
}

.ctus .info_col_label {
  font-size: 14px;
  line-height: 1.5;
  color: #DBA8AE;
  text-transform: uppercase;
  letter-spacing: .08em
}

.ctus .info_big_num {
  font-size: 56px;
  line-height: 1.1;
  color: #be474f2e;
  font-weight: 700;
  margin-bottom: -20px;
  display: block
}

.ctus .info_heading {
  font-size: 30px;
  line-height: 1.5;
  color: #FBF4F5;
  margin: 0
}

.ctus .info_body_text {
  font-size: 15px;
  line-height: 1.8;
  color: #fbf4f5b8;
  margin: 0
}

.ctus .info_body_text_lg {
  font-size: 18px;
  line-height: 1.8;
  color: #fbf4f5d1;
  margin: 0
}

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

.ctus .contact_detail_list li {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px
}

.ctus .det_icon {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 12px;
  background: #be474f24;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #be474f38;
  box-shadow: 2px 2px 6px -2px #be474f14
}

.ctus .det_icon svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: #DBA8AE;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round
}

.ctus .det_text {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.ctus .det_label {
  font-size: 14px;
  line-height: 1.5;
  color: #dba8aeb3;
  text-transform: uppercase;
  letter-spacing: .06em
}

.ctus .det_value {
  font-size: 15px;
  line-height: 1.5;
  color: #FBF4F5
}

.ctus .det_value a {
  color: #FBF4F5;
  text-decoration: none;
  transition: color .5s ease-in-out
}

.ctus .det_value a:hover {
  color: #DBA8AE
}

.ctus .info_divider {
  width: 48px;
  height: 2px;
  background: linear-gradient(277deg, #BE474F 18%, #be474f1a 100%);
  border-radius: 0
}

.ctus .form_col {
  display: flex;
  flex-direction: column;
  gap: 32px
}

.ctus .form_card {
  background: #fbf4f508;
  border: 1px solid #dba8ae1f;
  border-radius: 12px;
  padding: 32px;
  box-shadow: 2px 6px 18px -2px #be474f1a;
  position: relative;
  overflow: hidden
}

.ctus .form_card::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 32px;
  width: 80px;
  height: 2px;
  background: linear-gradient(277deg, #BE474F 18%, #be474f00 100%);
  border-radius: 0;
  pointer-events: none
}

.ctus .form_card_heading {
  font-size: 22px;
  line-height: 1.5;
  color: #FBF4F5;
  margin: 0 0 8px
}

.ctus .form_card_sub {
  font-size: 14px;
  line-height: 1.5;
  color: #dba8aebf;
  margin: 0 0 32px
}

.ctus .form_row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 20px
}

.ctus .form_field {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.ctus .form_field_full {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 20px
}

.ctus .field_label {
  font-size: 14px;
  line-height: 1.5;
  color: #dba8aed9;
  letter-spacing: .04em
}

.ctus .field_input {
  background: #fbf4f50a;
  border: 1px solid #dba8ae2e;
  border-radius: 12px;
  padding: 12px 20px;
  font-size: 15px;
  line-height: 1.5;
  color: #FBF4F5;
  outline: none;
  transition: border-color .5s ease-in-out, box-shadow .5s ease-in-out, background .5s ease-in-out;
  width: 100%;
  box-sizing: border-box
}

.ctus .field_input::placeholder {
  color: #dba8ae80;
  font-style: italic
}

.ctus .field_input:focus {
  border-color: #be474f99;
  background: #be474f0f;
  box-shadow: inset 0 0 0 1px #be474f2e 2px 2px 6px -2px #be474f14
}

.ctus .field_input:invalid:not(:placeholder-shown) {
  border-color: #be474fb3;
  animation: field_shake .5s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

@keyframes field_shake {
  0% {
    transform: translateX(0)
  }

  20% {
    transform: translateX(-6px)
  }

  40% {
    transform: translateX(5px)
  }

  60% {
    transform: translateX(-4px)
  }

  80% {
    transform: translateX(3px)
  }

  100% {
    transform: translateX(0)
  }
}

.ctus .field_textarea {
  resize: vertical;
  min-height: 120px
}

.ctus .privacy_row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 32px
}

.ctus .privacy_checkbox {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  accent-color: #BE474F;
  margin-top: 2px;
  cursor: pointer
}

.ctus .privacy_text {
  font-size: 14px;
  line-height: 1.8;
  color: #fbf4f5a6
}

.ctus .privacy_text a {
  color: #DBA8AE;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color .5s ease-in-out
}

.ctus .privacy_text a:hover {
  color: #FBF4F5
}

.ctus .submit_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: linear-gradient(277deg, #BE474F 18%, #9e3038 82%);
  color: #FBF4F5;
  font-size: 15px;
  line-height: 1.5;
  padding: 12px 32px;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  box-shadow: 2px 6px 18px -2px #be474f1a;
  transition: box-shadow .5s ease-in-out, padding .5s ease-in-out, background .5s ease-in-out;
  width: auto
}

.ctus .submit_btn:hover {
  padding: 12px 44px;
  box-shadow: 2px 9px 60px -2px #be474f1c;
  background: linear-gradient(277deg, #c9525a 18%, #be474f 82%)
}

.ctus .submit_btn:focus {
  outline: 2px solid #DBA8AE;
  outline-offset: 3px
}

.ctus .submit_btn:active {
  background: linear-gradient(277deg, #9e3038 18%, #be474f 82%)
}

.ctus .submit_btn svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: #FBF4F5;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round
}

.ctus .quote_anchor {
  position: relative;
  padding: 32px;
  background: #be474f12;
  border-radius: 12px;
  border: 1px solid #be474f24;
  overflow: hidden
}

.ctus .quote_mark {
  position: absolute;
  top: 8px;
  left: 20px;
  font-size: 120px;
  line-height: 1.1;
  color: #be474f21;
  font-weight: 700;
  pointer-events: none;
  user-select: none
}

.ctus .quote_body {
  position: relative;
  z-index: 1;
  font-size: 15px;
  line-height: 1.8;
  color: #fbf4f5c7;
  margin: 0 0 12px;
  padding-top: 32px
}

.ctus .quote_attr {
  font-size: 14px;
  line-height: 1.5;
  color: #DBA8AE
}

.ctus .scallop_divider {
  width: 100%;
  overflow: hidden;
  line-height: 0;
  display: block
}

.ctus .scallop_divider svg {
  display: block;
  width: 100%;
  height: 28px
}

@keyframes bg_zone_shift {
  0% {
    background-position: 0 50%
  }

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

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

.ctus .animated_bg_strip {
  background: linear-gradient(277deg, #0e0608 18%, #1a0709 40%, #120406 72%, #0e0608 100%);
  background-size: 300% 300%;
  animation: bg_zone_shift 12s ease-in-out infinite
}

@media (max-width: 1024px) {
  .ctus .contact_body {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 64px 20px
  }

  .ctus .title_h1 {
    font-size: 42px
  }
}

@media (max-width: 640px) {
  .ctus .title_h1 {
    font-size: 30px
  }

  .ctus .form_row {
    grid-template-columns: 1fr
  }

  .ctus .form_card {
    padding: 20px
  }

  .ctus .contact_body {
    padding: 32px 20px
  }
}

@media (max-width: 360px) {
  .ctus .title_h1 {
    font-size: 22px
  }

  .ctus .submit_btn {
    width: 100%
  }
}

.jrnl {
  background-color: #0e0608;
  min-height: 100vh;
  overflow: hidden
}

.jrnl .fog_layer {
  position: fixed;
  top: 0;
  left: 0;
  width: 200%;
  height: 100%;
  background: linear-gradient(277deg, #fbf4f508 30%, #be474f0a 100%);
  animation: fog_move 18s ease-in-out infinite alternate;
  pointer-events: none;
  z-index: 0
}

@keyframes fog_move {
  0% {
    transform: translateX(0)
  }

  100% {
    transform: translateX(-25%)
  }
}

.jrnl .pub_strip {
  position: relative;
  z-index: 1;
  padding: 64px 32px 32px;
  max-width: 1280px;
  margin: 0 auto
}

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

.jrnl .pub_img_frame {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  width: 100%;
  height: 480px;
  box-shadow: 2px 9px 60px -2px #be474f1c
}

.jrnl .pub_img_frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(0.85);
  transition: transform .65s cubic-bezier(0.25, 0.46, 0.45, 0.94), filter .55s ease-in-out
}

.jrnl .pub_img_frame:hover img {
  transform: translateX(-6%) scale(1.04);
  filter: saturate(0.4)
}

.jrnl .pub_img_overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(277deg, #0e06088c 30%, #be474f1f 100%);
  border-radius: 12px;
  pointer-events: none
}

.jrnl .pub_text_col {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px 0
}

.jrnl .pub_label {
  font-size: 14px;
  line-height: 1.5;
  color: #DBA8AE;
  letter-spacing: .08em;
  text-transform: uppercase
}

.jrnl .pub_h1 {
  font-size: 42px;
  line-height: 1.1;
  color: #FBF4F5;
  margin: 0
}

.jrnl .pub_manifesto {
  font-size: 18px;
  line-height: 1.8;
  color: #fbf4f5bf;
  margin: 0
}

.jrnl .pub_manifesto_body {
  font-size: 15px;
  line-height: 1.8;
  color: #fbf4f599;
  margin: 0
}

.jrnl .pub_meta_row {
  display: flex;
  flex-direction: row;
  gap: 32px;
  align-items: center;
  padding: 20px 0 0;
  border-top: 1px solid #be474f33
}

.jrnl .pub_meta_item {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.jrnl .pub_meta_label {
  font-size: 14px;
  line-height: 1.5;
  color: #dba8ae99;
  text-transform: uppercase;
  letter-spacing: .06em
}

.jrnl .pub_meta_val {
  font-size: 15px;
  line-height: 1.5;
  color: #FBF4F5
}

.jrnl .pub_divider_diagonal {
  width: 100%;
  height: 48px;
  overflow: hidden;
  position: relative;
  z-index: 1
}

.jrnl .pub_divider_diagonal svg {
  display: block;
  width: 100%;
  height: 100%
}

.jrnl .reviews_band {
  position: relative;
  z-index: 1;
  background: linear-gradient(277deg, #be474f21 18%, #0e060800 100%);
  padding: 64px 32px
}

.jrnl .reviews_band_inner {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 64px
}

.jrnl .reviews_heading_row {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 32px
}

.jrnl .reviews_h2_wrap {
  position: relative;
  flex: 1
}

.jrnl .reviews_faded_num {
  position: absolute;
  top: -20px;
  left: -8px;
  font-size: 56px;
  line-height: 1.1;
  color: #be474f17;
  font-weight: 700;
  pointer-events: none;
  user-select: none
}

.jrnl .reviews_h2 {
  font-size: 30px;
  line-height: 1.1;
  color: #FBF4F5;
  margin: 0;
  position: relative;
  z-index: 1
}

.jrnl .reviews_count_badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 12px;
  background: #be474f2e;
  box-shadow: 2px 6px 18px -2px #be474f1a;
  border: 1px solid #be474f47;
  flex-shrink: 0
}

.jrnl .reviews_count_num {
  font-size: 22px;
  line-height: 1.1;
  color: #BE474F;
  font-weight: 700
}

.jrnl .reviews_count_lbl {
  font-size: 14px;
  line-height: 1.5;
  color: #dba8aeb3
}

.jrnl .reviews_table_wrap {
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 2px 6px 18px -2px #be474f1a
}

.jrnl .reviews_table {
  width: 100%;
  border-collapse: collapse;
  background: #0e0608b3
}

.jrnl .reviews_table thead tr {
  background: #be474f2e
}

.jrnl .reviews_table thead th {
  font-size: 14px;
  line-height: 1.5;
  color: #DBA8AE;
  text-transform: uppercase;
  letter-spacing: .07em;
  padding: 12px 20px;
  text-align: left;
  border-bottom: 1px solid #be474f33
}

.jrnl .reviews_table tbody tr {
  border-bottom: 1px solid #be474f14;
  transition: background .5s ease-in-out
}

.jrnl .reviews_table tbody tr:last-child {
  border-bottom: none
}

.jrnl .reviews_table tbody tr:hover {
  background: #be474f12
}

.jrnl .reviews_table tbody td {
  font-size: 15px;
  line-height: 1.8;
  color: #fbf4f5d1;
  padding: 20px;
  vertical-align: top
}

.jrnl .reviews_table .td_title {
  color: #FBF4F5;
  font-size: 15px;
  line-height: 1.5
}

.jrnl .reviews_table .td_author {
  color: #DBA8AE;
  font-size: 14px;
  white-space: nowrap
}

.jrnl .reviews_table .td_pub {
  font-size: 14px;
  color: #dba8aeb3;
  white-space: nowrap
}

.jrnl .reviews_table .td_tag {
  display: inline-block;
  font-size: 14px;
  line-height: 1.5;
  color: #DBA8AE;
  background: #be474f24;
  border-radius: 36px;
  padding: 4px 12px;
  white-space: nowrap
}

.jrnl .reviews_table .td_finding {
  font-size: 14px;
  line-height: 1.8;
  color: #fbf4f5a6;
  max-width: 340px
}

.jrnl .reviews_cards_mobile {
  display: none;
  flex-direction: column;
  gap: 20px
}

.jrnl .rev_card {
  background: #0e0608b8;
  border-radius: 12px;
  padding: 20px;
  border: 1px solid #be474f26;
  box-shadow: 2px 2px 6px -2px #be474f14;
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: relative
}

.jrnl .rev_card_num {
  position: absolute;
  top: 12px;
  right: 12px;
  font-size: 14px;
  line-height: 1.5;
  color: #be474f66;
  font-weight: 700
}

.jrnl .rev_card_title {
  font-size: 15px;
  line-height: 1.5;
  color: #FBF4F5;
  padding-right: 32px
}

.jrnl .rev_card_author {
  font-size: 14px;
  line-height: 1.5;
  color: #DBA8AE
}

.jrnl .rev_card_pub {
  font-size: 14px;
  line-height: 1.5;
  color: #dba8ae99
}

.jrnl .rev_card_tag {
  display: inline-block;
  font-size: 14px;
  line-height: 1.5;
  color: #DBA8AE;
  background: #be474f24;
  border-radius: 36px;
  padding: 4px 12px;
  align-self: flex-start
}

.jrnl .rev_card_finding {
  font-size: 14px;
  line-height: 1.8;
  color: #fbf4f599
}

.jrnl .reviews_note {
  font-size: 14px;
  line-height: 1.8;
  color: #dba8ae8c;
  padding: 12px 20px;
  border-radius: 0;
  border-top: 1px solid #be474f26
}

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

  .jrnl .pub_img_frame {
    height: 340px
  }

  .jrnl .pub_h1 {
    font-size: 30px
  }
}

@media (max-width: 640px) {
  .jrnl .pub_strip {
    padding: 32px 20px 20px
  }

  .jrnl .pub_img_frame {
    height: 220px
  }

  .jrnl .pub_h1 {
    font-size: 22px
  }

  .jrnl .pub_manifesto {
    font-size: 15px
  }

  .jrnl .pub_meta_row {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px
  }

  .jrnl .reviews_band {
    padding: 32px 20px
  }

  .jrnl .reviews_table_wrap {
    display: none
  }

  .jrnl .reviews_cards_mobile {
    display: flex
  }

  .jrnl .reviews_heading_row {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px
  }

  .jrnl .reviews_h2 {
    font-size: 22px
  }
}

@media (max-width: 360px) {
  .jrnl .pub_h1 {
    font-size: 18px
  }

  .jrnl .reviews_h2 {
    font-size: 18px
  }
}

.abt-us {
  background-color: #0e0608;
  min-height: 100vh;
  overflow-x: clip;
  position: relative
}

.abt-us .dot-grid-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 420px;
  pointer-events: none;
  z-index: 0;
  overflow: hidden
}

.abt-us .dot-grid-bg svg {
  width: 100%;
  height: 100%;
  opacity: .18
}

.abt-us .scanline-overlay {
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(0deg, transparent, transparent 3px, #be474f0a 3px, #be474f0a 4px);
  pointer-events: none;
  z-index: 2
}

.abt-us .title-strip {
  position: relative;
  z-index: 3;
  padding: 64px 20px 32px;
  text-align: center;
  max-width: 1280px;
  margin: 0 auto
}

.abt-us .title-strip .eyebrow-label {
  display: inline-block;
  font-size: 14px;
  line-height: 1.5;
  color: #DBA8AE;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 12px;
  border: 1px solid #dba8ae47;
  border-radius: 36px;
  padding: 4px 20px
}

.abt-us .title_h1 {
  font-size: 56px;
  line-height: 1.1;
  color: #FBF4F5;
  margin: 0 0 20px;
  font-weight: 700
}

.abt-us .title_h1 .pause-line {
  display: block;
  color: #BE474F
}

.abt-us .title-sub {
  font-size: 18px;
  line-height: 1.8;
  color: #fbf4f5b8;
  max-width: 640px;
  margin: 0 auto 32px
}

.abt-us .title-image-strip {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
  z-index: 3
}

.abt-us .title-img-frame {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  height: 340px;
  box-shadow: 2px 9px 60px -2px #be474f1c
}

.abt-us .title-img-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: filter .55s ease-in-out
}

.abt-us .title-img-frame:hover img {
  filter: saturate(0)
}

.abt-us .title-img-frame .img-mood-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(277deg, #be474f61 18%, #0e06089e 100%);
  pointer-events: none;
  z-index: 1
}

.abt-us .title-img-frame .scanline-overlay {
  border-radius: 12px
}

.abt-us .title-img-frame .img-caption {
  position: absolute;
  bottom: 20px;
  left: 32px;
  z-index: 3;
  color: #FBF4F5;
  font-size: 22px;
  line-height: 1.5;
  font-weight: 600;
  max-width: 480px
}

.abt-us .title-img-frame .img-caption span {
  color: #DBA8AE
}

.abt-us .section-divider-dashed {
  max-width: 1280px;
  margin: 32px auto;
  padding: 0 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px
}

.abt-us .section-divider-dashed .dash-line {
  flex: 1;
  height: 1px;
  border-top: 1px dashed #dba8ae4d
}

.abt-us .section-divider-dashed .dash-dot {
  width: 8px;
  height: 8px;
  border-radius: 0;
  background: #BE474F;
  transform: rotate(45deg);
  flex-shrink: 0
}

.abt-us .about-body-section {
  position: relative;
  z-index: 3;
  padding: 64px 20px;
  max-width: 1280px;
  margin: 0 auto
}

.abt-us .three-col-grid {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  gap: 32px;
  align-items: start
}

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

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

.abt-us .center-col {
  display: flex;
  flex-direction: column;
  gap: 32px
}

.abt-us .stat-card {
  background: linear-gradient(277deg, #be474f1f 18%, #1e0a0cd9 100%);
  border: 1px solid #dba8ae26;
  border-radius: 12px;
  padding: 20px;
  position: relative;
  overflow: hidden;
  box-shadow: 2px 6px 18px -2px #be474f1a;
  transition: box-shadow .55s ease-in-out, transform .55s ease-in-out
}

.abt-us .stat-card:hover {
  box-shadow: 2px 9px 60px -2px #be474f1c;
  transform: translateY(-2px)
}

.abt-us .stat-card .stat-num {
  font-size: 42px;
  line-height: 1.1;
  color: #BE474F;
  font-weight: 800;
  display: block
}

.abt-us .stat-card .stat-label {
  font-size: 14px;
  line-height: 1.5;
  color: #fbf4f5a6;
  margin-top: 4px
}

.abt-us .stat-card .stat-desc {
  font-size: 14px;
  line-height: 1.8;
  color: #fbf4f580;
  margin-top: 8px
}

.abt-us .stat-card.shadow-pulse {
  animation: shadow-grow 3.2s ease-in-out infinite
}

@keyframes shadow-grow {

  0%,
  100% {
    box-shadow: 2px 6px 18px -2px #be474f1a
  }

  50% {
    box-shadow: 2px 9px 60px -2px #be474f47
  }
}

.abt-us .narrative-card {
  background: #fbf4f508;
  border: 1px solid #dba8ae1a;
  border-radius: 12px;
  padding: 32px;
  position: relative
}

.abt-us .narrative-card .faded-num {
  position: absolute;
  top: -8px;
  right: 20px;
  font-size: 56px;
  line-height: 1.1;
  font-weight: 900;
  color: #be474f14;
  pointer-events: none;
  user-select: none
}

.abt-us .narrative-card .card-heading {
  font-size: 22px;
  line-height: 1.5;
  color: #FBF4F5;
  margin: 0 0 12px;
  font-weight: 600
}

.abt-us .narrative-card .card-body {
  font-size: 15px;
  line-height: 1.8;
  color: #fbf4f5b3;
  margin: 0
}

.abt-us .narrative-card .card-body.intro-large {
  font-size: 18px;
  color: #fbf4f5d1
}

.abt-us .pull-quote-block {
  background: linear-gradient(277deg, #be474f38 18%, #0e0608e6 100%);
  border-radius: 12px;
  padding: 32px;
  position: relative;
  box-shadow: 2px 2px 6px -2px #be474f14
}

.abt-us .pull-quote-block .quote-mark-svg {
  width: 32px;
  height: 24px;
  margin-bottom: 12px;
  display: block
}

.abt-us .pull-quote-block .quote-text {
  font-size: 18px;
  line-height: 1.8;
  color: #FBF4F5;
  font-style: italic;
  margin: 0 0 12px
}

.abt-us .pull-quote-block .quote-attr {
  font-size: 14px;
  line-height: 1.5;
  color: #DBA8AE
}

.abt-us .center-narrative-text {
  font-size: 15px;
  line-height: 1.8;
  color: #fbf4f5b3;
  margin: 0
}

.abt-us .center-narrative-text.intro-large {
  font-size: 18px;
  color: #fbf4f5d1
}

.abt-us .center-h2 {
  font-size: 30px;
  line-height: 1.5;
  color: #FBF4F5;
  margin: 0 0 12px;
  font-weight: 700;
  position: relative
}

.abt-us .center-h2 .faded-num-behind {
  position: absolute;
  left: -12px;
  top: -8px;
  font-size: 56px;
  line-height: 1.1;
  font-weight: 900;
  color: #be474f12;
  pointer-events: none;
  user-select: none;
  z-index: 0
}

.abt-us .center-h2 .h2-text {
  position: relative;
  z-index: 1
}

.abt-us .team-strip {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: flex-start
}

.abt-us .portrait-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  flex: 1
}

.abt-us .portrait-frame {
  width: 100%;
  aspect-ratio: 5/7;
  border-radius: 36px;
  overflow: hidden;
  box-shadow: 2px 6px 18px -2px #be474f1a;
  transition: box-shadow .6s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.abt-us .portrait-frame:hover {
  box-shadow: 2px 9px 60px -2px #be474f1c
}

.abt-us .portrait-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: filter .55s ease-in-out
}

.abt-us .portrait-frame:hover img {
  filter: saturate(0)
}

.abt-us .portrait-name {
  font-size: 15px;
  line-height: 1.5;
  color: #FBF4F5;
  font-weight: 600;
  text-align: center
}

.abt-us .portrait-role {
  font-size: 14px;
  line-height: 1.5;
  color: #DBA8AE;
  text-align: center
}

.abt-us .dashed-path-wrap {
  position: relative;
  padding: 20px 0
}

.abt-us .dashed-path-svg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
  opacity: .22
}

.abt-us .values-table-section {
  position: relative;
  z-index: 3;
  background: linear-gradient(277deg, #be474f17 18%, #0a0405f7 100%);
  padding: 64px 20px
}

.abt-us .values-inner {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start
}

.abt-us .values-narrative {
  display: flex;
  flex-direction: column;
  gap: 20px
}

.abt-us .values-h2 {
  font-size: 30px;
  line-height: 1.5;
  color: #FBF4F5;
  margin: 0;
  font-weight: 700;
  position: relative
}

.abt-us .values-h2 .faded-num-behind {
  position: absolute;
  left: -8px;
  top: -10px;
  font-size: 56px;
  line-height: 1.1;
  font-weight: 900;
  color: #be474f12;
  pointer-events: none;
  user-select: none
}

.abt-us .values-h2 .h2-text {
  position: relative;
  z-index: 1
}

.abt-us .values-body-text {
  font-size: 15px;
  line-height: 1.8;
  color: #fbf4f5b3;
  margin: 0
}

.abt-us .values-body-text.intro-large {
  font-size: 18px;
  color: #fbf4f5d1
}

.abt-us .services-cta-link {
  display: inline-block;
  font-size: 15px;
  line-height: 1.5;
  color: #FBF4F5;
  background: #BE474F;
  border-radius: 12px;
  padding: 12px 32px;
  text-decoration: none;
  font-weight: 600;
  align-self: flex-start;
  box-shadow: 2px 6px 18px -2px #be474f1a;
  transition: padding .5s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow .5s cubic-bezier(0.25, 0.46, 0.45, 0.94), background .5s ease-in-out
}

.abt-us .services-cta-link:hover {
  padding: 12px 44px;
  box-shadow: 2px 9px 60px -2px #be474f1c;
  background: #c94f58
}

.abt-us .services-cta-link:focus {
  outline: 2px solid #DBA8AE;
  outline-offset: 4px
}

.abt-us .data-table-wrap {
  display: flex;
  flex-direction: column;
  gap: 0;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #dba8ae26;
  box-shadow: 2px 9px 60px -2px #be474f1c
}

.abt-us .data-table-wrap .table-head-row {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  background: #be474f38;
  padding: 12px 20px;
  gap: 12px
}

.abt-us .data-table-wrap .table-head-cell {
  font-size: 14px;
  line-height: 1.5;
  color: #DBA8AE;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .06em
}

.abt-us .data-table-wrap .table-data-row {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  padding: 12px 20px;
  gap: 12px;
  border-top: 1px solid #dba8ae14;
  background: #fbf4f505;
  transition: background .45s ease-in-out
}

.abt-us .data-table-wrap .table-data-row:hover {
  background: #be474f14
}

.abt-us .data-table-wrap .table-data-row:nth-child(even) {
  background: #fbf4f50a
}

.abt-us .data-table-wrap .table-data-row:nth-child(even):hover {
  background: #be474f14
}

.abt-us .data-table-wrap .cell-topic {
  font-size: 14px;
  line-height: 1.5;
  color: #FBF4F5
}

.abt-us .data-table-wrap .cell-region {
  font-size: 14px;
  line-height: 1.5;
  color: #fbf4f599
}

.abt-us .data-table-wrap .cell-depth {
  font-size: 14px;
  line-height: 1.5
}

.abt-us .depth-badge {
  display: inline-block;
  border-radius: 36px;
  padding: 4px 12px;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 600
}

.abt-us .depth-badge.deep {
  background: #be474f38;
  color: #DBA8AE
}

.abt-us .depth-badge.mid {
  background: #dba8ae1f;
  color: #dba8aed9
}

.abt-us .depth-badge.intro {
  background: #fbf4f512;
  color: #fbf4f58c
}

.abt-us .mobile-card-list {
  display: none;
  flex-direction: column;
  gap: 12px
}

.abt-us .mobile-topic-card {
  background: #fbf4f50a;
  border: 1px solid #dba8ae1f;
  border-radius: 12px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px
}

.abt-us .mobile-topic-card .mtc-topic {
  font-size: 15px;
  line-height: 1.5;
  color: #FBF4F5;
  font-weight: 600
}

.abt-us .mobile-topic-card .mtc-meta {
  font-size: 14px;
  line-height: 1.5;
  color: #fbf4f58c;
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap
}

.abt-us .img-gallery-row {
  display: flex;
  flex-direction: row;
  gap: 12px;
  margin-top: 20px
}

.abt-us .img-gallery-row .gallery-img-frame {
  flex: 1;
  border-radius: 12px;
  overflow: hidden;
  height: 160px;
  box-shadow: 2px 2px 6px -2px #be474f14;
  transition: box-shadow .6s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.abt-us .img-gallery-row .gallery-img-frame:hover {
  box-shadow: 2px 9px 60px -2px #be474f1c
}

.abt-us .img-gallery-row .gallery-img-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: filter .55s ease-in-out
}

.abt-us .img-gallery-row .gallery-img-frame:hover img {
  filter: saturate(0)
}

.abt-us .img-gallery-row .gallery-img-frame .gallery-img-overlay {
  position: relative;
  width: 100%;
  height: 100%
}

.abt-us .img-gallery-row .gallery-img-frame .gallery-img-overlay img {
  position: absolute;
  inset: 0
}

.abt-us .img-gallery-row .gallery-img-frame .gal-mood {
  position: absolute;
  inset: 0;
  background: linear-gradient(277deg, #be474f47 18%, #0e060873 100%);
  pointer-events: none;
  z-index: 1
}

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

  .abt-us .side-col-right {
    display: none
  }

  .abt-us .values-inner {
    grid-template-columns: 1fr;
    gap: 32px
  }

  .abt-us .title_h1 {
    font-size: 42px
  }
}

@media (max-width: 640px) {
  .abt-us .three-col-grid {
    grid-template-columns: 1fr;
    gap: 20px
  }

  .abt-us .side-col-left {
    flex-direction: row;
    flex-wrap: wrap
  }

  .abt-us .side-col-left .stat-card {
    flex: 1;
    min-width: 140px
  }

  .abt-us .title_h1 {
    font-size: 30px
  }

  .abt-us .title-img-frame {
    height: 220px
  }

  .abt-us .team-strip {
    flex-direction: column;
    gap: 20px
  }

  .abt-us .portrait-card {
    flex-direction: row;
    align-items: center
  }

  .abt-us .portrait-frame {
    width: 80px;
    flex-shrink: 0
  }

  .abt-us .data-table-wrap {
    display: none
  }

  .abt-us .mobile-card-list {
    display: flex
  }

  .abt-us .img-gallery-row {
    flex-direction: column
  }

  .abt-us .img-gallery-row .gallery-img-frame {
    height: 140px
  }

  .abt-us .values-inner {
    gap: 20px
  }
}

@media (max-width: 360px) {
  .abt-us .title_h1 {
    font-size: 22px
  }

  .abt-us .title-sub {
    font-size: 15px
  }

  .abt-us .about-body-section {
    padding: 32px 12px
  }

  .abt-us .values-table-section {
    padding: 32px 12px
  }
}

.dbt_pg {
  background-color: #0d0608;
  color: #FBF4F5;
  overflow-x: hidden;
  position: relative
}

.dbt_pg .pg_strip_img {
  width: 100%;
  height: 220px;
  position: relative;
  overflow: hidden
}

.dbt_pg .pg_strip_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  display: block;
  filter: saturate(0.7) brightness(0.6);
  transition: filter .55s ease-in-out
}

.dbt_pg .pg_strip_img:hover img {
  filter: saturate(0) brightness(0.5)
}

.dbt_pg .pg_strip_img .strip_grad {
  position: absolute;
  inset: 0;
  background: linear-gradient(277deg, #0d060800 35%, #0d0608eb 100%);
  pointer-events: none
}

.dbt_pg .pg_strip_img .grid_lines {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden
}

.dbt_pg .pg_strip_img .grid_lines::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: linear-gradient(#be474f12 1px, transparent 1px), linear-gradient(90deg, #be474f12 1px, transparent 1px);
  background-size: 40px 40px
}

.dbt_pg .title_zone {
  padding: 32px 64px 64px;
  max-width: 1280px;
  margin: 0 auto
}

.dbt_pg .title_zone .t_label {
  font-size: 14px;
  line-height: 1.5;
  color: #DBA8AE;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 12px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px
}

.dbt_pg .title_zone .t_label .dot_row {
  display: flex;
  flex-direction: row;
  gap: 4px;
  align-items: center
}

.dbt_pg .title_zone .t_label .dot_row span {
  width: 4px;
  height: 4px;
  border-radius: 36px;
  background: #BE474F;
  display: block
}

.dbt_pg .title_zone h1 {
  font-size: 56px;
  line-height: 1.1;
  color: #FBF4F5;
  margin: 0 0 20px;
  max-width: 720px
}

.dbt_pg .title_zone .t_desc {
  font-size: 18px;
  line-height: 1.8;
  color: #fbf4f5bf;
  max-width: 580px;
  margin: 0
}

.dbt_pg .curve_div_a {
  width: 100%;
  line-height: 0;
  overflow: hidden
}

.dbt_pg .curve_div_a svg {
  display: block;
  width: 100%
}

.dbt_pg .exp_arc {
  background: linear-gradient(277deg, #be474f0f 20%, #0d060800 80%);
  padding: 64px 0 32px
}

.dbt_pg .exp_arc .arc_inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 64px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center
}

.dbt_pg .exp_arc .arc_text_col h2 {
  font-size: 42px;
  line-height: 1.1;
  color: #FBF4F5;
  margin: 0 0 20px;
  position: relative
}

.dbt_pg .exp_arc .arc_text_col h2 .bg_num {
  position: absolute;
  top: -20px;
  left: -12px;
  font-size: 120px;
  line-height: 1;
  color: #be474f12;
  font-weight: 900;
  pointer-events: none;
  user-select: none;
  z-index: 0
}

.dbt_pg .exp_arc .arc_text_col h2 .h_text {
  position: relative;
  z-index: 1
}

.dbt_pg .exp_arc .arc_text_col p {
  font-size: 15px;
  line-height: 1.8;
  color: #fbf4f5b8;
  margin: 0 0 20px
}

.dbt_pg .exp_arc .arc_text_col p.intro_p {
  font-size: 18px;
  color: #fbf4f5e0
}

.dbt_pg .arc_phases {
  display: flex;
  flex-direction: column;
  gap: 20px
}

.dbt_pg .arc_phases .phase_item {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: flex-start;
  padding: 20px;
  border-radius: 12px;
  background: #be474f0f;
  box-shadow: 2px 2px 6px -2px #be474f14;
  transition: background .5s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow .5s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.dbt_pg .arc_phases .phase_item:hover {
  background: #be474f1f;
  box-shadow: 2px 6px 18px -2px #be474f1a
}

.dbt_pg .arc_phases .phase_item .ph_num {
  font-size: 30px;
  line-height: 1.1;
  font-weight: 900;
  color: #be474f59;
  min-width: 40px;
  flex-shrink: 0
}

.dbt_pg .arc_phases .phase_item .ph_body h4 {
  font-size: 15px;
  line-height: 1.5;
  color: #DBA8AE;
  margin: 0 0 4px
}

.dbt_pg .arc_phases .phase_item .ph_body p {
  font-size: 14px;
  line-height: 1.8;
  color: #fbf4f5a6;
  margin: 0
}

.dbt_pg .grad_curve_b {
  background: #dba8ae0a
}

.dbt_pg .outcomes_band {
  background: #dba8ae0a;
  padding: 64px 0
}

.dbt_pg .outcomes_band .out_shell {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 64px
}

.dbt_pg .outcomes_band .out_shell .band_head {
  margin-bottom: 32px
}

.dbt_pg .outcomes_band .out_shell .band_head h2 {
  font-size: 42px;
  line-height: 1.1;
  color: #FBF4F5;
  margin: 0 0 12px;
  position: relative;
  display: inline-block
}

.dbt_pg .outcomes_band .out_shell .band_head h2 .bg_num {
  position: absolute;
  top: -16px;
  left: -8px;
  font-size: 120px;
  line-height: 1;
  color: #dba8ae0f;
  font-weight: 900;
  pointer-events: none;
  user-select: none
}

.dbt_pg .outcomes_band .out_shell .band_head h2 .h_text {
  position: relative;
  z-index: 1
}

.dbt_pg .outcomes_band .out_shell .band_head p {
  font-size: 18px;
  line-height: 1.8;
  color: #fbf4f5cc;
  max-width: 560px;
  margin: 0
}

.dbt_pg .out_mosaic {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 20px
}

.dbt_pg .out_mosaic .out_card {
  border-radius: 12px;
  padding: 32px;
  background: #0d060899;
  box-shadow: 2px 6px 18px -2px #be474f1a;
  position: relative;
  overflow: hidden;
  transition: box-shadow .6s ease-in-out
}

.dbt_pg .out_mosaic .out_card:hover {
  box-shadow: 2px 9px 60px -2px #be474f1c
}

.dbt_pg .out_mosaic .out_card.card_wide {
  grid-column: 1 / 2;
  grid-row: 1 / 3;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 380px
}

.dbt_pg .out_mosaic .out_card.card_wide img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.5) brightness(0.45);
  transition: filter .55s ease-in-out
}

.dbt_pg .out_mosaic .out_card.card_wide:hover img {
  filter: saturate(0) brightness(0.35)
}

.dbt_pg .out_mosaic .out_card.card_wide .card_overlay {
  position: relative;
  z-index: 1;
  background: linear-gradient(277deg, #0d06081a 0%, #0d0608d9 100%);
  border-radius: 0 0 12px 12px;
  padding: 20px;
  margin: -32px;
  margin-top: auto
}

.dbt_pg .out_mosaic .out_card.card_wide .card_overlay h3 {
  font-size: 22px;
  line-height: 1.5;
  color: #FBF4F5;
  margin: 0 0 8px
}

.dbt_pg .out_mosaic .out_card.card_wide .card_overlay p {
  font-size: 14px;
  line-height: 1.8;
  color: #fbf4f5b3;
  margin: 0
}

.dbt_pg .out_mosaic .out_card.card_sm h5 {
  font-size: 15px;
  line-height: 1.5;
  color: #DBA8AE;
  margin: 0 0 8px
}

.dbt_pg .out_mosaic .out_card.card_sm p {
  font-size: 14px;
  line-height: 1.8;
  color: #fbf4f5a6;
  margin: 0
}

.dbt_pg .out_mosaic .out_card.card_sm .stat_big {
  font-size: 42px;
  line-height: 1.1;
  font-weight: 900;
  color: #BE474F;
  display: block;
  margin-bottom: 8px
}

.dbt_pg .curve_div_c {
  line-height: 0;
  overflow: hidden
}

.dbt_pg .curve_div_c svg {
  display: block;
  width: 100%
}

.dbt_pg .fit_band {
  padding: 64px 0;
  background: #0d0608
}

.dbt_pg .fit_band .fit_shell {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 64px;
  display: grid;
  grid-template-columns: 3fr 2fr;
  gap: 64px;
  align-items: start
}

.dbt_pg .fit_band .fit_text h2 {
  font-size: 42px;
  line-height: 1.1;
  color: #FBF4F5;
  margin: 0 0 20px;
  position: relative
}

.dbt_pg .fit_band .fit_text h2 .bg_num {
  position: absolute;
  top: -16px;
  left: -8px;
  font-size: 120px;
  line-height: 1;
  color: #be474f0f;
  font-weight: 900;
  pointer-events: none;
  user-select: none
}

.dbt_pg .fit_band .fit_text h2 .h_text {
  position: relative;
  z-index: 1
}

.dbt_pg .fit_band .fit_text p.intro_p {
  font-size: 18px;
  line-height: 1.8;
  color: #fbf4f5d9;
  margin: 0 0 20px
}

.dbt_pg .fit_band .fit_text p {
  font-size: 15px;
  line-height: 1.8;
  color: #fbf4f5ad;
  margin: 0 0 20px
}

.dbt_pg .fit_lists {
  display: flex;
  flex-direction: column;
  gap: 20px
}

.dbt_pg .fit_lists .fit_group {
  border-radius: 12px;
  padding: 20px;
  background: #be474f12;
  box-shadow: 2px 2px 6px -2px #be474f14
}

.dbt_pg .fit_lists .fit_group h5 {
  font-size: 14px;
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: .07em;
  color: #BE474F;
  margin: 0 0 12px
}

.dbt_pg .fit_lists .fit_group .fit_item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 8px
}

.dbt_pg .fit_lists .fit_group .fit_item:last-child {
  margin-bottom: 0
}

.dbt_pg .fit_lists .fit_group .fit_item .fi_dot {
  width: 6px;
  height: 6px;
  border-radius: 36px;
  background: #DBA8AE;
  margin-top: 7px;
  flex-shrink: 0
}

.dbt_pg .fit_lists .fit_group .fit_item p {
  font-size: 14px;
  line-height: 1.8;
  color: #fbf4f5b8;
  margin: 0
}

.dbt_pg .approach_band {
  padding: 64px 0;
  background: linear-gradient(277deg, #be474f17 15%, #0d060800 85%);
  position: relative
}

.dbt_pg .approach_band::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: linear-gradient(#be474f0a 1px, transparent 1px), linear-gradient(90deg, #be474f0a 1px, transparent 1px);
  background-size: 60px 60px;
  pointer-events: none
}

.dbt_pg .approach_band .appr_shell {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 64px;
  position: relative;
  z-index: 1
}

.dbt_pg .approach_band .appr_shell h2 {
  font-size: 42px;
  line-height: 1.1;
  color: #FBF4F5;
  margin: 0 0 12px;
  position: relative;
  display: inline-block
}

.dbt_pg .approach_band .appr_shell h2 .bg_num {
  position: absolute;
  top: -16px;
  left: -8px;
  font-size: 120px;
  line-height: 1;
  color: #dba8ae0d;
  font-weight: 900;
  pointer-events: none;
  user-select: none
}

.dbt_pg .approach_band .appr_shell h2 .h_text {
  position: relative;
  z-index: 1
}

.dbt_pg .approach_band .appr_shell .appr_sub {
  font-size: 18px;
  line-height: 1.8;
  color: #fbf4f5c7;
  max-width: 540px;
  margin: 0 0 32px
}

.dbt_pg .appr_grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px
}

.dbt_pg .appr_grid .appr_item {
  border-radius: 12px;
  padding: 32px 20px;
  background: #0d0608b3;
  box-shadow: 2px 6px 18px -2px #be474f1a;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: box-shadow .5s ease-in-out, background .5s ease-in-out
}

.dbt_pg .appr_grid .appr_item:hover {
  box-shadow: 2px 9px 60px -2px #be474f1c;
  background: #be474f1a
}

.dbt_pg .appr_grid .appr_item .appr_icon {
  width: 36px;
  height: 36px;
  flex-shrink: 0
}

.dbt_pg .appr_grid .appr_item h4 {
  font-size: 15px;
  line-height: 1.5;
  color: #DBA8AE;
  margin: 0
}

.dbt_pg .appr_grid .appr_item p {
  font-size: 14px;
  line-height: 1.8;
  color: #fbf4f59e;
  margin: 0
}

.dbt_pg .appr_grid .appr_item.highlighted {
  background: #be474f24;
  box-shadow: inset 0 0 20px #be474f14 2px 6px 18px -2px #be474f1a
}

.dbt_pg .gap_band {
  padding: 64px 0;
  background: #0d0608
}

.dbt_pg .gap_band .gap_shell {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 64px
}

.dbt_pg .gap_band .gap_shell h2 {
  font-size: 42px;
  line-height: 1.1;
  color: #FBF4F5;
  margin: 0 0 20px;
  position: relative;
  display: inline-block
}

.dbt_pg .gap_band .gap_shell h2 .bg_num {
  position: absolute;
  top: -16px;
  left: -8px;
  font-size: 120px;
  line-height: 1;
  color: #be474f0f;
  font-weight: 900;
  pointer-events: none;
  user-select: none
}

.dbt_pg .gap_band .gap_shell h2 .h_text {
  position: relative;
  z-index: 1
}

.dbt_pg .gap_viz {
  display: grid;
  grid-template-columns: 1fr 64px 1fr;
  gap: 0;
  align-items: stretch;
  margin-top: 32px
}

.dbt_pg .gap_viz .gap_side {
  border-radius: 12px;
  padding: 32px;
  background: #be474f0f;
  box-shadow: 2px 2px 6px -2px #be474f14
}

.dbt_pg .gap_viz .gap_side.side_after {
  background: #be474f21;
  box-shadow: 2px 6px 18px -2px #be474f1a
}

.dbt_pg .gap_viz .gap_side h4 {
  font-size: 14px;
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: .07em;
  color: #DBA8AE;
  margin: 0 0 20px
}

.dbt_pg .gap_viz .gap_side h4.after_label {
  color: #BE474F
}

.dbt_pg .gap_viz .gap_side .gap_point {
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: flex-start;
  margin-bottom: 12px
}

.dbt_pg .gap_viz .gap_side .gap_point:last-child {
  margin-bottom: 0
}

.dbt_pg .gap_viz .gap_side .gap_point .gp_dot {
  width: 8px;
  height: 8px;
  border-radius: 0;
  background: #dba8ae66;
  margin-top: 6px;
  flex-shrink: 0;
  transform: rotate(45deg)
}

.dbt_pg .gap_viz .gap_side.side_after .gap_point .gp_dot {
  background: #BE474F
}

.dbt_pg .gap_viz .gap_side .gap_point p {
  font-size: 14px;
  line-height: 1.8;
  color: #fbf4f5a6;
  margin: 0
}

.dbt_pg .gap_viz .gap_side.side_after .gap_point p {
  color: #fbf4f5d9
}

.dbt_pg .gap_viz .gap_arrow_col {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center
}

.dbt_pg .gap_viz .gap_arrow_col .arr_svg {
  width: 32px;
  height: 32px
}

.dbt_pg .gap_band .gap_note {
  font-size: 15px;
  line-height: 1.8;
  color: #fbf4f599;
  max-width: 640px;
  margin: 32px 0 0
}

.dbt_pg .support_band {
  padding: 64px 0;
  background: #dba8ae0d
}

.dbt_pg .support_band .sup_shell {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 64px;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 64px;
  align-items: start
}

.dbt_pg .support_band .sup_portraits {
  display: flex;
  flex-direction: column;
  gap: 20px
}

.dbt_pg .support_band .sup_portraits .portrait_pair {
  display: flex;
  flex-direction: row;
  gap: 20px
}

.dbt_pg .support_band .sup_portraits .portrait_item {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1
}

.dbt_pg .support_band .sup_portraits .portrait_item .port_img_wrap {
  width: 100%;
  aspect-ratio: 4/5;
  border-radius: 36px;
  overflow: hidden;
  box-shadow: 2px 6px 18px -2px #be474f1a
}

.dbt_pg .support_band .sup_portraits .portrait_item .port_img_wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.65) brightness(0.85);
  transition: filter .6s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.dbt_pg .support_band .sup_portraits .portrait_item .port_img_wrap:hover img {
  filter: saturate(0) brightness(0.75)
}

.dbt_pg .support_band .sup_portraits .portrait_item .port_name {
  font-size: 14px;
  line-height: 1.5;
  color: #DBA8AE;
  text-align: center
}

.dbt_pg .support_band .sup_portraits .portrait_item .port_role {
  font-size: 14px;
  line-height: 1.5;
  color: #fbf4f580;
  text-align: center
}

.dbt_pg .support_band .sup_text h2 {
  font-size: 42px;
  line-height: 1.1;
  color: #FBF4F5;
  margin: 0 0 20px;
  position: relative;
  display: inline-block
}

.dbt_pg .support_band .sup_text h2 .bg_num {
  position: absolute;
  top: -16px;
  left: -8px;
  font-size: 120px;
  line-height: 1;
  color: #dba8ae0d;
  font-weight: 900;
  pointer-events: none;
  user-select: none
}

.dbt_pg .support_band .sup_text h2 .h_text {
  position: relative;
  z-index: 1
}

.dbt_pg .support_band .sup_text p.intro_p {
  font-size: 18px;
  line-height: 1.8;
  color: #fbf4f5d9;
  margin: 0 0 20px
}

.dbt_pg .support_band .sup_text p {
  font-size: 15px;
  line-height: 1.8;
  color: #fbf4f5ad;
  margin: 0 0 20px
}

.dbt_pg .support_band .sup_text .sup_items {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 20px
}

.dbt_pg .support_band .sup_text .sup_item_row {
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: flex-start;
  padding: 20px;
  border-radius: 12px;
  background: #be474f12;
  box-shadow: 2px 2px 6px -2px #be474f14;
  transition: background .5s ease-in-out
}

.dbt_pg .support_band .sup_text .sup_item_row:hover {
  background: #be474f21
}

.dbt_pg .support_band .sup_text .sup_item_row .si_icon {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  margin-top: 2px
}

.dbt_pg .support_band .sup_text .sup_item_row .si_body h5 {
  font-size: 15px;
  line-height: 1.5;
  color: #DBA8AE;
  margin: 0 0 4px
}

.dbt_pg .support_band .sup_text .sup_item_row .si_body p {
  font-size: 14px;
  line-height: 1.8;
  color: #fbf4f59e;
  margin: 0
}

.dbt_pg .icon_cycle_row {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
  padding: 20px 64px;
  max-width: 1280px;
  margin: 0 auto
}

.dbt_pg .icon_cycle_row .cyc_icon {
  width: 32px;
  height: 32px;
  opacity: .3;
  transition: opacity .5s ease-in-out;
  flex-shrink: 0
}

.dbt_pg .icon_cycle_row .cyc_icon.cyc_1 {
  animation: icon_seq 3.6s ease-in-out infinite 0s
}

.dbt_pg .icon_cycle_row .cyc_icon.cyc_2 {
  animation: icon_seq 3.6s ease-in-out infinite .6s
}

.dbt_pg .icon_cycle_row .cyc_icon.cyc_3 {
  animation: icon_seq 3.6s ease-in-out infinite 1.2s
}

.dbt_pg .icon_cycle_row .cyc_icon.cyc_4 {
  animation: icon_seq 3.6s ease-in-out infinite 1.8s
}

.dbt_pg .icon_cycle_row .cyc_icon.cyc_5 {
  animation: icon_seq 3.6s ease-in-out infinite 2.4s
}

.dbt_pg .icon_cycle_row .cyc_icon.cyc_6 {
  animation: icon_seq 3.6s ease-in-out infinite 3s
}

@keyframes icon_seq {
  0% {
    opacity: .3
  }

  16% {
    opacity: 1
  }

  33% {
    opacity: .3
  }

  100% {
    opacity: .3
  }
}

.dbt_pg .dot_rhythm {
  display: flex;
  flex-direction: row;
  gap: 4px;
  align-items: center;
  padding: 12px 64px;
  max-width: 1280px;
  margin: 0 auto
}

.dbt_pg .dot_rhythm span {
  width: 4px;
  height: 4px;
  border-radius: 36px;
  background: #be474f66;
  display: block
}

.dbt_pg .dot_rhythm span:nth-child(3n+1) {
  background: #be474fb3
}

@media (max-width: 1024px) {
  .dbt_pg .title_zone {
    padding: 20px 32px 32px
  }

  .dbt_pg .title_zone h1 {
    font-size: 42px
  }

  .dbt_pg .exp_arc .arc_inner {
    padding: 0 32px;
    gap: 32px
  }

  .dbt_pg .outcomes_band .out_shell {
    padding: 0 32px
  }

  .dbt_pg .out_mosaic {
    grid-template-columns: 1fr 1fr
  }

  .dbt_pg .out_mosaic .out_card.card_wide {
    grid-column: 1 / 3;
    grid-row: auto;
    min-height: 280px
  }

  .dbt_pg .fit_band .fit_shell {
    padding: 0 32px;
    gap: 32px
  }

  .dbt_pg .approach_band .appr_shell {
    padding: 0 32px
  }

  .dbt_pg .appr_grid {
    grid-template-columns: 1fr 1fr
  }

  .dbt_pg .gap_band .gap_shell {
    padding: 0 32px
  }

  .dbt_pg .support_band .sup_shell {
    padding: 0 32px;
    gap: 32px
  }

  .dbt_pg .icon_cycle_row {
    padding: 20px 32px
  }

  .dbt_pg .dot_rhythm {
    padding: 12px 32px
  }
}

@media (max-width: 640px) {
  .dbt_pg .pg_strip_img {
    height: 140px
  }

  .dbt_pg .title_zone {
    padding: 20px 20px 32px
  }

  .dbt_pg .title_zone h1 {
    font-size: 30px
  }

  .dbt_pg .title_zone .t_desc {
    font-size: 15px
  }

  .dbt_pg .exp_arc .arc_inner {
    grid-template-columns: 1fr;
    padding: 0 20px;
    gap: 32px
  }

  .dbt_pg .exp_arc .arc_text_col h2 {
    font-size: 30px
  }

  .dbt_pg .outcomes_band .out_shell {
    padding: 0 20px
  }

  .dbt_pg .outcomes_band .out_shell .band_head h2 {
    font-size: 30px
  }

  .dbt_pg .out_mosaic {
    grid-template-columns: 1fr
  }

  .dbt_pg .out_mosaic .out_card.card_wide {
    grid-column: 1;
    min-height: 220px
  }

  .dbt_pg .fit_band .fit_shell {
    grid-template-columns: 1fr;
    padding: 0 20px;
    gap: 32px
  }

  .dbt_pg .fit_band .fit_text h2 {
    font-size: 30px
  }

  .dbt_pg .approach_band .appr_shell {
    padding: 0 20px
  }

  .dbt_pg .approach_band .appr_shell h2 {
    font-size: 30px
  }

  .dbt_pg .appr_grid {
    grid-template-columns: 1fr
  }

  .dbt_pg .gap_band .gap_shell {
    padding: 0 20px
  }

  .dbt_pg .gap_band .gap_shell h2 {
    font-size: 30px
  }

  .dbt_pg .gap_viz {
    grid-template-columns: 1fr
  }

  .dbt_pg .gap_viz .gap_arrow_col {
    padding: 8px 0;
    transform: rotate(90deg)
  }

  .dbt_pg .support_band .sup_shell {
    grid-template-columns: 1fr;
    padding: 0 20px;
    gap: 32px
  }

  .dbt_pg .support_band .sup_text h2 {
    font-size: 30px
  }

  .dbt_pg .icon_cycle_row {
    padding: 20px
  }

  .dbt_pg .dot_rhythm {
    padding: 12px 20px
  }
}

@media (max-width: 360px) {
  .dbt_pg .title_zone h1 {
    font-size: 22px
  }

  .dbt_pg .support_band .sup_portraits .portrait_pair {
    flex-direction: column
  }
}

.success_page {
  min-height: 80vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 64px 20px;
  background: #0e0608
}

.success_page .success_card {
  max-width: 560px;
  width: 100%;
  background: linear-gradient(277deg, #be474f21 18%, #0e0608fa 72%);
  border: 1px solid #be474f38;
  border-radius: 12px;
  padding: 64px 32px;
  text-align: center;
  box-shadow: 2px 9px 60px -2px #be474f1c;
  position: relative;
  overflow: hidden
}

.success_page .success_card .card_glow {
  position: absolute;
  top: -32px;
  left: 50%;
  transform: translateX(-50%);
  width: 180px;
  height: 180px;
  background: radial-gradient(ellipse at 50% 30%, #be474f2e 0%, transparent 70%);
  pointer-events: none;
  border-radius: 36px
}

.success_page .success_card .icon_wrap {
  width: 64px;
  height: 64px;
  margin: 0 auto 32px;
  border-radius: 36px;
  background: #be474f1f;
  border: 1.5px solid #be474f59;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  box-shadow: inset 0 2px 12px #be474f26 2px 6px 18px -2px #be474f1a
}

.success_page .success_card .icon_wrap svg {
  width: 28px;
  height: 28px
}

.success_page .success_card .success_heading {
  font-size: 30px;
  line-height: 1.1;
  color: #FBF4F5;
  margin: 0 0 20px
}

.success_page .success_card .success_body {
  font-size: 15px;
  line-height: 1.8;
  color: #fbf4f5b8;
  margin: 0 0 32px
}

.success_page .success_card .success_body strong {
  color: #DBA8AE;
  font-weight: 600
}

.success_page .success_card .divider_line {
  width: 48px;
  height: 2px;
  background: linear-gradient(277deg, #BE474F 18%, #DBA8AE 82%);
  border-radius: 0;
  margin: 0 auto 32px
}

.success_page .success_card .return_btn {
  display: inline-block;
  padding: 12px 32px;
  background: #BE474F;
  color: #FBF4F5;
  font-size: 15px;
  line-height: 1.5;
  border-radius: 12px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  box-shadow: 2px 6px 18px -2px #be474f1a;
  transition: background .5s ease-in-out, padding .55s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow .5s ease-in-out
}

.success_page .success_card .return_btn:hover {
  background: #a83940;
  padding: 12px 40px;
  box-shadow: 2px 9px 60px -2px #be474f1c
}

.success_page .success_card .return_btn:focus {
  outline: 2px solid #DBA8AE;
  outline-offset: 4px
}

.success_page .success_card .return_btn:active {
  background: #8f2e34
}

@media (max-width: 640px) {
  .success_page {
    padding: 32px 12px
  }

  .success_page .success_card {
    padding: 32px 20px
  }

  .success_page .success_card .success_heading {
    font-size: 22px
  }
}