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

html {
  font-size: 100%;
  scroll-behavior: smooth
}

body {
  margin: 0;
  min-height: 100svh;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%
}

.pg_head {
  position: relative;
  background: #fff;
  border-bottom: 2px solid #155921;
  font-family: 'Noto Serif', serif;
  z-index: 100
}

.pg_head::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #155921 0%, #6240E0 55%, #A63D08 100%);
  pointer-events: none
}

.head_bg {
  max-width: 1366px;
  margin: 0 auto;
  padding: 24px 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
  flex-wrap: wrap
}

.brand_zone {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
  border-right: 2px solid #155921;
  padding-right: 24px
}

.brand_img_wrap {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #1559212e;
  border-radius: 6px;
  box-shadow: 0 3px 6px -1px #1559210f;
  flex-shrink: 0
}

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

.brand_name {
  font-size: 21px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -.02em;
  color: #155921;
  text-decoration: none;
  white-space: nowrap
}

.brand_name:focus {
  outline: 2px solid #155921;
  outline-offset: 4px;
  border-radius: 6px;
  transform: scale(1.02)
}

.primary_nav {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap
}

.nav_link {
  font-family: 'Noto Serif', serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  color: #2a2a2a;
  text-decoration: none;
  padding: 8px 16px;
  border-radius: 6px;
  border: 1px solid transparent;
  position: relative;
  overflow: hidden;
  transition: color .5s cubic-bezier(0.25, 0.46, 0.45, 0.94), border-color .6s ease;
  white-space: nowrap;
  min-height: 44px;
  display: inline-flex;
  align-items: center
}

.nav_link::after {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  width: 100%;
  height: 100%;
  background: #15592114;
  transition: right .55s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  border-radius: 6px;
  pointer-events: none
}

.nav_link:hover::after {
  right: 0
}

.nav_link:hover {
  color: #155921;
  border-color: #15592138
}

.nav_link:focus {
  outline: 2px solid #155921;
  outline-offset: 2px;
  transform: scale(1.02)
}

.nav_link[data-current="true"] {
  color: #155921;
  border-color: #1559214d;
  background: #1559210d;
  box-shadow: inset 0 2px 8px #15592114
}

.pg_foot {
  background: #f4f2ef;
  border-top: 1px solid #15592126;
  font-family: 'Noto Serif', serif
}

.foot_grid {
  max-width: 1366px;
  margin: 0 auto;
  padding: 48px 48px 24px;
  display: grid;
  grid-template-columns: 1fr 1fr 2fr;
  gap: 48px;
  align-items: start
}

.foot_brand {
  display: flex;
  flex-direction: column;
  gap: 12px
}

.foot_logo_wrap {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #15592133;
  border-radius: 6px;
  box-shadow: 0 3px 6px -1px #1559210f
}

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

.foot_tagline {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: #3d3d3d;
  max-width: 180px
}

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

.foot_col_label {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  color: #155921;
  letter-spacing: -.01em;
  margin-bottom: 4px
}

.topic_item {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: #3d3d3d;
  padding: 4px 0;
  border-bottom: 1px solid #1559211a
}

.topic_item:last-child {
  border-bottom: none
}

.foot_legal_zone {
  display: flex;
  flex-direction: column;
  gap: 24px
}

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

.foot_col_label_sm {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  color: #155921;
  letter-spacing: -.01em
}

.foot_email_link {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: #A63D08;
  text-decoration: none;
  transition: color .5s ease
}

.foot_email_link:hover {
  color: #155921
}

.foot_email_link:focus {
  outline: 2px solid #A63D08;
  outline-offset: 2px;
  border-radius: 0;
  transform: scale(1.02)
}

.foot_bottom {
  max-width: 1366px;
  margin: 0 auto;
  padding: 24px 48px;
  border-top: 1px solid #1559211f;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap
}

.foot_copy {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: #555
}

.foot_legal_links {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap
}

.foot_legal_link {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: #555;
  text-decoration: none;
  transition: color .6s ease
}

.foot_legal_link:hover {
  color: #155921
}

.foot_legal_link:focus {
  outline: 2px solid #155921;
  outline-offset: 2px;
  transform: scale(1.02)
}

.foot_glass {
  background: #ffffffa6;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-top: 1px solid #1559211a;
  border-radius: 10px 10px 0 0;
  margin: 0 48px;
  padding: 0;
  box-shadow: 0 4px 22px -1px #15592117
}

@media (max-width: 900px) {
  .head_bg {
    padding: 24px;
    gap: 24px
  }

  .foot_grid {
    grid-template-columns: 1fr 1fr;
    padding: 48px 24px 24px
  }

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

  .foot_bottom {
    padding: 24px
  }

  .foot_glass {
    margin: 0 24px
  }
}

@media (max-width: 600px) {
  .head_bg {
    padding: 24px 12px;
    gap: 12px
  }

  .brand_zone {
    padding-right: 12px
  }

  .primary_nav {
    gap: 4px
  }

  .nav_link {
    padding: 8px 12px;
    font-size: 16px
  }

  .foot_grid {
    grid-template-columns: 1fr;
    padding: 48px 12px 24px;
    gap: 24px
  }

  .foot_bottom {
    padding: 24px 12px;
    flex-direction: column;
    align-items: flex-start
  }

  .foot_glass {
    margin: 0 12px
  }
}

.content-policy {
  max-width: 1366px;
  margin: 0 auto;
  padding: 96px 48px
}

.content-policy h1 {
  font-size: 68px;
  line-height: 1.2;
  letter-spacing: -.03em;
  color: #111827;
  margin-bottom: 48px;
  padding-bottom: 24px;
  border-bottom: 2px solid #155921
}

.content-policy h2 {
  font-size: 37px;
  line-height: 1.2;
  letter-spacing: -.02em;
  color: #111827;
  margin-top: 96px;
  margin-bottom: 24px;
  padding-left: 12px;
  border-left: 4px solid #155921;
  border-bottom: 1px solid #e8ede9
}

.content-policy h3 {
  font-size: 21px;
  line-height: 1.6;
  letter-spacing: -.01em;
  color: #1a2e1c;
  margin-top: 48px;
  margin-bottom: 12px
}

.content-policy h4 {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #155921;
  margin-top: 48px;
  margin-bottom: 8px
}

.content-policy h5 {
  font-size: 16px;
  line-height: 1.6;
  color: #2d2d2d;
  margin-top: 24px;
  margin-bottom: 8px
}

.content-policy h6 {
  font-size: 16px;
  line-height: 1.6;
  color: #555f57;
  margin-top: 24px;
  margin-bottom: 8px
}

.content-policy p {
  font-size: 16px;
  line-height: 1.9;
  color: #2d2d2d;
  margin-bottom: 24px;
  max-width: 72ch
}

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

.content-policy a {
  color: #155921;
  text-decoration: underline;
  text-decoration-color: #15592159;
  text-underline-offset: 3px;
  transition: color .5s cubic-bezier(0.25, 0.46, 0.45, 0.94), text-decoration-color .6s ease
}

.content-policy a:hover {
  color: #A63D08;
  text-decoration-color: #a63d0880
}

.content-policy table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 24px;
  margin-bottom: 48px;
  font-size: 16px;
  line-height: 1.6;
  box-shadow: 0 3px 6px -1px #1559210f;
  border-radius: 10px;
  overflow: hidden
}

.content-policy thead {
  background-color: #155921
}

.content-policy thead th {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .03em;
  padding: 12px 24px;
  text-align: left
}

.content-policy tbody tr {
  border-bottom: 1px solid #dde8de;
  transition: background-color .5s ease
}

.content-policy tbody tr:last-child {
  border-bottom: none
}

.content-policy tbody tr:nth-child(even) {
  background-color: #f2f7f3
}

.content-policy tbody tr:hover {
  background-color: #e6f0e7
}

.content-policy td {
  padding: 12px 24px;
  color: #2d2d2d;
  vertical-align: top
}

.content-policy th {
  padding: 12px 24px
}

.content-policy div {
  margin-bottom: 24px
}

@media (max-width: 768px) {
  .content-policy {
    padding: 48px 24px
  }

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

  .content-policy h2 {
    font-size: 21px;
    margin-top: 48px
  }

  .content-policy table {
    display: block;
    overflow-x: auto;
    border-radius: 6px
  }
}

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

.blog_det .bd_top {
  background: #fff;
  padding: 96px 24px 48px;
  animation: row_appear .7s cubic-bezier(0.25, 0.46, 0.45, 0.94) both
}

.blog_det .bd_top_inner {
  max-width: 1366px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 96px;
  align-items: center
}

.blog_det .bd_tag {
  display: inline-block;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #155921;
  border-top: 2px solid #155921;
  padding: 8px 0 0;
  margin-bottom: 24px
}

.blog_det .bd_title {
  font-size: 68px;
  line-height: 1.2;
  letter-spacing: -.03em;
  color: #111;
  margin: 0 0 24px;
  text-transform: uppercase;
  font-weight: 300
}

.blog_det .bd_meta_row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
  margin-bottom: 0
}

.blog_det .bd_author_name {
  font-size: 16px;
  line-height: 1.6;
  color: #333
}

.blog_det .bd_copy_btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  line-height: 1.2;
  color: #155921;
  background: transparent;
  border: 1.5px solid #155921;
  border-radius: 6px;
  padding: 8px 24px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: color .5s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.blog_det .bd_copy_btn::before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  width: 100%;
  height: 100%;
  background: #155921;
  transition: right .6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 0
}

.blog_det .bd_copy_btn:hover::before {
  right: 0
}

.blog_det .bd_copy_btn:hover {
  color: #fff
}

.blog_det .bd_copy_btn span {
  position: relative;
  z-index: 1
}

.blog_det .bd_img_wrap {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 12px 36px -1px #15592124;
  position: relative
}

.blog_det .bd_img_wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, #1559212e 0%, transparent 60%);
  pointer-events: none
}

.blog_det .bd_img_wrap img {
  width: 100%;
  height: 340px;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: contrast(1.08) saturate(0.92)
}

.blog_det .bd_dots_deco {
  position: absolute;
  top: -24px;
  right: -24px;
  width: 120px;
  height: 120px;
  pointer-events: none;
  z-index: 0
}

.blog_det .bd_img_outer {
  position: relative
}

.blog_det .bd_shape_a {
  position: absolute;
  bottom: -16px;
  left: -16px;
  width: 80px;
  height: 80px;
  border: 2px solid #1559212e;
  border-radius: 16px;
  pointer-events: none;
  animation: bd_spin 18s linear infinite
}

.blog_det .bd_shape_b {
  position: absolute;
  top: 24px;
  right: -12px;
  width: 48px;
  height: 48px;
  border: 2px solid #a63d0833;
  border-radius: 10px;
  pointer-events: none;
  animation: bd_spin 24s linear infinite reverse
}

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

  to {
    transform: rotate(360deg)
  }
}

@keyframes row_appear {
  from {
    opacity: 0;
    transform: translateY(28px)
  }

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

.blog_det .bd_divider {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0;
  max-width: 1366px;
  margin: 0 auto
}

.blog_det .bd_divider_line {
  flex: 1;
  height: 1px;
  background: #d4e8d8
}

.blog_det .bd_divider_cross {
  width: 16px;
  height: 16px;
  position: relative;
  flex-shrink: 0
}

.blog_det .bd_divider_cross::before,
.blog_det .bd_divider_cross::after {
  content: "";
  position: absolute;
  background: #155921;
  border-radius: 0
}

.blog_det .bd_divider_cross::before {
  width: 16px;
  height: 1.5px;
  top: 50%;
  left: 0;
  transform: translateY(-50%)
}

.blog_det .bd_divider_cross::after {
  width: 1.5px;
  height: 16px;
  left: 50%;
  top: 0;
  transform: translateX(-50%)
}

.blog_det .bd_body_wrap {
  background: #f5f7f5;
  padding: 96px 24px;
  animation: row_appear .8s cubic-bezier(0.25, 0.46, 0.45, 0.94) .15s both
}

.blog_det .bd_body_grid {
  max-width: 1366px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 680px 1fr;
  gap: 96px;
  align-items: start
}

.blog_det .bd_article_body {
  color: #1a2e1c
}

.blog_det .bd_article_body p {
  font-size: 21px;
  line-height: 1.9;
  color: #1a2e1c;
  margin: 0 0 24px
}

.blog_det .bd_article_body h2 {
  font-size: 37px;
  line-height: 1.2;
  letter-spacing: -.02em;
  color: #111;
  font-weight: 300;
  text-transform: uppercase;
  margin: 48px 0 24px
}

.blog_det .bd_article_body mark {
  background: #1559211f;
  color: #155921;
  padding: 0 4px;
  border-radius: 0
}

.blog_det .bd_article_body ul {
  list-style: none;
  padding: 0;
  margin: 0 0 24px
}

.blog_det .bd_article_body ul li {
  font-size: 21px;
  line-height: 1.9;
  color: #1a2e1c;
  padding: 4px 0 4px 24px;
  position: relative
}

.blog_det .bd_article_body ul li::before {
  content: "▸";
  position: absolute;
  left: 0;
  color: #A63D08
}

.blog_det .bd_article_body blockquote {
  margin: 48px 0;
  padding: 24px 24px 24px 48px;
  border-top: 3px solid #155921;
  border-bottom: 1px solid #d4e8d8;
  background: #fff;
  border-radius: 0 10px 10px 0;
  box-shadow: 0 4px 22px -1px #15592117
}

.blog_det .bd_article_body blockquote p {
  font-size: 21px;
  line-height: 1.6;
  color: #155921;
  font-style: italic;
  margin: 0 0 8px
}

.blog_det .bd_article_body blockquote cite {
  font-size: 16px;
  line-height: 1.6;
  color: #555;
  font-style: normal
}

.blog_det .bd_article_body figure {
  margin: 48px 0
}

.blog_det .bd_article_body figure img {
  width: 100%;
  border-radius: 10px;
  display: block;
  object-fit: cover;
  object-position: center
}

.blog_det .bd_article_body figcaption {
  font-size: 16px;
  line-height: 1.6;
  color: #666;
  margin-top: 8px;
  text-align: center
}

.blog_det .bd_pull_aside {
  position: sticky;
  top: 48px;
  display: flex;
  flex-direction: column;
  gap: 48px
}

.blog_det .bd_pull_quote {
  background: #155921;
  border-radius: 16px;
  padding: 48px;
  box-shadow: 0 12px 36px -1px #15592124;
  position: relative;
  overflow: hidden
}

.blog_det .bd_pull_quote::before {
  content: "";
  position: absolute;
  top: -24px;
  right: -24px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #ffffff0f;
  pointer-events: none
}

.blog_det .bd_pull_quote_text {
  font-size: 21px;
  line-height: 1.6;
  color: #fff;
  font-style: italic;
  margin: 0 0 24px
}

.blog_det .bd_pull_quote_src {
  font-size: 16px;
  line-height: 1.2;
  color: #ffffffb3;
  text-transform: uppercase;
  letter-spacing: .1em
}

.blog_det .bd_keywords_box {
  background: #fff;
  border-radius: 10px;
  padding: 24px;
  box-shadow: 0 3px 6px -1px #1559210f
}

.blog_det .bd_kw_label {
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #155921;
  margin: 0 0 12px
}

.blog_det .bd_kw_list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0
}

.blog_det .bd_kw_list li {
  font-size: 16px;
  line-height: 1.2;
  color: #333;
  background: #f0f5f1;
  border-radius: 6px;
  padding: 4px 12px
}

.blog_det .bd_divider2 {
  padding: 0 24px
}

.blog_det .bd_topics_band {
  background: #fff;
  padding: 96px 24px;
  animation: row_appear .75s cubic-bezier(0.25, 0.46, 0.45, 0.94) .25s both
}

.blog_det .bd_topics_inner {
  max-width: 1366px;
  margin: 0 auto
}

.blog_det .bd_topics_header {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 48px
}

.blog_det .bd_topics_heading {
  font-size: 37px;
  line-height: 1.2;
  letter-spacing: -.02em;
  color: #111;
  font-weight: 300;
  text-transform: uppercase;
  margin: 0
}

.blog_det .bd_topics_sub {
  font-size: 16px;
  line-height: 1.6;
  color: #555;
  max-width: 320px;
  text-align: right
}

.blog_det .bd_topics_grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 24px
}

.blog_det .bd_topic_card {
  border-radius: 16px;
  padding: 48px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 22px -1px #15592117;
  transition: box-shadow .6s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.blog_det .bd_topic_card:hover {
  box-shadow: 0 12px 36px -1px #15592124
}

.blog_det .bd_topic_card.large {
  background: linear-gradient(155deg, #0d3d17 0%, #155921 100%)
}

.blog_det .bd_topic_card.mid {
  background: #f5f7f5
}

.blog_det .bd_topic_card.accent {
  background: linear-gradient(155deg, #6240E0 0%, #4a2fb0 100%)
}

.blog_det .bd_topic_icon {
  width: 48px;
  height: 48px;
  margin-bottom: 24px
}

.blog_det .bd_topic_name {
  font-size: 21px;
  line-height: 1.2;
  letter-spacing: -.01em;
  font-weight: 400;
  margin: 0 0 12px;
  text-transform: uppercase
}

.blog_det .bd_topic_card.large .bd_topic_name,
.blog_det .bd_topic_card.accent .bd_topic_name {
  color: #fff
}

.blog_det .bd_topic_card.mid .bd_topic_name {
  color: #111
}

.blog_det .bd_topic_desc {
  font-size: 16px;
  line-height: 1.6;
  margin: 0
}

.blog_det .bd_topic_card.large .bd_topic_desc,
.blog_det .bd_topic_card.accent .bd_topic_desc {
  color: #ffffffbf
}

.blog_det .bd_topic_card.mid .bd_topic_desc {
  color: #444
}

.blog_det .bd_topic_card_deco {
  position: absolute;
  bottom: -20px;
  right: -20px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  pointer-events: none
}

.blog_det .bd_topic_card.large .bd_topic_card_deco {
  background: #ffffff0d
}

.blog_det .bd_topic_card.mid .bd_topic_card_deco {
  background: #15592112
}

.blog_det .bd_topic_card.accent .bd_topic_card_deco {
  background: #ffffff14
}

.blog_det .bd_divider3 {
  padding: 0 24px
}

.blog_det .bd_bottom_strip {
  background: linear-gradient(155deg, #0d3d17 0%, #155921 100%);
  padding: 96px 24px;
  animation: row_appear .8s cubic-bezier(0.25, 0.46, 0.45, 0.94) .3s both
}

.blog_det .bd_bottom_inner {
  max-width: 1366px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 48px
}

.blog_det .bd_bottom_text_col {
  flex: 1
}

.blog_det .bd_bottom_label {
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #fff9;
  margin-bottom: 12px
}

.blog_det .bd_bottom_heading {
  font-size: 37px;
  line-height: 1.2;
  letter-spacing: -.02em;
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
  margin: 0 0 24px
}

.blog_det .bd_bottom_desc {
  font-size: 21px;
  line-height: 1.6;
  color: #ffffffbf;
  margin: 0
}

.blog_det .bd_bottom_actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
  flex-shrink: 0
}

.blog_det .bd_btn_primary {
  display: inline-block;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #155921;
  background: #fff;
  border-radius: 6px;
  padding: 12px 48px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  transition: color .55s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  border: none
}

.blog_det .bd_btn_primary::before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  width: 100%;
  height: 100%;
  background: #A63D08;
  transition: right .6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 0
}

.blog_det .bd_btn_primary:hover::before {
  right: 0
}

.blog_det .bd_btn_primary:hover {
  color: #fff
}

.blog_det .bd_btn_primary span {
  position: relative;
  z-index: 1
}

.blog_det .bd_back_top {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  line-height: 1.2;
  color: #ffffffb3;
  text-decoration: none;
  letter-spacing: .06em;
  text-transform: uppercase;
  transition: color .5s ease
}

.blog_det .bd_back_top:hover {
  color: #fff
}

.blog_det .bd_back_top_arrow {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center
}

.blog_det .bd_dots_svg {
  width: 100%;
  height: 100%
}

@media (max-width: 1100px) {
  .blog_det .bd_top_inner {
    grid-template-columns: 1fr;
    gap: 48px
  }

  .blog_det .bd_body_grid {
    grid-template-columns: 1fr;
    gap: 48px
  }

  .blog_det .bd_pull_aside {
    position: static
  }

  .blog_det .bd_topics_grid {
    grid-template-columns: 1fr 1fr
  }

  .blog_det .bd_topic_card.large {
    grid-column: span 2
  }
}

@media (max-width: 768px) {
  .blog_det .bd_title {
    font-size: 37px
  }

  .blog_det .bd_topics_grid {
    grid-template-columns: 1fr
  }

  .blog_det .bd_topic_card.large {
    grid-column: span 1
  }

  .blog_det .bd_topics_header {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px
  }

  .blog_det .bd_topics_sub {
    text-align: left
  }

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

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

.auth-pg {
  max-width: 1366px;
  margin: 0 auto;
  overflow: hidden
}

.auth-pg .dot-field {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(circle, #155921 1px, transparent 1px);
  background-size: 22px 22px;
  opacity: .07;
  pointer-events: none;
  z-index: 0
}

.auth-pg .top-strip {
  position: relative;
  padding: 48px 96px;
  background: #fff;
  text-align: center;
  border-bottom: 2px solid #155921;
  outline: 4px solid transparent;
  outline-offset: -8px
}

.auth-pg .top-strip::before {
  content: "";
  position: absolute;
  inset: 6px;
  border: 1px solid #1559212e;
  pointer-events: none
}

.auth-pg .strip-quote {
  font-size: 21px;
  line-height: 1.6;
  color: #2a2a2a;
  margin: 12px auto 0;
  max-width: 640px;
  letter-spacing: .01em
}

.auth-pg .strip-heading {
  font-size: 68px;
  line-height: 1.2;
  letter-spacing: -.03em;
  color: #155921;
  position: relative;
  z-index: 1
}

.auth-pg .strip-img-wrap {
  position: relative;
  margin: 48px auto 0;
  max-width: 820px;
  border-radius: 16px;
  overflow: hidden;
  z-index: 1
}

.auth-pg .strip-img-wrap img {
  width: 100%;
  height: 340px;
  object-fit: cover;
  object-position: center;
  display: block;
  border-radius: 16px;
  filter: blur(0px)
}

.auth-pg .strip-img-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 16px;
  box-shadow: inset 0 0 60px 24px #ffffff8c;
  pointer-events: none
}

.auth-pg .divider-tri {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  padding: 0;
  line-height: 0
}

.auth-pg .divider-tri svg {
  display: block
}

.auth-pg .profile-belt {
  background: radial-gradient(ellipse at 50% 40%, #f4f9f5 60%, #d6e8d9 100%);
  padding: 96px 96px 48px
}

.auth-pg .profile-grid {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 48px;
  align-items: start;
  max-width: 1100px;
  margin: 0 auto
}

.auth-pg .profile-aside {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.auth-pg .author-img-frame {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 12px 36px -1px #15592124
}

.auth-pg .author-img-frame img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  object-position: top;
  display: block;
  border-radius: 16px;
  transition: transform .6s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.auth-pg .author-img-frame:hover img {
  transform: rotate(1.5deg) scale(1.03)
}

.auth-pg .stat-row {
  display: flex;
  flex-direction: column;
  gap: 12px
}

.auth-pg .stat-card {
  background: #fff;
  border-radius: 10px;
  padding: 12px 24px;
  box-shadow: 0 3px 6px -1px #1559210f;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  transition: box-shadow .5s ease, transform .6s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.auth-pg .stat-card:hover {
  box-shadow: 0 4px 22px -1px #15592117;
  transform: rotate(-0.8deg)
}

.auth-pg .stat-num {
  font-size: 37px;
  line-height: 1.2;
  color: #155921;
  letter-spacing: -.02em;
  font-weight: 700;
  min-width: 64px
}

.auth-pg .stat-label {
  font-size: 16px;
  line-height: 1.6;
  color: #3a3a3a
}

.auth-pg .profile-body {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.auth-pg .profile-name {
  font-size: 37px;
  line-height: 1.2;
  color: #1a3d22;
  letter-spacing: -.02em;
  text-transform: uppercase;
  font-weight: 300
}

.auth-pg .profile-role {
  font-size: 16px;
  line-height: 1.6;
  color: #A63D08;
  letter-spacing: .08em;
  text-transform: uppercase
}

.auth-pg .profile-text {
  font-size: 16px;
  line-height: 1.9;
  color: #2e2e2e
}

.auth-pg .profile-text p {
  margin: 0 0 12px
}

.auth-pg .profile-text p:last-child {
  margin-bottom: 0
}

.auth-pg .tag-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px
}

.auth-pg .tag {
  font-size: 16px;
  line-height: 1.6;
  color: #155921;
  background: #15592114;
  border-radius: 6px;
  padding: 4px 12px;
  transition: background .5s ease, color .5s ease
}

.auth-pg .tag:hover {
  background: #155921;
  color: #fff
}

.auth-pg .divider-line {
  height: 2px;
  background: linear-gradient(90deg, transparent, #155921 30%, #A63D08 70%, transparent);
  margin: 0
}

.auth-pg .expertise-belt {
  padding: 96px;
  background: #fff;
  position: relative
}

.auth-pg .expertise-belt::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 50% 50%, #fff 40%, #eef4ef 100%);
  pointer-events: none
}

.auth-pg .exp-inner {
  position: relative;
  z-index: 1;
  max-width: 1100px;
  margin: 0 auto
}

.auth-pg .exp-heading {
  font-size: 37px;
  line-height: 1.2;
  color: #1a3d22;
  letter-spacing: -.02em;
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 48px;
  text-align: center
}

.auth-pg .path-block {
  display: flex;
  flex-direction: column;
  gap: 0;
  position: relative
}

.auth-pg .path-line {
  position: absolute;
  left: 31px;
  top: 32px;
  bottom: 32px;
  width: 2px;
  background: linear-gradient(180deg, #155921, #A63D08 60%, #6240E0)
}

.auth-pg .path-step {
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: flex-start;
  padding: 24px 0;
  position: relative
}

.auth-pg .step-icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #155921;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
  box-shadow: 0 3px 6px -1px #1559210f;
  transition: transform .7s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow .6s ease
}

.auth-pg .step-icon:hover {
  transform: rotate(12deg);
  box-shadow: 0 4px 22px -1px #15592117
}

.auth-pg .step-icon svg {
  width: 28px;
  height: 28px
}

.auth-pg .step-body {
  flex: 1;
  padding-top: 8px
}

.auth-pg .step-title {
  font-size: 21px;
  line-height: 1.2;
  color: #155921;
  letter-spacing: -.01em;
  margin-bottom: 8px
}

.auth-pg .step-desc {
  font-size: 16px;
  line-height: 1.9;
  color: #2e2e2e
}

.auth-pg .step-img {
  width: 160px;
  height: 110px;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
  flex-shrink: 0;
  box-shadow: 0 4px 22px -1px #15592117;
  transition: transform .6s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.auth-pg .step-img:hover {
  transform: rotate(-1.5deg) scale(1.04)
}

.auth-pg .contact-strip {
  background: #155921;
  padding: 48px 96px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 48px
}

.auth-pg .contact-strip-text {
  font-size: 21px;
  line-height: 1.6;
  color: #fff;
  max-width: 480px
}

.auth-pg .contact-strip-text strong {
  color: #a8e8b4
}

.auth-pg .contact-link {
  display: inline-block;
  font-size: 16px;
  line-height: 1.6;
  color: #155921;
  background: #fff;
  border-radius: 6px;
  padding: 12px 48px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  font-weight: 600;
  letter-spacing: .04em;
  transition: color .5s ease;
  flex-shrink: 0;
  box-shadow: inset 0 0 0 2px #15592133
}

.auth-pg .contact-link::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  background: #A63D08;
  border-radius: 6px;
  transition: width .6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 0
}

.auth-pg .contact-link:hover::before {
  width: 100%;
  right: auto;
  left: 0
}

.auth-pg .contact-link:hover {
  color: #fff
}

.auth-pg .contact-link span {
  position: relative;
  z-index: 1
}

@media (max-width: 900px) {
  .auth-pg .top-strip {
    padding: 48px 24px
  }

  .auth-pg .strip-heading {
    font-size: 37px
  }

  .auth-pg .profile-belt {
    padding: 48px 24px
  }

  .auth-pg .profile-grid {
    grid-template-columns: 1fr;
    gap: 24px
  }

  .auth-pg .expertise-belt {
    padding: 48px 24px
  }

  .auth-pg .contact-strip {
    flex-direction: column;
    padding: 48px 24px;
    text-align: center
  }

  .auth-pg .path-line {
    display: none
  }

  .auth-pg .step-img {
    display: none
  }
}

@media (max-width: 600px) {
  .auth-pg .strip-heading {
    font-size: 37px
  }

  .auth-pg .strip-img-wrap img {
    height: 200px
  }

  .auth-pg .profile-name {
    font-size: 21px
  }

  .auth-pg .exp-heading {
    font-size: 21px
  }
}

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

.prm .pg_wrap {
  max-width: 1366px;
  margin: 0 auto;
  padding: 0 24px
}

.prm .split_hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 520px
}

.prm .split_left {
  background: #155921;
  padding: 96px 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative
}

.prm .split_left::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(0deg, transparent, transparent 28px, #ffffff0a 28px, #ffffff0a 29px), repeating-linear-gradient(90deg, transparent, transparent 28px, #ffffff0a 28px, #ffffff0a 29px);
  pointer-events: none
}

.prm .split_right {
  background: #A63D08;
  position: relative;
  overflow: hidden
}

.prm .split_right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  mix-blend-mode: multiply;
  opacity: .55
}

.prm .split_right::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #A63D08 0%, #a63d084d 100%);
  pointer-events: none
}

.prm .hero_tag {
  font-size: 16px;
  line-height: 1.6;
  color: #ffffffa6;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: 24px
}

.prm .hero_h {
  font-size: 68px;
  line-height: 1.2;
  color: #fff;
  letter-spacing: -.03em;
  margin-bottom: 24px;
  animation: zoomSettle .8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both
}

@keyframes zoomSettle {
  from {
    transform: scale(1.12);
    opacity: 0
  }

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

.prm .hero_desc {
  font-size: 21px;
  line-height: 1.6;
  color: #ffffffd1;
  max-width: 420px
}

.prm .hero_thesis {
  margin-top: 24px;
  font-size: 16px;
  line-height: 1.9;
  color: #ffffffb3
}

.prm .geo_rotate {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 320px;
  height: 320px;
  border: 1px solid #ffffff1f;
  border-radius: 0;
  animation: slowRotate 18s linear infinite;
  pointer-events: none;
  z-index: 1
}

.prm .geo_rotate_inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 200px;
  height: 200px;
  border: 1px solid #ffffff14;
  border-radius: 0;
  animation: slowRotate 12s linear infinite reverse;
  pointer-events: none;
  z-index: 1
}

@keyframes slowRotate {
  from {
    transform: translate(-50%, -50%) rotate(0deg)
  }

  to {
    transform: translate(-50%, -50%) rotate(360deg)
  }
}

.prm .divider_text {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 48px 0 0;
  max-width: 1366px;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px
}

.prm .divider_text::before,
.prm .divider_text::after {
  content: '';
  flex: 1;
  height: 1px;
  background: #155921;
  opacity: .18
}

.prm .divider_word {
  font-size: 16px;
  line-height: 1.6;
  color: #155921;
  letter-spacing: .14em;
  text-transform: uppercase;
  opacity: .55;
  white-space: nowrap
}

.prm .stats_band {
  padding: 48px 0;
  background: #fff
}

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

.prm .stat_item {
  text-align: center;
  padding: 24px;
  border-top: 2px solid #155921
}

.prm .stat_num {
  font-size: 37px;
  line-height: 1.2;
  color: #155921;
  letter-spacing: -.02em;
  display: block
}

.prm .stat_label {
  font-size: 16px;
  line-height: 1.6;
  color: #3a3a3a;
  margin-top: 8px
}

.prm .about_strip {
  padding: 96px 0;
  background: linear-gradient(160deg, #0d3d17 0%, #155921 100%);
  position: relative
}

.prm .about_strip_inner {
  display: grid;
  grid-template-columns: 30% 70%;
  gap: 48px;
  align-items: center
}

.prm .about_accent {
  font-size: 37px;
  line-height: 1.2;
  color: #ffffff1f;
  letter-spacing: -.04em;
  text-transform: uppercase;
  font-weight: 300
}

.prm .about_body h2 {
  font-size: 37px;
  line-height: 1.2;
  color: #fff;
  letter-spacing: -.02em;
  margin-bottom: 24px;
  text-transform: uppercase;
  font-weight: 300
}

.prm .about_body p {
  font-size: 21px;
  line-height: 1.6;
  color: #ffffffc7;
  margin-bottom: 24px
}

.prm .about_body p:last-child {
  margin-bottom: 0
}

.prm .divider_text2 {
  display: flex;
  align-items: center;
  gap: 24px;
  max-width: 1366px;
  margin: 0 auto;
  padding: 48px 24px 0
}

.prm .divider_text2::before,
.prm .divider_text2::after {
  content: '';
  flex: 1;
  height: 1px;
  background: #A63D08;
  opacity: .2
}

.prm .divider_word2 {
  font-size: 16px;
  line-height: 1.6;
  color: #A63D08;
  letter-spacing: .14em;
  text-transform: uppercase;
  opacity: .65;
  white-space: nowrap
}

.prm .topics_grid {
  padding: 48px 0 96px;
  background: #fff
}

.prm .topics_h {
  font-size: 37px;
  line-height: 1.2;
  color: #1a2e1e;
  letter-spacing: -.02em;
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 48px
}

.prm .topic_cols {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 24px
}

.prm .topic_card {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 22px -1px #15592117;
  position: relative;
  background: #f2f5f2;
  transition: box-shadow .6s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform .5s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.prm .topic_card:hover {
  box-shadow: 0 12px 36px -1px #15592124;
  transform: translateY(-4px)
}

.prm .topic_card .card_img_wrap {
  position: relative;
  overflow: hidden
}

.prm .topic_card.featured .card_img_wrap {
  height: 280px
}

.prm .topic_card:not(.featured) .card_img_wrap {
  height: 160px
}

.prm .topic_card .card_img_wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform .7s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.prm .topic_card:hover .card_img_wrap img {
  transform: scale(1.06)
}

.prm .card_img_fade {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 80px;
  background: linear-gradient(to top, #f2f5f2, transparent);
  pointer-events: none
}

.prm .card_body {
  padding: 24px
}

.prm .card_tag {
  font-size: 16px;
  line-height: 1.6;
  color: #A63D08;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 8px;
  display: block
}

.prm .card_title {
  font-size: 21px;
  line-height: 1.2;
  color: #1a2e1e;
  letter-spacing: -.01em;
  margin-bottom: 12px;
  text-transform: uppercase;
  font-weight: 300
}

.prm .topic_card:not(.featured) .card_title {
  font-size: 16px
}

.prm .card_desc {
  font-size: 16px;
  line-height: 1.6;
  color: #3d4d3f
}

.prm .card_author {
  font-size: 16px;
  line-height: 1.6;
  color: #7a8c7c;
  margin-top: 12px
}

.prm .card_link {
  display: inline-block;
  margin-top: 12px;
  font-size: 16px;
  line-height: 1.6;
  color: #155921;
  text-decoration: none;
  border-bottom: 1px solid #1559214d;
  transition: color .5s ease, border-color .5s ease
}

.prm .card_link:hover {
  color: #A63D08;
  border-color: #a63d0866
}

.prm .directions_bg {
  padding: 96px 0;
  background: #f5f2ef;
  position: relative
}

.prm .dir_head {
  display: grid;
  grid-template-columns: 30% 70%;
  gap: 48px;
  margin-bottom: 48px;
  align-items: end
}

.prm .dir_label {
  font-size: 16px;
  line-height: 1.6;
  color: #A63D08;
  letter-spacing: .12em;
  text-transform: uppercase
}

.prm .dir_h {
  font-size: 37px;
  line-height: 1.2;
  color: #1a2e1e;
  letter-spacing: -.02em;
  text-transform: uppercase;
  font-weight: 300
}

.prm .dir_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px
}

.prm .dir_item {
  background: #fff;
  border-radius: 10px;
  padding: 24px;
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: flex-start;
  box-shadow: 0 3px 6px -1px #1559210f;
  transition: box-shadow .6s ease, transform .5s ease
}

.prm .dir_item:hover {
  box-shadow: 0 12px 36px -1px #15592124;
  transform: translateY(-3px)
}

.prm .dir_icon {
  width: 48px;
  height: 48px;
  border-radius: 6px;
  background: #155921;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center
}

.prm .dir_icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: #fff;
  stroke-width: 1.5
}

.prm .dir_text h4 {
  font-size: 21px;
  line-height: 1.2;
  color: #1a2e1e;
  letter-spacing: -.01em;
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 8px
}

.prm .dir_text p {
  font-size: 16px;
  line-height: 1.6;
  color: #4a5c4d
}

.prm .dir_text a {
  display: inline-block;
  margin-top: 8px;
  font-size: 16px;
  line-height: 1.6;
  color: #155921;
  text-decoration: none;
  position: relative
}

.prm .dir_text a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  right: 50%;
  height: 1px;
  background: #155921;
  transition: left .6s cubic-bezier(0.25, 0.46, 0.45, 0.94), right .6s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.prm .dir_text a:hover::after {
  left: 0;
  right: 0
}

.prm .blurred_section {
  padding: 96px 0;
  position: relative
}

.prm .blurred_bg {
  position: absolute;
  inset: 0;
  overflow: hidden
}

.prm .blurred_bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: blur(14px);
  transform: scale(1.08)
}

.prm .blurred_bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: #ffffffe0
}

.prm .blurred_inner {
  position: relative;
  z-index: 2
}

.prm .themes_h {
  font-size: 37px;
  line-height: 1.2;
  color: #1a2e1e;
  letter-spacing: -.02em;
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 8px
}

.prm .themes_sub {
  font-size: 21px;
  line-height: 1.6;
  color: #4a5c4d;
  margin-bottom: 48px;
  max-width: 640px
}

.prm .themes_cluster {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 12px
}

.prm .theme_pill {
  display: inline-block;
  padding: 8px 24px;
  border-radius: 6px;
  border: 1px solid #15592133;
  font-size: 16px;
  line-height: 1.6;
  color: #1a2e1e;
  text-decoration: none;
  background: #ffffffb3;
  transition: background .5s ease, border-color .5s ease, color .5s ease;
  position: relative;
  overflow: hidden
}

.prm .theme_pill::before {
  content: '';
  position: absolute;
  inset: 0;
  background: #155921;
  transform: translateX(100%);
  transition: transform .6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 0
}

.prm .theme_pill:hover::before {
  transform: translateX(0)
}

.prm .theme_pill span {
  position: relative;
  z-index: 1;
  transition: color .6s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.prm .theme_pill:hover span {
  color: #fff
}

.prm .theme_pill.accent_pill {
  border-color: #a63d0840
}

.prm .theme_pill.accent_pill::before {
  background: #A63D08
}

.prm .theme_pill.purple_pill {
  border-color: #6240e033
}

.prm .theme_pill.purple_pill::before {
  background: #6240E0
}

.prm .divider_text3 {
  display: flex;
  align-items: center;
  gap: 24px;
  max-width: 1366px;
  margin: 0 auto;
  padding: 48px 24px 0
}

.prm .divider_text3::before,
.prm .divider_text3::after {
  content: '';
  flex: 1;
  height: 1px;
  background: #6240E0;
  opacity: .18
}

.prm .divider_word3 {
  font-size: 16px;
  line-height: 1.6;
  color: #6240E0;
  letter-spacing: .14em;
  text-transform: uppercase;
  opacity: .6;
  white-space: nowrap
}

.prm .engage_section {
  padding: 48px 0 96px;
  background: #fff
}

.prm .engage_grid {
  display: grid;
  grid-template-columns: 60% 40%;
  gap: 48px;
  align-items: start
}

.prm .engage_left h2 {
  font-size: 37px;
  line-height: 1.2;
  color: #1a2e1e;
  letter-spacing: -.02em;
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 24px
}

.prm .engage_left p {
  font-size: 21px;
  line-height: 1.6;
  color: #3d4d3f;
  margin-bottom: 24px
}

.prm .engage_left p:last-of-type {
  margin-bottom: 0
}

.prm .engage_right {
  background: #f5f2ef;
  border-radius: 10px;
  padding: 48px;
  box-shadow: 0 4px 22px -1px #15592117
}

.prm .engage_right h4 {
  font-size: 21px;
  line-height: 1.2;
  color: #1a2e1e;
  letter-spacing: -.01em;
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 24px
}

.prm .engage_right p {
  font-size: 16px;
  line-height: 1.6;
  color: #4a5c4d;
  margin-bottom: 24px
}

.prm .contact_link {
  display: inline-block;
  font-size: 16px;
  line-height: 1.6;
  color: #155921;
  text-decoration: none;
  border-bottom: 1px solid #15592159;
  transition: color .5s ease, border-color .5s ease
}

.prm .contact_link:hover {
  color: #A63D08;
  border-color: #a63d0866
}

.prm .reveal_btn {
  display: inline-block;
  padding: 12px 48px;
  border-radius: 0;
  background: #155921;
  color: #fff;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: .08em;
  text-transform: uppercase;
  text-decoration: none;
  margin-top: 24px;
  position: relative;
  overflow: hidden;
  transition: color .5s ease;
  box-shadow: 0 4px 22px -1px #15592117
}

.prm .reveal_btn::before {
  content: '';
  position: absolute;
  inset: 0;
  background: #A63D08;
  transform: translateX(100%);
  transition: transform .6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 0
}

.prm .reveal_btn:hover::before {
  transform: translateX(0)
}

.prm .reveal_btn span {
  position: relative;
  z-index: 1
}

.prm .start_section {
  padding: 96px 0;
  background: linear-gradient(160deg, #0d3d17 0%, #1a4a24 100%)
}

.prm .start_inner {
  display: grid;
  grid-template-columns: 40% 60%;
  gap: 48px;
  align-items: center
}

.prm .start_label {
  font-size: 16px;
  line-height: 1.6;
  color: #ffffff80;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: 24px
}

.prm .start_h {
  font-size: 37px;
  line-height: 1.2;
  color: #fff;
  letter-spacing: -.02em;
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 24px
}

.prm .start_desc {
  font-size: 16px;
  line-height: 1.9;
  color: #ffffffb3
}

.prm .start_cards {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.prm .start_card {
  background: #ffffff0f;
  border-radius: 10px;
  padding: 24px;
  border: 1px solid #ffffff1a;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 24px;
  align-items: center;
  transition: background .6s ease, border-color .6s ease
}

.prm .start_card:hover {
  background: #ffffff1a;
  border-color: #fff3
}

.prm .start_num {
  font-size: 37px;
  line-height: 1.2;
  color: #ffffff2e;
  letter-spacing: -.04em;
  font-weight: 300
}

.prm .start_card_text h5 {
  font-size: 16px;
  line-height: 1.6;
  color: #fff;
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-bottom: 4px
}

.prm .start_card_text p {
  font-size: 16px;
  line-height: 1.6;
  color: #fff9
}

.prm .start_card_text a {
  font-size: 16px;
  line-height: 1.6;
  color: #ffffff80;
  text-decoration: none;
  border-bottom: 1px solid #fff3;
  transition: color .5s ease, border-color .5s ease
}

.prm .start_card_text a:hover {
  color: #fff;
  border-color: #fff9
}

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

  .prm .split_right {
    height: 320px
  }

  .prm .hero_h {
    font-size: 37px
  }

  .prm .topic_cols {
    grid-template-columns: 1fr 1fr
  }

  .prm .topic_card.featured {
    grid-column: span 2
  }

  .prm .about_strip_inner {
    grid-template-columns: 1fr;
    gap: 24px
  }

  .prm .dir_head {
    grid-template-columns: 1fr;
    gap: 12px
  }

  .prm .engage_grid {
    grid-template-columns: 1fr
  }

  .prm .start_inner {
    grid-template-columns: 1fr
  }

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

@media (max-width: 640px) {
  .prm .split_left {
    padding: 48px 24px
  }

  .prm .hero_h {
    font-size: 37px
  }

  .prm .topic_cols {
    grid-template-columns: 1fr
  }

  .prm .topic_card.featured {
    grid-column: span 1
  }

  .prm .dir_list {
    grid-template-columns: 1fr
  }

  .prm .stats_row {
    grid-template-columns: 1fr 1fr
  }

  .prm .engage_right {
    padding: 24px
  }
}

.blg {
  max-width: 1366px;
  margin: 0 auto;
  padding: 0;
  overflow: hidden
}

.blg .pg_band {
  padding: 48px 96px;
  background: #fff;
  position: relative
}

.blg .pg_band::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #155921, #A63D08, #6240E0)
}

.blg .strip_row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 48px
}

.blg .strip_label {
  font-size: 16px;
  line-height: 1.6;
  color: #155921;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-weight: 400;
  white-space: nowrap
}

.blg .strip_head {
  font-size: 68px;
  line-height: 1.2;
  letter-spacing: -.03em;
  color: #111;
  font-weight: 700;
  margin: 0
}

.blg .strip_head .outlined {
  -webkit-text-stroke: 2px #155921;
  color: transparent
}

.blg .strip_head .punct {
  color: #A63D08
}

.blg .strip_sub {
  font-size: 21px;
  line-height: 1.6;
  color: #333;
  max-width: 520px;
  margin: 12px 0 0
}

.blg .strip_img_wrap {
  flex-shrink: 0;
  width: 260px;
  height: 180px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 22px -1px #15592117;
  position: relative
}

.blg .strip_img_wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block
}

.blg .strip_img_wrap::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 30% 30%, #ffffff73 0%, transparent 70%);
  z-index: 1;
  pointer-events: none
}

.blg .strip_shapes {
  position: absolute;
  right: 380px;
  top: 24px;
  width: 80px;
  height: 80px;
  pointer-events: none
}

.blg .shape_a {
  position: absolute;
  width: 48px;
  height: 48px;
  border: 2px solid #1559212e;
  border-radius: 10px;
  top: 0;
  left: 0;
  transform: rotate(18deg)
}

.blg .shape_b {
  position: absolute;
  width: 28px;
  height: 28px;
  background: #a63d081a;
  border-radius: 6px;
  bottom: 0;
  right: 0;
  transform: rotate(-12deg)
}

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

.blg .posts_area {
  padding: 48px 96px 96px;
  background: #f5f4f1;
  position: relative;
  animation: bg_osc 6s ease infinite alternate
}

@keyframes bg_osc {
  from {
    background-color: #f5f4f1
  }

  to {
    background-color: #eef0eb
  }
}

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

.blg .post_card {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 3px 6px -1px #1559210f;
  display: flex;
  flex-direction: column;
  transition: box-shadow .6s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform .5s ease
}

.blg .post_card:hover {
  box-shadow: 0 12px 36px -1px #15592124;
  transform: translateY(-4px)
}

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

.blg .card_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform .7s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.blg .post_card:hover .card_img img {
  transform: scale(1.05)
}

.blg .card_body {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 12px
}

.blg .card_tag {
  display: inline-block;
  font-size: 16px;
  line-height: 1.2;
  color: #155921;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 600;
  background: #15592114;
  padding: 4px 12px;
  border-radius: 6px;
  align-self: flex-start
}

.blg .card_ttl {
  font-size: 21px;
  line-height: 1.6;
  color: #111;
  font-weight: 700;
  margin: 0;
  letter-spacing: -.01em
}

.blg .card_desc {
  font-size: 16px;
  line-height: 1.9;
  color: #444;
  margin: 0;
  flex: 1
}

.blg .card_foot {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-top: 4px
}

.blg .card_author {
  font-size: 16px;
  line-height: 1.2;
  color: #666
}

.blg .card_link {
  display: inline-block;
  font-size: 16px;
  line-height: 1.2;
  color: #fff;
  background: #155921;
  padding: 8px 24px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  position: relative;
  overflow: hidden;
  transition: color .5s ease
}

.blg .card_link::before {
  content: '';
  position: absolute;
  inset: 0;
  background: #A63D08;
  transform: translateX(100%);
  transition: transform .6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 0
}

.blg .card_link:hover::before {
  transform: translateX(0)
}

.blg .card_link span {
  position: relative;
  z-index: 1
}

.blg .sec_heading {
  font-size: 37px;
  line-height: 1.2;
  letter-spacing: -.02em;
  color: #111;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 48px
}

.blg .sec_heading .outlined {
  -webkit-text-stroke: 2px #155921;
  color: transparent
}

.blg .ecology_strip {
  padding: 96px 96px 48px;
  background: #fff
}

.blg .eco_row {
  display: flex;
  flex-direction: row;
  gap: 96px;
  align-items: flex-start
}

.blg .eco_col_text {
  flex: 1
}

.blg .eco_col_text h3 {
  font-size: 37px;
  line-height: 1.2;
  letter-spacing: -.02em;
  color: #111;
  font-weight: 700;
  margin: 0 0 24px;
  text-transform: uppercase
}

.blg .eco_col_text p {
  font-size: 16px;
  line-height: 1.9;
  color: #333;
  margin: 0 0 12px
}

.blg .eco_col_aside {
  width: 320px;
  flex-shrink: 0
}

.blg .eco_stat_list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px
}

.blg .eco_stat_list li {
  padding: 24px;
  border-radius: 10px;
  background: #f5f4f1;
  box-shadow: 0 3px 6px -1px #1559210f;
  display: flex;
  flex-direction: column;
  gap: 4px
}

.blg .stat_num {
  font-size: 37px;
  line-height: 1.2;
  font-weight: 700;
  color: #155921;
  letter-spacing: -.02em
}

.blg .stat_lbl {
  font-size: 16px;
  line-height: 1.6;
  color: #555
}

.blg .behavior_strip {
  padding: 96px;
  background: #155921;
  position: relative;
  overflow: hidden
}

.blg .behavior_strip::before {
  content: '';
  position: absolute;
  top: -60px;
  right: -60px;
  width: 280px;
  height: 280px;
  border: 40px solid #ffffff0f;
  border-radius: 0;
  transform: rotate(30deg);
  pointer-events: none
}

.blg .behavior_strip::after {
  content: '';
  position: absolute;
  bottom: -40px;
  left: 80px;
  width: 160px;
  height: 160px;
  border: 30px solid #a63d082e;
  border-radius: 10px;
  transform: rotate(-15deg);
  pointer-events: none
}

.blg .beh_head {
  font-size: 37px;
  line-height: 1.2;
  letter-spacing: -.02em;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 48px;
  max-width: 600px
}

.blg .beh_head .outlined {
  -webkit-text-stroke: 2px #A63D08;
  color: transparent
}

.blg .beh_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px
}

.blg .beh_item {
  background: #ffffff14;
  border-radius: 10px;
  padding: 24px;
  box-shadow: inset 0 0 0 1px #ffffff1f
}

.blg .beh_item h5 {
  font-size: 16px;
  line-height: 1.6;
  color: #A3E4B4;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin: 0 0 8px
}

.blg .beh_item p {
  font-size: 16px;
  line-height: 1.9;
  color: #ffffffd9;
  margin: 0
}

.blg .newsletter_strip {
  padding: 96px;
  background: #fff;
  border-top: 1px solid #1559211a
}

.blg .nl_row {
  display: flex;
  flex-direction: row;
  gap: 96px;
  align-items: center
}

.blg .nl_text {
  flex: 1
}

.blg .nl_text h3 {
  font-size: 37px;
  line-height: 1.2;
  letter-spacing: -.02em;
  color: #111;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 12px
}

.blg .nl_text p {
  font-size: 16px;
  line-height: 1.9;
  color: #444;
  margin: 0;
  max-width: 420px
}

.blg .nl_form {
  flex-shrink: 0;
  width: 380px
}

.blg .nl_form form {
  display: flex;
  flex-direction: column;
  gap: 12px
}

.blg .nl_form input[type="email"] {
  width: 100%;
  padding: 12px 24px;
  border: 1.5px solid #15592140;
  border-radius: 6px;
  font-size: 16px;
  line-height: 1.6;
  color: #111;
  background: #f5f4f1;
  outline: none;
  box-sizing: border-box;
  transition: border-color .5s ease, box-shadow .5s ease;
  text-overflow: ellipsis
}

.blg .nl_form input[type="email"]::placeholder {
  color: #888;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap
}

.blg .nl_form input[type="email"]:focus {
  border-color: #155921;
  box-shadow: inset 0 2px 8px #15592114
}

.blg .nl_btn {
  padding: 12px 48px;
  background: #155921;
  color: #fff;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 700;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: color .6s ease;
  text-align: center
}

.blg .nl_btn::before {
  content: '';
  position: absolute;
  inset: 0;
  background: #6240E0;
  transform: translateX(100%);
  transition: transform .7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 0
}

.blg .nl_btn:hover::before {
  transform: translateX(0)
}

.blg .nl_btn span {
  position: relative;
  z-index: 1
}

.blg .nl_btn:focus {
  outline: 3px solid #6240E0;
  outline-offset: 2px
}

.blg .topics_strip {
  padding: 48px 96px 96px;
  background: #f5f4f1;
  animation: bg_osc 8s ease infinite alternate
}

.blg .topics_row {
  display: flex;
  flex-direction: row;
  gap: 48px;
  flex-wrap: wrap;
  align-items: flex-start
}

.blg .topics_head_col {
  flex: 0 0 260px
}

.blg .topics_head_col h3 {
  font-size: 37px;
  line-height: 1.2;
  letter-spacing: -.02em;
  color: #111;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 12px
}

.blg .topics_head_col p {
  font-size: 16px;
  line-height: 1.9;
  color: #444;
  margin: 0
}

.blg .topics_pills {
  flex: 1;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 12px;
  align-content: flex-start;
  padding-top: 8px
}

.blg .pill {
  display: inline-block;
  font-size: 16px;
  line-height: 1.6;
  color: #155921;
  background: #fff;
  border: 1.5px solid #15592138;
  border-radius: 6px;
  padding: 8px 24px;
  font-weight: 600;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  transition: color .5s ease, border-color .5s ease
}

.blg .pill::before {
  content: '';
  position: absolute;
  inset: 0;
  background: #155921;
  transform: translateX(100%);
  transition: transform .6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 0
}

.blg .pill:hover {
  color: #fff;
  border-color: #155921
}

.blg .pill:hover::before {
  transform: translateX(0)
}

.blg .pill span {
  position: relative;
  z-index: 1
}

@media (max-width: 1024px) {

  .blg .pg_band,
  .blg .posts_area,
  .blg .ecology_strip,
  .blg .behavior_strip,
  .blg .newsletter_strip,
  .blg .topics_strip {
    padding-left: 48px;
    padding-right: 48px
  }

  .blg .posts_grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .blg .eco_row {
    flex-direction: column;
    gap: 48px
  }

  .blg .eco_col_aside {
    width: 100%
  }

  .blg .eco_stat_list {
    flex-direction: row;
    flex-wrap: wrap
  }

  .blg .eco_stat_list li {
    flex: 1 1 140px
  }

  .blg .nl_row {
    flex-direction: column;
    gap: 48px;
    align-items: flex-start
  }

  .blg .nl_form {
    width: 100%
  }
}

@media (max-width: 768px) {

  .blg .pg_band,
  .blg .posts_area,
  .blg .ecology_strip,
  .blg .behavior_strip,
  .blg .newsletter_strip,
  .blg .topics_strip {
    padding-left: 24px;
    padding-right: 24px
  }

  .blg .strip_row {
    flex-direction: column;
    gap: 24px;
    align-items: flex-start
  }

  .blg .strip_head {
    font-size: 37px
  }

  .blg .strip_img_wrap {
    width: 100%;
    height: 200px
  }

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

  .blg .beh_grid {
    grid-template-columns: 1fr
  }

  .blg .topics_row {
    flex-direction: column;
    gap: 24px
  }

  .blg .topics_head_col {
    flex: none;
    width: 100%
  }
}

.spons {
  max-width: 1366px;
  margin: 0 auto;
  padding: 0
}

.spons .split_panel {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  min-height: 520px
}

.spons .split_panel .text_zone {
  flex: 0 0 52%;
  padding: 96px 48px 96px 96px;
  position: relative;
  background: #fff
}

.spons .split_panel .text_zone::before {
  content: "";
  position: absolute;
  top: 24px;
  left: 24px;
  right: -4px;
  bottom: 24px;
  border: 1.5px solid #155921;
  border-radius: 10px;
  pointer-events: none
}

.spons .split_panel .text_zone::after {
  content: "";
  position: absolute;
  top: 30px;
  left: 30px;
  right: -10px;
  bottom: 30px;
  border: 1px solid #1559212e;
  border-radius: 10px;
  pointer-events: none
}

.spons .split_panel .img_zone {
  flex: 1;
  position: relative;
  overflow: hidden;
  border-radius: 0 16px 16px 0
}

.spons .split_panel .img_zone img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: blur(1.5px) brightness(0.88)
}

.spons .split_panel .img_zone .img_overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(155deg, #1559218c 0%, #12121cb8 100%);
  border-radius: 0 16px 16px 0
}

.spons .eyebrow {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px
}

.spons .eyebrow .dot_accent {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #A63D08;
  flex-shrink: 0
}

.spons .eyebrow_label {
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #A63D08;
  font-weight: 600
}

.spons .panel_heading {
  font-size: 68px;
  line-height: 1.2;
  letter-spacing: -.03em;
  color: #111820;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 24px
}

.spons .panel_heading strong {
  font-weight: 700;
  color: #155921
}

.spons .panel_sub {
  font-size: 21px;
  line-height: 1.6;
  color: #2c3a2e;
  margin-bottom: 48px;
  max-width: 420px
}

.spons .stat_row {
  display: flex;
  flex-direction: row;
  gap: 48px
}

.spons .stat_item .stat_num {
  font-size: 37px;
  line-height: 1.2;
  font-weight: 700;
  color: #155921;
  letter-spacing: -.02em
}

.spons .stat_item .stat_desc {
  font-size: 16px;
  line-height: 1.6;
  color: #3a4a3c;
  margin-top: 4px
}

.spons .section_divider {
  height: 2px;
  background: linear-gradient(90deg, #155921 0%, #15592100 100%);
  margin: 0 96px
}

.spons .formats_area {
  padding: 96px;
  background: #f4f6f4;
  position: relative;
  overflow: hidden
}

.spons .formats_area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #15592100 0%, #155921 40%, #A63D08 70%, #a63d0800 100%)
}

.spons .formats_area .edge_glow {
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: 0;
  box-shadow: inset 0 0 0 0 #15592100;
  animation: edge_pulse 4s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite alternate
}

@keyframes edge_pulse {
  0% {
    box-shadow: inset 0 0 24px -4px #15592100
  }

  100% {
    box-shadow: inset 0 0 48px -4px #15592121
  }
}

.spons .formats_top {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 48px;
  gap: 48px
}

.spons .formats_heading {
  font-size: 37px;
  line-height: 1.2;
  letter-spacing: -.02em;
  text-transform: uppercase;
  font-weight: 300;
  color: #111820
}

.spons .formats_heading em {
  font-style: normal;
  font-weight: 700;
  color: #155921
}

.spons .formats_note {
  font-size: 16px;
  line-height: 1.6;
  color: #3a4a3c;
  max-width: 340px;
  text-align: right
}

.spons .formats_grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px
}

.spons .fmt_card {
  background: #fff;
  border-radius: 16px;
  padding: 48px 24px 24px;
  position: relative;
  box-shadow: 0 3px 6px -1px #1559210f;
  transition: box-shadow .6s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform .5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  overflow: hidden
}

.spons .fmt_card:hover {
  box-shadow: 0 12px 36px -1px #15592124;
  transform: translateY(-4px)
}

.spons .fmt_card .card_num {
  position: absolute;
  top: 24px;
  left: 24px;
  font-size: 68px;
  line-height: 1.2;
  font-weight: 700;
  color: #15592112;
  letter-spacing: -.04em;
  pointer-events: none
}

.spons .fmt_card .card_title {
  font-size: 21px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .06em;
  color: #111820;
  margin-bottom: 12px;
  position: relative
}

.spons .fmt_card .card_body {
  font-size: 16px;
  line-height: 1.6;
  color: #3a4a3c;
  margin-bottom: 24px;
  position: relative
}

.spons .fmt_card .card_tag_row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px;
  position: relative
}

.spons .fmt_card .tag {
  font-size: 16px;
  line-height: 1.2;
  padding: 4px 12px;
  border-radius: 6px;
  background: #15592114;
  color: #155921;
  font-weight: 600
}

.spons .fmt_card.accent_card .card_title {
  color: #A63D08
}

.spons .fmt_card.accent_card .tag {
  background: #a63d0817;
  color: #A63D08
}

.spons .fmt_card .triangle_reveal {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 80px;
  height: 80px;
  overflow: hidden;
  pointer-events: none
}

.spons .fmt_card .triangle_reveal::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 80px 80px;
  border-color: transparent transparent #1559210f;
  transition: border-color .7s ease
}

.spons .fmt_card:hover .triangle_reveal::before {
  border-color: transparent transparent #1559212e
}

.spons .fmt_card.accent_card .triangle_reveal::before {
  border-color: transparent transparent #a63d080f
}

.spons .fmt_card.accent_card:hover .triangle_reveal::before {
  border-color: transparent transparent #a63d082e
}

.spons .contact_strip {
  margin-top: 48px;
  padding: 24px 48px;
  background: #fff;
  border-radius: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  box-shadow: 0 4px 22px -1px #15592117
}

.spons .contact_strip .strip_text {
  font-size: 21px;
  line-height: 1.6;
  color: #111820;
  font-weight: 600
}

.spons .contact_strip .strip_text span {
  color: #155921
}

.spons .contact_strip .strip_link {
  font-size: 16px;
  line-height: 1.2;
  color: #fff;
  background: #155921;
  padding: 12px 24px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  display: inline-block;
  position: relative;
  overflow: hidden;
  transition: color .5s ease
}

.spons .contact_strip .strip_link::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #A63D08;
  transform: translateX(100%);
  transition: transform .6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  border-radius: 6px
}

.spons .contact_strip .strip_link:hover::before {
  transform: translateX(0)
}

.spons .contact_strip .strip_link span {
  position: relative
}

@media (max-width: 1024px) {
  .spons .split_panel {
    flex-direction: column
  }

  .spons .split_panel .text_zone {
    flex: none;
    padding: 48px 24px 48px 48px
  }

  .spons .split_panel .img_zone {
    height: 320px;
    border-radius: 0 0 16px 16px
  }

  .spons .panel_heading {
    font-size: 37px
  }

  .spons .formats_area {
    padding: 48px 24px
  }

  .spons .formats_grid {
    grid-template-columns: 1fr 1fr
  }

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

  .spons .formats_note {
    text-align: left
  }

  .spons .section_divider {
    margin: 0 24px
  }

  .spons .contact_strip {
    flex-direction: column;
    align-items: flex-start;
    padding: 24px
  }
}

@media (max-width: 640px) {
  .spons .split_panel .text_zone {
    padding: 48px 24px
  }

  .spons .split_panel .text_zone::before,
  .spons .split_panel .text_zone::after {
    display: none
  }

  .spons .stat_row {
    flex-direction: column;
    gap: 24px
  }

  .spons .formats_grid {
    grid-template-columns: 1fr
  }

  .spons .panel_heading {
    font-size: 37px
  }
}

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

.success_page .success_wrap {
  max-width: 560px;
  width: 100%;
  text-align: center
}

.success_page .success_icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 48px;
  display: block
}

.success_page .success_icon circle {
  fill: none;
  stroke: #155921;
  stroke-width: 2.5
}

.success_page .success_icon polyline {
  fill: none;
  stroke: #155921;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round
}

.success_page .success_heading {
  font-size: 37px;
  line-height: 1.2;
  letter-spacing: -.02em;
  color: #111;
  margin: 0 0 24px;
  text-transform: uppercase;
  font-weight: 300
}

.success_page .success_body {
  font-size: 16px;
  line-height: 1.9;
  color: #333;
  margin: 0 0 48px
}

.success_page .success_divider {
  width: 48px;
  height: 2px;
  background: #155921;
  margin: 0 auto 48px;
  border: none
}

.success_page .success_link {
  display: inline-block;
  font-size: 16px;
  line-height: 1.6;
  color: #155921;
  text-decoration: none;
  border: 1.5px solid #155921;
  padding: 12px 48px;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
  transition: color .6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 0
}

.success_page .success_link::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #155921;
  transform: translateX(100%);
  transition: transform .6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: -1
}

.success_page .success_link:hover {
  color: #fff
}

.success_page .success_link:hover::after {
  transform: translateX(0)
}

.success_page .success_link:focus-visible {
  outline: 2px solid #A63D08;
  outline-offset: 4px
}

@media (max-width: 480px) {
  .success_page .success_heading {
    font-size: 21px
  }

  .success_page {
    padding: 48px 24px
  }
}