html {
  box-sizing: border-box
}

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

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

.pg_shell {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 28px;
  padding-right: 28px
}

.hd_bar {
  background-color: #0D1D2D;
  border-bottom: 1px solid #fc8c172e;
  box-shadow: 0 4px 14px 0 #0d1d2d14;
  position: relative
}

.hd_inner {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  gap: 28px;
  padding: 16px 28px
}

.hd_brand {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  text-decoration: none;
  border: 2px solid #fc8c178c;
  border-radius: 2px;
  padding: 4px;
  box-shadow: 0 3px 5px 0 #fc8c1714;
  transition: border-color .45s ease-in-out, box-shadow .45s ease-in-out
}

.hd_brand:hover {
  border-color: #FC8C17;
  box-shadow: 0 4px 14px 0 #fc8c1714
}

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

.hd_brand img {
  display: block;
  width: 44px;
  height: 44px;
  object-fit: contain
}

.hd_sep {
  width: 1px;
  height: 36px;
  background: #fc8c1747;
  flex-shrink: 0
}

.hd_nav_mount {
  flex: 1;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px
}

.hd_nav_mount a {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 500;
  color: #F2F2F2;
  text-decoration: none;
  padding: 8px 16px;
  border-radius: 2px;
  border: 1px solid transparent;
  transition: color .25s cubic-bezier(0.25, 0.46, 0.45, 0.94), border-color .25s cubic-bezier(0.25, 0.46, 0.45, 0.94), background-color .25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  white-space: nowrap;
  min-height: 44px;
  display: inline-flex;
  align-items: center
}

.hd_nav_mount a:hover {
  color: #FC8C17;
  border-color: #fc8c174d;
  background-color: #fc8c170f
}

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

.hd_nav_mount a.active {
  color: #FC8C17;
  border-color: #fc8c1773
}

.hd_accent_strip {
  height: 3px;
  background: linear-gradient(90deg, #FC8C17 0%, #fc8c172e 60%, transparent 100%)
}

.ft_wrap {
  background-color: #0D1D2D;
  border-top: 1px solid #fc8c1726
}

.ft_upper {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: flex-start;
  gap: 56px;
  flex-wrap: wrap;
  padding: 56px 28px
}

.ft_brand_col {
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex-shrink: 0
}

.ft_logo_link {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  border: 2px solid #fc8c1773;
  border-radius: 2px;
  padding: 4px;
  box-shadow: 0 3px 5px 0 #fc8c1714;
  transition: border-color .5s ease-in-out
}

.ft_logo_link:hover {
  border-color: #FC8C17
}

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

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

.ft_brand_name {
  font-family: 'Literata', serif;
  font-size: 19px;
  line-height: 1.35;
  font-weight: 500;
  color: #F2F2F2;
  letter-spacing: .01em
}

.ft_tagline {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: 1.55;
  color: #f2f2f28c;
  max-width: 220px
}

.ft_contact_col {
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex: 1;
  min-width: 200px
}

.ft_col_label {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 700;
  color: #FC8C17;
  text-transform: uppercase;
  letter-spacing: .08em
}

.ft_contact_item {
  display: flex;
  align-items: flex-start;
  gap: 8px
}

.ft_contact_item svg {
  flex-shrink: 0;
  margin-top: 2px
}

.ft_contact_text {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: 1.55;
  color: #f2f2f2b3
}

.ft_contact_text a {
  color: #f2f2f2b3;
  text-decoration: none;
  transition: color .2s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.ft_contact_text a:hover {
  color: #FC8C17
}

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

.ft_links_col {
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-width: 160px
}

.ft_links_col a {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: 1.55;
  color: #f2f2f2b3;
  text-decoration: none;
  transition: color .2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  display: inline-block;
  min-height: 44px;
  display: flex;
  align-items: center
}

.ft_links_col a:hover {
  color: #FC8C17
}

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

.ft_lower {
  border-top: 1px solid #fc8c171a;
  background-color: #0d1d2db3
}

.ft_lower_inner {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
  padding: 16px 28px
}

.ft_copy {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: 1.35;
  color: #f2f2f266
}

.ft_legal_link {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: 1.35;
  color: #f2f2f266;
  text-decoration: none;
  transition: color .2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  min-height: 44px;
  display: inline-flex;
  align-items: center
}

.ft_legal_link:hover {
  color: #FC8C17
}

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

.ck_popup {
  position: fixed;
  bottom: 28px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 560px;
  max-width: calc(100% - 56px);
  background-color: #0D1D2D;
  border: 1px solid #fc8c1759;
  border-radius: 46px;
  padding: 16px 28px;
  display: none;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  z-index: 1200;
  box-shadow: 0 10px 52px 0 #fc8c1724;
  transform: translateX(-40px);
  opacity: 0;
  transition: transform .38s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity .38s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.ck_popup.ck_visible {
  transform: translateX(0);
  opacity: 1
}

.ck_icon_wrap {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 46px;
  background-color: #fc8c171f;
  display: flex;
  align-items: center;
  justify-content: center
}

.ck_msg {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: 1.55;
  color: #f2f2f2cc;
  flex: 1;
  min-width: 160px
}

.ck_actions {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-shrink: 0
}

.ck_btn_accept {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 700;
  color: #0D1D2D;
  background: linear-gradient(135deg, #FC8C17 0%, #e07a10 100%);
  border: none;
  border-radius: 46px;
  padding: 8px 28px;
  cursor: pointer;
  min-height: 44px;
  box-shadow: 0 3px 5px 0 #fc8c1714;
  transition: box-shadow .2s cubic-bezier(0.25, 0.46, 0.45, 0.94), background .2s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.ck_btn_accept:hover {
  box-shadow: 0 10px 52px 0 #fc8c1724
}

.ck_btn_accept:active {
  box-shadow: inset 0 2px 6px 0 #fc8c172e
}

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

.ck_btn_decline {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: 1.35;
  color: #f2f2f28c;
  background: none;
  border: none;
  cursor: pointer;
  text-decoration: underline;
  padding: 8px 4px;
  min-height: 44px;
  transition: color .2s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.ck_btn_decline:hover {
  color: #F2F2F2
}

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

@media (max-width: 768px) {
  .hd_inner {
    flex-wrap: wrap;
    gap: 16px
  }

  .hd_sep {
    display: none
  }

  .hd_nav_mount {
    width: 100%
  }

  .ft_upper {
    flex-direction: column;
    gap: 28px
  }

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

@media (max-width: 640px) {
  .hd_nav_mount a {
    font-size: 15px;
    padding: 8px
  }

  .ck_popup {
    border-radius: 2px;
    flex-direction: column;
    align-items: flex-start
  }
}

.policy-section-jodq {
  max-width: 1100px;
  margin: 0 auto;
  padding: 56px 28px;
  color: #F2F2F2;
  background: #0D1D2D
}

.policy-section-jodq p {
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 16px;
  color: #F2F2F2
}

.policy-section-jodq ul,
.policy-section-jodq ol {
  padding-left: 28px;
  margin-bottom: 16px
}

.policy-section-jodq ul {
  list-style: none;
  padding-left: 0
}

.policy-section-jodq ul li {
  padding-left: 16px;
  position: relative
}

.policy-section-jodq ul li::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #FC8C17;
  position: absolute;
  left: 0;
  top: .65em
}

.policy-section-jodq ol {
  list-style: decimal
}

.policy-section-jodq ol li {
  padding-left: 8px
}

.policy-section-jodq li {
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 8px;
  color: #F2F2F2
}

.policy-section-jodq strong,
.policy-section-jodq b {
  font-weight: 700;
  color: #FC8C17
}

.policy-section-jodq em,
.policy-section-jodq i {
  font-style: italic;
  color: #F2F2F2;
  opacity: .85
}

.policy-section-jodq a {
  color: #FC8C17;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
  transition: color .2s ease-in-out, text-decoration-color .45s ease-in-out
}

.policy-section-jodq a:hover {
  color: #F2F2F2;
  text-decoration-color: #FC8C17
}

.policy-section-jodq hr {
  border: none;
  border-top: 1px solid #f2f2f21f;
  margin: 56px 0
}

.policy-section-jodq div {
  margin-bottom: 28px
}

@media (max-width: 640px) {
  .policy-section-jodq {
    padding: 28px 16px
  }

  .policy-section-jodq p,
  .policy-section-jodq li {
    font-size: 15px;
    line-height: 1.8
  }

  .policy-section-jodq hr {
    margin: 28px 0
  }
}

.srvdet {
  background: #0D1D2D;
  color: #F2F2F2;
  overflow-x: hidden
}

.srvdet .pg_strip {
  width: 100%;
  max-height: 120px;
  overflow: hidden
}

.srvdet .pg_strip img {
  width: 100%;
  height: 120px;
  object-fit: cover;
  filter: grayscale(100%);
  display: block
}

.srvdet .ttl_zone {
  max-width: 1100px;
  margin: 0 auto;
  padding: 56px 28px;
  position: relative
}

.srvdet .ttl_zone .bg_curves {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden
}

.srvdet .ttl_zone .bg_curves svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .07
}

.srvdet .pre_label {
  font-size: 15px;
  line-height: 1.55;
  color: #FC8C17;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: 16px;
  display: block
}

.srvdet .ttl_meta {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 28px;
  align-items: center
}

.srvdet .meta_pill {
  background: #fc8c171a;
  border: 1px solid #fc8c1740;
  border-radius: 2px;
  padding: 4px 16px;
  font-size: 15px;
  line-height: 1.55;
  color: #FC8C17
}

.srvdet .meta_plain {
  font-size: 15px;
  line-height: 1.55;
  color: #f2f2f28c
}

.srvdet .ttl_desc {
  font-size: 19px;
  line-height: 1.8;
  color: #f2f2f2bf;
  max-width: 680px;
  margin-bottom: 28px
}

.srvdet .pg_h1 {
  font-size: 56px;
  line-height: 1.1;
  color: #F2F2F2;
  margin-bottom: 28px;
  clip-path: inset(0 100% 0 0);
  animation: wipe_in .55s cubic-bezier(0.25, 0.46, 0.45, 0.94) .1s forwards
}

@keyframes wipe_in {
  to {
    clip-path: inset(0 0% 0 0)
  }
}

.srvdet .pg_h1 span {
  font-size: 70px;
  display: block;
  color: #FC8C17;
  line-height: 1.1
}

.srvdet .ttl_actions {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center
}

.srvdet .btn_enroll {
  background: linear-gradient(to right, #FC8C17, #fc8c1799);
  color: #0D1D2D;
  border: none !important;
  border-radius: 2px;
  padding: 16px 28px;
  font-size: 19px;
  line-height: 1.35;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  box-shadow: 0 3px 5px 0 #fc8c1714;
  transition: box-shadow .45s ease-in-out, transform .2s ease-in-out
}

.srvdet .btn_enroll:hover {
  box-shadow: 0 10px 52px 0 #fc8c1724;
  transform: translateY(-2px)
}

.srvdet .btn_enroll:active {
  box-shadow: inset 0 3px 5px 0 #fc8c1714;
  transform: translateY(0)
}

.srvdet .like_count {
  font-size: 15px;
  color: #f2f2f28c;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px
}

.srvdet .like_icon {
  width: 18px;
  height: 18px;
  display: inline-block
}

.srvdet .dots_border {
  width: 100%;
  height: 28px;
  position: relative;
  overflow: hidden
}

.srvdet .dots_border svg {
  width: 100%;
  height: 100%
}

.srvdet .body_grid {
  max-width: 1100px;
  margin: 0 auto;
  padding: 56px 28px;
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 56px;
  align-items: start;
  background: linear-gradient(to bottom, #0D1D2D, #111f2e)
}

.srvdet .desc_col .sec_label {
  font-size: 15px;
  line-height: 1.55;
  font-weight: 700;
  color: #FC8C17;
  text-transform: uppercase;
  letter-spacing: .1em;
  margin-bottom: 16px;
  display: block
}

.srvdet .desc_col h2 {
  font-size: 31px;
  line-height: 1.35;
  color: #F2F2F2;
  margin-bottom: 16px
}

.srvdet .desc_col h3 {
  font-size: 24px;
  line-height: 1.35;
  color: #F2F2F2;
  margin-bottom: 16px
}

.srvdet .desc_col p {
  font-size: 19px;
  line-height: 1.8;
  color: #f2f2f2c7;
  margin-bottom: 16px
}

.srvdet .desc_col strong {
  color: #F2F2F2;
  font-weight: 700
}

.srvdet .desc_col ul {
  margin-bottom: 16px;
  padding: 0;
  list-style: none
}

.srvdet .desc_col ul li {
  font-size: 19px;
  line-height: 1.8;
  color: #f2f2f2c7;
  padding: 8px 0 8px 28px;
  position: relative;
  counter-increment: desc_list
}

.srvdet .desc_col ul li::before {
  content: counter(desc_list, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: 8px;
  font-size: 15px;
  color: #fc8c1766;
  font-weight: 700;
  line-height: 1.8
}

.srvdet .desc_col ul {
  counter-reset: desc_list
}

.srvdet .desc_col dl {
  margin-bottom: 16px
}

.srvdet .desc_col dt {
  font-size: 19px;
  font-weight: 700;
  color: #F2F2F2;
  margin-top: 16px
}

.srvdet .desc_col dd {
  font-size: 19px;
  line-height: 1.8;
  color: #f2f2f2c7;
  margin-left: 0
}

.srvdet .side_card {
  background: #111f2e;
  border-radius: 2px;
  border: 1px solid #fc8c1726;
  padding: 28px;
  position: sticky;
  top: 28px;
  box-shadow: 0 4px 14px 0 #0d1d2d14
}

.srvdet .side_card .price_big {
  font-size: 41px;
  line-height: 1.1;
  color: #FC8C17;
  font-weight: 700;
  margin-bottom: 8px;
  display: block
}

.srvdet .side_card .price_des {
  font-size: 15px;
  line-height: 1.55;
  color: #f2f2f299;
  margin-bottom: 16px;
  display: block
}

.srvdet .side_card .price_note {
  font-size: 15px;
  line-height: 1.55;
  color: #fc8c17cc;
  margin-bottom: 28px;
  display: block;
  padding: 8px 16px;
  background: #fc8c1714;
  border-radius: 2px
}

.srvdet .side_card .btn_enroll {
  width: 100%;
  text-align: center;
  margin-bottom: 16px;
  box-sizing: border-box
}

.srvdet .side_specs {
  margin-top: 28px;
  display: flex;
  flex-direction: column;
  gap: 16px
}

.srvdet .spec_row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 8px;
  border-bottom: 1px solid #f2f2f212;
  padding-bottom: 16px
}

.srvdet .spec_row:last-child {
  border-bottom: none;
  padding-bottom: 0
}

.srvdet .spec_lbl {
  font-size: 15px;
  line-height: 1.55;
  color: #f2f2f280;
  flex-shrink: 0
}

.srvdet .spec_val {
  font-size: 15px;
  line-height: 1.55;
  color: #F2F2F2;
  text-align: right
}

.srvdet .seats_badge {
  background: #fc8c1726;
  color: #FC8C17;
  border-radius: 2px;
  padding: 2px 8px;
  font-size: 15px
}

.srvdet .prog_zone {
  background: linear-gradient(to bottom, #111f2e, #0D1D2D);
  padding: 56px 0
}

.srvdet .prog_inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 28px
}

.srvdet .prog_inner .sec_h2 {
  font-size: 41px;
  line-height: 1.1;
  color: #F2F2F2;
  margin-bottom: 8px
}

.srvdet .prog_inner .sec_h2 span {
  color: #FC8C17
}

.srvdet .prog_inner .sec_sub {
  font-size: 19px;
  line-height: 1.55;
  color: #f2f2f28c;
  margin-bottom: 56px
}

.srvdet .prog_body {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 28px
}

.srvdet .prog_body h2 {
  font-size: 31px;
  line-height: 1.35;
  color: #F2F2F2;
  margin-bottom: 16px
}

.srvdet .prog_body h2 mark {
  background: #fc8c172e;
  color: #FC8C17;
  padding: 0 8px;
  border-radius: 2px
}

.srvdet .prog_body p {
  font-size: 19px;
  line-height: 1.8;
  color: #f2f2f2bf;
  margin-bottom: 16px
}

.srvdet .prog_body ul {
  list-style: none;
  padding: 0;
  margin: 0;
  counter-reset: prog_list
}

.srvdet .prog_body ul li {
  font-size: 19px;
  line-height: 1.8;
  color: #f2f2f2bf;
  padding: 4px 0 4px 28px;
  position: relative;
  counter-increment: prog_list
}

.srvdet .prog_body ul li::before {
  content: counter(prog_list);
  position: absolute;
  left: 0;
  top: 4px;
  font-size: 31px;
  color: #fc8c172e;
  font-weight: 700;
  line-height: 1.35
}

.srvdet .prog_body blockquote {
  border-top: 2px solid #fc8c1766;
  padding: 16px 0 0;
  margin: 16px 0 0;
  font-size: 19px;
  line-height: 1.8;
  color: #f2f2f2a6;
  font-style: italic
}

.srvdet .prog_body cite {
  font-size: 15px;
  color: #fc8c17b3;
  font-style: normal;
  display: block;
  margin-top: 8px
}

.srvdet .prog_body figure {
  margin: 16px 0
}

.srvdet .prog_body figcaption {
  font-size: 15px;
  color: #f2f2f273;
  margin-top: 8px
}

.srvdet .prog_body abbr {
  text-decoration: underline dotted #fc8c1780;
  cursor: help
}

.srvdet .prog_card {
  background: #0D1D2D;
  border: 1px solid #f2f2f212;
  border-radius: 2px;
  padding: 28px;
  box-shadow: 0 3px 5px 0 #0d1d2d14;
  transition: border-color .45s ease-in-out, box-shadow .45s ease-in-out;
  position: relative;
  overflow: hidden
}

.srvdet .prog_card::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(to right, #FC8C17, #fc8c1700);
  opacity: 0;
  transition: opacity .5s ease-in-out
}

.srvdet .prog_card:hover {
  border-color: #fc8c174d;
  box-shadow: 0 10px 52px 0 #fc8c1724
}

.srvdet .prog_card:hover::after {
  opacity: 1
}

.srvdet .prog_card .card_num {
  font-size: 56px;
  line-height: 1.1;
  color: #fc8c171f;
  font-weight: 700;
  display: block;
  margin-bottom: 8px
}

.srvdet .prog_card h4 {
  font-size: 24px;
  line-height: 1.35;
  color: #F2F2F2;
  margin-bottom: 16px
}

.srvdet .prog_card dl {
  margin: 0
}

.srvdet .prog_card dt {
  font-size: 15px;
  font-weight: 700;
  color: #FC8C17;
  margin-top: 16px
}

.srvdet .prog_card dd {
  font-size: 15px;
  line-height: 1.55;
  color: #f2f2f2a6;
  margin-left: 0
}

.srvdet .full_prog_area {
  margin-top: 56px;
  background: #fc8c170a;
  border-radius: 2px;
  border: 1px solid #fc8c171a;
  padding: 28px
}

.srvdet .full_prog_area h2 {
  font-size: 31px;
  line-height: 1.35;
  color: #F2F2F2;
  margin-bottom: 16px
}

.srvdet .full_prog_area h2 mark {
  background: #fc8c172e;
  color: #FC8C17;
  padding: 0 8px;
  border-radius: 2px
}

.srvdet .full_prog_area p {
  font-size: 19px;
  line-height: 1.8;
  color: #f2f2f2bf;
  margin-bottom: 16px
}

.srvdet .full_prog_area ul {
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
  counter-reset: full_prog
}

.srvdet .full_prog_area ul li {
  font-size: 19px;
  line-height: 1.8;
  color: #f2f2f2bf;
  padding: 4px 0 4px 28px;
  position: relative;
  counter-increment: full_prog
}

.srvdet .full_prog_area ul li::before {
  content: counter(full_prog);
  position: absolute;
  left: 0;
  top: 4px;
  font-size: 31px;
  color: #fc8c172e;
  font-weight: 700;
  line-height: 1.35
}

.srvdet .full_prog_area blockquote {
  border-top: 2px solid #fc8c1766;
  padding: 16px 0 0;
  margin: 16px 0 0;
  font-size: 19px;
  line-height: 1.8;
  color: #f2f2f2a6;
  font-style: italic
}

.srvdet .full_prog_area cite {
  font-size: 15px;
  color: #fc8c17b3;
  font-style: normal;
  display: block;
  margin-top: 8px
}

.srvdet .full_prog_area dl {
  margin-bottom: 16px
}

.srvdet .full_prog_area dt {
  font-size: 19px;
  font-weight: 700;
  color: #F2F2F2;
  margin-top: 16px
}

.srvdet .full_prog_area dd {
  font-size: 19px;
  line-height: 1.8;
  color: #f2f2f2c7;
  margin-left: 0
}

.srvdet .full_prog_area abbr {
  text-decoration: underline dotted #fc8c1780;
  cursor: help
}

.srvdet .full_prog_area figure {
  margin: 16px 0
}

.srvdet .full_prog_area figcaption {
  font-size: 15px;
  color: #f2f2f273;
  margin-top: 8px
}

.srvdet .cta_strip {
  background: #FC8C17;
  padding: 56px 28px
}

.srvdet .cta_inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 28px;
  align-items: center
}

.srvdet .cta_inner .cta_txt h3 {
  font-size: 41px;
  line-height: 1.1;
  color: #0D1D2D;
  margin-bottom: 8px
}

.srvdet .cta_inner .cta_txt h3 span {
  font-size: 56px;
  display: block;
  line-height: 1.1
}

.srvdet .cta_inner .cta_txt p {
  font-size: 19px;
  line-height: 1.55;
  color: #0d1d2dbf
}

.srvdet .cta_stat {
  text-align: center;
  padding: 28px;
  background: #0d1d2d14;
  border-radius: 2px
}

.srvdet .cta_stat .stat_num {
  font-size: 56px;
  line-height: 1.1;
  color: #0D1D2D;
  font-weight: 700;
  display: block
}

.srvdet .cta_stat .stat_lbl {
  font-size: 15px;
  line-height: 1.55;
  color: #0d1d2da6;
  text-transform: uppercase;
  letter-spacing: .1em
}

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

.srvdet .btn_dark {
  background: #0D1D2D;
  color: #FC8C17;
  border: none !important;
  border-radius: 2px;
  padding: 16px 28px;
  font-size: 19px;
  line-height: 1.35;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  box-shadow: 0 3px 5px 0 #0d1d2d14;
  transition: box-shadow .5s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform .2s ease-in-out
}

.srvdet .btn_dark:hover {
  box-shadow: 0 10px 52px 0 #0d1d2d24;
  transform: translateY(-2px)
}

.srvdet .btn_dark:active {
  box-shadow: inset 0 3px 5px 0 #0d1d2d14;
  transform: translateY(0)
}

.srvdet .btn_outline {
  background: transparent;
  color: #0D1D2D;
  border: 2px solid #0D1D2D !important;
  border-radius: 2px;
  padding: 14px 28px;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: background .45s ease-in-out, color .45s ease-in-out
}

.srvdet .btn_outline:hover {
  background: #0D1D2D;
  color: #FC8C17
}

.srvdet .svg_outline_wrap {
  position: relative;
  display: inline-block
}

.srvdet .svg_outline_wrap svg.draw_border {
  position: absolute;
  top: -4px;
  left: -4px;
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  pointer-events: none
}

.srvdet .svg_outline_wrap svg.draw_border rect {
  fill: none;
  stroke: #FC8C17;
  stroke-width: 2;
  stroke-dasharray: 600;
  stroke-dashoffset: 600;
  animation: draw_rect .65s cubic-bezier(0.25, 0.46, 0.45, 0.94) .3s forwards
}

@keyframes draw_rect {
  to {
    stroke-dashoffset: 0
  }
}

@media (max-width: 1024px) {
  .srvdet .body_grid {
    grid-template-columns: 1fr;
    gap: 28px
  }

  .srvdet .side_card {
    position: static
  }

  .srvdet .prog_body {
    grid-template-columns: 1fr 1fr
  }

  .srvdet .cta_inner {
    grid-template-columns: 1fr 1fr
  }

  .srvdet .cta_btn_col {
    align-items: flex-start;
    grid-column: 1 / -1
  }
}

@media (max-width: 768px) {
  .srvdet .pg_h1 {
    font-size: 41px
  }

  .srvdet .pg_h1 span {
    font-size: 56px
  }

  .srvdet .prog_body {
    grid-template-columns: 1fr
  }

  .srvdet .cta_inner {
    grid-template-columns: 1fr
  }

  .srvdet .cta_btn_col {
    align-items: stretch
  }

  .srvdet .cta_inner .cta_txt h3 span {
    font-size: 41px
  }
}

@media (max-width: 640px) {
  .srvdet .ttl_zone {
    padding: 28px 16px
  }

  .srvdet .body_grid {
    padding: 28px 16px
  }

  .srvdet .prog_inner {
    padding: 0 16px
  }

  .srvdet .cta_strip {
    padding: 28px 16px
  }

  .srvdet .pg_h1 {
    font-size: 31px
  }

  .srvdet .pg_h1 span {
    font-size: 41px
  }
}

@media print {

  .srvdet .bg_curves,
  .srvdet .dots_border,
  .srvdet .svg_outline_wrap svg.draw_border,
  .srvdet .prog_card::after,
  .srvdet .btn_enroll,
  .srvdet .btn_dark,
  .srvdet .btn_outline,
  .srvdet .cta_strip {
    display: none !important
  }

  .srvdet {
    background: #fff;
    color: #000
  }

  .srvdet .body_grid {
    grid-template-columns: 1fr
  }

  .srvdet .side_card {
    border: 1px solid #ccc;
    background: #f5f5f5;
    break-inside: avoid
  }

  .srvdet .prog_body {
    grid-template-columns: 1fr
  }

  .srvdet .prog_card {
    border: 1px solid #ccc;
    background: #fff;
    break-inside: avoid
  }

  .srvdet .ttl_zone,
  .srvdet .prog_zone,
  .srvdet .body_grid {
    padding: 28px 0
  }

  .srvdet .pg_h1,
  .srvdet .pg_h1 span {
    color: #000
  }

  .srvdet .desc_col p,
  .srvdet .desc_col ul li,
  .srvdet .prog_body p,
  .srvdet .prog_body ul li {
    color: #222
  }

  .srvdet .pre_label,
  .srvdet .meta_pill,
  .srvdet .side_card .price_big {
    color: #333
  }
}

.abt_us {
  background: #0D1D2D;
  color: #F2F2F2;
  overflow-x: clip
}

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

.abt_us .pg_wrap {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 28px
}

@keyframes scaleIn {
  from {
    transform: scale(0.9);
    opacity: 0
  }

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

.abt_us .reveal {
  animation: scaleIn .55s cubic-bezier(0.25, 0.46, 0.45, 0.94) both
}

.abt_us .reveal.d1 {
  animation-delay: .08s
}

.abt_us .reveal.d2 {
  animation-delay: .18s
}

.abt_us .reveal.d3 {
  animation-delay: .28s
}

.abt_us .ttl_blk {
  position: relative;
  padding: 56px 0 0
}

.abt_us .ttl_blk .img_band {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 2px
}

.abt_us .ttl_blk .img_band img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  display: block;
  border-radius: 2px;
  filter: brightness(0.45) sepia(0.3);
  transition: filter .55s ease-in-out
}

.abt_us .ttl_blk .img_band:hover img {
  filter: brightness(0.55) sepia(0.15)
}

.abt_us .ttl_blk .img_overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, #0d1d2dd1 0%, #fc8c1714 100%);
  border-radius: 2px;
  pointer-events: none
}

.abt_us .ttl_blk .bg_num {
  position: absolute;
  top: -16px;
  right: 28px;
  font-size: 220px;
  font-weight: 900;
  color: #fc8c170d;
  line-height: 1.1;
  pointer-events: none;
  user-select: none;
  z-index: 0
}

.abt_us .ttl_blk .txt_zone {
  padding: 56px 0;
  max-width: 680px
}

.abt_us .ttl_blk .lbl_tag {
  display: inline-block;
  font-size: 15px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #FC8C17;
  margin-bottom: 16px;
  line-height: 1.35
}

.abt_us .ttl_blk .prob_line {
  font-size: 24px;
  line-height: 1.35;
  color: #f2f2f299;
  margin-bottom: 16px
}

.abt_us .ttl_blk .sol_head {
  font-size: 56px;
  line-height: 1.1;
  font-weight: 900;
  color: #F2F2F2;
  margin-bottom: 28px
}

.abt_us .ttl_blk .sol_head span {
  font-size: 70px;
  color: #FC8C17;
  display: block;
  line-height: 1.1
}

.abt_us .ttl_blk .sub_para {
  font-size: 19px;
  line-height: 1.55;
  color: #f2f2f2bf;
  max-width: 560px
}

.abt_us .ttl_blk .deco_line {
  width: 120px;
  height: 2px;
  background: linear-gradient(to right, #FC8C17, transparent);
  margin: 28px 0
}

.abt_us .div_sep {
  display: flex;
  align-items: center;
  gap: 0;
  padding: 0 28px;
  max-width: 1100px;
  margin: 0 auto
}

.abt_us .div_sep .ln {
  flex: 1;
  height: 1px;
  background: #f2f2f21a
}

.abt_us .div_sep .acc {
  width: 48px;
  height: 2px;
  background: #FC8C17;
  margin: 0 8px
}

.abt_us .story_sec {
  padding: 56px 0;
  background: #fc8c170a;
  border-top: 1px solid #fc8c171a;
  border-bottom: 1px solid #fc8c171a
}

.abt_us .story_sec .split {
  display: flex;
  flex-direction: row;
  gap: 56px;
  align-items: flex-start
}

.abt_us .story_sec .left_col {
  flex: 0 0 340px;
  position: relative
}

.abt_us .story_sec .left_col img {
  width: 340px;
  height: 460px;
  object-fit: cover;
  border-radius: 2px;
  display: block;
  box-shadow: 0 10px 52px 0 #fc8c1724;
  transition: box-shadow .5s ease-in-out, transform .45s ease-in-out
}

.abt_us .story_sec .left_col img:hover {
  box-shadow: 0 10px 52px 0 #fc8c1747;
  transform: translateY(-4px)
}

.abt_us .story_sec .frame_lines {
  position: absolute;
  top: -8px;
  left: -8px;
  right: 8px;
  bottom: 8px;
  border: 1px solid #fc8c1733;
  border-radius: 2px;
  pointer-events: none
}

.abt_us .story_sec .right_col {
  flex: 1;
  padding-top: 8px
}

.abt_us .story_sec .sec_label {
  font-size: 15px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #FC8C17;
  margin-bottom: 16px;
  line-height: 1.35
}

.abt_us .story_sec .sec_head {
  font-size: 41px;
  line-height: 1.1;
  font-weight: 800;
  color: #F2F2F2;
  margin-bottom: 28px
}

.abt_us .story_sec .sec_head em {
  font-style: normal;
  font-size: 56px;
  display: block;
  color: #FC8C17;
  line-height: 1.1
}

.abt_us .story_sec .para_blk {
  margin-bottom: 28px
}

.abt_us .story_sec .para_blk .lead {
  font-size: 15px;
  font-weight: 700;
  color: #FC8C17;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 8px;
  display: block
}

.abt_us .story_sec .para_blk p {
  font-size: 19px;
  line-height: 1.55;
  color: #f2f2f2c7;
  margin: 0
}

.abt_us .story_sec .yr_badge {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  border: 1px solid #fc8c174d;
  border-radius: 2px;
  padding: 16px 28px;
  margin-top: 8px
}

.abt_us .story_sec .yr_badge .yr_num {
  font-size: 41px;
  font-weight: 900;
  color: #FC8C17;
  line-height: 1.1
}

.abt_us .story_sec .yr_badge .yr_txt {
  font-size: 15px;
  color: #f2f2f299;
  line-height: 1.35
}

.abt_us .team_sec {
  padding: 56px 0;
  background: #0D1D2D
}

.abt_us .team_sec .t_head_row {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 56px;
  gap: 28px
}

.abt_us .team_sec .t_label {
  font-size: 15px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #FC8C17;
  margin-bottom: 8px
}

.abt_us .team_sec .t_head {
  font-size: 41px;
  font-weight: 800;
  line-height: 1.1;
  color: #F2F2F2
}

.abt_us .team_sec .t_head span {
  font-size: 56px;
  display: block;
  line-height: 1.1
}

.abt_us .team_sec .t_sub {
  font-size: 19px;
  line-height: 1.55;
  color: #f2f2f2a6;
  max-width: 360px
}

.abt_us .team_sec .members_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px
}

.abt_us .team_sec .member_card {
  background: #f2f2f208;
  border: 1px solid #f2f2f214;
  border-radius: 2px;
  overflow: hidden;
  transition: border-color .45s ease-in-out, box-shadow .5s ease-in-out
}

.abt_us .team_sec .member_card:hover {
  border-color: #fc8c1759;
  box-shadow: 0 10px 52px 0 #fc8c1724
}

.abt_us .team_sec .member_card .card_img {
  position: relative;
  overflow: hidden
}

.abt_us .team_sec .member_card .card_img img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  display: block;
  filter: grayscale(30%);
  transition: filter .55s ease-in-out, transform .5s ease-in-out
}

.abt_us .team_sec .member_card:hover .card_img img {
  filter: grayscale(0%);
  transform: scale(1.03)
}

.abt_us .team_sec .member_card .card_body {
  padding: 16px 28px 28px
}

.abt_us .team_sec .member_card .m_name {
  font-size: 24px;
  font-weight: 700;
  color: #F2F2F2;
  line-height: 1.35;
  margin-bottom: 4px
}

.abt_us .team_sec .member_card .m_role {
  font-size: 15px;
  color: #FC8C17;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 16px
}

.abt_us .team_sec .member_card .m_bio {
  font-size: 15px;
  line-height: 1.55;
  color: #f2f2f2a6;
  margin: 0
}

.abt_us .metrics_sec {
  padding: 56px 0;
  background: #080f17;
  border-top: 1px solid #fc8c1726
}

.abt_us .metrics_sec .m_intro {
  display: flex;
  flex-direction: row;
  gap: 56px;
  align-items: flex-start;
  margin-bottom: 56px
}

.abt_us .metrics_sec .m_left {
  flex: 0 0 420px
}

.abt_us .metrics_sec .m_label {
  font-size: 15px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #FC8C17;
  margin-bottom: 8px
}

.abt_us .metrics_sec .m_head {
  font-size: 41px;
  font-weight: 800;
  line-height: 1.1;
  color: #F2F2F2;
  margin-bottom: 28px
}

.abt_us .metrics_sec .m_head span {
  font-size: 56px;
  display: block;
  line-height: 1.1;
  color: #FC8C17
}

.abt_us .metrics_sec .m_right {
  flex: 1;
  padding-top: 8px
}

.abt_us .metrics_sec .m_right .para_blk {
  margin-bottom: 28px
}

.abt_us .metrics_sec .m_right .para_blk .lead {
  font-size: 15px;
  font-weight: 700;
  color: #FC8C17;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 8px;
  display: block
}

.abt_us .metrics_sec .m_right .para_blk p {
  font-size: 19px;
  line-height: 1.55;
  color: #f2f2f2bf;
  margin: 0
}

.abt_us .metrics_sec .stats_row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4px
}

.abt_us .metrics_sec .stat_item {
  background: #fc8c170f;
  border: 1px solid #fc8c171f;
  border-radius: 2px;
  padding: 28px 16px;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: background .45s ease-in-out, border-color .45s ease-in-out
}

.abt_us .metrics_sec .stat_item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background: #FC8C17;
  transition: width .6s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.abt_us .metrics_sec .stat_item:hover::before {
  width: 100%
}

.abt_us .metrics_sec .stat_item:hover {
  background: #fc8c171a;
  border-color: #fc8c174d
}

.abt_us .metrics_sec .stat_num {
  font-size: 41px;
  font-weight: 900;
  color: #FC8C17;
  line-height: 1.1;
  display: block
}

.abt_us .metrics_sec .stat_lbl {
  font-size: 15px;
  color: #f2f2f299;
  line-height: 1.35;
  margin-top: 8px;
  display: block
}

.abt_us .metrics_sec .num_list {
  margin-top: 56px;
  display: flex;
  flex-direction: column;
  gap: 28px
}

.abt_us .metrics_sec .num_item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 28px
}

.abt_us .metrics_sec .num_item .big_n {
  font-size: 56px;
  font-weight: 900;
  color: #fc8c1726;
  line-height: 1.1;
  flex-shrink: 0;
  width: 56px;
  text-align: right
}

.abt_us .metrics_sec .num_item .item_txt {
  padding-top: 8px
}

.abt_us .metrics_sec .num_item .item_txt strong {
  font-size: 19px;
  color: #F2F2F2;
  display: block;
  margin-bottom: 4px;
  line-height: 1.35
}

.abt_us .metrics_sec .num_item .item_txt p {
  font-size: 15px;
  line-height: 1.55;
  color: #f2f2f299;
  margin: 0
}

@keyframes lineExpand {

  0%,
  100% {
    width: 24px
  }

  50% {
    width: 80px
  }
}

.abt_us .anim_ln {
  height: 2px;
  background: #FC8C17;
  border-radius: 2px;
  animation: lineExpand 2.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite;
  margin: 28px 0
}

@media (max-width: 1024px) {
  .abt_us .story_sec .split {
    gap: 28px
  }

  .abt_us .story_sec .left_col {
    flex: 0 0 280px
  }

  .abt_us .story_sec .left_col img {
    width: 280px;
    height: 380px
  }

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

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

  .abt_us .metrics_sec .m_intro {
    flex-direction: column;
    gap: 28px
  }

  .abt_us .metrics_sec .m_left {
    flex: none
  }
}

@media (max-width: 768px) {
  .abt_us .ttl_blk .sol_head {
    font-size: 41px
  }

  .abt_us .ttl_blk .sol_head span {
    font-size: 56px
  }

  .abt_us .story_sec .split {
    flex-direction: column
  }

  .abt_us .story_sec .left_col {
    flex: none;
    width: 100%
  }

  .abt_us .story_sec .left_col img {
    width: 100%;
    height: 320px
  }

  .abt_us .team_sec .members_grid {
    grid-template-columns: 1fr
  }

  .abt_us .team_sec .t_head_row {
    flex-direction: column;
    align-items: flex-start
  }

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

  .abt_us .ttl_blk .img_band img {
    height: 280px
  }
}

@media (max-width: 640px) {
  .abt_us .ttl_blk .sol_head {
    font-size: 31px
  }

  .abt_us .ttl_blk .sol_head span {
    font-size: 41px
  }

  .abt_us .story_sec .sec_head em {
    font-size: 41px
  }

  .abt_us .metrics_sec .stats_row {
    grid-template-columns: 1fr 1fr;
    gap: 8px
  }

  .abt_us .metrics_sec .m_head span {
    font-size: 41px
  }
}

.cnt_pg {
  background: #0D1D2D;
  color: #F2F2F2;
  overflow-x: clip
}

.cnt_pg .pg_strip {
  height: 4px;
  background: linear-gradient(to right, #FC8C17, transparent);
  width: 100%
}

.cnt_pg .opener {
  position: relative;
  padding: 56px 28px;
  background: radial-gradient(ellipse at 0% 0%, #fc8c172e 0%, transparent 60%);
  overflow: hidden
}

.cnt_pg .opener_inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 56px
}

.cnt_pg .opener_text {
  flex: 1 1 0
}

.cnt_pg .opener_label {
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #FC8C17;
  margin-bottom: 16px
}

.cnt_pg .opener_h1 {
  font-size: 56px;
  line-height: 1.1;
  font-weight: 900;
  color: #F2F2F2;
  margin: 0 0 28px
}

.cnt_pg .opener_h1 em {
  font-style: normal;
  text-decoration: underline;
  text-decoration-color: #FC8C17;
  text-underline-offset: 6px
}

.cnt_pg .opener_desc {
  font-size: 19px;
  line-height: 1.55;
  color: #f2f2f2bf;
  max-width: 480px;
  margin: 0
}

.cnt_pg .opener_stat {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px
}

.cnt_pg .stat_num {
  font-size: 70px;
  font-weight: 900;
  line-height: 1.1;
  color: #FC8C17;
  letter-spacing: -2px
}

.cnt_pg .stat_desc {
  font-size: 15px;
  line-height: 1.35;
  color: #f2f2f28c;
  text-align: right;
  max-width: 160px
}

.cnt_pg .opener_deco {
  position: absolute;
  top: -40px;
  right: -40px;
  width: 220px;
  height: 220px;
  border: 2px solid #fc8c1721;
  border-radius: 2px;
  animation: geo_spin 18s linear infinite;
  pointer-events: none
}

.cnt_pg .opener_deco2 {
  position: absolute;
  bottom: 16px;
  right: 80px;
  width: 90px;
  height: 90px;
  border: 1.5px solid #fc8c1717;
  border-radius: 2px;
  animation: geo_spin 26s linear infinite reverse;
  pointer-events: none
}

@keyframes geo_spin {
  from {
    transform: rotate(0deg)
  }

  to {
    transform: rotate(360deg)
  }
}

.cnt_pg .mid_row {
  padding: 56px 28px;
  background: #FC8C17;
  position: relative;
  overflow: hidden
}

.cnt_pg .mid_row::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 18px 18px, #0d1d2d21 2px, transparent 2px);
  background-size: 36px 36px;
  pointer-events: none
}

.cnt_pg .mid_inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: start;
  position: relative
}

.cnt_pg .reach_col h2 {
  font-size: 41px;
  line-height: 1.1;
  font-weight: 900;
  color: #0D1D2D;
  margin: 0 0 16px
}

.cnt_pg .reach_col h2 span {
  font-size: 56px;
  display: block
}

.cnt_pg .reach_col p {
  font-size: 19px;
  line-height: 1.55;
  color: #0d1d2dd1;
  margin: 0 0 28px
}

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

.cnt_pg .reach_items li {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px
}

.cnt_pg .ri_icon {
  flex: 0 0 auto;
  width: 36px;
  height: 36px;
  background: #0d1d2d1f;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center
}

.cnt_pg .ri_icon svg {
  width: 18px;
  height: 18px;
  fill: #0D1D2D
}

.cnt_pg .ri_body {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.cnt_pg .ri_label {
  font-size: 15px;
  font-weight: 700;
  color: #0d1d2d99;
  text-transform: uppercase;
  letter-spacing: .12em
}

.cnt_pg .ri_val {
  font-size: 19px;
  line-height: 1.35;
  color: #0D1D2D;
  font-weight: 600
}

.cnt_pg .ri_val a {
  color: #0D1D2D;
  text-decoration: none;
  border-bottom: 2px solid #0d1d2d40;
  transition: border-color .2s ease-in-out
}

.cnt_pg .ri_val a:hover {
  border-color: #0D1D2D
}

.cnt_pg .img_col {
  position: relative
}

.cnt_pg .img_frame {
  border-radius: 2px;
  overflow: hidden;
  box-shadow: 0 10px 52px 0 #0d1d2d24;
  position: relative
}

.cnt_pg .img_frame img {
  width: 100%;
  height: 340px;
  object-fit: cover;
  display: block;
  filter: brightness(0.88) saturate(0.9)
}

.cnt_pg .img_tint {
  position: absolute;
  inset: 0;
  background: #fc8c172e;
  pointer-events: none
}

.cnt_pg .form_area {
  padding: 56px 28px;
  background: #0D1D2D;
  position: relative
}

.cnt_pg .form_area_inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 56px;
  align-items: start
}

.cnt_pg .form_aside h2 {
  font-size: 41px;
  line-height: 1.1;
  font-weight: 900;
  color: #F2F2F2;
  margin: 0 0 16px
}

.cnt_pg .form_aside h2 strong {
  font-size: 56px;
  display: block;
  color: #FC8C17
}

.cnt_pg .form_aside p {
  font-size: 19px;
  line-height: 1.55;
  color: #f2f2f2a6;
  margin: 0 0 28px
}

.cnt_pg .aside_img {
  border-radius: 2px;
  overflow: hidden;
  box-shadow: 0 4px 14px 0 #fc8c1714
}

.cnt_pg .aside_img img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
  filter: brightness(0.75) saturate(0.7)
}

.cnt_pg .frm {
  background: #f2f2f20a;
  border: 1px solid #f2f2f217;
  border-radius: 2px;
  padding: 28px;
  box-shadow: 0 4px 14px 0 #fc8c1714
}

.cnt_pg .frm_row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 16px
}

.cnt_pg .frm_group {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 16px
}

.cnt_pg .frm_group label {
  font-size: 15px;
  font-weight: 700;
  color: #f2f2f2b3;
  letter-spacing: .06em
}

.cnt_pg .frm_group input,
.cnt_pg .frm_group select,
.cnt_pg .frm_group textarea {
  background: #f2f2f20f;
  border: 1px solid #f2f2f224;
  border-radius: 2px;
  color: #F2F2F2;
  font-size: 19px;
  line-height: 1.55;
  padding: 16px;
  outline: none;
  transition: border-color .45s ease-in-out, box-shadow .45s ease-in-out;
  width: 100%;
  box-sizing: border-box;
  appearance: none;
  -webkit-appearance: none
}

.cnt_pg .frm_group select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath fill='%23FC8C17' d='M4 6l4 4 4-4'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 40px;
  cursor: pointer
}

.cnt_pg .frm_group select option {
  background: #0D1D2D;
  color: #F2F2F2
}

.cnt_pg .frm_group input::placeholder,
.cnt_pg .frm_group textarea::placeholder {
  color: #f2f2f24d
}

.cnt_pg .frm_group input:focus,
.cnt_pg .frm_group select:focus,
.cnt_pg .frm_group textarea:focus {
  border-color: #FC8C17;
  box-shadow: 0 3px 5px 0 #fc8c1714
}

.cnt_pg .frm_group textarea {
  resize: vertical;
  min-height: 120px
}

.cnt_pg .frm_divider {
  height: 1px;
  background: #f2f2f214;
  margin: 28px 0
}

.cnt_pg .frm_checks {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 16px
}

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

.cnt_pg .frm_check_item label {
  font-size: 15px;
  line-height: 1.55;
  color: #f2f2f2a6;
  cursor: pointer
}

.cnt_pg .frm_check_item input[type="checkbox"] {
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  accent-color: #FC8C17;
  cursor: pointer;
  margin-top: 2px;
  box-shadow: inset 0 2px 4px 0 #0d1d2d14
}

.cnt_pg .frm_check_item a {
  color: #FC8C17;
  text-decoration: none;
  border-bottom: 1px solid #fc8c1759;
  transition: border-color .2s ease-in-out
}

.cnt_pg .frm_check_item a:hover {
  border-color: #FC8C17
}

.cnt_pg .frm_privacy {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 28px;
  padding: 16px;
  background: #fc8c170f;
  border-radius: 2px;
  border: 1px solid #fc8c1726
}

.cnt_pg .frm_privacy input[type="checkbox"] {
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  accent-color: #FC8C17;
  cursor: pointer;
  margin-top: 2px;
  box-shadow: inset 0 2px 4px 0 #0d1d2d14
}

.cnt_pg .frm_privacy label {
  font-size: 15px;
  line-height: 1.55;
  color: #f2f2f2b3;
  cursor: pointer
}

.cnt_pg .frm_privacy label a {
  color: #FC8C17;
  text-decoration: none;
  border-bottom: 1px solid #fc8c1759;
  transition: border-color .2s ease-in-out
}

.cnt_pg .frm_privacy label a:hover {
  border-color: #FC8C17
}

.cnt_pg .btn_submit {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(to right, #FC8C17, #fc8c17b3);
  color: #0D1D2D;
  font-size: 19px;
  font-weight: 800;
  padding: 16px 56px;
  border: none;
  border-radius: 46px;
  cursor: pointer;
  transition: box-shadow .55s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform .2s ease-in-out;
  box-shadow: 0 3px 5px 0 #fc8c1714
}

.cnt_pg .btn_submit:hover {
  box-shadow: 0 10px 52px 0 #fc8c1724;
  transform: translateY(-2px)
}

.cnt_pg .btn_submit:active {
  box-shadow: inset 0 2px 6px 0 #0d1d2d24;
  transform: translateY(0)
}

.cnt_pg .btn_submit:focus-visible {
  outline: 2px solid #FC8C17;
  outline-offset: 4px
}

.cnt_pg .topic_row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 16px
}

.cnt_pg .frm_row_single {
  margin-bottom: 16px
}

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

.cnt_pg .type_pill input[type="radio"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0
}

.cnt_pg .type_pill label {
  display: inline-block;
  padding: 8px 16px;
  border: 1px solid #f2f2f22e;
  border-radius: 46px;
  font-size: 15px;
  color: #f2f2f2a6;
  cursor: pointer;
  transition: background .45s ease-in-out, color .45s ease-in-out, border-color .45s ease-in-out
}

.cnt_pg .type_pill input[type="radio"]:checked+label {
  background: #FC8C17;
  color: #0D1D2D;
  border-color: #FC8C17;
  font-weight: 700
}

.cnt_pg .type_pill label:hover {
  border-color: #fc8c178c;
  color: #F2F2F2
}

.cnt_pg .pill_legend {
  font-size: 15px;
  font-weight: 700;
  color: #f2f2f2b3;
  margin-bottom: 8px;
  letter-spacing: .06em;
  display: block
}

.cnt_pg .reveal_row {
  opacity: 0;
  transform: translateY(24px);
  animation: row_appear .55s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards
}

.cnt_pg .reveal_row:nth-child(1) {
  animation-delay: .08s
}

.cnt_pg .reveal_row:nth-child(2) {
  animation-delay: .18s
}

.cnt_pg .reveal_row:nth-child(3) {
  animation-delay: .28s
}

.cnt_pg .reveal_row:nth-child(4) {
  animation-delay: .38s
}

.cnt_pg .reveal_row:nth-child(5) {
  animation-delay: .48s
}

.cnt_pg .reveal_row:nth-child(6) {
  animation-delay: .58s
}

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

.cnt_pg .blink_cursor::after {
  content: '';
  display: inline-block;
  width: 3px;
  height: 1em;
  background: #FC8C17;
  margin-left: 4px;
  vertical-align: text-bottom;
  animation: blink .6s step-end infinite
}

@keyframes blink {

  0%,
  100% {
    opacity: 1
  }

  50% {
    opacity: 0
  }
}

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

  .cnt_pg .mid_inner {
    grid-template-columns: 1fr;
    gap: 28px
  }

  .cnt_pg .opener_inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 28px
  }

  .cnt_pg .opener_stat {
    align-items: flex-start
  }

  .cnt_pg .stat_desc {
    text-align: left
  }
}

@media (max-width: 768px) {
  .cnt_pg .opener_h1 {
    font-size: 41px
  }

  .cnt_pg .frm_row {
    grid-template-columns: 1fr
  }

  .cnt_pg .topic_row {
    grid-template-columns: 1fr
  }

  .cnt_pg .frm {
    padding: 16px
  }

  .cnt_pg .mid_row {
    padding: 28px 16px
  }

  .cnt_pg .form_area {
    padding: 28px 16px
  }

  .cnt_pg .opener {
    padding: 28px 16px
  }
}

@media (max-width: 640px) {
  .cnt_pg .opener_h1 {
    font-size: 31px
  }

  .cnt_pg .stat_num {
    font-size: 56px
  }

  .cnt_pg .reach_col h2 span {
    font-size: 41px
  }

  .cnt_pg .form_aside h2 strong {
    font-size: 41px
  }

  .cnt_pg .btn_submit {
    width: 100%;
    justify-content: center;
    padding: 16px 28px
  }
}

.srv_pg {
  background: #0D1D2D;
  color: #F2F2F2;
  overflow-x: hidden
}

.srv_pg .pg_lim {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 28px;
  padding-right: 28px
}

.srv_pg .ttl_band {
  padding-top: 56px;
  padding-bottom: 56px;
  background: linear-gradient(to bottom, #fc8c172e 0%, transparent 100%);
  position: relative
}

.srv_pg .ttl_band_curves {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden
}

.srv_pg .ttl_band_curves svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .13
}

.srv_pg .ttl_eyebrow {
  font-size: 15px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #FC8C17;
  margin-bottom: 16px;
  display: block
}

.srv_pg .ttl_h1 {
  font-size: 56px;
  line-height: 1.1;
  color: #F2F2F2;
  margin-bottom: 16px;
  max-width: 640px
}

.srv_pg .ttl_h1 span {
  font-size: 70px;
  line-height: 1.1;
  color: #FC8C17;
  display: block
}

.srv_pg .ttl_desc {
  font-size: 19px;
  line-height: 1.55;
  color: #f2f2f2b8;
  max-width: 520px
}

.srv_pg .cards_sec {
  padding-top: 56px;
  padding-bottom: 56px
}

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

.srv_pg .crd {
  background: #f2f2f20a;
  border-radius: 2px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 14px 0 #fc8c1714;
  transition: box-shadow .5s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform .45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  animation: crd_settle .55s cubic-bezier(0.25, 0.46, 0.45, 0.94) both
}

.srv_pg .crd:hover {
  box-shadow: 0 10px 52px 0 #fc8c1724;
  transform: translateY(-4px)
}

@keyframes crd_settle {
  from {
    transform: scale(0.95);
    opacity: 0
  }

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

.srv_pg .crd_img_wrap {
  position: relative;
  overflow: hidden
}

.srv_pg .crd_img_wrap img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
  filter: grayscale(100%);
  transition: filter .5s ease-in-out
}

.srv_pg .crd:hover .crd_img_wrap img {
  filter: grayscale(0%)
}

.srv_pg .crd_overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #0d1d2dd1;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity .45s ease-in-out
}

.srv_pg .crd_img_wrap:hover .crd_overlay {
  opacity: 1
}

.srv_pg .crd_overlay_txt {
  font-size: 15px;
  color: #F2F2F2;
  text-align: center;
  padding: 16px;
  line-height: 1.55
}

.srv_pg .crd_body {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1
}

.srv_pg .crd_tags {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center
}

.srv_pg .crd_tag {
  font-size: 15px;
  color: #FC8C17;
  background: #fc8c171f;
  border-radius: 2px;
  padding: 4px 8px;
  line-height: 1.35
}

.srv_pg .crd_lvl {
  font-size: 15px;
  color: #f2f2f28c;
  line-height: 1.35
}

.srv_pg .crd_ttl {
  font-size: 19px;
  line-height: 1.35;
  color: #F2F2F2;
  margin-top: 4px
}

.srv_pg .crd_desc {
  font-size: 15px;
  line-height: 1.55;
  color: #f2f2f2a6
}

.srv_pg .crd_meta {
  display: flex;
  flex-direction: row;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 4px
}

.srv_pg .crd_meta_item {
  font-size: 15px;
  color: #f2f2f280;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px
}

.srv_pg .crd_meta_icon {
  width: 14px;
  height: 14px;
  flex-shrink: 0
}

.srv_pg .crd_foot {
  padding: 16px;
  border-top: 1px solid #f2f2f214;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 8px
}

.srv_pg .crd_price_wrap {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.srv_pg .crd_price {
  font-size: 24px;
  line-height: 1.1;
  color: #FC8C17
}

.srv_pg .crd_price_des {
  font-size: 15px;
  color: #f2f2f273;
  line-height: 1.35
}

.srv_pg .crd_price_note {
  font-size: 15px;
  color: #f2f2f261;
  line-height: 1.35
}

.srv_pg .crd_seats {
  font-size: 15px;
  color: #fc8c17d9
}

.srv_pg .crd_btn {
  display: inline-block;
  padding: 8px 16px;
  background: linear-gradient(to right, #FC8C17, #fc8c1799);
  color: #0D1D2D;
  font-size: 15px;
  line-height: 1.35;
  border-radius: 46px;
  text-decoration: none;
  font-weight: 700;
  transition: box-shadow .45s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity .2s ease-in-out
}

.srv_pg .crd_btn:hover {
  box-shadow: 0 10px 52px 0 #fc8c1724;
  opacity: .9
}

.srv_pg .crd_likes {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  font-size: 15px;
  color: #f2f2f273
}

.srv_pg .crd.wide {
  grid-column: span 2;
  flex-direction: row
}

.srv_pg .crd.wide .crd_img_wrap {
  flex-shrink: 0
}

.srv_pg .crd.wide .crd_img_wrap img {
  width: 280px;
  height: 100%;
  min-height: 220px
}

.srv_pg .crd.wide .crd_body {
  flex: 1
}

.srv_pg .crd.wide .crd_foot {
  border-top: none;
  border-left: 1px solid #f2f2f214;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 16px;
  min-width: 160px
}

.srv_pg .featured_sec {
  padding-top: 56px;
  padding-bottom: 56px;
  background: #fc8c170f;
  position: relative
}

.srv_pg .featured_sec::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: repeating-linear-gradient(to right, #FC8C17 0px, #FC8C17 6px, transparent 6px, transparent 14px);
  opacity: .35
}

.srv_pg .featured_inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center
}

.srv_pg .featured_img_wrap {
  position: relative;
  border-radius: 2px;
  overflow: hidden
}

.srv_pg .featured_img_wrap img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  display: block;
  filter: grayscale(100%);
  transition: filter .6s ease-in-out
}

.srv_pg .featured_img_wrap:hover img {
  filter: grayscale(0%)
}

.srv_pg .featured_img_overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #0d1d2dbf;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity .5s ease-in-out
}

.srv_pg .featured_img_wrap:hover .featured_img_overlay {
  opacity: 1
}

.srv_pg .featured_img_overlay_txt {
  font-size: 19px;
  color: #F2F2F2;
  padding: 28px;
  text-align: center;
  line-height: 1.55
}

.srv_pg .featured_dashed {
  border: 2px dashed #fc8c1766;
  border-radius: 2px;
  padding: 28px
}

.srv_pg .featured_label {
  font-size: 15px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #FC8C17;
  margin-bottom: 16px;
  display: block
}

.srv_pg .featured_h2 {
  font-size: 41px;
  line-height: 1.1;
  color: #F2F2F2;
  margin-bottom: 16px
}

.srv_pg .featured_h2 span {
  font-size: 56px
}

.srv_pg .featured_body {
  font-size: 19px;
  line-height: 1.55;
  color: #f2f2f2b3;
  margin-bottom: 28px
}

.srv_pg .featured_stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 28px
}

.srv_pg .stat_item {
  background: #0d1d2d99;
  border-radius: 2px;
  padding: 16px
}

.srv_pg .stat_num {
  font-size: 41px;
  line-height: 1.1;
  color: #FC8C17;
  display: block
}

.srv_pg .stat_lbl {
  font-size: 15px;
  color: #f2f2f28c;
  line-height: 1.35
}

.srv_pg .why_sec {
  padding-top: 56px;
  padding-bottom: 56px;
  background: #0D1D2D;
  position: relative
}

.srv_pg .why_sec_pattern {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
  background-image: linear-gradient(#f2f2f208 1px, transparent 1px), linear-gradient(90deg, #f2f2f208 1px, transparent 1px);
  background-size: 32px 32px
}

.srv_pg .why_head {
  text-align: center;
  margin-bottom: 56px
}

.srv_pg .why_h2 {
  font-size: 41px;
  line-height: 1.1;
  color: #F2F2F2;
  margin-bottom: 16px
}

.srv_pg .why_h2 span {
  font-size: 56px;
  color: #FC8C17
}

.srv_pg .why_sub {
  font-size: 19px;
  line-height: 1.55;
  color: #f2f2f299;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto
}

.srv_pg .why_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 1
}

.srv_pg .why_item {
  position: relative;
  padding-top: 56px
}

.srv_pg .why_num {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 70px;
  line-height: 1.1;
  color: #fc8c171a;
  font-weight: 700
}

.srv_pg .why_item_h {
  font-size: 19px;
  line-height: 1.35;
  color: #F2F2F2;
  margin-bottom: 8px
}

.srv_pg .why_item_p {
  font-size: 15px;
  line-height: 1.55;
  color: #f2f2f299
}

.srv_pg .wavy_div {
  width: 100%;
  overflow: hidden;
  line-height: 0
}

.srv_pg .wavy_div svg {
  display: block;
  width: 100%
}

.srv_pg .contact_sec {
  padding-top: 56px;
  padding-bottom: 56px;
  background: #FC8C17
}

.srv_pg .contact_inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  flex-wrap: wrap
}

.srv_pg .contact_txt_h {
  font-size: 41px;
  line-height: 1.1;
  color: #0D1D2D;
  margin-bottom: 8px
}

.srv_pg .contact_txt_h span {
  font-size: 56px;
  display: block
}

.srv_pg .contact_txt_p {
  font-size: 19px;
  line-height: 1.55;
  color: #0d1d2dbf;
  max-width: 440px
}

.srv_pg .contact_form {
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-width: 300px
}

.srv_pg .contact_form input,
.srv_pg .contact_form textarea {
  background: #0d1d2d1f;
  border: 1.5px solid #0d1d2d40;
  border-radius: 2px;
  padding: 12px 16px;
  font-size: 15px;
  color: #0D1D2D;
  outline: none;
  transition: border-color .2s ease-in-out;
  width: 100%
}

.srv_pg .contact_form input::placeholder,
.srv_pg .contact_form textarea::placeholder {
  color: #0d1d2d73
}

.srv_pg .contact_form input:focus,
.srv_pg .contact_form textarea:focus {
  border-color: #0D1D2D
}

.srv_pg .contact_form textarea {
  min-height: 100px;
  resize: vertical
}

.srv_pg .contact_btn {
  background: linear-gradient(to right, #0D1D2D, #0d1d2db3);
  color: #FC8C17;
  border: none;
  border-radius: 46px;
  padding: 12px 28px;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  transition: box-shadow .45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  align-self: flex-start
}

.srv_pg .contact_btn:hover {
  box-shadow: 0 10px 52px 0 #0d1d2d24
}

.srv_pg .contact_btn:active {
  box-shadow: inset 0 3px 5px 0 #0d1d2d2e
}

.srv_pg .faq_sec {
  padding-top: 56px;
  padding-bottom: 56px;
  background: #f2f2f208
}

.srv_pg .faq_grid {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 56px;
  align-items: start
}

.srv_pg .faq_side_h {
  font-size: 41px;
  line-height: 1.1;
  color: #F2F2F2;
  position: sticky;
  top: 28px
}

.srv_pg .faq_side_h span {
  font-size: 56px;
  color: #FC8C17;
  display: block
}

.srv_pg .faq_list {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.srv_pg .faq_item {
  border-bottom: 1px solid #f2f2f21a
}

.srv_pg .faq_q {
  width: 100%;
  background: none;
  border: none;
  text-align: left;
  padding: 16px 0;
  font-size: 19px;
  line-height: 1.35;
  color: #F2F2F2;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  transition: color .2s ease-in-out
}

.srv_pg .faq_q:hover {
  color: #FC8C17
}

.srv_pg .faq_icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  position: relative
}

.srv_pg .faq_icon::before,
.srv_pg .faq_icon::after {
  content: '';
  position: absolute;
  background: #FC8C17;
  border-radius: 2px
}

.srv_pg .faq_icon::before {
  width: 14px;
  height: 2px;
  top: 9px;
  left: 3px
}

.srv_pg .faq_icon::after {
  width: 2px;
  height: 14px;
  top: 3px;
  left: 9px;
  transition: transform .25s ease-in-out, opacity .2s ease-in-out
}

.srv_pg details[open] .faq_icon::after {
  transform: rotate(90deg);
  opacity: 0
}

.srv_pg .faq_a {
  font-size: 15px;
  line-height: 1.55;
  color: #f2f2f2a6;
  padding-bottom: 16px
}

@media (max-width: 1024px) {
  .srv_pg .cards_grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .srv_pg .crd.wide {
    grid-column: span 2
  }

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

  .srv_pg .faq_grid {
    grid-template-columns: 1fr;
    gap: 28px
  }

  .srv_pg .faq_side_h {
    position: static
  }
}

@media (max-width: 768px) {
  .srv_pg .ttl_h1 {
    font-size: 41px
  }

  .srv_pg .ttl_h1 span {
    font-size: 56px
  }

  .srv_pg .cards_grid {
    grid-template-columns: 1fr
  }

  .srv_pg .crd.wide {
    grid-column: span 1;
    flex-direction: column
  }

  .srv_pg .crd.wide .crd_img_wrap img {
    width: 100%;
    height: 200px
  }

  .srv_pg .crd.wide .crd_foot {
    border-left: none;
    border-top: 1px solid #f2f2f214;
    flex-direction: row;
    align-items: center;
    justify-content: space-between
  }

  .srv_pg .featured_inner {
    grid-template-columns: 1fr;
    gap: 28px
  }

  .srv_pg .featured_img_wrap img {
    height: 260px
  }

  .srv_pg .featured_stats {
    grid-template-columns: 1fr 1fr
  }

  .srv_pg .why_list {
    grid-template-columns: 1fr
  }

  .srv_pg .contact_inner {
    flex-direction: column
  }

  .srv_pg .contact_form {
    width: 100%;
    min-width: unset
  }
}

@media (max-width: 640px) {
  .srv_pg .ttl_h1 {
    font-size: 31px
  }

  .srv_pg .ttl_h1 span {
    font-size: 41px
  }

  .srv_pg .featured_h2 {
    font-size: 31px
  }

  .srv_pg .featured_h2 span {
    font-size: 41px
  }

  .srv_pg .why_h2 {
    font-size: 31px
  }

  .srv_pg .why_h2 span {
    font-size: 41px
  }

  .srv_pg .contact_txt_h {
    font-size: 31px
  }

  .srv_pg .contact_txt_h span {
    font-size: 41px
  }

  .srv_pg .faq_side_h {
    font-size: 31px
  }

  .srv_pg .faq_side_h span {
    font-size: 41px
  }
}

.dbt {
  background: #0D1D2D;
  color: #F2F2F2;
  overflow-x: hidden
}

.dbt .pg_wrap {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 28px
}

.dbt .div_line {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0 auto
}

.dbt .div_line span {
  flex: 1;
  height: 1px;
  background: #f2f2f22e
}

.dbt .div_line i {
  width: 8px;
  height: 8px;
  background: #FC8C17;
  transform: rotate(45deg);
  display: block;
  flex-shrink: 0
}

.dbt .lbl {
  font-size: 15px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #FC8C17;
  font-weight: 700;
  display: inline-block
}

.dbt .num_big {
  font-size: 56px;
  line-height: 1.1;
  color: #fc8c171f;
  font-weight: 900;
  position: absolute;
  top: -8px;
  left: -4px;
  pointer-events: none;
  user-select: none
}

.dbt .ttl_sec {
  padding: 56px 0;
  position: relative
}

.dbt .ttl_sec .pg_wrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px
}

.dbt .ttl_text {
  padding: 56px 0 28px
}

.dbt .ttl_text h1 {
  font-size: 70px;
  line-height: 1.1;
  color: #F2F2F2;
  margin: 0 0 28px;
  max-width: 780px
}

.dbt .ttl_text h1 em {
  font-style: normal;
  color: #FC8C17
}

.dbt .ttl_text p {
  font-size: 19px;
  line-height: 1.55;
  max-width: 560px;
  color: #f2f2f2c7;
  margin: 0
}

.dbt .ttl_img_row {
  position: relative;
  border-radius: 2px;
  overflow: hidden
}

.dbt .ttl_img_row img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  display: block;
  border-radius: 2px
}

.dbt .ttl_img_row::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, #0d1d2d2e 0%, #0d1d2d9e 100%);
  border-radius: 2px;
  pointer-events: none
}

.dbt .dot_grp {
  position: absolute;
  top: 28px;
  right: 28px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  pointer-events: none
}

.dbt .dot_grp span {
  display: block;
  border-radius: 46px;
  background: #fc8c1738
}

.dbt .dot_grp span:nth-child(1) {
  width: 6px;
  height: 6px
}

.dbt .dot_grp span:nth-child(2) {
  width: 10px;
  height: 10px
}

.dbt .dot_grp span:nth-child(3) {
  width: 6px;
  height: 6px
}

.dbt .dot_grp span:nth-child(4) {
  width: 8px;
  height: 8px
}

.dbt .dot_grp span:nth-child(5) {
  width: 10px;
  height: 10px
}

.dbt .dot_grp span:nth-child(6) {
  width: 6px;
  height: 6px
}

.dbt .dot_grp span:nth-child(7) {
  width: 8px;
  height: 8px
}

.dbt .dot_grp span:nth-child(8) {
  width: 6px;
  height: 6px
}

.dbt .underline_draw {
  display: inline-block;
  position: relative
}

.dbt .underline_draw::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  height: 3px;
  width: 0;
  background: linear-gradient(to right, #FC8C17, transparent);
  border-radius: 2px;
  animation: draw_line .55s cubic-bezier(0.25, 0.46, 0.45, 0.94) .4s forwards
}

@keyframes draw_line {
  to {
    width: 100%
  }
}

.dbt .team_sec {
  padding: 56px 0;
  background: #0D1D2D
}

.dbt .team_sec .pg_wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  align-items: start
}

.dbt .team_left h2 {
  font-size: 41px;
  line-height: 1.1;
  margin: 0 0 16px
}

.dbt .team_left h2 span {
  font-size: 56px;
  display: block;
  color: #FC8C17
}

.dbt .team_left p {
  font-size: 15px;
  line-height: 1.55;
  color: #f2f2f2b8;
  margin: 0 0 16px
}

.dbt .team_left p strong {
  color: #F2F2F2
}

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

.dbt .t_card {
  background: #f2f2f20a;
  border: 1px solid #f2f2f217;
  border-radius: 2px;
  padding: 16px;
  transition: background .45s ease-in-out, border-color .45s ease-in-out
}

.dbt .t_card:hover {
  background: #fc8c1714;
  border-color: #fc8c174d
}

.dbt .t_card h5 {
  font-size: 19px;
  line-height: 1.35;
  margin: 0 0 8px;
  color: #F2F2F2
}

.dbt .t_card p {
  font-size: 15px;
  line-height: 1.55;
  color: #f2f2f2a6;
  margin: 0
}

.dbt .t_card .role_tag {
  font-size: 15px;
  color: #FC8C17;
  display: block;
  margin-bottom: 4px;
  letter-spacing: .06em;
  text-transform: uppercase
}

.dbt .rep_sec {
  padding: 56px 0;
  background: #fc8c1712;
  border-top: 1px solid #fc8c1724;
  border-bottom: 1px solid #fc8c1724
}

.dbt .rep_sec .pg_wrap {
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 56px;
  align-items: start
}

.dbt .rep_img_wrap {
  position: relative;
  border-radius: 2px;
  overflow: hidden;
  box-shadow: 0 10px 52px 0 #fc8c1724
}

.dbt .rep_img_wrap img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  display: block;
  border-radius: 2px
}

.dbt .fib_bg {
  position: absolute;
  bottom: -16px;
  right: -16px;
  width: 120px;
  height: 120px;
  opacity: .08;
  pointer-events: none
}

.dbt .rep_right h2 {
  font-size: 41px;
  line-height: 1.1;
  margin: 0 0 28px
}

.dbt .rep_right h2 span {
  font-size: 56px;
  display: block;
  color: #FC8C17
}

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

.dbt .ref_list li {
  position: relative;
  padding-left: 56px;
  min-height: 40px
}

.dbt .ref_list li .num_big {
  font-size: 41px
}

.dbt .ref_list li p {
  font-size: 15px;
  line-height: 1.55;
  color: #f2f2f2b8;
  margin: 0
}

.dbt .ref_list li strong {
  color: #F2F2F2;
  font-size: 19px;
  display: block;
  margin-bottom: 4px
}

.dbt .val_sec {
  padding: 56px 0;
  background: #FC8C17
}

.dbt .val_sec .pg_wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 28px;
  align-items: start
}

.dbt .val_head {
  grid-column: 1 / -1;
  margin-bottom: 8px
}

.dbt .val_head h2 {
  font-size: 41px;
  line-height: 1.1;
  color: #0D1D2D;
  margin: 0 0 8px
}

.dbt .val_head h2 span {
  font-size: 56px;
  display: block
}

.dbt .val_head p {
  font-size: 19px;
  line-height: 1.55;
  color: #0d1d2dbf;
  max-width: 560px;
  margin: 0
}

.dbt .v_card {
  background: #0d1d2d1a;
  border-radius: 2px;
  padding: 28px 16px;
  transition: background .5s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.dbt .v_card:hover {
  background: #0d1d2d38
}

.dbt .v_card h5 {
  font-size: 19px;
  line-height: 1.35;
  color: #0D1D2D;
  margin: 0 0 8px
}

.dbt .v_card p {
  font-size: 15px;
  line-height: 1.55;
  color: #0d1d2db8;
  margin: 0
}

.dbt .v_card .v_ico {
  width: 32px;
  height: 32px;
  margin-bottom: 16px
}

.dbt .sup_sec {
  padding: 56px 0;
  background: #0D1D2D
}

.dbt .sup_sec .pg_wrap {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 56px;
  align-items: center
}

.dbt .sup_left h2 {
  font-size: 41px;
  line-height: 1.1;
  margin: 0 0 16px
}

.dbt .sup_left h2 span {
  font-size: 56px;
  display: block;
  color: #FC8C17
}

.dbt .sup_left p {
  font-size: 15px;
  line-height: 1.55;
  color: #f2f2f2b8;
  margin: 0 0 16px
}

.dbt .sup_left p strong {
  color: #F2F2F2
}

.dbt .sup_right {
  background: #fc8c1712;
  border: 1px solid #fc8c172e;
  border-radius: 2px;
  padding: 28px;
  box-shadow: 0 4px 14px 0 #fc8c1714
}

.dbt .sup_item {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: flex-start;
  padding: 16px 0;
  border-bottom: 1px solid #f2f2f212
}

.dbt .sup_item:last-child {
  border-bottom: none;
  padding-bottom: 0
}

.dbt .sup_item:first-child {
  padding-top: 0
}

.dbt .sup_ico {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  border-radius: 2px;
  background: #fc8c1726;
  display: flex;
  align-items: center;
  justify-content: center
}

.dbt .sup_item h6 {
  font-size: 15px;
  line-height: 1.35;
  color: #F2F2F2;
  margin: 0 0 4px
}

.dbt .sup_item p {
  font-size: 15px;
  line-height: 1.55;
  color: #f2f2f299;
  margin: 0
}

.dbt .fit_sec {
  padding: 56px 0;
  background: #f2f2f208;
  border-top: 1px solid #f2f2f212
}

.dbt .fit_sec .pg_wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: start
}

.dbt .fit_head {
  grid-column: 1 / -1
}

.dbt .fit_head h2 {
  font-size: 41px;
  line-height: 1.1;
  margin: 0 0 8px
}

.dbt .fit_head h2 span {
  font-size: 56px;
  display: block;
  color: #FC8C17
}

.dbt .fit_head p {
  font-size: 19px;
  line-height: 1.55;
  color: #f2f2f2b8;
  max-width: 560px;
  margin: 0
}

.dbt .fit_col h4 {
  font-size: 19px;
  line-height: 1.35;
  color: #F2F2F2;
  margin: 0 0 16px;
  padding-bottom: 8px;
  border-bottom: 1px solid #fc8c1740
}

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

.dbt .fit_item {
  position: relative;
  padding-left: 48px
}

.dbt .fit_item .num_big {
  font-size: 31px;
  top: -4px;
  left: 0
}

.dbt .fit_item p {
  font-size: 15px;
  line-height: 1.55;
  color: #f2f2f2b3;
  margin: 0
}

.dbt .fit_item strong {
  color: #F2F2F2;
  display: block;
  font-size: 15px;
  margin-bottom: 4px
}

.dbt .fit_img_wrap {
  grid-column: 1 / -1;
  border-radius: 2px;
  overflow: hidden
}

.dbt .fit_img_wrap img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  display: block;
  border-radius: 2px
}

.dbt .gap_sec {
  padding: 56px 0;
  background: #0D1D2D
}

.dbt .gap_sec .pg_wrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px
}

.dbt .gap_top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: start
}

.dbt .gap_left h2 {
  font-size: 41px;
  line-height: 1.1;
  margin: 0 0 16px
}

.dbt .gap_left h2 span {
  font-size: 56px;
  display: block;
  color: #FC8C17
}

.dbt .gap_left p {
  font-size: 15px;
  line-height: 1.55;
  color: #f2f2f2b8;
  margin: 0 0 16px
}

.dbt .gap_right {
  background: #f2f2f20a;
  border-radius: 2px;
  padding: 28px;
  border: 1px solid #f2f2f217;
  box-shadow: 0 3px 5px 0 #0d1d2d14
}

.dbt .gap_step {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: flex-start;
  padding: 16px 0;
  border-bottom: 1px solid #f2f2f212
}

.dbt .gap_step:last-child {
  border-bottom: none;
  padding-bottom: 0
}

.dbt .gap_step:first-child {
  padding-top: 0
}

.dbt .step_num {
  font-size: 31px;
  line-height: 1.1;
  color: #fc8c174d;
  font-weight: 900;
  flex-shrink: 0;
  width: 40px
}

.dbt .gap_step h6 {
  font-size: 15px;
  line-height: 1.35;
  color: #F2F2F2;
  margin: 0 0 4px
}

.dbt .gap_step p {
  font-size: 15px;
  line-height: 1.55;
  color: #f2f2f299;
  margin: 0
}

.dbt .gap_cta_row {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
  flex-wrap: wrap
}

.dbt .btn_prim {
  display: inline-block;
  padding: 16px 28px;
  background: linear-gradient(to right, #FC8C17, #fc8c1799);
  color: #0D1D2D;
  font-size: 15px;
  font-weight: 700;
  border: none;
  border-radius: 2px;
  cursor: pointer;
  text-decoration: none;
  letter-spacing: .04em;
  box-shadow: 0 4px 14px 0 #fc8c1714;
  transition: box-shadow .2s cubic-bezier(0.25, 0.46, 0.45, 0.94), background .45s ease-in-out
}

.dbt .btn_prim:hover {
  box-shadow: 0 10px 52px 0 #fc8c1724;
  background: linear-gradient(to right, #FC8C17, #fc8c17d9);
  color: #0D1D2D;
  text-decoration: none
}

.dbt .btn_ghost {
  display: inline-block;
  padding: 16px 28px;
  background: transparent;
  color: #F2F2F2;
  font-size: 15px;
  font-weight: 600;
  border: 1px solid #f2f2f240;
  border-radius: 2px;
  cursor: pointer;
  text-decoration: none;
  transition: border-color .45s ease-in-out, color .45s ease-in-out, box-shadow .2s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.dbt .btn_ghost:hover {
  border-color: #FC8C17;
  color: #FC8C17;
  box-shadow: 0 4px 14px 0 #fc8c1714;
  text-decoration: none
}

@media (max-width: 1024px) {

  .dbt .team_sec .pg_wrap,
  .dbt .rep_sec .pg_wrap,
  .dbt .sup_sec .pg_wrap,
  .dbt .gap_top {
    grid-template-columns: 1fr;
    gap: 28px
  }

  .dbt .rep_sec .pg_wrap {
    grid-template-columns: 1fr
  }

  .dbt .rep_img_wrap img {
    height: 260px
  }

  .dbt .val_sec .pg_wrap {
    grid-template-columns: 1fr 1fr
  }

  .dbt .val_head {
    grid-column: 1 / -1
  }
}

@media (max-width: 768px) {
  .dbt .ttl_text h1 {
    font-size: 41px
  }

  .dbt .val_sec .pg_wrap {
    grid-template-columns: 1fr
  }

  .dbt .fit_sec .pg_wrap {
    grid-template-columns: 1fr;
    gap: 28px
  }

  .dbt .fit_head {
    grid-column: 1
  }

  .dbt .team_left h2 span,
  .dbt .rep_right h2 span,
  .dbt .val_head h2 span,
  .dbt .sup_left h2 span,
  .dbt .fit_head h2 span,
  .dbt .gap_left h2 span {
    font-size: 41px
  }
}

@media (max-width: 640px) {
  .dbt .ttl_text h1 {
    font-size: 31px
  }

  .dbt .ttl_img_row img {
    height: 220px
  }

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

.jrnl {
  background: #0D1D2D;
  color: #F2F2F2;
  overflow-x: hidden
}

.jrnl .pg_lead {
  max-width: 1100px;
  margin: 0 auto;
  padding: 56px 28px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center
}

.jrnl .pg_lead .left_col {
  position: relative;
  z-index: 1
}

.jrnl .pg_lead .stripe_bg {
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(-47deg, transparent, transparent 18px, #fc8c170a 18px, #fc8c170a 20px);
  pointer-events: none;
  border-radius: 2px
}

.jrnl .pg_lead .eyebrow {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #FC8C17;
  margin-bottom: 16px;
  display: block
}

.jrnl .pg_lead h1 {
  font-size: 56px;
  line-height: 1.1;
  font-weight: 800;
  color: #F2F2F2;
  margin: 0 0 28px
}

.jrnl .pg_lead h1 .big_word {
  font-size: 70px;
  display: block;
  color: #FC8C17;
  line-height: 1.1
}

.jrnl .pg_lead .lead_desc {
  font-size: 19px;
  line-height: 1.55;
  color: #f2f2f2b8;
  max-width: 420px
}

.jrnl .pg_lead .img_wrap {
  position: relative;
  border-radius: 2px;
  overflow: hidden
}

.jrnl .pg_lead .img_wrap img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  display: block;
  filter: saturate(0.7) brightness(0.85) hue-rotate(0deg) contrast(1.05);
  transition: transform .65s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.jrnl .pg_lead .img_wrap:hover img {
  transform: scale(1.04)
}

.jrnl .pg_lead .img_wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, #0d1d2d59, transparent);
  pointer-events: none
}

.jrnl .pub_grid_area {
  background: #FC8C17;
  padding: 56px 28px
}

.jrnl .pub_grid_area .area_inner {
  max-width: 1100px;
  margin: 0 auto
}

.jrnl .pub_grid_area .area_hdr {
  margin-bottom: 56px;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px
}

.jrnl .pub_grid_area .area_hdr h2 {
  font-size: 41px;
  line-height: 1.1;
  font-weight: 800;
  color: #0D1D2D;
  margin: 0
}

.jrnl .pub_grid_area .area_hdr h2 .first_word {
  font-size: 56px;
  display: block;
  line-height: 1.1
}

.jrnl .pub_grid_area .area_hdr .hdr_note {
  font-size: 15px;
  line-height: 1.55;
  color: #0d1d2db8;
  max-width: 300px;
  text-align: right
}

.jrnl .pub_grid_area .pub_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px
}

.jrnl .pub_card {
  background: #0D1D2D;
  border-radius: 2px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  box-shadow: 0 4px 14px 0 #fc8c1714;
  transition: box-shadow .45s ease-in-out, transform .45s ease-in-out;
  border: 1px solid #fc8c1726;
  position: relative
}

.jrnl .pub_card:hover {
  box-shadow: 0 10px 52px 0 #fc8c1724;
  transform: translateY(-4px)
}

.jrnl .pub_card .card_top {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px
}

.jrnl .pub_card .field_tag {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #FC8C17;
  background: #fc8c171a;
  padding: 4px 8px;
  border-radius: 46px;
  white-space: nowrap
}

.jrnl .pub_card .pub_year {
  font-size: 15px;
  color: #f2f2f273
}

.jrnl .pub_card h4 {
  font-size: 19px;
  line-height: 1.35;
  font-weight: 700;
  color: #F2F2F2;
  margin: 0
}

.jrnl .pub_card .authors_row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center
}

.jrnl .pub_card .author_chip {
  font-size: 15px;
  color: #f2f2f299;
  background: #f2f2f20f;
  padding: 4px 8px;
  border-radius: 46px
}

.jrnl .pub_card .pub_abstract {
  font-size: 15px;
  line-height: 1.55;
  color: #f2f2f2a6;
  margin: 0;
  flex: 1
}

.jrnl .pub_card .pub_abstract .lead_label {
  font-weight: 700;
  color: #F2F2F2;
  margin-right: 4px
}

.jrnl .pub_card .card_foot {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding-top: 8px;
  border-top: 1px solid #f2f2f214
}

.jrnl .pub_card .venue_name {
  font-size: 15px;
  color: #f2f2f273;
  font-style: italic
}

.jrnl .pub_card .cite_badge {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  font-size: 15px;
  color: #FC8C17;
  font-weight: 700
}

.jrnl .pub_card .cite_badge .cite_icon {
  width: 14px;
  height: 14px;
  flex-shrink: 0
}

.jrnl .pub_card.featured_card {
  grid-column: span 2;
  background: #fc8c1712;
  border-color: #fc8c1759
}

.jrnl .pub_card.featured_card h4 {
  font-size: 24px
}

.jrnl .pub_card .featured_badge {
  position: absolute;
  top: -1px;
  right: 28px;
  background: #FC8C17;
  color: #0D1D2D;
  font-size: 15px;
  font-weight: 700;
  padding: 4px 16px;
  border-radius: 0 0 46px 46px;
  letter-spacing: .08em;
  text-transform: uppercase
}

.jrnl .scope_strip {
  padding: 56px 28px;
  background: #0D1D2D
}

.jrnl .scope_strip .strip_inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 56px;
  align-items: start
}

.jrnl .scope_strip h3 {
  font-size: 31px;
  line-height: 1.35;
  font-weight: 800;
  color: #F2F2F2;
  margin: 0 0 16px
}

.jrnl .scope_strip h3 .accent_word {
  color: #FC8C17;
  letter-spacing: .06em
}

.jrnl .scope_strip .scope_desc {
  font-size: 15px;
  line-height: 1.55;
  color: #f2f2f2a6;
  margin: 0 0 28px
}

.jrnl .scope_strip .scope_desc .lead_label {
  font-weight: 700;
  color: #F2F2F2;
  margin-right: 4px
}

.jrnl .scope_strip .criteria_list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px
}

.jrnl .scope_strip .criteria_list li {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: flex-start
}

.jrnl .scope_strip .criteria_list .num_lbl {
  font-size: 41px;
  line-height: 1.1;
  font-weight: 800;
  color: #fc8c1733;
  flex-shrink: 0;
  width: 56px;
  text-align: right
}

.jrnl .scope_strip .criteria_list .crit_text {
  padding-top: 8px
}

.jrnl .scope_strip .criteria_list .crit_text strong {
  display: block;
  font-size: 19px;
  line-height: 1.35;
  color: #F2F2F2;
  margin-bottom: 4px
}

.jrnl .scope_strip .criteria_list .crit_text span {
  font-size: 15px;
  line-height: 1.55;
  color: #f2f2f28c
}

.jrnl .scope_strip .right_col {
  display: flex;
  flex-direction: column;
  gap: 28px
}

.jrnl .scope_strip .stat_row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px
}

.jrnl .scope_strip .stat_box {
  background: #f2f2f20a;
  border: 1px solid #f2f2f214;
  border-radius: 2px;
  padding: 16px;
  text-align: center
}

.jrnl .scope_strip .stat_box .stat_val {
  font-size: 41px;
  line-height: 1.1;
  font-weight: 800;
  color: #FC8C17;
  display: block
}

.jrnl .scope_strip .stat_box .stat_lbl {
  font-size: 15px;
  color: #f2f2f280;
  margin-top: 4px;
  display: block
}

.jrnl .scope_strip .highlight_phrase {
  font-size: 24px;
  line-height: 1.35;
  font-weight: 700;
  color: #F2F2F2;
  padding: 16px 28px;
  border-radius: 2px;
  background: #fc8c1714;
  border: 1px solid #fc8c1733
}

.jrnl .scope_strip .highlight_phrase .marked {
  background: linear-gradient(to right, #FC8C17, transparent);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text
}

.jrnl .scope_strip .scope_body {
  font-size: 15px;
  line-height: 1.55;
  color: #f2f2f2a6
}

.jrnl .scope_strip .scope_body .lead_label {
  font-weight: 700;
  color: #F2F2F2;
  margin-right: 4px
}

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

  .jrnl .pg_lead .img_wrap img {
    height: 340px
  }

  .jrnl .pub_grid_area .pub_grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .jrnl .pub_card.featured_card {
    grid-column: span 2
  }

  .jrnl .scope_strip .strip_inner {
    grid-template-columns: 1fr;
    gap: 28px
  }

  .jrnl .pub_grid_area .area_hdr {
    flex-direction: column;
    align-items: flex-start
  }

  .jrnl .pub_grid_area .area_hdr .hdr_note {
    text-align: left
  }
}

@media (max-width: 768px) {
  .jrnl .pg_lead h1 {
    font-size: 41px
  }

  .jrnl .pg_lead h1 .big_word {
    font-size: 56px
  }

  .jrnl .pub_grid_area .pub_grid {
    grid-template-columns: 1fr
  }

  .jrnl .pub_card.featured_card {
    grid-column: span 1
  }

  .jrnl .scope_strip .stat_row {
    grid-template-columns: repeat(3, 1fr)
  }

  .jrnl .pub_grid_area .area_hdr h2 {
    font-size: 31px
  }

  .jrnl .pub_grid_area .area_hdr h2 .first_word {
    font-size: 41px
  }
}

@media (max-width: 640px) {
  .jrnl .pg_lead {
    padding: 28px 16px
  }

  .jrnl .pub_grid_area {
    padding: 28px 16px
  }

  .jrnl .scope_strip {
    padding: 28px 16px
  }

  .jrnl .scope_strip .stat_row {
    grid-template-columns: 1fr
  }

  .jrnl .pg_lead h1 .big_word {
    font-size: 41px
  }

  .jrnl .scope_strip .criteria_list .num_lbl {
    font-size: 31px;
    width: 40px
  }
}

.success_pg {
  min-height: 80vh;
  background: #0D1D2D;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 56px 16px
}

.success_pg .success_wrap {
  max-width: 1100px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 28px
}

.success_pg .icon_ring {
  width: 80px;
  height: 80px;
  border-radius: 46px;
  border: 2px solid #FC8C17;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 14px 0 #fc8c1714;
  flex-shrink: 0
}

.success_pg .icon_ring svg {
  display: block
}

.success_pg .success_head {
  color: #F2F2F2;
  font-size: 41px;
  line-height: 1.1;
  font-weight: 700;
  margin: 0
}

.success_pg .success_head span {
  color: #FC8C17;
  letter-spacing: .06em;
  text-transform: uppercase;
  font-size: 31px
}

.success_pg .success_sub {
  color: #F2F2F2;
  font-size: 19px;
  line-height: 1.55;
  max-width: 540px;
  margin: 0;
  opacity: .82
}

.success_pg .divider_line {
  width: 56px;
  height: 2px;
  background: linear-gradient(to right, #FC8C17, transparent);
  border-radius: 2px
}

.success_pg .success_note {
  color: #F2F2F2;
  font-size: 15px;
  line-height: 1.8;
  max-width: 480px;
  margin: 0;
  opacity: .6
}

.success_pg .btn_home {
  display: inline-block;
  padding: 16px 56px;
  background: linear-gradient(to right, #FC8C17, #fc8c1799);
  color: #0D1D2D;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  border-radius: 2px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  box-shadow: 0 3px 5px 0 #fc8c1714;
  transition: box-shadow .45s ease-in-out, opacity .2s ease-in-out
}

.success_pg .btn_home:hover {
  box-shadow: 0 10px 52px 0 #fc8c1724;
  opacity: .92
}

.success_pg .btn_home:active {
  box-shadow: inset 0 3px 5px 0 #fc8c1714
}

.success_pg .btn_home:focus-visible {
  outline: 2px solid #FC8C17;
  outline-offset: 4px
}

@media (max-width: 640px) {
  .success_pg .success_head {
    font-size: 31px
  }

  .success_pg .success_head span {
    font-size: 24px
  }

  .success_pg .btn_home {
    padding: 16px 28px;
    width: 100%;
    text-align: center
  }
}