@import "https://cdn.jsdelivr.net/npm/@fontsource/montserrat@latest/400.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/montserrat@latest/700.css";

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

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

.site_hdr {
  position: relative;
  background: #fff;
  border-bottom: 2px solid #F84764;
  box-shadow: -1px 9px 40px -2px #f847641a;
  z-index: 100
}

.hdr_upper {
  max-width: 1600px;
  margin: 0 auto;
  padding: 16px 36px 0;
  display: flex;
  align-items: stretch;
  gap: 36px
}

.brand_col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  flex-shrink: 0;
  margin-left: 16px
}

.logo_ring {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  border-radius: 36px;
  background: #F8FCD4;
  border: 2px solid #016D43;
  box-shadow: -1px 7px 14px -2px #016d431a;
  border-right: 4px solid #F84764;
  flex-shrink: 0
}

.logo_ring img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  display: block;
  opacity: 0;
  transition: opacity .35s ease-out
}

.logo_ring img.img_loaded {
  opacity: 1
}

.brand_name_text {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 34px;
  line-height: 1.15;
  letter-spacing: .01em;
  color: #1b1b1b;
  white-space: nowrap
}

.brand_name_text span {
  color: #F84764
}

.brand_tagline {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  line-height: 1.7;
  letter-spacing: .02em;
  color: #016D43;
  font-weight: 400;
  padding-bottom: 8px
}

.nav_col {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 8px
}

.hdr_contact_strip {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-bottom: 4px
}

.hdr_contact_link {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  line-height: 1.15;
  letter-spacing: .01em;
  color: #016D43;
  text-decoration: none;
  font-weight: 700;
  transition: color .25s ease-out
}

.hdr_contact_link:hover {
  color: #F84764
}

.hdr_contact_link:focus-visible {
  outline: 2px solid #F84764;
  outline-offset: 4px
}

.hdr_contact_sep {
  width: 1px;
  height: 14px;
  background: #F84764;
  opacity: .4;
  display: inline-block
}

.primary_nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 4px;
  padding-bottom: 0
}

.primary_nav_link {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  line-height: 1.15;
  letter-spacing: .02em;
  font-weight: 700;
  color: #1b1b1b;
  text-decoration: none;
  padding: 8px 16px;
  border-radius: 4px;
  border: 1.5px solid transparent;
  transition: color .2s ease-out, border-color .2s ease-out, background .2s ease-out;
  white-space: nowrap;
  min-height: 44px;
  display: inline-flex;
  align-items: center
}

.primary_nav_link:hover {
  color: #F84764;
  border-color: #F84764;
  background: #f847640a
}

.primary_nav_link:focus-visible {
  outline: 2px solid #016D43;
  outline-offset: 3px
}

.primary_nav_link.active_page {
  color: #fff;
  background: #F84764;
  border-color: #F84764
}

.hdr_accent_bar {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 36px;
  display: flex;
  align-items: center;
  gap: 8px;
  height: 4px
}

.hdr_accent_line {
  height: 4px;
  flex: 1;
  background: linear-gradient(90deg, #F84764 0%, #016D43 60%, #F8FCD4 100%);
  border-radius: 4px 4px 0 0
}

@media (max-width: 992px) {
  .hdr_upper {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    padding: 16px 16px 0
  }

  .nav_col {
    align-items: flex-start;
    width: 100%
  }

  .primary_nav {
    justify-content: flex-start
  }

  .hdr_contact_strip {
    flex-wrap: wrap
  }

  .brand_col {
    margin-left: 0;
    flex-direction: row;
    align-items: center;
    gap: 16px
  }

  .brand_tagline {
    padding-bottom: 0
  }
}

@media (max-width: 576px) {
  .brand_name_text {
    font-size: 34px
  }

  .hdr_upper {
    padding: 16px 8px 0
  }

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

.site_ftr {
  position: relative;
  background: #f4f4ef;
  border-top: 2px solid #016D43;
  padding: 72px 36px 36px
}

.ftr_inner {
  max-width: 1600px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 36px;
  align-items: start
}

.ftr_brand_block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px
}

.ftr_logo_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  border-radius: 36px;
  background: #fff;
  border: 2px solid #016D43;
  box-shadow: -1px 7px 14px -2px #016d431a inset 0 1px 4px #f847640f
}

.ftr_logo_wrap img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  display: block;
  opacity: 0;
  transition: opacity .4s ease-out
}

.ftr_logo_wrap img.img_loaded {
  opacity: 1
}

.ftr_brand_name {
  font-family: 'Montserrat', sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: .01em;
  color: #1b1b1b
}

.ftr_brand_name span {
  color: #F84764
}

.ftr_desc {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  line-height: 1.7;
  letter-spacing: .01em;
  color: #3a3a3a;
  max-width: 280px
}

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

.ftr_contact_label {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: .02em;
  color: #016D43;
  text-transform: uppercase;
  margin-bottom: 8px
}

.ftr_contact_item {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  line-height: 1.7;
  letter-spacing: .01em;
  color: #3a3a3a
}

.ftr_contact_item a {
  color: #1b1b1b;
  text-decoration: none;
  font-weight: 700;
  border-bottom: 1px solid #f847644d;
  transition: color .2s ease-out, border-color .2s ease-out
}

.ftr_contact_item a:hover {
  color: #F84764;
  border-color: #F84764
}

.ftr_contact_item a:focus-visible {
  outline: 2px solid #F84764;
  outline-offset: 3px
}

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

.ftr_links_label {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: .02em;
  color: #016D43;
  text-transform: uppercase;
  margin-bottom: 8px
}

.ftr_policy_link {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  line-height: 1.7;
  letter-spacing: .01em;
  color: #1b1b1b;
  text-decoration: none;
  font-weight: 400;
  border-bottom: 1px solid #016d4340;
  display: inline;
  transition: color .2s ease-out, border-color .2s ease-out
}

.ftr_policy_link:hover {
  color: #F84764;
  border-color: #F84764
}

.ftr_policy_link:focus-visible {
  outline: 2px solid #F84764;
  outline-offset: 3px
}

.ftr_bottom_row {
  max-width: 1600px;
  margin: 36px auto 0;
  padding-top: 16px;
  border-top: 1px solid #016d432e;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap
}

.ftr_copy {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  line-height: 1.7;
  letter-spacing: .01em;
  color: #6a6a6a
}

.ftr_neo_card {
  background: #f4f4ef;
  border-radius: 12px;
  box-shadow: -1px 1px 5px -2px #f847640f -1px 7px 14px -2px #f847641a;
  padding: 16px
}

@media (max-width: 992px) {
  .ftr_inner {
    grid-template-columns: 1fr 1fr
  }

  .ftr_brand_block {
    grid-column: 1 / -1
  }
}

@media (max-width: 576px) {
  .ftr_inner {
    grid-template-columns: 1fr
  }

  .site_ftr {
    padding: 36px 16px
  }

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

.cookie_popup {
  position: fixed;
  bottom: 36px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 520px;
  max-width: calc(100vw - 32px);
  background: #fff;
  border-radius: 12px;
  border: 1.5px solid #016d432e;
  box-shadow: -1px 9px 40px -2px #f847641a -1px 7px 14px -2px #016d431a;
  z-index: 1500;
  padding: 16px;
  display: none
}

.cookie_desc {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  line-height: 1.7;
  letter-spacing: .01em;
  color: #3a3a3a;
  margin-bottom: 8px
}

.cookie_desc_list {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  line-height: 1.7;
  letter-spacing: .01em;
  color: #3a3a3a;
  padding-left: 16px;
  margin: 4px 0 8px
}

.cookie_headline {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: .01em;
  color: #1b1b1b;
  margin-bottom: 8px;
  margin-top: 4px
}

.cookie_btn_row {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 8px
}

.cookie_accept_btn {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .01em;
  color: #fff;
  background: #016D43;
  border: none;
  border-radius: 4px;
  padding: 8px 16px;
  cursor: pointer;
  min-height: 44px;
  transition: background .2s ease-out, box-shadow .15s ease-out
}

.cookie_accept_btn:hover {
  background: #F84764;
  box-shadow: -1px 7px 14px -2px #f847641a
}

.cookie_accept_btn:focus-visible {
  outline: 2px solid #016D43;
  outline-offset: 3px
}

.cookie_reject_lnk {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  letter-spacing: .01em;
  color: #6a6a6a;
  background: none;
  border: none;
  cursor: pointer;
  text-decoration: underline;
  padding: 8px 4px;
  min-height: 44px;
  transition: color .2s ease-out
}

.cookie_reject_lnk:hover {
  color: #F84764
}

.cookie_reject_lnk:focus-visible {
  outline: 2px solid #F84764;
  outline-offset: 3px
}

.cookie_settings_lnk {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  letter-spacing: .01em;
  color: #016D43;
  background: none;
  border: none;
  cursor: pointer;
  text-decoration: underline;
  padding: 8px 4px;
  min-height: 44px;
  transition: color .2s ease-out
}

.cookie_settings_lnk:hover {
  color: #F84764
}

.cookie_settings_lnk:focus-visible {
  outline: 2px solid #F84764;
  outline-offset: 3px
}

.cookie_toggles_panel {
  margin-top: 8px;
  display: none;
  flex-direction: column;
  gap: 8px;
  border-top: 1px solid #016d4326;
  padding-top: 8px
}

.cookie_toggle_row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px
}

.cookie_toggle_label {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  line-height: 1.7;
  color: #3a3a3a
}

.cookie_toggle_input {
  width: 36px;
  height: 20px;
  cursor: pointer;
  accent-color: #016D43
}

.legal-info {
  max-width: 1600px;
  margin: 0 auto;
  padding: 72px 36px
}

.legal-info p {
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: .01em;
  color: #2a2a2e;
  margin-top: 0;
  margin-bottom: 16px
}

.legal-info ul,
.legal-info ol {
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: .01em;
  color: #2a2a2e;
  margin-top: 0;
  margin-bottom: 16px;
  padding-left: 36px
}

.legal-info li {
  margin-bottom: 8px
}

.legal-info li:last-child {
  margin-bottom: 0
}

.legal-info ul li::marker {
  color: #F84764
}

.legal-info ol li::marker {
  color: #016D43;
  font-weight: 600
}

.legal-info em,
.legal-info i {
  font-style: italic;
  color: #016D43
}

.legal-info table {
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 36px;
  box-shadow: -1px 7px 14px -2px #f847641a;
  border-radius: 12px;
  overflow: hidden
}

.legal-info thead {
  background-color: #016D43
}

.legal-info thead th {
  color: #F8FCD4;
  font-size: 13px;
  letter-spacing: .02em;
  font-weight: 700;
  padding: 16px;
  text-align: left
}

.legal-info tbody tr {
  border-bottom: 1px solid #016d431f;
  transition: background-color .2s ease-out
}

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

.legal-info tbody tr:nth-child(even) {
  background-color: #f8fcd473
}

.legal-info tbody tr:hover {
  background-color: #f847640d
}

.legal-info td {
  padding: 16px;
  color: #2a2a2e;
  font-size: 16px;
  line-height: 1.7;
  vertical-align: top
}

.legal-info hr {
  border: none;
  border-top: 1px solid #016d432e;
  margin-top: 36px;
  margin-bottom: 36px
}

.legal-info div {
  margin-bottom: 16px
}

@media (max-width: 992px) {
  .legal-info {
    padding: 36px
  }

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

@media (max-width: 576px) {
  .legal-info {
    padding: 36px 16px
  }

  .legal-info ul,
  .legal-info ol {
    padding-left: 16px
  }

  .legal-info thead th,
  .legal-info td {
    padding: 8px;
    font-size: 13px
  }
}

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

.jrnl_det .art_lead {
  padding: 72px 36px;
  max-width: 1600px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 36px;
  align-items: start;
  position: relative
}

.jrnl_det .art_lead::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, #f8476412 0%, #fff0 60%);
  pointer-events: none;
  z-index: 0
}

.jrnl_det .art_lead_img_col {
  position: relative;
  z-index: 1
}

.jrnl_det .art_lead_img_wrap {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: -1px 7px 14px -2px #f847641a;
  position: relative
}

.jrnl_det .art_lead_img_wrap img {
  width: 100%;
  aspect-ratio: 3/4;
  object-fit: cover;
  display: block;
  opacity: 0;
  transition: opacity .45s ease-out
}

.jrnl_det .art_lead_img_wrap img.loaded {
  opacity: 1
}

.jrnl_det .art_lead_img_wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #016d432e 0%, #fff0 70%);
  pointer-events: none
}

.jrnl_det .art_lead_txt {
  position: relative;
  z-index: 1;
  padding-top: 16px;
  padding-bottom: 72px
}

.jrnl_det .art_dot_grid {
  position: absolute;
  top: 0;
  right: 0;
  width: 260px;
  height: 180px;
  background-image: radial-gradient(circle, #f847642e 1.5px, transparent 1.5px);
  background-size: 18px 18px;
  pointer-events: none;
  z-index: 0
}

.jrnl_det .art_tag_row {
  display: flex;
  gap: 8px;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px
}

.jrnl_det .art_tag {
  font-size: 13px;
  letter-spacing: .02em;
  line-height: 1.15;
  padding: 4px 16px;
  border-radius: 36px;
  background: #f8476417;
  color: #F84764;
  border: 1px solid #f8476438;
  display: inline-block
}

.jrnl_det .art_cat_tag {
  font-size: 13px;
  letter-spacing: .02em;
  line-height: 1.15;
  padding: 4px 16px;
  border-radius: 36px;
  background: #016d4314;
  color: #016D43;
  border: 1px solid #016d4333;
  display: inline-block
}

.jrnl_det .art_h1 {
  font-size: 46px;
  line-height: 1.15;
  letter-spacing: .01em;
  color: #1b1b1b;
  margin: 0 0 16px;
  position: relative;
  z-index: 1
}

.jrnl_det .art_h1 .h1_first {
  color: #F84764
}

.jrnl_det .art_sub {
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: .01em;
  color: #3a3a3a;
  margin: 0 0 36px;
  max-width: 680px
}

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

.jrnl_det .art_meta_item {
  font-size: 13px;
  letter-spacing: .02em;
  line-height: 1.15;
  color: #888
}

.jrnl_det .art_meta_sep {
  width: 4px;
  height: 4px;
  border-radius: 36px;
  background: #f8476459;
  display: inline-block
}

.jrnl_det .art_divider_diamonds {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px 0;
  overflow: hidden
}

.jrnl_det .art_divider_diamonds span {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #f8476438;
  transform: rotate(45deg);
  border-radius: 1px;
  flex-shrink: 0
}

.jrnl_det .art_divider_diamonds span.active_d {
  background: #F84764
}

.jrnl_det .art_body_grid {
  max-width: 1600px;
  margin: 0 auto;
  padding: 36px 36px 72px;
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 72px;
  align-items: start
}

.jrnl_det .art_body_main {
  min-width: 0
}

.jrnl_det .art_body_main p {
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: .01em;
  color: #2a2a2a;
  margin: 0 0 16px;
  text-indent: -1.1em;
  padding-left: 1.1em
}

.jrnl_det .art_body_main h2 {
  font-size: 34px;
  line-height: 1.15;
  letter-spacing: .01em;
  color: #1b1b1b;
  margin: 36px 0 16px
}

.jrnl_det .art_body_main h4 {
  font-size: 16px;
  line-height: 1.15;
  letter-spacing: .02em;
  color: #016D43;
  margin: 36px 0 8px
}

.jrnl_det .art_body_main ins {
  text-decoration: none;
  background: #f847641a;
  color: #F84764;
  border-radius: 4px;
  padding: 0 4px;
  font-style: normal
}

.jrnl_det .art_body_main ul {
  list-style: none;
  margin: 0 0 16px;
  padding: 0
}

.jrnl_det .art_body_main ul li {
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: .01em;
  color: #2a2a2a;
  padding: 8px 0;
  border-bottom: 1px solid #f8476421
}

.jrnl_det .art_body_main ul li:first-child {
  border-top: 1px solid #f8476421
}

.jrnl_det .art_body_main ol {
  margin: 0 0 16px;
  padding-left: 36px
}

.jrnl_det .art_body_main ol li {
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: .01em;
  color: #2a2a2a;
  padding: 4px 0
}

.jrnl_det .art_body_main table {
  width: 100%;
  border-collapse: collapse;
  margin: 16px 0 36px;
  font-size: 16px
}

.jrnl_det .art_body_main thead tr {
  background: #016d4312
}

.jrnl_det .art_body_main th {
  font-size: 13px;
  letter-spacing: .02em;
  line-height: 1.15;
  color: #016D43;
  padding: 8px 16px;
  text-align: left;
  border-bottom: 2px solid #016d432e
}

.jrnl_det .art_body_main td {
  font-size: 16px;
  line-height: 1.7;
  color: #2a2a2a;
  padding: 8px 16px;
  border-bottom: 1px solid #f8476417
}

.jrnl_det .art_body_main time {
  font-size: 13px;
  color: #888;
  letter-spacing: .02em
}

.jrnl_det .art_sidebar {
  position: sticky;
  top: 36px;
  display: flex;
  flex-direction: column;
  gap: 36px
}

.jrnl_det .art_poll_card {
  border-radius: 12px;
  border: 1px solid #f847642e;
  padding: 36px;
  background: #fff;
  box-shadow: -1px 9px 40px -2px #f847641a
}

.jrnl_det .art_poll_heading {
  font-size: 16px;
  line-height: 1.15;
  letter-spacing: .02em;
  color: #1b1b1b;
  margin: 0 0 16px;
  font-weight: 700
}

.jrnl_det .art_poll_q {
  font-size: 16px;
  line-height: 1.7;
  color: #2a2a2a;
  margin: 0 0 16px
}

.jrnl_det .art_poll_form {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.jrnl_det .art_poll_opt {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  padding: 8px 16px;
  border-radius: 4px;
  border: 1px solid #016d4326;
  transition: background .25s ease-out, border-color .2s ease-out
}

.jrnl_det .art_poll_opt:hover {
  background: #016d430d;
  border-color: #016d434d
}

.jrnl_det .art_poll_radio {
  appearance: none;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 36px;
  border: 2px solid #016d4359;
  background: #fff;
  flex-shrink: 0;
  cursor: pointer;
  transition: border-color .2s ease-out, background .2s ease-out;
  box-shadow: inset 0 1px 3px #016d4314
}

.jrnl_det .art_poll_radio:checked {
  background: #016D43;
  border-color: #016D43
}

.jrnl_det .art_poll_opt:has(.art_poll_radio:checked) {
  background: #016d4314;
  border-color: #016d4366
}

.jrnl_det .art_poll_opt_label {
  font-size: 16px;
  line-height: 1.15;
  color: #2a2a2a;
  cursor: pointer;
  letter-spacing: .01em
}

.jrnl_det .art_poll_submit {
  margin-top: 16px;
  padding: 8px 36px;
  border-radius: 4px;
  background: #1b1b1b;
  color: #fff;
  font-size: 13px;
  letter-spacing: .02em;
  line-height: 1.15;
  border: 2px solid #1b1b1b;
  cursor: pointer;
  transition: background .2s ease-out, color .15s ease-out, border-color .2s ease-out, box-shadow .25s ease-out;
  align-self: flex-start
}

.jrnl_det .art_poll_submit:hover {
  background: #fff;
  color: #1b1b1b;
  box-shadow: 0 0 0 3px #1b1b1b1f
}

.jrnl_det .art_poll_submit:focus {
  outline: 2px solid #016D43;
  outline-offset: 3px
}

.jrnl_det .art_status_card {
  border-radius: 12px;
  background: #f8fcd48c;
  border: 1px solid #016d4324;
  padding: 36px;
  box-shadow: -1px 1px 5px -2px #016d430f
}

.jrnl_det .art_status_label {
  font-size: 13px;
  letter-spacing: .02em;
  line-height: 1.15;
  color: #016D43;
  margin: 0 0 8px;
  font-weight: 700
}

.jrnl_det .art_status_bar_wrap {
  display: flex;
  flex-direction: row;
  gap: 4px;
  align-items: stretch;
  height: 16px;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 8px
}

.jrnl_det .art_status_seg {
  flex: 1;
  border-radius: 0;
  transition: opacity .35s ease-out
}

.jrnl_det .art_status_seg.lvl1 {
  background: #016D43
}

.jrnl_det .art_status_seg.lvl2 {
  background: #4aab6d
}

.jrnl_det .art_status_seg.lvl3 {
  background: #a8d8b9
}

.jrnl_det .art_status_seg.lvl4 {
  background: #f8476438
}

.jrnl_det .art_status_seg.lvl5 {
  background: #f847641a
}

.jrnl_det .art_status_desc {
  font-size: 13px;
  line-height: 1.7;
  color: #555;
  margin: 0
}

.jrnl_det .art_wavy_top {
  width: 100%;
  overflow: hidden;
  line-height: 0
}

.jrnl_det .art_wavy_top svg {
  display: block;
  width: 100%
}

.jrnl_det .art_cta_strip {
  background: linear-gradient(160deg, #f847640f 0%, #f8fcd48c 60%, #016d430d 100%);
  padding: 72px 36px
}

.jrnl_det .art_cta_inner {
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
  flex-wrap: wrap
}

.jrnl_det .art_cta_txt h3 {
  font-size: 34px;
  line-height: 1.15;
  letter-spacing: .01em;
  color: #1b1b1b;
  margin: 0 0 8px
}

.jrnl_det .art_cta_txt h3 .cta_accent {
  color: #F84764
}

.jrnl_det .art_cta_txt p {
  font-size: 16px;
  line-height: 1.7;
  color: #3a3a3a;
  margin: 0;
  max-width: 480px
}

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

.jrnl_det .art_btn_primary {
  padding: 16px 36px;
  border-radius: 4px;
  background: #1b1b1b;
  color: #fff;
  font-size: 16px;
  letter-spacing: .01em;
  line-height: 1.15;
  border: 2px solid #1b1b1b;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: background .25s ease-out, color .2s ease-out, box-shadow .3s ease-out
}

.jrnl_det .art_btn_primary:hover {
  background: #fff;
  color: #1b1b1b;
  box-shadow: 0 0 0 4px #1b1b1b1a
}

.jrnl_det .art_btn_secondary {
  padding: 16px 36px;
  border-radius: 4px;
  background: transparent;
  color: #016D43;
  font-size: 16px;
  letter-spacing: .01em;
  line-height: 1.15;
  border: 2px solid #016D43;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: background .2s ease-out, color .2s ease-out, box-shadow .3s ease-out
}

.jrnl_det .art_btn_secondary:hover {
  background: #016D43;
  color: #fff;
  box-shadow: 0 0 0 4px #016d431f
}

@keyframes elastic_in {
  0% {
    opacity: 0;
    transform: scale(0.92)
  }

  65% {
    transform: scale(1.03)
  }

  85% {
    transform: scale(0.98)
  }

  100% {
    opacity: 1;
    transform: scale(1)
  }
}

.jrnl_det .art_lead_txt {
  animation: elastic_in .45s ease-out both
}

.jrnl_det .art_lead_img_wrap {
  animation: elastic_in .38s .08s ease-out both
}

@media (max-width: 992px) {
  .jrnl_det .art_lead {
    grid-template-columns: 1fr;
    padding: 36px 16px
  }

  .jrnl_det .art_lead_img_wrap img {
    aspect-ratio: 16/7
  }

  .jrnl_det .art_lead_txt {
    padding-bottom: 36px
  }

  .jrnl_det .art_body_grid {
    grid-template-columns: 1fr;
    padding: 36px 16px;
    gap: 36px
  }

  .jrnl_det .art_sidebar {
    position: static
  }

  .jrnl_det .art_h1 {
    font-size: 34px
  }

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

@media (max-width: 576px) {
  .jrnl_det .art_lead {
    padding: 36px 16px 16px
  }

  .jrnl_det .art_h1 {
    font-size: 34px
  }

  .jrnl_det .art_cta_strip {
    padding: 36px 16px
  }

  .jrnl_det .art_body_grid {
    padding: 16px 16px 36px;
    gap: 36px
  }

  .jrnl_det .art_poll_card,
  .jrnl_det .art_status_card {
    padding: 16px
  }
}

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

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

.cont_us .pg_lead {
  max-width: 1600px;
  margin: 0 auto;
  padding: 72px 36px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center
}

.cont_us .pg_lead_txt {
  position: relative
}

.cont_us .pg_lead_eyebrow {
  font-size: 13px;
  letter-spacing: .02em;
  color: #016D43;
  text-transform: uppercase;
  margin-bottom: 16px;
  line-height: 1.15
}

.cont_us .pg_lead_h {
  font-size: 62px;
  line-height: 1.15;
  letter-spacing: .01em;
  margin: 0 0 36px;
  color: #1b1b1b
}

.cont_us .pg_lead_h span {
  color: #F84764
}

.cont_us .pg_lead_desc {
  font-size: 16px;
  line-height: 1.7;
  color: #2a2a2a;
  letter-spacing: .01em;
  margin: 0 0 36px;
  padding-left: 16px;
  border-left: 3px solid #F8FCD4;
  border-top: 1px solid #F8FCD4;
  padding-top: 8px
}

.cont_us .pg_lead_metrics {
  display: flex;
  flex-direction: row;
  gap: 36px
}

.cont_us .pg_lead_metric {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.cont_us .pg_lead_metric_num {
  font-size: 34px;
  line-height: 1.15;
  letter-spacing: .01em;
  color: #F84764;
  font-weight: 700
}

.cont_us .pg_lead_metric_num svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 4px
}

.cont_us .pg_lead_metric_lbl {
  font-size: 13px;
  line-height: 1.15;
  color: #555;
  letter-spacing: .01em
}

.cont_us .pg_lead_visual {
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: center
}

.cont_us .pg_lead_card {
  background: linear-gradient(160deg, #f847640f 0%, #f8fcd480 50%, #016d430d 100%);
  border: 1px solid #f8476426;
  border-radius: 12px;
  padding: 36px;
  width: 100%;
  position: relative;
  box-shadow: -1px 7px 14px -2px #f847641a
}

.cont_us .pg_lead_card_deco {
  position: absolute;
  top: -1px;
  right: 36px;
  width: 80px;
  height: 4px;
  background: #F84764;
  border-radius: 0 0 4px 4px
}

.cont_us .pg_lead_card_deco_corner {
  position: absolute;
  bottom: 36px;
  left: -1px;
  width: 4px;
  height: 60px;
  background: #016D43;
  border-radius: 0 4px 4px 0
}

.cont_us .pg_contact_list {
  list-style: none;
  margin: 0 0 36px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0
}

.cont_us .pg_contact_list li {
  padding: 16px 0;
  border-bottom: 1px solid #016d4326;
  display: flex;
  flex-direction: column;
  gap: 4px
}

.cont_us .pg_contact_list li:first-child {
  border-top: 1px solid #016d4326
}

.cont_us .pg_contact_list_lbl {
  font-size: 13px;
  color: #016D43;
  letter-spacing: .02em;
  text-transform: uppercase;
  line-height: 1.15
}

.cont_us .pg_contact_list_val {
  font-size: 16px;
  color: #1b1b1b;
  letter-spacing: .01em;
  line-height: 1.7
}

.cont_us .pg_contact_list_val a {
  color: #1b1b1b;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color .2s ease-out
}

.cont_us .pg_contact_list_val a:hover {
  color: #F84764
}

.cont_us .pg_lead_card_note {
  font-size: 13px;
  color: #555;
  line-height: 1.7;
  letter-spacing: .01em
}

.cont_us .pg_lead_card_note strong {
  color: #016D43
}

.cont_us .divider_thick {
  height: 4px;
  background: #F84764;
  max-width: 1600px;
  margin: 0 auto;
  border-radius: 4px
}

.cont_us .form_band {
  background: linear-gradient(180deg, #f8fcd499 0%, #fff 100%);
  position: relative;
  overflow: hidden
}

.cont_us .form_band_lines {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: repeating-linear-gradient(45deg, #016d430a 0px, #016d430a 1px, transparent 1px, transparent 18px)
}

.cont_us .form_band_inner {
  max-width: 1600px;
  margin: 0 auto;
  padding: 72px 36px;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 72px;
  align-items: start;
  position: relative
}

.cont_us .form_side_txt {
  position: sticky;
  top: 36px
}

.cont_us .form_side_h {
  font-size: 34px;
  line-height: 1.15;
  letter-spacing: .01em;
  color: #1b1b1b;
  margin: 0 0 16px
}

.cont_us .form_side_h span {
  color: #016D43
}

.cont_us .form_side_body {
  font-size: 16px;
  line-height: 1.7;
  color: #2a2a2a;
  letter-spacing: .01em;
  margin: 0 0 36px
}

.cont_us .form_side_pullquote {
  border-top: 4px solid #F84764;
  padding: 16px 0 0;
  font-size: 16px;
  line-height: 1.7;
  color: #016D43;
  letter-spacing: .01em;
  font-style: italic
}

.cont_us .form_el {
  background: #fff;
  border-radius: 12px;
  padding: 36px;
  box-shadow: -1px 9px 40px -2px #f847641a;
  border: 1px solid #f847641a
}

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

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

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

.cont_us .form_lbl {
  font-size: 13px;
  color: #1b1b1b;
  letter-spacing: .02em;
  text-transform: uppercase;
  line-height: 1.15
}

.cont_us .form_lbl span {
  color: #F84764;
  margin-left: 2px
}

.cont_us .form_inp {
  padding: 16px;
  border: 1px solid #016d4340;
  border-radius: 4px;
  font-size: 16px;
  color: #1b1b1b;
  background: #fff;
  letter-spacing: .01em;
  line-height: 1.7;
  box-shadow: inset 0 1px 4px #f847640f;
  transition: border-color .2s ease-out, box-shadow .25s ease-out;
  width: 100%;
  outline: none
}

.cont_us .form_inp::placeholder {
  color: #aaa;
  transition: opacity .35s ease-out
}

.cont_us .form_inp:focus::placeholder {
  opacity: 0
}

.cont_us .form_inp:focus {
  border-color: #016D43;
  box-shadow: inset 0 1px 4px #f847640f 0 0 0 3px #016d431a
}

.cont_us .form_sel {
  padding: 16px;
  border: 1px solid #016d4340;
  border-radius: 4px;
  font-size: 16px;
  color: #1b1b1b;
  background: #fff;
  letter-spacing: .01em;
  line-height: 1.7;
  box-shadow: inset 0 1px 4px #f847640f;
  transition: border-color .2s ease-out, box-shadow .25s ease-out;
  width: 100%;
  outline: none;
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='10' viewBox='0 0 16 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L8 9L15 1' stroke='%23016D43' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 44px
}

.cont_us .form_sel:focus {
  border-color: #016D43;
  box-shadow: inset 0 1px 4px #f847640f 0 0 0 3px #016d431a
}

.cont_us .form_textarea {
  padding: 16px;
  border: 1px solid #016d4340;
  border-radius: 4px;
  font-size: 16px;
  color: #1b1b1b;
  background: #fff;
  letter-spacing: .01em;
  line-height: 1.7;
  box-shadow: inset 0 1px 4px #f847640f;
  transition: border-color .2s ease-out, box-shadow .25s ease-out;
  width: 100%;
  outline: none;
  resize: vertical;
  min-height: 120px
}

.cont_us .form_textarea::placeholder {
  color: #aaa;
  transition: opacity .35s ease-out
}

.cont_us .form_textarea:focus::placeholder {
  opacity: 0
}

.cont_us .form_textarea:focus {
  border-color: #016D43;
  box-shadow: inset 0 1px 4px #f847640f 0 0 0 3px #016d431a
}

.cont_us .form_privacy {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 36px;
  padding: 16px;
  background: #f8fcd480;
  border-radius: 4px;
  border: 1px solid #016d4326
}

.cont_us .form_privacy_chk {
  width: 18px;
  height: 18px;
  min-width: 18px;
  accent-color: #016D43;
  margin-top: 3px;
  cursor: pointer
}

.cont_us .form_privacy_txt {
  font-size: 13px;
  color: #444;
  line-height: 1.7;
  letter-spacing: .01em
}

.cont_us .form_privacy_txt a {
  color: #016D43;
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: color .2s ease-out
}

.cont_us .form_privacy_txt a:hover {
  color: #F84764
}

.cont_us .form_submit_btn {
  display: inline-block;
  padding: 16px 36px;
  background: #1b1b1b;
  color: #fff;
  font-size: 16px;
  letter-spacing: .02em;
  line-height: 1.15;
  border: 2px solid #1b1b1b;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
  transition: background .2s ease-out, color .2s ease-out, border-color .2s ease-out, outline-offset .15s ease-out;
  outline: 2px solid transparent;
  outline-offset: 0
}

.cont_us .form_submit_btn:hover {
  background: #F84764;
  border-color: #F84764;
  outline: 2px solid #F84764;
  outline-offset: 4px
}

.cont_us .form_submit_btn:focus {
  outline: 2px solid #016D43;
  outline-offset: 4px
}

.cont_us .form_submit_btn:active {
  background: #016D43;
  border-color: #016D43
}

.cont_us .divider_green {
  height: 4px;
  background: #016D43;
  max-width: 1600px;
  margin: 0 auto;
  border-radius: 4px
}

.cont_us .loc_strip {
  max-width: 1600px;
  margin: 0 auto;
  padding: 72px 36px;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 36px;
  align-items: start
}

.cont_us .loc_strip_main {
  padding-right: 36px;
  border-right: 1px solid #f8476426
}

.cont_us .loc_strip_h {
  font-size: 46px;
  line-height: 1.15;
  letter-spacing: .01em;
  color: #1b1b1b;
  margin: 0 0 16px
}

.cont_us .loc_strip_h span {
  color: #F84764
}

.cont_us .loc_strip_body {
  font-size: 16px;
  line-height: 1.7;
  color: #2a2a2a;
  letter-spacing: .01em;
  margin: 0 0 36px
}

.cont_us .loc_strip_addr_block {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.cont_us .loc_strip_addr_lbl {
  font-size: 13px;
  color: #016D43;
  letter-spacing: .02em;
  text-transform: uppercase;
  line-height: 1.15
}

.cont_us .loc_strip_addr_val {
  font-size: 16px;
  color: #1b1b1b;
  line-height: 1.7;
  letter-spacing: .01em
}

.cont_us .loc_strip_col {
  display: flex;
  flex-direction: column;
  gap: 36px;
  padding-top: 8px
}

.cont_us .loc_strip_detail {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-bottom: 16px;
  border-bottom: 1px solid #016d431f
}

.cont_us .loc_strip_detail:last-child {
  border-bottom: none
}

.cont_us .loc_strip_detail_lbl {
  font-size: 13px;
  color: #F84764;
  letter-spacing: .02em;
  text-transform: uppercase;
  line-height: 1.15
}

.cont_us .loc_strip_detail_val {
  font-size: 16px;
  color: #1b1b1b;
  line-height: 1.7;
  letter-spacing: .01em
}

.cont_us .loc_strip_detail_val a {
  color: #1b1b1b;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color .2s ease-out
}

.cont_us .loc_strip_detail_val a:hover {
  color: #016D43
}

.cont_us .loc_strip_hours {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.cont_us .loc_strip_hours_row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-size: 13px;
  color: #444;
  line-height: 1.7;
  letter-spacing: .01em;
  padding-bottom: 4px;
  border-bottom: 1px solid #016d4314
}

.cont_us .loc_strip_hours_row:last-child {
  border-bottom: none
}

.cont_us .loc_strip_hours_day {
  color: #2a2a2a
}

.cont_us .loc_strip_hours_time {
  color: #016D43
}

@media (max-width: 1200px) {
  .cont_us .pg_lead {
    gap: 36px;
    padding: 72px 36px
  }

  .cont_us .pg_lead_h {
    font-size: 46px
  }

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

  .cont_us .loc_strip_main {
    grid-column: 1 / -1;
    border-right: none;
    border-bottom: 1px solid #f8476426;
    padding-right: 0;
    padding-bottom: 36px
  }
}

@media (max-width: 992px) {
  .cont_us .pg_lead {
    grid-template-columns: 1fr;
    gap: 36px;
    padding: 36px
  }

  .cont_us .form_band_inner {
    grid-template-columns: 1fr;
    gap: 36px;
    padding: 36px
  }

  .cont_us .form_side_txt {
    position: static
  }

  .cont_us .loc_strip {
    grid-template-columns: 1fr;
    padding: 36px
  }

  .cont_us .loc_strip_main {
    grid-column: auto;
    border-right: none;
    border-bottom: 1px solid #f8476426;
    padding-right: 0;
    padding-bottom: 36px
  }

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

@media (max-width: 576px) {
  .cont_us .pg_lead {
    padding: 36px 16px
  }

  .cont_us .pg_lead_h {
    font-size: 34px
  }

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

  .cont_us .form_band_inner {
    padding: 36px 16px
  }

  .cont_us .form_el {
    padding: 16px
  }

  .cont_us .loc_strip {
    padding: 36px 16px
  }

  .cont_us .loc_strip_h {
    font-size: 34px
  }

  .cont_us .pg_lead_card {
    padding: 16px
  }
}

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

.srvs .pg_wrap {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 36px
}

.srvs ::selection {
  background: #111;
  color: #fff
}

@keyframes mask_reveal {
  from {
    clip-path: inset(0 50% 0 50%);
    opacity: 0
  }

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

@keyframes img_fade {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.srvs .divider_line {
  height: 1px;
  background: linear-gradient(to right, #F84764 0%, #F84764 30%, transparent 100%);
  border: none;
  margin: 0
}

.srvs .divider_center {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 8px 0
}

.srvs .divider_center::before {
  content: '';
  display: block;
  flex: 1;
  height: 1px;
  background: linear-gradient(to right, #F84764, transparent)
}

.srvs .divider_center::after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  background: #F84764;
  border-radius: 4px;
  flex-shrink: 0
}

.srvs .divider_center_mid {
  width: 8px;
  height: 8px;
  background: #016D43;
  border-radius: 4px;
  flex-shrink: 0
}

.srvs .title_blk {
  padding: 72px 0 36px;
  position: relative
}

.srvs .title_blk_inner {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 72px;
  align-items: start
}

.srvs .title_img_col {
  position: relative
}

.srvs .title_img_frame {
  width: 100%;
  aspect-ratio: 5/7;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: -1px 9px 40px -2px #f847641a;
  animation: img_fade .45s ease-out forwards;
  opacity: 0
}

.srvs .title_img_frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: saturate(0.85) brightness(0.97)
}

.srvs .title_txt_col {
  display: flex;
  flex-direction: column;
  gap: 36px;
  padding-top: 16px
}

.srvs .title_grid_bg {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(#f847640a 1px, transparent 1px), linear-gradient(90deg, #f847640a 1px, transparent 1px);
  background-size: 48px 48px;
  pointer-events: none;
  border-radius: 4px
}

.srvs .title_eyebrow {
  font-size: 13px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #016D43;
  font-weight: 600;
  line-height: 1.15
}

.srvs .title_h1 {
  font-size: 62px;
  line-height: 1.15;
  letter-spacing: .01em;
  margin: 0;
  color: #111
}

.srvs .title_h1 span.accent_word {
  color: #F84764
}

.srvs .title_sub {
  font-size: 34px;
  line-height: 1.15;
  letter-spacing: .01em;
  color: #016D43;
  margin: 0;
  font-weight: 400
}

.srvs .title_desc {
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: .01em;
  color: #2a2a2a;
  max-width: 640px;
  margin: 0;
  text-indent: -1.2em;
  padding-left: 1.2em
}

.srvs .title_stat_row {
  display: flex;
  flex-direction: row;
  gap: 36px;
  border-top: 1px solid #016d4326;
  padding-top: 36px
}

.srvs .title_stat {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.srvs .title_stat_num {
  font-size: 46px;
  line-height: 1.15;
  letter-spacing: .01em;
  color: #F84764;
  font-weight: 700
}

.srvs .title_stat_label {
  font-size: 13px;
  line-height: 1.7;
  letter-spacing: .02em;
  color: #555
}

@media (max-width: 992px) {
  .srvs .title_blk_inner {
    grid-template-columns: 200px 1fr;
    gap: 36px
  }

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

  .srvs .title_sub {
    font-size: 34px
  }
}

@media (max-width: 576px) {
  .srvs .title_blk_inner {
    grid-template-columns: 1fr;
    gap: 36px
  }

  .srvs .title_img_frame {
    max-width: 200px
  }

  .srvs .title_h1 {
    font-size: 34px
  }

  .srvs .title_sub {
    font-size: 16px
  }

  .srvs .title_stat_row {
    flex-wrap: wrap;
    gap: 16px
  }

  .srvs .title_stat_num {
    font-size: 34px
  }
}

.srvs .srv_detail_blk {
  padding: 72px 0;
  background: linear-gradient(170deg, #F8FCD4 0%, transparent 55%, #f847640a 100%);
  position: relative
}

.srvs .srv_detail_blk_inner {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 36px;
  align-items: start
}

.srvs .srv_col_main {
  grid-column: 1 / 3;
  display: flex;
  flex-direction: column;
  gap: 36px
}

.srvs .srv_col_side {
  display: flex;
  flex-direction: column;
  gap: 36px
}

.srvs .srv_pkg_list {
  display: flex;
  flex-direction: column;
  gap: 4px;
  list-style: none;
  padding: 0;
  margin: 0
}

.srvs .srv_pkg_item {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 16px 0;
  border-bottom: 1px solid #016d431f;
  position: relative;
  transition: border-color .25s ease-out
}

.srvs .srv_pkg_item::before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 3px;
  height: 0;
  background: #F84764;
  border-radius: 4px;
  transition: height .35s ease-out
}

.srvs .srv_pkg_item:hover::before {
  height: 100%
}

.srvs .srv_pkg_item:hover {
  border-color: #f847644d
}

.srvs .srv_pkg_name {
  font-size: 16px;
  line-height: 1.15;
  letter-spacing: .02em;
  font-weight: 700;
  color: #111
}

.srvs .srv_pkg_name span.pkg_num {
  color: #F84764
}

.srvs .srv_pkg_desc {
  font-size: 13px;
  line-height: 1.7;
  letter-spacing: .01em;
  color: #444;
  margin: 0
}

.srvs .srv_section_label {
  font-size: 13px;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #016D43;
  font-weight: 600;
  line-height: 1.15
}

.srvs .srv_h3 {
  font-size: 34px;
  line-height: 1.15;
  letter-spacing: .01em;
  margin: 0;
  color: #111
}

.srvs .srv_h3 .first_word {
  color: #F84764
}

.srvs .srv_scene_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px
}

.srvs .srv_scene_card {
  background: #fff;
  border-radius: 12px;
  padding: 16px;
  box-shadow: -1px 7px 14px -2px #f847641a;
  display: flex;
  flex-direction: column;
  gap: 8px;
  border-right: 3px solid #016D43;
  transition: box-shadow .2s ease-out, transform .2s ease-out;
  position: relative;
  overflow: hidden
}

.srvs .srv_scene_card::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #F84764;
  transition: width .35s ease-out
}

.srvs .srv_scene_card:hover::after {
  width: 100%
}

.srvs .srv_scene_card:hover {
  box-shadow: -1px 9px 40px -2px #f847641a;
  transform: translateY(-2px)
}

.srvs .srv_scene_type {
  font-size: 13px;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #016D43;
  font-weight: 600;
  line-height: 1.15
}

.srvs .srv_scene_name {
  font-size: 16px;
  line-height: 1.15;
  letter-spacing: .01em;
  font-weight: 700;
  color: #111
}

.srvs .srv_scene_note {
  font-size: 13px;
  line-height: 1.7;
  color: #555;
  margin: 0
}

.srvs .srv_img_block {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: -1px 7px 14px -2px #f847641a;
  animation: img_fade .45s ease-out .15s forwards;
  opacity: 0
}

.srvs .srv_img_block img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: saturate(0.85) brightness(0.95)
}

.srvs .srv_process_stack {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.srvs .srv_process_step {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: flex-start;
  padding: 16px 0;
  border-bottom: 1px solid #016d431a
}

.srvs .srv_step_num {
  font-size: 46px;
  line-height: 1.15;
  letter-spacing: .01em;
  color: #f847642e;
  font-weight: 700;
  flex-shrink: 0;
  width: 56px;
  text-align: right;
  transition: color .2s ease-out
}

.srvs .srv_process_step:hover .srv_step_num {
  color: #F84764
}

.srvs .srv_step_txt {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-top: 8px
}

.srvs .srv_step_name {
  font-size: 16px;
  line-height: 1.15;
  font-weight: 700;
  color: #111;
  letter-spacing: .01em
}

.srvs .srv_step_desc {
  font-size: 13px;
  line-height: 1.7;
  color: #555;
  margin: 0
}

.srvs .srv_role_strip {
  background: #111;
  border-radius: 12px;
  padding: 36px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 36px;
  animation: mask_reveal .45s ease-out .2s forwards;
  opacity: 0;
  clip-path: inset(0 50% 0 50%)
}

.srvs .srv_role_col {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-right: 1px solid #ffffff14;
  padding-right: 36px
}

.srvs .srv_role_col:last-child {
  border-right: none;
  padding-right: 0
}

.srvs .srv_role_type {
  font-size: 13px;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #F84764;
  font-weight: 600;
  line-height: 1.15
}

.srvs .srv_role_name {
  font-size: 16px;
  line-height: 1.15;
  font-weight: 700;
  color: #fff;
  letter-spacing: .01em
}

.srvs .srv_role_portrait {
  width: 72px;
  height: 100px;
  border-radius: 36px;
  overflow: hidden;
  flex-shrink: 0
}

.srvs .srv_role_portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: saturate(0.8) brightness(0.95)
}

.srvs .srv_role_quote {
  font-size: 13px;
  line-height: 1.7;
  color: #ffffffb8;
  margin: 0;
  letter-spacing: .01em
}

.srvs .srv_role_tag_list {
  display: flex;
  flex-direction: column;
  gap: 4px;
  list-style: none;
  padding: 0;
  margin: 0
}

.srvs .srv_role_tag {
  font-size: 13px;
  line-height: 1.7;
  color: #ffffff8c;
  border-bottom: 1px solid #ffffff14;
  padding: 4px 0;
  letter-spacing: .01em
}

.srvs .srv_faq_blk {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 16px
}

.srvs .srv_faq_item {
  border-bottom: 1px solid #016d431f
}

.srvs .srv_faq_q {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 0;
  cursor: pointer;
  font-size: 16px;
  line-height: 1.15;
  font-weight: 600;
  color: #111;
  letter-spacing: .01em;
  list-style: none;
  user-select: none
}

.srvs .srv_faq_q:focus-visible {
  outline: 2px solid #F84764 !important;
  outline-offset: 2px !important;
  border-radius: 4px !important
}

.srvs .srv_faq_q::marker,
.srvs .srv_faq_q::-webkit-details-marker {
  display: none
}

.srvs .srv_faq_arrow {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  position: relative
}

.srvs .srv_faq_arrow::before,
.srvs .srv_faq_arrow::after {
  content: '';
  position: absolute;
  background: #F84764;
  border-radius: 4px;
  transition: transform .25s ease-out
}

.srvs .srv_faq_arrow::before {
  width: 2px;
  height: 10px;
  top: 3px;
  left: 7px
}

.srvs .srv_faq_arrow::after {
  width: 10px;
  height: 2px;
  top: 7px;
  left: 3px
}

.srvs details[open] .srv_faq_arrow::before {
  transform: rotate(90deg)
}

.srvs .srv_faq_a {
  font-size: 13px;
  line-height: 1.7;
  color: #444;
  padding: 0 0 16px;
  margin: 0;
  letter-spacing: .01em
}

.srvs .srv_cta_bar {
  background: #016D43;
  border-radius: 12px;
  padding: 36px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
  margin-top: 36px
}

.srvs .srv_cta_txt {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.srvs .srv_cta_heading {
  font-size: 34px;
  line-height: 1.15;
  letter-spacing: .01em;
  color: #F8FCD4;
  margin: 0;
  font-weight: 700
}

.srvs .srv_cta_heading .first_word {
  color: #fff
}

.srvs .srv_cta_sub {
  font-size: 16px;
  line-height: 1.7;
  color: #f8fcd4cc;
  margin: 0;
  letter-spacing: .01em
}

.srvs .srv_cta_btn {
  background: #F8FCD4;
  color: #016D43;
  border: 2px solid #F8FCD4;
  border-radius: 36px;
  padding: 16px 36px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .02em;
  cursor: pointer;
  white-space: nowrap;
  flex-shrink: 0;
  position: relative;
  transition: background .2s ease-out, color .2s ease-out, box-shadow .25s ease-out;
  text-decoration: none;
  display: inline-block;
  outline-offset: 4px
}

.srvs .srv_cta_btn::after {
  content: '';
  position: absolute;
  inset: -5px;
  border: 2px solid #f8fcd400;
  border-radius: 36px;
  transition: border-color .2s ease-out, inset .2s ease-out
}

.srvs .srv_cta_btn:hover::after {
  inset: -8px;
  border-color: #f8fcd480
}

.srvs .srv_cta_btn:hover {
  background: transparent;
  color: #F8FCD4;
  box-shadow: -1px 7px 14px -2px #f847641a
}

.srvs .srv_cta_btn:focus-visible {
  outline: 2px solid #F8FCD4 !important;
  outline-offset: 4px !important
}

.srvs .srv_img_block_b {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: -1px 7px 14px -2px #016d431a;
  animation: img_fade .45s ease-out .3s forwards;
  opacity: 0
}

.srvs .srv_img_block_b img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: saturate(0.85) brightness(0.93)
}

@media (max-width: 1200px) {
  .srvs .srv_role_strip {
    grid-template-columns: 1fr 1fr
  }

  .srvs .srv_role_col:nth-child(2) {
    border-right: none;
    padding-right: 0
  }
}

@media (max-width: 992px) {
  .srvs .srv_detail_blk_inner {
    grid-template-columns: 1fr
  }

  .srvs .srv_col_main {
    grid-column: 1
  }

  .srvs .srv_role_strip {
    grid-template-columns: 1fr;
    gap: 16px
  }

  .srvs .srv_role_col {
    border-right: none;
    border-bottom: 1px solid #ffffff14;
    padding-right: 0;
    padding-bottom: 16px
  }

  .srvs .srv_role_col:last-child {
    border-bottom: none;
    padding-bottom: 0
  }

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

@media (max-width: 576px) {
  .srvs .srv_scene_grid {
    grid-template-columns: 1fr
  }

  .srvs .srv_cta_heading {
    font-size: 16px
  }

  .srvs .srv_detail_blk {
    padding: 36px 0
  }
}

.jrnl {
  background: #fff;
  overflow-x: hidden;
  max-width: 100%
}

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

.jrnl .pg_wrap {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 36px
}

@keyframes flicker_accent {

  0%,
  100% {
    opacity: 0
  }

  15% {
    opacity: .07
  }

  30% {
    opacity: 0
  }

  55% {
    opacity: .05
  }

  70% {
    opacity: 0
  }

  85% {
    opacity: .06
  }
}

.jrnl .top_band {
  background: #016D43;
  padding: 36px 0;
  position: relative;
  overflow: hidden
}

.jrnl .top_band::before {
  content: '';
  position: absolute;
  inset: 0;
  background: #F84764;
  animation: flicker_accent 5s ease-out infinite;
  pointer-events: none
}

.jrnl .top_band_inner {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 36px;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 36px
}

.jrnl .top_band_label {
  font-size: 13px;
  letter-spacing: .02em;
  color: #F8FCD4;
  line-height: 1.7;
  opacity: .75;
  text-transform: uppercase
}

.jrnl .top_band_heading {
  font-size: 62px;
  line-height: 1.15;
  letter-spacing: .01em;
  color: #F8FCD4;
  margin: 0
}

.jrnl .top_band_heading span {
  color: #F84764
}

.jrnl .top_band_sub {
  font-size: 16px;
  line-height: 1.7;
  color: #F8FCD4;
  opacity: .8;
  max-width: 420px;
  margin: 0
}

.jrnl .top_band_text_col {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1
}

.jrnl .top_band_stat_col {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
  flex-shrink: 0
}

.jrnl .stat_num {
  font-size: 46px;
  line-height: 1.15;
  letter-spacing: .01em;
  color: #F84764;
  font-weight: 700
}

.jrnl .stat_desc {
  font-size: 13px;
  line-height: 1.7;
  color: #F8FCD4;
  opacity: .7;
  text-align: right
}

.jrnl .posts_grid_sec {
  padding: 72px 0;
  background: #fff;
  position: relative
}

.jrnl .posts_grid_sec::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, #016D43 30%, #F84764 70%, transparent 100%)
}

.jrnl .grid_label_row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  margin-bottom: 36px
}

.jrnl .grid_label_line {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, #016D43 0%, transparent 100%)
}

.jrnl .grid_label_text {
  font-size: 13px;
  letter-spacing: .02em;
  color: #016D43;
  text-transform: uppercase
}

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

.jrnl .post_card {
  display: flex;
  flex-direction: column;
  border: 1px solid #016d4326;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  box-shadow: -1px 1px 5px -2px #f847640f -1px 7px 14px -2px #f847641a;
  transition: box-shadow .25s ease-out, transform .2s ease-out;
  position: relative
}

.jrnl .post_card:hover {
  box-shadow: -1px 9px 40px -2px #f847641a -1px 7px 14px -2px #f847641a;
  transform: translateY(-4px)
}

.jrnl .card_bracket_tl,
.jrnl .card_bracket_br {
  position: absolute;
  width: 20px;
  height: 20px;
  pointer-events: none;
  z-index: 1
}

.jrnl .card_bracket_tl {
  top: 8px;
  left: 8px;
  border-top: 2px solid #F84764;
  border-left: 2px solid #F84764;
  border-radius: 4px 0 0 0
}

.jrnl .card_bracket_br {
  bottom: 8px;
  right: 8px;
  border-bottom: 2px solid #016D43;
  border-right: 2px solid #016D43;
  border-radius: 0 0 4px 0
}

.jrnl .card_img_wrap {
  width: 100%;
  height: 200px;
  overflow: hidden;
  flex-shrink: 0
}

.jrnl .card_img_wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0;
  transition: opacity .35s ease-out, transform .45s ease-out
}

.jrnl .card_img_wrap img.loaded {
  opacity: 1
}

.jrnl .post_card:hover .card_img_wrap img {
  transform: scale(1.05)
}

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

.jrnl .card_tags {
  display: flex;
  flex-direction: row;
  gap: 8px;
  flex-wrap: wrap
}

.jrnl .card_tag {
  font-size: 13px;
  line-height: 1.15;
  letter-spacing: .02em;
  padding: 4px 8px;
  border-radius: 4px;
  background: #f8fcd4cc;
  color: #016D43;
  text-transform: uppercase;
  font-weight: 600
}

.jrnl .card_tag_theme {
  background: #f8476414;
  color: #F84764
}

.jrnl .card_title_link {
  text-decoration: none;
  display: block
}

.jrnl .card_title_link:focus {
  outline: 2px solid #F84764;
  outline-offset: 2px;
  border-radius: 4px
}

.jrnl .card_title {
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: .01em;
  color: #016D43;
  margin: 0;
  font-weight: 700
}

.jrnl .card_title span {
  color: #1a1a1a;
  color: #222
}

.jrnl .card_title_link:hover .card_title {
  color: #F84764;
  transition: color .2s ease-out
}

.jrnl .card_subtitle {
  font-size: 13px;
  line-height: 1.7;
  color: #444;
  margin: 0;
  letter-spacing: .01em
}

.jrnl .card_desc {
  font-size: 13px;
  line-height: 1.7;
  color: #555;
  margin: 0;
  letter-spacing: .01em
}

.jrnl .card_sep {
  height: 1px;
  background: linear-gradient(90deg, #016D43 0%, transparent 80%);
  margin: 4px 0
}

.jrnl .card_meta {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 8px
}

.jrnl .card_date {
  font-size: 13px;
  line-height: 1.15;
  color: #888;
  letter-spacing: .01em
}

.jrnl .card_views {
  font-size: 13px;
  line-height: 1.15;
  color: #016D43;
  letter-spacing: .01em
}

.jrnl .card_read_btn {
  display: inline-block;
  margin-top: 8px;
  padding: 8px 16px;
  background: #016D43;
  color: #F8FCD4;
  font-size: 13px;
  letter-spacing: .02em;
  border-radius: 4px;
  text-decoration: none;
  text-align: center;
  border: 2px solid #016D43;
  transition: background .2s ease-out, color .2s ease-out, border-color .2s ease-out, box-shadow .25s ease-out;
  align-self: flex-start;
  position: relative
}

.jrnl .card_read_btn::after {
  content: '';
  position: absolute;
  inset: -4px;
  border: 2px solid transparent;
  border-radius: 4px;
  transition: border-color .2s ease-out;
  pointer-events: none
}

.jrnl .card_read_btn:hover {
  background: transparent;
  color: #016D43
}

.jrnl .card_read_btn:hover::after {
  border-color: #016D43
}

.jrnl .card_read_btn:focus {
  outline: 2px solid #F84764;
  outline-offset: 3px
}

.jrnl .about_strip {
  background: #F8FCD4;
  padding: 72px 0;
  position: relative
}

.jrnl .about_strip_inner {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 36px;
  display: grid;
  grid-template-columns: 1fr 60%;
  gap: 72px;
  align-items: center
}

.jrnl .about_img_col {
  position: relative
}

.jrnl .about_img_frame {
  border-radius: 12px;
  overflow: hidden;
  border: 3px solid #016D43;
  box-shadow: -1px 9px 40px -2px #016d431a;
  position: relative
}

.jrnl .about_img_frame::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, #f847642e 0%, transparent 50%, #016d431f 100%);
  z-index: 1;
  pointer-events: none
}

.jrnl .about_img_frame img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  display: block;
  filter: sepia(0.2) contrast(1.08) brightness(0.96) saturate(0.85);
  opacity: 0;
  transition: opacity .4s ease-out
}

.jrnl .about_img_frame img.loaded {
  opacity: 1
}

.jrnl .about_deco_shape {
  position: absolute;
  width: 60px;
  height: 60px;
  border: 2px solid #f8476440;
  border-radius: 12px;
  bottom: -16px;
  right: -16px;
  pointer-events: none;
  z-index: 0
}

.jrnl .about_deco_shape2 {
  position: absolute;
  width: 32px;
  height: 32px;
  background: #016d4314;
  border-radius: 4px;
  top: -8px;
  left: -8px;
  pointer-events: none;
  z-index: 0
}

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

.jrnl .about_eyebrow {
  font-size: 13px;
  letter-spacing: .02em;
  color: #F84764;
  text-transform: uppercase;
  line-height: 1.15
}

.jrnl .about_heading {
  font-size: 46px;
  line-height: 1.15;
  letter-spacing: .01em;
  color: #016D43;
  margin: 0
}

.jrnl .about_heading span {
  color: #333
}

.jrnl .about_para {
  font-size: 16px;
  line-height: 1.7;
  color: #333;
  margin: 0;
  text-indent: -16px;
  padding-left: 16px
}

.jrnl .about_link {
  display: inline-block;
  padding: 8px 16px;
  background: transparent;
  color: #016D43;
  font-size: 16px;
  letter-spacing: .01em;
  border: 2px solid #016D43;
  border-radius: 4px;
  text-decoration: none;
  align-self: flex-start;
  position: relative;
  transition: background .2s ease-out, color .15s ease-out
}

.jrnl .about_link::after {
  content: '';
  position: absolute;
  inset: -5px;
  border: 2px solid transparent;
  border-radius: 4px;
  transition: border-color .2s ease-out;
  pointer-events: none
}

.jrnl .about_link:hover {
  background: #016D43;
  color: #F8FCD4
}

.jrnl .about_link:hover::after {
  border-color: #016D43
}

.jrnl .about_link:focus {
  outline: 2px solid #F84764;
  outline-offset: 3px
}

.jrnl .usage_sec {
  padding: 72px 0;
  background: #fff;
  position: relative
}

.jrnl .usage_sec_inner {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 36px
}

.jrnl .usage_heading_row {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  gap: 16px;
  margin-bottom: 36px
}

.jrnl .usage_heading {
  font-size: 34px;
  line-height: 1.15;
  letter-spacing: .01em;
  color: #F84764;
  margin: 0
}

.jrnl .usage_heading span {
  color: #333
}

.jrnl .usage_heading::before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #F84764;
  border-radius: 4px;
  margin-right: 8px;
  vertical-align: middle;
  position: relative;
  top: -2px
}

.jrnl .usage_cols {
  display: grid;
  grid-template-columns: 2fr 1.5fr 1fr;
  gap: 36px;
  align-items: start
}

.jrnl .usage_col_item {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.jrnl .usage_col_label {
  font-size: 13px;
  letter-spacing: .02em;
  color: #016D43;
  text-transform: uppercase;
  line-height: 1.15
}

.jrnl .usage_bar_track {
  height: 8px;
  background: #016d431a;
  border-radius: 36px;
  overflow: hidden
}

.jrnl .usage_bar_fill {
  height: 100%;
  border-radius: 36px;
  background: linear-gradient(90deg, #016D43 0%, #F84764 100%);
  transition: width .45s ease-out
}

.jrnl .usage_col_stat {
  font-size: 46px;
  line-height: 1.15;
  letter-spacing: .01em;
  color: #016D43;
  font-weight: 700
}

.jrnl .usage_col_desc {
  font-size: 13px;
  line-height: 1.7;
  color: #555;
  margin: 0
}

.jrnl .usage_col_item_list {
  display: flex;
  flex-direction: column;
  gap: 0
}

.jrnl .usage_list_row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 8px 0;
  border-bottom: 1px solid #016d431f;
  font-size: 13px;
  line-height: 1.7;
  color: #333;
  letter-spacing: .01em
}

.jrnl .usage_list_row:last-child {
  border-bottom: none
}

.jrnl .usage_list_val {
  color: #F84764;
  font-weight: 700
}

.jrnl .cta_band {
  background: #016D43;
  padding: 72px 0;
  position: relative;
  overflow: hidden
}

.jrnl .cta_band::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(170deg, transparent 40%, #f847641f 100%);
  pointer-events: none
}

.jrnl .cta_band::after {
  content: '';
  position: absolute;
  inset: 0;
  background: #F84764;
  animation: flicker_accent 7s ease-out infinite;
  pointer-events: none
}

.jrnl .cta_band_inner {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 36px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
  position: relative;
  z-index: 2
}

.jrnl .cta_text_col {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: 640px
}

.jrnl .cta_heading {
  font-size: 46px;
  line-height: 1.15;
  letter-spacing: .01em;
  color: #F8FCD4;
  margin: 0
}

.jrnl .cta_heading span {
  color: #F84764
}

.jrnl .cta_para {
  font-size: 16px;
  line-height: 1.7;
  color: #F8FCD4;
  opacity: .85;
  margin: 0
}

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

.jrnl .cta_btn_primary {
  display: inline-block;
  padding: 16px 36px;
  background: #F84764;
  color: #fff;
  font-size: 16px;
  letter-spacing: .01em;
  border-radius: 4px;
  text-decoration: none;
  border: 2px solid #F84764;
  transition: background .2s ease-out, color .15s ease-out, border-color .2s ease-out;
  position: relative;
  white-space: nowrap
}

.jrnl .cta_btn_primary::after {
  content: '';
  position: absolute;
  inset: -5px;
  border: 2px solid transparent;
  border-radius: 4px;
  transition: border-color .2s ease-out;
  pointer-events: none
}

.jrnl .cta_btn_primary:hover {
  background: transparent;
  color: #F84764
}

.jrnl .cta_btn_primary:hover::after {
  border-color: #F84764
}

.jrnl .cta_btn_primary:focus {
  outline: 2px solid #F8FCD4;
  outline-offset: 3px
}

.jrnl .cta_btn_sec {
  display: inline-block;
  padding: 16px 36px;
  background: transparent;
  color: #F8FCD4;
  font-size: 16px;
  letter-spacing: .01em;
  border-radius: 4px;
  text-decoration: none;
  border: 2px solid #f8fcd480;
  transition: border-color .25s ease-out, color .2s ease-out;
  position: relative;
  white-space: nowrap
}

.jrnl .cta_btn_sec::after {
  content: '';
  position: absolute;
  inset: -5px;
  border: 2px solid transparent;
  border-radius: 4px;
  transition: border-color .2s ease-out;
  pointer-events: none
}

.jrnl .cta_btn_sec:hover {
  border-color: #F8FCD4;
  color: #F8FCD4
}

.jrnl .cta_btn_sec:hover::after {
  border-color: #f8fcd466
}

.jrnl .cta_btn_sec:focus {
  outline: 2px solid #F8FCD4;
  outline-offset: 3px
}

.jrnl .services_strip {
  padding: 72px 0;
  background: #F8FCD4
}

.jrnl .services_strip_inner {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 36px
}

.jrnl .services_top_row {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 36px;
  gap: 36px
}

.jrnl .services_heading {
  font-size: 34px;
  line-height: 1.15;
  letter-spacing: .01em;
  color: #016D43;
  margin: 0
}

.jrnl .services_heading span {
  color: #333
}

.jrnl .services_heading::before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 10px solid #016D43;
  margin-right: 8px;
  vertical-align: middle;
  position: relative;
  top: -1px
}

.jrnl .services_sub {
  font-size: 16px;
  line-height: 1.7;
  color: #444;
  max-width: 500px;
  margin: 0
}

.jrnl .services_list {
  display: flex;
  flex-direction: column;
  gap: 0;
  list-style: none;
  padding: 0;
  margin: 0
}

.jrnl .services_list_item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
  border-bottom: 1px solid #016d432e;
  gap: 36px
}

.jrnl .services_list_item:first-child {
  border-top: 1px solid #016d432e
}

.jrnl .svc_name {
  font-size: 16px;
  line-height: 1.7;
  color: #016D43;
  font-weight: 700;
  letter-spacing: .01em;
  flex: 1
}

.jrnl .svc_desc {
  font-size: 13px;
  line-height: 1.7;
  color: #555;
  flex: 2;
  margin: 0
}

.jrnl .svc_link {
  font-size: 13px;
  letter-spacing: .02em;
  color: #F84764;
  text-decoration: none;
  border-bottom: 1px solid #f847644d;
  transition: border-color .2s ease-out, color .15s ease-out;
  white-space: nowrap;
  flex-shrink: 0
}

.jrnl .svc_link:hover {
  color: #016D43;
  border-color: #016D43
}

.jrnl .svc_link:focus {
  outline: 2px solid #F84764;
  outline-offset: 2px;
  border-radius: 4px
}

@media (max-width: 1200px) {
  .jrnl .posts_grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .jrnl .about_strip_inner {
    grid-template-columns: 1fr;
    gap: 36px
  }

  .jrnl .usage_cols {
    grid-template-columns: 1fr 1fr
  }

  .jrnl .top_band_heading {
    font-size: 46px
  }

  .jrnl .cta_heading {
    font-size: 34px
  }
}

@media (max-width: 992px) {
  .jrnl .posts_grid {
    grid-template-columns: repeat(2, 1fr)
  }

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

  .jrnl .cta_btn_col {
    align-items: flex-start
  }

  .jrnl .services_top_row {
    flex-direction: column;
    gap: 16px
  }

  .jrnl .usage_cols {
    grid-template-columns: 1fr
  }

  .jrnl .services_list_item {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px
  }
}

@media (max-width: 576px) {

  .jrnl .pg_wrap,
  .jrnl .top_band_inner,
  .jrnl .about_strip_inner,
  .jrnl .usage_sec_inner,
  .jrnl .cta_band_inner,
  .jrnl .services_strip_inner {
    padding: 0 16px
  }

  .jrnl .posts_grid {
    grid-template-columns: 1fr
  }

  .jrnl .top_band_inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px
  }

  .jrnl .top_band_heading {
    font-size: 34px
  }

  .jrnl .top_band_stat_col {
    align-items: flex-start
  }

  .jrnl .stat_desc {
    text-align: left
  }

  .jrnl .about_heading {
    font-size: 34px
  }

  .jrnl .cta_heading {
    font-size: 34px
  }

  .jrnl .posts_grid_sec,
  .jrnl .about_strip,
  .jrnl .usage_sec,
  .jrnl .cta_band,
  .jrnl .services_strip {
    padding: 36px 0
  }

  .jrnl .top_band {
    padding: 36px 0
  }
}

.rslrs {
  max-width: 100%;
  overflow-x: hidden;
  background: #fff
}

.rslrs .rslrs__inner {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 36px
}

.rslrs ::selection {
  background: #111;
  color: #fff
}

.rslrs .pg__band {
  width: 100%;
  height: 48px;
  background: linear-gradient(180deg, transparent 0%, #f8476412 50%, transparent 100%);
  pointer-events: none
}

.rslrs .ttl__row {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 36px;
  padding: 72px 36px;
  max-width: 1600px;
  margin: 0 auto;
  position: relative
}

.rslrs .ttl__deco {
  position: absolute;
  top: 0;
  left: 36px;
  width: calc(100% - 356px - 72px);
  height: 100%;
  pointer-events: none;
  overflow: hidden;
  border-radius: 12px
}

.rslrs .ttl__deco::before {
  content: "";
  position: absolute;
  inset: 8px;
  border: 1.5px solid #f847642e;
  border-radius: 8px
}

.rslrs .ttl__deco::after {
  content: "";
  position: absolute;
  inset: 16px;
  border: 1px solid #016d431a;
  border-radius: 4px
}

.rslrs .ttl__text {
  padding: 36px;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 16px
}

.rslrs .ttl__notch {
  width: 4px;
  height: 48px;
  background: #F84764;
  border-radius: 4px;
  flex-shrink: 0
}

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

.rslrs .ttl__label {
  font-size: 13px;
  letter-spacing: .02em;
  color: #016D43;
  line-height: 1.15;
  text-transform: uppercase;
  font-weight: 600
}

.rslrs .ttl__h1 {
  font-size: 62px;
  line-height: 1.15;
  letter-spacing: .01em;
  margin: 0
}

.rslrs .ttl__h1 .col__a {
  color: #F84764
}

.rslrs .ttl__h1 .col__b {
  color: #1b2a22
}

.rslrs .ttl__desc {
  font-size: 16px;
  line-height: 1.7;
  color: #2c3a30;
  max-width: 560px;
  letter-spacing: .01em;
  margin: 0
}

.rslrs .ttl__actions {
  display: flex;
  flex-direction: row;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 8px
}

.rslrs .btn__prim {
  display: inline-block;
  padding: 16px 36px;
  background: #1b2a22;
  color: #F8FCD4;
  font-size: 13px;
  letter-spacing: .02em;
  text-decoration: none;
  border-radius: 4px;
  border: 2px solid #1b2a22;
  font-weight: 600;
  transition: background .25s ease-out, color .2s ease-out, border-color .2s ease-out, outline-offset .18s ease-out;
  outline: 2px solid transparent;
  outline-offset: 0;
  cursor: pointer
}

.rslrs .btn__prim:hover,
.rslrs .btn__prim:focus-visible {
  background: #F84764;
  border-color: #F84764;
  color: #fff;
  outline: 2px solid #F84764;
  outline-offset: 4px
}

.rslrs .btn__sec {
  display: inline-block;
  padding: 16px 36px;
  background: transparent;
  color: #1b2a22;
  font-size: 13px;
  letter-spacing: .02em;
  text-decoration: none;
  border-radius: 4px;
  border: 2px solid #1b2a22;
  font-weight: 600;
  transition: border-color .22s ease-out, color .2s ease-out, outline-offset .18s ease-out;
  outline: 2px solid transparent;
  outline-offset: 0;
  cursor: pointer
}

.rslrs .btn__sec:hover,
.rslrs .btn__sec:focus-visible {
  border-color: #016D43;
  color: #016D43;
  outline: 2px solid #016D43;
  outline-offset: 4px
}

.rslrs .ttl__img_col {
  position: relative;
  border-radius: 12px;
  overflow: hidden
}

.rslrs .ttl__img_wrap {
  width: 100%;
  height: 100%;
  min-height: 400px;
  position: relative;
  border-radius: 12px;
  overflow: hidden
}

.rslrs .ttl__img_wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  opacity: 0;
  transition: opacity .35s ease-out;
  border-radius: 12px
}

.rslrs .ttl__img_wrap img.loaded {
  opacity: 1
}

.rslrs .ttl__scanline {
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(180deg, transparent 0px, transparent 3px, #f8fcd40f 3px, #f8fcd40f 4px);
  pointer-events: none;
  border-radius: 12px
}

.rslrs .div__band {
  width: 100%;
  height: 64px;
  background: linear-gradient(180deg, transparent 0%, #016d4312 40%, #f847640d 70%, transparent 100%);
  pointer-events: none
}

.rslrs .stats__outer {
  background: #F8FCD4;
  padding: 72px 36px;
  position: relative
}

.rslrs .stats__outer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, #F84764 30%, #016D43 70%, transparent)
}

.rslrs .stats__grid {
  max-width: 1600px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
  align-items: start
}

.rslrs .stats__left {
  display: flex;
  flex-direction: column;
  gap: 36px
}

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

.rslrs .stat__card {
  background: #fff;
  border-radius: 12px;
  padding: 36px 16px 16px;
  border: 1.5px solid #016d4326;
  box-shadow: -1px 1px 5px -2px #f847640f -1px 7px 14px -2px #f847641a;
  position: relative;
  overflow: hidden
}

.rslrs .stat__card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: #F84764;
  border-radius: 4px 0 0 4px
}

.rslrs .stat__card::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 3px;
  background: #016d431f
}

.rslrs .stat__num {
  font-size: 46px;
  line-height: 1.15;
  letter-spacing: .01em;
  color: #F84764;
  font-weight: 700;
  display: block
}

.rslrs .stat__label {
  font-size: 13px;
  line-height: 1.7;
  color: #2c3a30;
  letter-spacing: .02em;
  display: block;
  margin-top: 4px
}

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

.rslrs .stats__h2 {
  font-size: 34px;
  line-height: 1.15;
  letter-spacing: .01em;
  margin: 0
}

.rslrs .stats__h2 .col__a {
  color: #F84764
}

.rslrs .stats__h2 .col__b {
  color: #1b2a22
}

.rslrs .stats__para {
  font-size: 16px;
  line-height: 1.7;
  color: #2c3a30;
  letter-spacing: .01em;
  margin: 0;
  padding-left: 16px;
  text-indent: -16px
}

.rslrs .vis__indicator {
  background: #1b2a22;
  border-radius: 12px;
  padding: 36px;
  display: flex;
  flex-direction: column;
  gap: 16px
}

.rslrs .vis__ind_label {
  font-size: 13px;
  color: #F8FCD4;
  letter-spacing: .02em;
  text-transform: uppercase;
  font-weight: 600
}

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

.rslrs .vis__bar_item {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.rslrs .vis__bar_meta {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center
}

.rslrs .vis__bar_name {
  font-size: 13px;
  color: #F8FCD4;
  letter-spacing: .01em
}

.rslrs .vis__bar_pct {
  font-size: 13px;
  color: #F84764;
  font-weight: 700;
  letter-spacing: .02em
}

.rslrs .vis__bar_track {
  width: 100%;
  height: 6px;
  background: #f8fcd41f;
  border-radius: 4px;
  overflow: hidden
}

.rslrs .vis__bar_fill {
  height: 100%;
  background: linear-gradient(90deg, #016D43, #F84764);
  border-radius: 4px;
  transition: width .45s ease-out
}

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

.rslrs .stats__img_wrap {
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  width: 100%;
  aspect-ratio: 4/3
}

.rslrs .stats__img_wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  opacity: 0;
  transition: opacity .4s ease-out, filter .35s ease-out;
  filter: blur(6px)
}

.rslrs .stats__img_wrap img.loaded {
  opacity: 1;
  filter: blur(0)
}

.rslrs .stats__img_wrap:hover img {
  filter: blur(0)
}

.rslrs .stats__img_caption {
  font-size: 13px;
  color: #2c3a30;
  letter-spacing: .01em;
  line-height: 1.7;
  padding: 8px 0;
  border-bottom: 1px solid #016d432e
}

.rslrs .div__band2 {
  width: 100%;
  height: 56px;
  background: linear-gradient(180deg, #F8FCD4 0%, transparent 100%);
  pointer-events: none
}

.rslrs .cards__outer {
  padding: 72px 36px;
  background: #fff;
  position: relative
}

.rslrs .cards__outer::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 36px;
  right: 36px;
  height: 1px;
  background: linear-gradient(90deg, transparent, #f8476433, transparent)
}

.rslrs .cards__hd {
  max-width: 1600px;
  margin: 0 auto 36px;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  gap: 36px
}

.rslrs .cards__h2 {
  font-size: 46px;
  line-height: 1.15;
  letter-spacing: .01em;
  margin: 0
}

.rslrs .cards__h2 .col__a {
  color: #016D43
}

.rslrs .cards__h2 .col__b {
  color: #1b2a22
}

.rslrs .cards__sub {
  font-size: 16px;
  line-height: 1.7;
  color: #2c3a30;
  letter-spacing: .01em;
  max-width: 400px;
  margin: 0;
  text-align: right
}

.rslrs .cards__grid {
  max-width: 1600px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px
}

.rslrs .pg__card {
  background: #fff;
  border-radius: 12px;
  border: 1.5px solid #016d4324;
  box-shadow: -1px 1px 5px -2px #f847640f -1px 7px 14px -2px #f847641a;
  padding: 36px;
  position: relative;
  overflow: hidden;
  transition: box-shadow .25s ease-out, border-color .2s ease-out;
  display: flex;
  flex-direction: column;
  gap: 16px
}

.rslrs .pg__card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: #F84764;
  border-radius: 12px 12px 0 0
}

.rslrs .pg__card::after {
  content: "";
  position: absolute;
  inset: 6px;
  border: 1px solid #f8476414;
  border-radius: 8px;
  pointer-events: none
}

.rslrs .pg__card:hover {
  box-shadow: -1px 9px 40px -2px #f847641a;
  border-color: #f8476447
}

.rslrs .pg__card_num {
  font-size: 34px;
  line-height: 1.15;
  color: #f8476426;
  font-weight: 700;
  letter-spacing: .01em;
  position: absolute;
  top: 16px;
  right: 16px
}

.rslrs .pg__card_h {
  font-size: 16px;
  line-height: 1.15;
  letter-spacing: .01em;
  color: #1b2a22;
  font-weight: 700;
  margin: 0
}

.rslrs .pg__card_p {
  font-size: 13px;
  line-height: 1.7;
  color: #2c3a30;
  letter-spacing: .01em;
  margin: 0
}

.rslrs .pg__card_list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0
}

.rslrs .pg__card_list li {
  font-size: 13px;
  line-height: 1.7;
  color: #2c3a30;
  letter-spacing: .01em;
  padding: 8px 0;
  border-bottom: 1px solid #016d431f
}

.rslrs .pg__card_list li:last-child {
  border-bottom: none
}

.rslrs .div__band3 {
  width: 100%;
  height: 56px;
  background: linear-gradient(180deg, transparent 0%, #f8fcd499 100%);
  pointer-events: none
}

.rslrs .team__outer {
  background: #F8FCD4;
  padding: 72px 36px;
  position: relative
}

.rslrs .team__outer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, #016D43 40%, #F84764 70%, transparent)
}

.rslrs .team__inner {
  max-width: 1600px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: start
}

.rslrs .team__left {
  display: flex;
  flex-direction: column;
  gap: 36px
}

.rslrs .team__h2 {
  font-size: 34px;
  line-height: 1.15;
  letter-spacing: .01em;
  margin: 0
}

.rslrs .team__h2 .col__a {
  color: #016D43
}

.rslrs .team__h2 .col__b {
  color: #1b2a22
}

.rslrs .team__para {
  font-size: 16px;
  line-height: 1.7;
  color: #2c3a30;
  letter-spacing: .01em;
  margin: 0;
  padding-left: 16px;
  text-indent: -16px
}

.rslrs .team__portraits {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px
}

.rslrs .portrait__card {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.rslrs .portrait__img_wrap {
  width: 100%;
  aspect-ratio: 2/3;
  border-radius: 36px;
  overflow: hidden;
  position: relative;
  box-shadow: -1px 7px 14px -2px #016d431a
}

.rslrs .portrait__img_wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  opacity: 0;
  transition: opacity .4s ease-out, filter .35s ease-out;
  filter: blur(4px)
}

.rslrs .portrait__img_wrap img.loaded {
  opacity: 1;
  filter: blur(0)
}

.rslrs .portrait__img_wrap:hover img {
  filter: blur(0)
}

.rslrs .portrait__name {
  font-size: 13px;
  font-weight: 700;
  color: #1b2a22;
  letter-spacing: .01em;
  line-height: 1.15
}

.rslrs .portrait__role {
  font-size: 13px;
  color: #016D43;
  letter-spacing: .01em;
  line-height: 1.15
}

.rslrs .team__right {
  display: flex;
  flex-direction: column;
  gap: 36px
}

.rslrs .team__img_wrap {
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  width: 100%;
  aspect-ratio: 16/9
}

.rslrs .team__img_wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  opacity: 0;
  transition: opacity .4s ease-out, filter .35s ease-out;
  filter: blur(6px)
}

.rslrs .team__img_wrap img.loaded {
  opacity: 1;
  filter: blur(0)
}

.rslrs .team__img_wrap:hover img {
  filter: blur(0)
}

.rslrs .team__contact_block {
  background: #1b2a22;
  border-radius: 12px;
  padding: 36px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
  overflow: hidden
}

.rslrs .team__contact_block::before {
  content: "";
  position: absolute;
  inset: 6px;
  border: 1px solid #f8fcd41a;
  border-radius: 8px;
  pointer-events: none
}

.rslrs .team__contact_h {
  font-size: 16px;
  font-weight: 700;
  color: #F8FCD4;
  letter-spacing: .01em;
  line-height: 1.15;
  margin: 0
}

.rslrs .team__contact_p {
  font-size: 13px;
  color: #f8fcd4bf;
  letter-spacing: .01em;
  line-height: 1.7;
  margin: 0
}

.rslrs .team__contact_links {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.rslrs .team__contact_link {
  font-size: 13px;
  color: #F8FCD4;
  letter-spacing: .01em;
  line-height: 1.7;
  text-decoration: none;
  padding-bottom: 8px;
  border-bottom: 1px solid #f8fcd41f;
  transition: color .2s ease-out
}

.rslrs .team__contact_link:hover {
  color: #F84764
}

.rslrs .team__contact_link:last-child {
  border-bottom: none
}

@media (max-width: 1200px) {
  .rslrs .ttl__row {
    grid-template-columns: 1fr 260px;
    padding: 36px
  }

  .rslrs .cards__grid {
    grid-template-columns: repeat(2, 1fr)
  }

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

  .rslrs .cards__sub {
    text-align: left
  }
}

@media (max-width: 992px) {
  .rslrs .ttl__row {
    grid-template-columns: 1fr;
    padding: 36px
  }

  .rslrs .ttl__img_col {
    display: none
  }

  .rslrs .ttl__deco {
    width: calc(100% - 72px)
  }

  .rslrs .stats__grid {
    grid-template-columns: 1fr
  }

  .rslrs .stats__row {
    grid-template-columns: repeat(3, 1fr)
  }

  .rslrs .team__inner {
    grid-template-columns: 1fr;
    gap: 36px
  }

  .rslrs .ttl__h1 {
    font-size: 46px
  }
}

@media (max-width: 576px) {
  .rslrs .ttl__row {
    padding: 36px 16px
  }

  .rslrs .ttl__h1 {
    font-size: 34px
  }

  .rslrs .stats__outer,
  .rslrs .cards__outer,
  .rslrs .team__outer {
    padding: 36px 16px
  }

  .rslrs .stats__row {
    grid-template-columns: 1fr
  }

  .rslrs .cards__grid {
    grid-template-columns: 1fr
  }

  .rslrs .team__portraits {
    grid-template-columns: 1fr 1fr
  }

  .rslrs .cards__h2 {
    font-size: 34px
  }
}

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

.prtl .fog-layer {
  position: fixed;
  top: 0;
  left: -20%;
  width: 140%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
  background: radial-gradient(ellipse 60% 40% at 30% 50%, #f8fcd42e 0%, transparent 70%);
  animation: fog-drift 18s ease-in-out infinite alternate
}

@keyframes fog-drift {
  0% {
    transform: translateX(0) translateY(0);
    opacity: .7
  }

  50% {
    transform: translateX(6%) translateY(2%);
    opacity: 1
  }

  100% {
    transform: translateX(-4%) translateY(-1%);
    opacity: .8
  }
}

.prtl .pg-wrap {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 36px
}

.prtl img {
  opacity: 0;
  transition: opacity .45s ease-out
}

.prtl img.img-loaded {
  opacity: 1
}

::selection {
  background: #111;
  color: #fff
}

.prtl .ttl-blk {
  position: relative;
  padding-top: 36px;
  padding-bottom: 72px;
  border-bottom: 2px solid #F84764
}

.prtl .ttl-blk .ttl-inner {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 36px;
  display: grid;
  grid-template-columns: 1fr 480px;
  gap: 72px;
  align-items: start
}

.prtl .ttl-blk .ttl-txt-col {
  display: flex;
  flex-direction: column;
  gap: 36px;
  padding-top: 36px
}

.prtl .ttl-blk .ttl-label {
  font-size: 13px;
  letter-spacing: .02em;
  color: #016D43;
  line-height: 1.15;
  text-transform: uppercase;
  border-top: 1px solid #016D43;
  border-left: 3px solid #F84764;
  padding: 8px 16px;
  display: inline-block;
  background: #016d430a;
  border-radius: 4px
}

.prtl .ttl-blk .ttl-h1 {
  font-size: 62px;
  line-height: 1.15;
  letter-spacing: .01em;
  color: #1b2a22;
  margin: 0
}

.prtl .ttl-blk .ttl-h1 span.accent-word {
  color: #F84764
}

.prtl .ttl-blk .ttl-counter-row {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  gap: 16px
}

.prtl .ttl-blk .ttl-count-num {
  font-size: 62px;
  line-height: 1.15;
  color: #F84764;
  letter-spacing: .01em;
  font-weight: 700
}

.prtl .ttl-blk .ttl-count-desc {
  font-size: 16px;
  line-height: 1.7;
  color: #2d3d35;
  letter-spacing: .01em;
  max-width: 280px
}

.prtl .ttl-blk .ttl-para {
  font-size: 16px;
  line-height: 1.7;
  color: #2d3d35;
  letter-spacing: .01em;
  margin: 0;
  text-indent: -16px;
  padding-left: 16px
}

.prtl .ttl-blk .ttl-img-col {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end
}

.prtl .ttl-blk .ttl-img-frame {
  width: 100%;
  border: 2px solid #F8FCD4;
  outline: 1px solid #016D43;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: -1px 9px 40px -2px #f847641a
}

.prtl .ttl-blk .ttl-img-frame img {
  width: 100%;
  height: 560px;
  object-fit: cover;
  object-position: center;
  display: block;
  border-radius: 12px
}

.prtl .ttl-blk .ttl-edge-line {
  position: absolute;
  left: -36px;
  top: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(to bottom, #F84764 0%, transparent 100%);
  border-radius: 4px
}

.prtl .ttl-blk .ttl-arrow-deco {
  position: absolute;
  bottom: -36px;
  left: 50%;
  transform: translateX(-50%);
  width: 24px;
  height: 24px;
  opacity: .22
}

.prtl .ttl-blk .ttl-arrow-deco svg {
  width: 24px;
  height: 24px
}

.prtl .obj-sec {
  position: relative;
  padding-top: 72px;
  padding-bottom: 72px;
  background: linear-gradient(170deg, #f847640a 0%, transparent 55%, #f8fcd480 100%)
}

.prtl .obj-sec .obj-inner {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 36px;
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 72px;
  align-items: start
}

.prtl .obj-sec .obj-label-col {
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: sticky;
  top: 36px
}

.prtl .obj-sec .obj-side-label {
  font-size: 13px;
  letter-spacing: .02em;
  color: #F84764;
  text-transform: uppercase;
  line-height: 1.15
}

.prtl .obj-sec .obj-h2 {
  font-size: 34px;
  line-height: 1.15;
  letter-spacing: .01em;
  color: #1b2a22;
  margin: 0
}

.prtl .obj-sec .obj-h2 span.accent-word {
  color: #016D43
}

.prtl .obj-sec .obj-img-frame {
  border: 2px solid #016d4326;
  border-radius: 12px;
  overflow: hidden;
  margin-top: 36px;
  box-shadow: -1px 7px 14px -2px #f847641a
}

.prtl .obj-sec .obj-img-frame img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  object-position: center;
  display: block
}

.prtl .obj-sec .obj-txt-col {
  display: flex;
  flex-direction: column;
  gap: 36px
}

.prtl .obj-sec .obj-item {
  border-bottom: 1px solid #016d432e;
  padding-bottom: 36px;
  display: flex;
  flex-direction: column;
  gap: 8px
}

.prtl .obj-sec .obj-item:last-child {
  border-bottom: none;
  padding-bottom: 0
}

.prtl .obj-sec .obj-item-num {
  font-size: 13px;
  color: #F84764;
  letter-spacing: .02em;
  line-height: 1.15
}

.prtl .obj-sec .obj-item-h {
  font-size: 16px;
  line-height: 1.15;
  letter-spacing: .01em;
  color: #1b2a22;
  font-weight: 700;
  margin: 0
}

.prtl .obj-sec .obj-item-p {
  font-size: 16px;
  line-height: 1.7;
  color: #2d3d35;
  letter-spacing: .01em;
  margin: 0;
  text-indent: -16px;
  padding-left: 16px
}

.prtl .cli-sec {
  position: relative;
  padding-top: 72px;
  padding-bottom: 72px;
  background: #1b2a22
}

.prtl .cli-sec .cli-inner {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 36px
}

.prtl .cli-sec .cli-top {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 36px
}

.prtl .cli-sec .cli-h2 {
  font-size: 34px;
  line-height: 1.15;
  letter-spacing: .01em;
  color: #F8FCD4;
  margin: 0
}

.prtl .cli-sec .cli-h2 span.accent-word {
  color: #F84764
}

.prtl .cli-sec .cli-tag {
  font-size: 13px;
  color: #f8fcd480;
  letter-spacing: .02em;
  line-height: 1.15
}

.prtl .cli-sec .cli-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px
}

.prtl .cli-sec .cli-card {
  background: #f8fcd40d;
  border: 1px solid #f8fcd41a;
  border-radius: 12px;
  padding: 36px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  transition: background .25s ease-out, border-color .25s ease-out
}

.prtl .cli-sec .cli-card:hover {
  background: #f8fcd417;
  border-color: #f847644d
}

.prtl .cli-sec .cli-card-top {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px
}

.prtl .cli-sec .cli-portrait {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  border: 2px solid #F84764
}

.prtl .cli-sec .cli-portrait img {
  width: 56px;
  height: 56px;
  object-fit: cover;
  object-position: center;
  display: block
}

.prtl .cli-sec .cli-person-info {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.prtl .cli-sec .cli-name {
  font-size: 16px;
  line-height: 1.15;
  color: #F8FCD4;
  letter-spacing: .01em;
  font-weight: 700
}

.prtl .cli-sec .cli-situation {
  font-size: 13px;
  color: #f8fcd48c;
  letter-spacing: .02em;
  line-height: 1.15
}

.prtl .cli-sec .cli-card-body {
  font-size: 16px;
  line-height: 1.7;
  color: #f8fcd4cc;
  letter-spacing: .01em;
  margin: 0
}

.prtl .cli-sec .cli-outcome {
  font-size: 13px;
  line-height: 1.15;
  color: #016D43;
  letter-spacing: .02em;
  border-top: 1px solid #016d434d;
  padding-top: 16px
}

.prtl .cli-sec .cli-no-portrait {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #f8476426;
  border: 2px solid #f847644d;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0
}

.prtl .cli-sec .cli-no-portrait-init {
  font-size: 16px;
  color: #F84764;
  font-weight: 700;
  letter-spacing: .01em
}

.prtl .rdy-sec {
  position: relative;
  padding-top: 72px;
  padding-bottom: 72px;
  background: #F8FCD4
}

.prtl .rdy-sec .rdy-inner {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 36px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 36px;
  align-items: start
}

.prtl .rdy-sec .rdy-head-col {
  grid-column: 1 / -1;
  display: flex;
  flex-direction: row;
  align-items: baseline;
  gap: 36px;
  margin-bottom: 16px
}

.prtl .rdy-sec .rdy-h2 {
  font-size: 46px;
  line-height: 1.15;
  letter-spacing: .01em;
  color: #1b2a22;
  margin: 0
}

.prtl .rdy-sec .rdy-h2 span.accent-word {
  color: #F84764
}

.prtl .rdy-sec .rdy-sub {
  font-size: 16px;
  line-height: 1.7;
  color: #2d3d35;
  letter-spacing: .01em;
  max-width: 360px
}

.prtl .rdy-sec .rdy-req {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-top: 2px solid #016D43;
  padding-top: 16px
}

.prtl .rdy-sec .rdy-req-num {
  font-size: 34px;
  color: #F84764;
  line-height: 1.15;
  letter-spacing: .01em;
  font-weight: 700
}

.prtl .rdy-sec .rdy-req-h {
  font-size: 16px;
  line-height: 1.15;
  color: #1b2a22;
  font-weight: 700;
  letter-spacing: .01em;
  margin: 0
}

.prtl .rdy-sec .rdy-req-p {
  font-size: 13px;
  line-height: 1.7;
  color: #2d3d35;
  letter-spacing: .01em;
  margin: 0
}

.prtl .rdy-sec .rdy-img-wrap {
  grid-column: 3 / 4;
  grid-row: 2 / 4;
  border: 2px solid #016d4340;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: -1px 7px 14px -2px #016d431a
}

.prtl .rdy-sec .rdy-img-wrap img {
  width: 100%;
  height: 340px;
  object-fit: cover;
  object-position: center;
  display: block
}

.prtl .prob-sec {
  position: relative;
  padding-top: 72px;
  padding-bottom: 72px;
  background: #fff;
  border-top: 1px solid #f847641f
}

.prtl .prob-sec .prob-inner {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 36px;
  display: flex;
  flex-direction: column;
  gap: 36px
}

.prtl .prob-sec .prob-top-row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 72px
}

.prtl .prob-sec .prob-h2 {
  font-size: 46px;
  line-height: 1.15;
  letter-spacing: .01em;
  color: #1b2a22;
  margin: 0;
  flex: 1
}

.prtl .prob-sec .prob-h2 span.accent-word {
  color: #F84764
}

.prtl .prob-sec .prob-aside {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-top: 8px
}

.prtl .prob-sec .prob-aside-p {
  font-size: 16px;
  line-height: 1.7;
  color: #2d3d35;
  letter-spacing: .01em;
  margin: 0;
  text-indent: -16px;
  padding-left: 16px
}

.prtl .prob-sec .prob-stat-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px
}

.prtl .prob-sec .prob-stat {
  background: linear-gradient(160deg, #f847640d 0%, #f8fcd499 100%);
  border: 1px solid #f8476426;
  border-radius: 12px;
  padding: 36px 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  transition: box-shadow .2s ease-out
}

.prtl .prob-sec .prob-stat:hover {
  box-shadow: -1px 7px 14px -2px #f847641a
}

.prtl .prob-sec .prob-stat-num {
  font-size: 46px;
  color: #F84764;
  line-height: 1.15;
  letter-spacing: .01em;
  font-weight: 700
}

.prtl .prob-sec .prob-stat-label {
  font-size: 13px;
  line-height: 1.7;
  color: #2d3d35;
  letter-spacing: .02em
}

.prtl .prob-sec .prob-img-strip {
  border-radius: 12px;
  overflow: hidden;
  border: 2px solid #016d4326;
  box-shadow: -1px 9px 40px -2px #016d431a
}

.prtl .prob-sec .prob-img-strip img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  object-position: center;
  display: block
}

.prtl .sit-sec {
  position: relative;
  padding-top: 72px;
  padding-bottom: 72px;
  background: linear-gradient(155deg, #016d430f 0%, transparent 45%, #f847640a 100%);
  border-top: 1px solid #016d431a
}

.prtl .sit-sec .sit-inner {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 36px
}

.prtl .sit-sec .sit-top {
  margin-bottom: 36px;
  display: flex;
  flex-direction: row;
  gap: 72px;
  align-items: flex-end
}

.prtl .sit-sec .sit-h2 {
  font-size: 34px;
  line-height: 1.15;
  letter-spacing: .01em;
  color: #1b2a22;
  margin: 0;
  flex: 1
}

.prtl .sit-sec .sit-h2 span.accent-word {
  color: #016D43
}

.prtl .sit-sec .sit-intro {
  font-size: 16px;
  line-height: 1.7;
  color: #2d3d35;
  letter-spacing: .01em;
  max-width: 420px;
  margin: 0
}

.prtl .sit-sec .sit-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
  list-style: none;
  padding: 0;
  margin: 0
}

.prtl .sit-sec .sit-list-item {
  border-bottom: 2px solid #016d4333;
  padding: 16px 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  transition: border-color .2s ease-out
}

.prtl .sit-sec .sit-list-item:hover {
  border-color: #F84764
}

.prtl .sit-sec .sit-item-tag {
  font-size: 13px;
  color: #F84764;
  letter-spacing: .02em;
  line-height: 1.15;
  text-transform: uppercase
}

.prtl .sit-sec .sit-item-h {
  font-size: 16px;
  line-height: 1.15;
  color: #1b2a22;
  font-weight: 700;
  letter-spacing: .01em;
  margin: 0
}

.prtl .sit-sec .sit-item-p {
  font-size: 13px;
  line-height: 1.7;
  color: #2d3d35;
  letter-spacing: .01em;
  margin: 0
}

.prtl .sit-sec .sit-link {
  display: inline-block;
  margin-top: 36px;
  font-size: 16px;
  color: #016D43;
  letter-spacing: .01em;
  text-decoration: none;
  border-bottom: 1px solid #016d4359;
  padding-bottom: 4px;
  transition: border-color .2s ease-out, color .15s ease-out
}

.prtl .sit-sec .sit-link:hover {
  color: #F84764;
  border-color: #F84764
}

@media (max-width: 1200px) {
  .prtl .ttl-blk .ttl-inner {
    grid-template-columns: 1fr 380px;
    gap: 36px
  }

  .prtl .ttl-blk .ttl-h1 {
    font-size: 46px
  }

  .prtl .ttl-blk .ttl-count-num {
    font-size: 46px
  }

  .prtl .rdy-sec .rdy-h2 {
    font-size: 34px
  }

  .prtl .prob-sec .prob-h2 {
    font-size: 34px
  }

  .prtl .prob-sec .prob-stat-num {
    font-size: 34px
  }

  .prtl .prob-sec .prob-stat-row {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media (max-width: 992px) {
  .prtl .ttl-blk .ttl-inner {
    grid-template-columns: 1fr;
    gap: 36px
  }

  .prtl .ttl-blk .ttl-img-col {
    align-items: stretch
  }

  .prtl .ttl-blk .ttl-img-frame img {
    height: 340px
  }

  .prtl .ttl-blk .ttl-edge-line {
    display: none
  }

  .prtl .obj-sec .obj-inner {
    grid-template-columns: 1fr;
    gap: 36px
  }

  .prtl .obj-sec .obj-label-col {
    position: static
  }

  .prtl .cli-sec .cli-grid {
    grid-template-columns: 1fr
  }

  .prtl .rdy-sec .rdy-inner {
    grid-template-columns: 1fr 1fr;
    gap: 36px
  }

  .prtl .rdy-sec .rdy-img-wrap {
    grid-column: 1 / -1;
    grid-row: auto
  }

  .prtl .prob-sec .prob-top-row {
    flex-direction: column;
    gap: 36px
  }

  .prtl .sit-sec .sit-list {
    grid-template-columns: 1fr 1fr
  }

  .prtl .sit-sec .sit-top {
    flex-direction: column;
    gap: 16px;
    align-items: flex-start
  }
}

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

  .prtl .ttl-blk .ttl-inner {
    padding: 0 16px
  }

  .prtl .ttl-blk .ttl-h1 {
    font-size: 34px
  }

  .prtl .ttl-blk .ttl-count-num {
    font-size: 34px
  }

  .prtl .ttl-blk {
    padding-bottom: 36px
  }

  .prtl .obj-sec .obj-inner {
    padding: 0 16px
  }

  .prtl .obj-sec .obj-h2 {
    font-size: 34px
  }

  .prtl .cli-sec .cli-inner {
    padding: 0 16px
  }

  .prtl .cli-sec .cli-top {
    flex-direction: column;
    gap: 8px
  }

  .prtl .cli-sec .cli-h2 {
    font-size: 34px
  }

  .prtl .rdy-sec .rdy-inner {
    padding: 0 16px;
    grid-template-columns: 1fr
  }

  .prtl .rdy-sec .rdy-head-col {
    flex-direction: column;
    gap: 8px
  }

  .prtl .rdy-sec .rdy-h2 {
    font-size: 34px
  }

  .prtl .rdy-sec .rdy-img-wrap {
    grid-column: 1
  }

  .prtl .prob-sec .prob-inner {
    padding: 0 16px
  }

  .prtl .prob-sec .prob-h2 {
    font-size: 34px
  }

  .prtl .prob-sec .prob-stat-row {
    grid-template-columns: 1fr 1fr
  }

  .prtl .sit-sec .sit-inner {
    padding: 0 16px
  }

  .prtl .sit-sec .sit-list {
    grid-template-columns: 1fr
  }

  .prtl .sit-sec .sit-h2 {
    font-size: 34px
  }
}

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

.abt-pg * {
  box-sizing: border-box
}

.abt-pg ::selection {
  background: #111;
  color: #fff
}

.abt-pg .ld-schema {
  display: none
}

.abt-pg .ttl-blk {
  position: relative;
  background: #F8FCD4;
  padding: 72px 36px 0;
  overflow: hidden
}

.abt-pg .ttl-blk-inner {
  max-width: 1600px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
  align-items: end
}

.abt-pg .ttl-dot-scatter {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0
}

.abt-pg .ttl-dot-scatter circle {
  fill: #F84764;
  opacity: .08
}

.abt-pg .ttl-text-col {
  position: relative;
  z-index: 1;
  padding-bottom: 72px
}

.abt-pg .ttl-eyebrow {
  display: inline-block;
  font-size: 13px;
  letter-spacing: .02em;
  color: #016D43;
  border-bottom: 1.5px solid #016D43;
  padding-bottom: 4px;
  margin-bottom: 16px;
  line-height: 1.15
}

.abt-pg .ttl-h1 {
  font-size: 62px;
  line-height: 1.15;
  letter-spacing: .01em;
  margin: 0 0 16px;
  color: #111
}

.abt-pg .ttl-h1 .word-accent {
  color: #F84764
}

.abt-pg .ttl-subtext {
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: .01em;
  color: #333;
  max-width: 480px;
  margin: 0 0 36px
}

.abt-pg .ttl-meta-row {
  display: flex;
  flex-direction: row;
  gap: 36px;
  align-items: flex-start
}

.abt-pg .ttl-stat {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.abt-pg .ttl-stat-num {
  font-size: 34px;
  line-height: 1.15;
  letter-spacing: .01em;
  color: #F84764
}

.abt-pg .ttl-stat-label {
  font-size: 13px;
  line-height: 1.7;
  letter-spacing: .02em;
  color: #555
}

.abt-pg .ttl-img-col {
  position: relative;
  z-index: 1;
  align-self: end
}

.abt-pg .ttl-img-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: -1px 9px 40px -2px #f847641a
}

.abt-pg .ttl-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  opacity: 0;
  transition: opacity .45s ease-out
}

.abt-pg .ttl-img-wrap img.loaded {
  opacity: 1
}

.abt-pg .ttl-img-glow {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 70% 30%, #f8fcd473 0%, transparent 65%);
  pointer-events: none;
  z-index: 1
}

.abt-pg .ttl-stroke-deco {
  position: absolute;
  top: 36px;
  right: -8px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  pointer-events: none;
  z-index: 0
}

.abt-pg .ttl-stroke-deco span {
  display: block;
  height: 2px;
  background: #016D43;
  opacity: .18;
  border-radius: 4px
}

.abt-pg .ttl-divider {
  width: 100%;
  height: 36px;
  position: relative;
  overflow: hidden;
  margin-top: 0
}

.abt-pg .ttl-divider svg {
  width: 100%;
  height: 100%;
  display: block
}

.abt-pg .story-blk {
  background: #fff;
  padding: 72px 36px;
  position: relative
}

.abt-pg .story-blk-bg-accent {
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, #016d430a 0%, transparent 55%);
  pointer-events: none;
  z-index: 0
}

.abt-pg .story-blk-wavy {
  position: absolute;
  top: 0;
  right: 0;
  width: 340px;
  height: 100%;
  pointer-events: none;
  z-index: 0;
  opacity: .06;
  overflow: hidden
}

.abt-pg .story-blk-inner {
  max-width: 1600px;
  margin: 0 auto;
  position: relative;
  z-index: 1
}

.abt-pg .story-top-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 36px;
  align-items: start;
  margin-bottom: 72px
}

.abt-pg .story-text-col {
  padding-right: 16px
}

.abt-pg .story-label {
  font-size: 13px;
  letter-spacing: .02em;
  color: #016D43;
  margin-bottom: 16px;
  line-height: 1.15;
  display: block;
  text-transform: uppercase
}

.abt-pg .story-h2 {
  font-size: 46px;
  line-height: 1.15;
  letter-spacing: .01em;
  margin: 0 0 16px;
  color: #111
}

.abt-pg .story-h2 .word-one {
  color: #016D43
}

.abt-pg .story-para {
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: .01em;
  color: #333;
  margin: 0 0 16px;
  text-indent: -1em;
  padding-left: 1em
}

.abt-pg .story-para:last-child {
  margin-bottom: 0
}

.abt-pg .story-img-card {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: -1px 7px 14px -2px #f847641a
}

.abt-pg .story-img-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: center;
  display: block;
  opacity: 0;
  transition: opacity .38s ease-out
}

.abt-pg .story-img-card img.loaded {
  opacity: 1
}

.abt-pg .story-img-card-tall {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: -1px 7px 14px -2px #f847641a;
  align-self: stretch
}

.abt-pg .story-img-card-tall img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  opacity: 0;
  transition: opacity .42s ease-out
}

.abt-pg .story-img-card-tall img.loaded {
  opacity: 1
}

.abt-pg .story-divider-diag {
  width: 100%;
  height: 16px;
  position: relative;
  margin-bottom: 72px;
  overflow: hidden
}

.abt-pg .story-divider-diag::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 1.5px;
  background: linear-gradient(105deg, transparent 0%, #F84764 35%, #016D43 65%, transparent 100%);
  transform: skewY(-0.5deg)
}

.abt-pg .story-bottom-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 36px;
  align-items: start
}

.abt-pg .story-value-item {
  border-top: 2px solid #F8FCD4;
  padding-top: 16px;
  transition: border-color .22s ease-out
}

.abt-pg .story-value-item:hover {
  border-top-color: #F84764
}

.abt-pg .story-value-num {
  font-size: 34px;
  line-height: 1.15;
  letter-spacing: .01em;
  color: #F84764;
  margin-bottom: 8px
}

.abt-pg .story-value-h {
  font-size: 16px;
  line-height: 1.15;
  letter-spacing: .01em;
  color: #111;
  margin: 0 0 8px
}

.abt-pg .story-value-p {
  font-size: 13px;
  line-height: 1.7;
  letter-spacing: .01em;
  color: #555;
  margin: 0
}

.abt-pg .story-team-row {
  margin-top: 72px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
  align-items: start
}

.abt-pg .story-team-intro {
  padding-right: 36px
}

.abt-pg .story-team-h3 {
  font-size: 34px;
  line-height: 1.15;
  letter-spacing: .01em;
  margin: 0 0 16px;
  color: #111
}

.abt-pg .story-team-h3 .word-one {
  color: #F84764
}

.abt-pg .story-team-p {
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: .01em;
  color: #333;
  margin: 0 0 16px;
  text-indent: -1em;
  padding-left: 1em
}

.abt-pg .story-team-badges {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px
}

.abt-pg .story-badge {
  font-size: 13px;
  line-height: 1.15;
  letter-spacing: .01em;
  color: #016D43;
  background: #016d4312;
  border: 1px solid #016d432e;
  border-radius: 36px;
  padding: 4px 16px;
  display: inline-block
}

.abt-pg .story-portraits {
  display: flex;
  flex-direction: row;
  gap: 36px;
  align-items: flex-start
}

.abt-pg .story-portrait-card {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1
}

.abt-pg .story-portrait-wrap {
  width: 100%;
  aspect-ratio: 5 / 7;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: -1px 7px 14px -2px #f847641a;
  flex-shrink: 0
}

.abt-pg .story-portrait-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  opacity: 0;
  transition: opacity .35s ease-out
}

.abt-pg .story-portrait-wrap img.loaded {
  opacity: 1
}

.abt-pg .story-portrait-name {
  font-size: 16px;
  line-height: 1.15;
  letter-spacing: .01em;
  color: #111;
  margin: 0
}

.abt-pg .story-portrait-role {
  font-size: 13px;
  line-height: 1.7;
  letter-spacing: .02em;
  color: #016D43;
  margin: 0
}

.abt-pg .story-portrait-quote {
  font-size: 13px;
  line-height: 1.7;
  letter-spacing: .01em;
  color: #555;
  margin: 0;
  border-left: 2px solid #F84764;
  padding-left: 8px
}

.abt-pg .story-portraits:hover .story-portrait-card {
  filter: blur(1.5px);
  transition: filter .22s ease-out
}

.abt-pg .story-portraits:hover .story-portrait-card:hover {
  filter: blur(0);
  transition: filter .15s ease-out
}

@keyframes abt-flicker {
  0% {
    opacity: 1
  }

  18% {
    opacity: .97
  }

  22% {
    opacity: 1
  }

  55% {
    opacity: .98
  }

  60% {
    opacity: 1
  }

  78% {
    opacity: .96
  }

  82% {
    opacity: 1
  }

  100% {
    opacity: 1
  }
}

.abt-pg .story-blk-bg-accent {
  animation: abt-flicker 8s infinite
}

@media (max-width: 1200px) {
  .abt-pg .ttl-h1 {
    font-size: 46px
  }

  .abt-pg .story-bottom-grid {
    grid-template-columns: 1fr 1fr;
    gap: 36px
  }
}

@media (max-width: 992px) {
  .abt-pg .ttl-blk-inner {
    grid-template-columns: 1fr
  }

  .abt-pg .ttl-img-col {
    max-width: 480px
  }

  .abt-pg .ttl-text-col {
    padding-bottom: 36px
  }

  .abt-pg .story-top-grid {
    grid-template-columns: 1fr 1fr
  }

  .abt-pg .story-text-col {
    grid-column: 1 / -1;
    padding-right: 0
  }

  .abt-pg .story-team-row {
    grid-template-columns: 1fr
  }

  .abt-pg .story-team-intro {
    padding-right: 0
  }

  .abt-pg .story-bottom-grid {
    grid-template-columns: 1fr 1fr
  }
}

@media (max-width: 576px) {
  .abt-pg .ttl-blk {
    padding: 36px 16px 0
  }

  .abt-pg .ttl-h1 {
    font-size: 34px
  }

  .abt-pg .ttl-meta-row {
    gap: 16px
  }

  .abt-pg .story-blk {
    padding: 36px 16px
  }

  .abt-pg .story-h2 {
    font-size: 34px
  }

  .abt-pg .story-top-grid {
    grid-template-columns: 1fr
  }

  .abt-pg .story-bottom-grid {
    grid-template-columns: 1fr
  }

  .abt-pg .story-portraits {
    flex-direction: column;
    gap: 16px
  }

  .abt-pg .story-portrait-wrap {
    max-width: 180px
  }

  .abt-pg .story-team-row {
    margin-top: 36px
  }
}

.success_page_root {
  min-height: 60vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 72px 36px;
  background-color: #F8FCD4
}

.success_page_root .success_card {
  max-width: 560px;
  width: 100%;
  background: #fff;
  border-radius: 12px;
  padding: 72px 36px;
  box-shadow: -1px 9px 40px -2px #f847641a;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px
}

.success_page_root .success_icon_wrap {
  width: 64px;
  height: 64px;
  border-radius: 36px;
  background: #016D43;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0
}

.success_page_root .success_icon_wrap svg {
  display: block
}

.success_page_root .success_heading {
  font-size: 34px;
  line-height: 1.15;
  letter-spacing: .01em;
  color: #016D43;
  margin: 0;
  text-align: center
}

.success_page_root .success_heading span {
  color: #F84764
}

.success_page_root .success_body {
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: .01em;
  color: #2a2a2a;
  text-align: center;
  margin: 0;
  max-width: 420px
}

.success_page_root .success_divider {
  width: 48px;
  height: 2px;
  background: #F84764;
  border-radius: 4px;
  margin: 8px 0
}

.success_page_root .success_return_link {
  display: inline-block;
  margin-top: 8px;
  padding: 16px 36px;
  background: #016D43;
  color: #fff;
  font-size: 16px;
  line-height: 1.15;
  letter-spacing: .02em;
  border-radius: 4px;
  text-decoration: none;
  border: 2px solid #016D43;
  transition: background .25s ease-out, color .2s ease-out, border-color .2s ease-out, box-shadow .35s ease-out
}

.success_page_root .success_return_link:hover {
  background: transparent;
  color: #016D43;
  box-shadow: -1px 7px 14px -2px #016d431a
}

.success_page_root .success_return_link:focus {
  outline: 2px solid #F84764;
  outline-offset: 4px
}

@media (max-width: 576px) {
  .success_page_root {
    padding: 36px 16px
  }

  .success_page_root .success_card {
    padding: 36px 16px
  }

  .success_page_root .success_heading {
    font-size: 34px
  }
}