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

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

.brand-bar {
  background: linear-gradient(135deg, #114135 0%, #0d3329 100%);
  border-bottom: 2px solid #E735AD;
  position: relative;
  z-index: 100
}

.brand-bar__pod {
  max-width: 1280px;
  margin: 0 auto;
  padding: 10px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px
}

.brand-bar__descriptor {
  font-family: 'Noto Serif', Georgia, serif;
  font-size: 15px;
  line-height: 1.6;
  color: #FDF6DB;
  opacity: .82;
  font-style: italic;
  letter-spacing: .01em
}

.brand-bar__contact-strip {
  display: flex;
  align-items: center;
  gap: 20px
}

.brand-bar__phone {
  font-family: 'Noto Serif', Georgia, serif;
  font-size: 15px;
  line-height: 1.2;
  color: #FDF6DB;
  text-decoration: none;
  border-bottom: 1px solid #fdf6db4d;
  transition: color .18s ease-out, border-color .15s ease-out
}

.brand-bar__phone:hover {
  color: #E735AD;
  border-color: #E735AD
}

.brand-bar__phone:focus {
  outline: none;
  box-shadow: 0 0 0 3px #e735ad80;
  border-radius: 2px
}

.site-header {
  background: #fdf6dbb8;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 2px solid #1141352e;
  box-shadow: 0 7px 14px 0 #e735ad17;
  position: relative;
  z-index: 90
}

.site-header__pod {
  max-width: 1280px;
  margin: 0 auto;
  padding: 20px 40px;
  display: flex;
  align-items: center;
  gap: 40px
}

.brand-identity {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-shrink: 0
}

.brand-identity__image-cell {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  background: #fff;
  border: 2px solid #114135;
  border-radius: 8px;
  box-shadow: 0 2px 5px 0 #1141350d
}

.brand-identity__image-cell img {
  display: block;
  object-fit: contain
}

.brand-identity__name {
  font-family: 'Noto Serif', Georgia, serif;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 700;
  color: #114135;
  text-decoration: none;
  letter-spacing: .01em
}

.brand-identity__name:focus {
  outline: none;
  box-shadow: 0 0 0 3px #e735ad80;
  border-radius: 2px
}

.header-divider {
  width: 2px;
  height: 48px;
  background: linear-gradient(to bottom, transparent, #114135, transparent);
  flex-shrink: 0;
  border-radius: 2px
}

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

.primary-menu__item {
  display: flex
}

.primary-menu__link {
  font-family: 'Noto Serif', Georgia, serif;
  font-size: 15px;
  line-height: 1.6;
  color: #114135;
  text-decoration: none;
  padding: 10px 20px;
  border: 2px solid transparent;
  border-radius: 3px;
  display: block;
  transition: color .16s ease-out, border-color .19s cubic-bezier(0.4, 0, 0.6, 1), background-color .19s cubic-bezier(0.4, 0, 0.6, 1);
  min-height: 44px;
  display: flex;
  align-items: center
}

.primary-menu__link:hover {
  color: #E735AD;
  border-color: #E735AD;
  background-color: #e735ad0f
}

.primary-menu__link:focus {
  outline: none;
  box-shadow: 0 0 0 3px #e735ad80;
  border-color: #E735AD
}

.primary-menu__link--active {
  color: #E735AD;
  border-color: #e735ad66;
  background-color: #e735ad14
}

.site-footer {
  background: #114135;
  border-top: 3px solid #E735AD
}

.footer-upper {
  max-width: 1280px;
  margin: 0 auto;
  padding: 80px 40px 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px
}

.footer-contact__label {
  font-family: 'Noto Serif', Georgia, serif;
  font-size: 15px;
  line-height: 1.6;
  color: #FDF6DB;
  text-transform: uppercase;
  letter-spacing: .12em;
  opacity: .6;
  margin-bottom: 20px;
  display: block
}

.footer-contact__company {
  font-family: 'Noto Serif', Georgia, serif;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 700;
  color: #FDF6DB;
  margin-bottom: 20px;
  display: block
}

.footer-contact__address {
  font-family: 'Noto Serif', Georgia, serif;
  font-size: 15px;
  line-height: 1.9;
  color: #fdf6dbc7;
  font-style: normal;
  margin-bottom: 20px
}

.footer-contact__links {
  display: flex;
  flex-direction: column;
  gap: 10px
}

.footer-contact__link {
  font-family: 'Noto Serif', Georgia, serif;
  font-size: 15px;
  line-height: 1.6;
  color: #FDF6DB;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid #fdf6db40;
  padding-bottom: 4px;
  width: fit-content;
  transition: color .14s ease-out, border-color .18s ease-out
}

.footer-contact__link:hover {
  color: #E735AD;
  border-color: #E735AD
}

.footer-contact__link:focus {
  outline: none;
  box-shadow: 0 0 0 3px #e735ad80;
  border-radius: 2px
}

.footer-contact__link-type {
  font-size: 15px;
  color: #fdf6db80;
  font-style: italic;
  min-width: 64px
}

.footer-nav__label {
  font-family: 'Noto Serif', Georgia, serif;
  font-size: 15px;
  line-height: 1.6;
  color: #FDF6DB;
  text-transform: uppercase;
  letter-spacing: .12em;
  opacity: .6;
  margin-bottom: 20px;
  display: block
}

.footer-menu {
  list-style: none;
  margin: 0 0 40px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px
}

.footer-menu__link {
  font-family: 'Noto Serif', Georgia, serif;
  font-size: 18px;
  line-height: 1.6;
  color: #FDF6DB;
  text-decoration: none;
  border-left: 3px solid #e735ad66;
  padding: 10px 20px;
  display: block;
  border-radius: 0 3px 3px 0;
  transition: color .16s ease-out, border-color .2s cubic-bezier(0.4, 0, 0.6, 1), background-color .2s cubic-bezier(0.4, 0, 0.6, 1);
  min-height: 44px
}

.footer-menu__link:hover {
  color: #E735AD;
  border-color: #E735AD;
  background-color: #e735ad14
}

.footer-menu__link:focus {
  outline: none;
  box-shadow: 0 0 0 3px #e735ad80
}

.footer-submenu-group {
  margin-top: 20px
}

.footer-submenu-group__heading {
  font-family: 'Noto Serif', Georgia, serif;
  font-size: 15px;
  line-height: 1.6;
  color: #fdf6db8c;
  text-transform: uppercase;
  letter-spacing: .1em;
  margin-bottom: 10px;
  display: block
}

.footer-submenu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px
}

.footer-submenu__link {
  font-family: 'Noto Serif', Georgia, serif;
  font-size: 15px;
  line-height: 1.6;
  color: #fdf6dbb8;
  text-decoration: none;
  border-left: 2px solid #e735ad40;
  padding: 10px 20px;
  display: block;
  border-radius: 0 2px 2px 0;
  transition: color .15s ease-out, border-color .18s ease-out;
  min-height: 44px
}

.footer-submenu__link:hover {
  color: #E735AD;
  border-color: #E735AD
}

.footer-submenu__link:focus {
  outline: none;
  box-shadow: 0 0 0 3px #e735ad80
}

.footer-lower {
  border-top: 1px solid #fdf6db1f;
  max-width: 1280px;
  margin: 0 auto;
  padding: 40px 40px 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap
}

.footer-brand-cell {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  background: #fdf6db14;
  border: 2px solid #fdf6db33;
  border-radius: 8px;
  box-shadow: 0 2px 5px 0 #e735ad0d
}

.footer-brand-cell img {
  display: block;
  object-fit: contain;
  filter: brightness(0) invert(1)
}

.footer-copyright {
  font-family: 'Noto Serif', Georgia, serif;
  font-size: 15px;
  line-height: 1.6;
  color: #fdf6db8c
}

.cookie-pod {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 2000;
  width: 340px;
  max-width: calc(100vw - 40px);
  background: #FDF6DB;
  border: 2px solid #114135;
  border-radius: 8px;
  box-shadow: 0 8px 48px 0 #11413524;
  padding: 20px;
  transform: translateY(120%);
  transition: transform .18s ease-out
}

.cookie-pod--visible {
  transform: translateY(0)
}

.cookie-pod__icon-row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 10px
}

.cookie-pod__icon {
  width: 32px;
  height: 32px;
  border-radius: 3px;
  background: #114135;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0
}

.cookie-pod__icon svg {
  display: block
}

.cookie-pod__body {
  font-family: 'Noto Serif', Georgia, serif;
  font-size: 15px;
  line-height: 1.9;
  color: #114135;
  margin-bottom: 20px
}

.cookie-pod__body strong {
  font-weight: 700
}

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

.cookie-pod__accept {
  font-family: 'Noto Serif', Georgia, serif;
  font-size: 15px;
  line-height: 1.2;
  color: #114135;
  background: transparent;
  border: 2px solid #114135;
  border-radius: 3px;
  padding: 10px 20px;
  cursor: pointer;
  min-height: 44px;
  transition: color .16s ease-out, background-color .19s cubic-bezier(0.4, 0, 0.6, 1), border-color .16s ease-out
}

.cookie-pod__accept:hover {
  background-color: #114135;
  color: #FDF6DB
}

.cookie-pod__accept:focus {
  outline: none;
  box-shadow: 0 0 0 3px #11413566
}

.cookie-pod__decline {
  font-family: 'Noto Serif', Georgia, serif;
  font-size: 15px;
  line-height: 1.6;
  color: #114135a6;
  background: none;
  border: none;
  cursor: pointer;
  text-decoration: underline;
  padding: 0;
  min-height: 44px;
  transition: color .14s ease-out
}

.cookie-pod__decline:hover {
  color: #E735AD
}

.cookie-pod__decline:focus {
  outline: none;
  box-shadow: 0 0 0 3px #e735ad66;
  border-radius: 2px
}

@media (max-width: 768px) {
  .brand-bar__pod {
    padding: 10px 20px;
    flex-wrap: wrap
  }

  .brand-bar__descriptor {
    display: none
  }

  .site-header__pod {
    padding: 20px;
    flex-wrap: wrap;
    gap: 20px
  }

  .footer-upper {
    grid-template-columns: 1fr;
    padding: 40px 20px 20px;
    gap: 40px
  }

  .footer-lower {
    padding: 20px 20px 40px;
    flex-direction: column;
    align-items: flex-start
  }
}

.agreement-content {
  max-width: 1280px;
  margin: 0 auto;
  padding: 80px 40px
}

.agreement-content h1 {
  font-size: 68px;
  line-height: 1.2;
  color: #114135;
  margin-bottom: 40px;
  margin-top: 0
}

.agreement-content h2 {
  font-size: 22px;
  line-height: 1.2;
  color: #114135;
  margin-top: 80px;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: .08em
}

.agreement-content h3 {
  font-size: 18px;
  line-height: 1.6;
  color: #114135;
  margin-top: 40px;
  margin-bottom: 20px
}

.agreement-content h4,
.agreement-content h5,
.agreement-content h6 {
  font-size: 15px;
  line-height: 1.6;
  color: #114135;
  margin-top: 40px;
  margin-bottom: 10px
}

.agreement-content p {
  font-size: 15px;
  line-height: 1.9;
  margin-top: 0;
  margin-bottom: 20px;
  color: #1b1b1b
}

.agreement-content ul,
.agreement-content ol {
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 40px
}

.agreement-content ul {
  list-style: none;
  padding-left: 20px
}

.agreement-content ul li {
  position: relative;
  padding-left: 20px;
  font-size: 15px;
  line-height: 1.9;
  color: #1b1b1b;
  margin-bottom: 10px
}

.agreement-content ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .75em;
  width: 6px;
  height: 6px;
  background-color: #E735AD;
  border-radius: 0;
  transform: translateY(-50%)
}

.agreement-content ol {
  list-style: none;
  counter-reset: policy-counter;
  padding-left: 20px
}

.agreement-content ol li {
  counter-increment: policy-counter;
  position: relative;
  padding-left: 40px;
  font-size: 15px;
  line-height: 1.9;
  color: #1b1b1b;
  margin-bottom: 10px
}

.agreement-content ol li::before {
  content: counter(policy-counter) ".";
  position: absolute;
  left: 0;
  top: 0;
  color: #E735AD;
  font-size: 15px;
  line-height: 1.9;
  min-width: 30px
}

.agreement-content ul ul,
.agreement-content ol ol,
.agreement-content ul ol,
.agreement-content ol ul {
  margin-top: 10px;
  margin-bottom: 0
}

.agreement-content em,
.agreement-content i {
  font-style: italic;
  color: #114135
}

.agreement-content hr {
  border: none;
  border-top: 2px solid #FDF6DB;
  margin-top: 40px;
  margin-bottom: 40px;
  background: none
}

.agreement-content div {
  margin-bottom: 20px
}

@media (max-width: 768px) {
  .agreement-content {
    padding: 40px 20px
  }

  .agreement-content h1 {
    font-size: 22px
  }

  .agreement-content h2 {
    font-size: 18px;
    margin-top: 40px
  }

  .agreement-content h3 {
    font-size: 15px;
    margin-top: 20px
  }
}

.interview-detail {
  background: #fff;
  overflow-x: hidden
}

.interview-detail .post-banner {
  background: linear-gradient(135deg, #114135 0%, #114135 45%, #E735AD 100%);
  padding: 80px 40px 40px;
  position: relative
}

.interview-detail .post-banner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(ellipse 70% 80% at 80% 40%, #fdf6db14 0%, transparent 70%);
  pointer-events: none
}

.interview-detail .post-banner::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 3px;
  background: repeating-linear-gradient(90deg, #E735AD 0px, #E735AD 6px, transparent 6px, transparent 14px)
}

.interview-detail .banner-geo--a {
  position: absolute;
  top: 20px;
  right: 80px;
  width: 90px;
  height: 90px;
  border: 2px solid #e735ad2e;
  transform: rotate(22deg);
  pointer-events: none
}

.interview-detail .banner-geo--b {
  position: absolute;
  bottom: 30px;
  left: 60px;
  width: 48px;
  height: 48px;
  border: 2px solid #fdf6db1f;
  transform: rotate(-14deg);
  pointer-events: none
}

.interview-detail .banner-inner {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  gap: 40px;
  align-items: flex-start;
  position: relative;
  z-index: 1
}

.interview-detail .banner-text {
  flex: 1 1 0;
  min-width: 0
}

.interview-detail .banner-meta {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px
}

.interview-detail .tag-category {
  display: inline-block;
  background: #e735ad2e;
  color: #FDF6DB;
  font-size: 15px;
  line-height: 1.2;
  padding: 2px 10px;
  border-radius: 2px;
  text-transform: uppercase;
  letter-spacing: .08em;
  border: 1px solid #e735ad59
}

.interview-detail .tag-article {
  display: inline-block;
  background: transparent;
  color: #fdf6dbb3;
  font-size: 15px;
  line-height: 1.2;
  padding: 2px 10px;
  border-radius: 2px;
  border: 1px solid #fdf6db40
}

.interview-detail .post-heading {
  font-size: 68px;
  line-height: 1.2;
  color: #FDF6DB;
  margin: 0 0 20px;
  font-weight: 700;
  max-width: 820px
}

.interview-detail .post-subtitle {
  font-size: 22px;
  line-height: 1.6;
  color: #fdf6dbd1;
  margin: 0 0 40px;
  max-width: 640px
}

.interview-detail .banner-byline {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap
}

.interview-detail .author-label {
  font-size: 15px;
  line-height: 1.2;
  color: #fdf6db99;
  text-transform: uppercase;
  letter-spacing: .09em
}

.interview-detail .author-name {
  font-size: 18px;
  line-height: 1.2;
  color: #FDF6DB;
  font-weight: 600
}

.interview-detail .stat-pill {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  padding: 2px 10px;
  border: 1px solid #fdf6db33;
  border-radius: 3px
}

.interview-detail .stat-pill span {
  font-size: 15px;
  line-height: 1.2;
  color: #fdf6dba6
}

.interview-detail .stat-pill strong {
  font-size: 15px;
  line-height: 1.2;
  color: #FDF6DB
}

.interview-detail .banner-image-wrap {
  flex: 0 0 380px;
  max-width: 380px;
  border-radius: 8px;
  overflow: hidden;
  opacity: .55;
  align-self: stretch;
  min-height: 260px;
  transition: opacity .18s ease-out
}

.interview-detail .banner-image-wrap:hover {
  opacity: .8
}

.interview-detail .banner-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
  filter: saturate(0.4);
  transition: filter .22s cubic-bezier(0.4, 0, 0.6, 1)
}

.interview-detail .banner-image-wrap:hover img {
  filter: saturate(1)
}

.interview-detail .post-body-area {
  max-width: 1280px;
  margin: 0 auto;
  padding: 80px 40px;
  display: flex;
  flex-direction: row;
  gap: 80px;
  align-items: flex-start
}

.interview-detail .post-body-text {
  flex: 1 1 0;
  min-width: 0
}

.interview-detail .post-body-text p {
  font-size: 18px;
  line-height: 1.9;
  color: #114135;
  margin: 0 0 20px;
  max-width: 680px
}

.interview-detail .post-body-text h2 {
  font-size: 22px;
  line-height: 1.6;
  color: #114135;
  margin: 40px 0 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px
}

.interview-detail .post-body-text h2::before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #E735AD;
  border-radius: 2px;
  flex-shrink: 0
}

.interview-detail .post-body-text blockquote {
  margin: 40px 0;
  padding: 20px 40px;
  background: #FDF6DB;
  border-radius: 8px;
  position: relative
}

.interview-detail .post-body-text blockquote::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: #E735AD;
  border-radius: 3px 0 0 3px
}

.interview-detail .post-body-text cite {
  display: block;
  font-size: 15px;
  line-height: 1.6;
  color: #114135;
  font-style: normal;
  margin-top: 10px;
  opacity: .7
}

.interview-detail .post-body-text ol {
  padding-left: 20px;
  margin: 0 0 20px
}

.interview-detail .post-body-text ol li {
  font-size: 18px;
  line-height: 1.9;
  color: #114135;
  margin-bottom: 10px
}

.interview-detail .post-body-text ol li::marker {
  color: #E735AD;
  font-weight: 700
}

.interview-detail .post-body-text table {
  width: 100%;
  border-collapse: collapse;
  margin: 40px 0;
  font-size: 15px;
  line-height: 1.6
}

.interview-detail .post-body-text th {
  background: #114135;
  color: #FDF6DB;
  padding: 10px 20px;
  text-align: left;
  font-size: 15px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: .07em
}

.interview-detail .post-body-text td {
  padding: 10px 20px;
  color: #114135;
  border-bottom: 1px solid #1141351f
}

.interview-detail .post-body-text tr:nth-child(even) td {
  background: #fdf6db80
}

.interview-detail .post-body-text tfoot td {
  background: #e735ad12;
  font-weight: 600;
  border-top: 2px solid #E735AD
}

.interview-detail .post-body-text details {
  margin: 20px 0;
  border: 1px solid #1141352e;
  border-radius: 8px;
  overflow: hidden
}

.interview-detail .post-body-text summary {
  padding: 10px 20px;
  background: #FDF6DB;
  font-size: 18px;
  line-height: 1.6;
  color: #114135;
  cursor: pointer;
  font-weight: 600;
  list-style: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px
}

.interview-detail .post-body-text summary::before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #E735AD;
  border-bottom: 2px solid #E735AD;
  transform: rotate(-45deg);
  transition: transform .16s ease-out;
  flex-shrink: 0
}

.interview-detail .post-body-text details[open] summary::before {
  transform: rotate(45deg)
}

.interview-detail .post-body-text details> :not(summary) {
  padding: 20px;
  font-size: 18px;
  line-height: 1.9;
  color: #114135
}

.interview-detail .post-aside {
  flex: 0 0 280px;
  max-width: 280px;
  display: flex;
  flex-direction: column;
  gap: 40px
}

.interview-detail .aside-stats {
  background: #114135;
  border-radius: 8px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px
}

.interview-detail .aside-stats-label {
  font-size: 15px;
  line-height: 1.2;
  color: #fdf6db99;
  text-transform: uppercase;
  letter-spacing: .09em
}

.interview-detail .aside-stat-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid #fdf6db1a
}

.interview-detail .aside-stat-row:last-child {
  border-bottom: none
}

.interview-detail .aside-stat-row span {
  font-size: 15px;
  line-height: 1.2;
  color: #fdf6dba6
}

.interview-detail .aside-stat-row strong {
  font-size: 22px;
  line-height: 1.2;
  color: #E735AD;
  font-weight: 700
}

.interview-detail .aside-cta {
  background: #FDF6DB;
  border-radius: 8px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  box-shadow: 0 7px 14px 0 #e735ad17
}

.interview-detail .aside-cta-heading {
  font-size: 18px;
  line-height: 1.6;
  color: #114135;
  font-weight: 700
}

.interview-detail .aside-cta-text {
  font-size: 15px;
  line-height: 1.6;
  color: #114135;
  opacity: .8
}

.interview-detail .aside-cta-btn {
  display: block;
  text-align: center;
  background: #E735AD;
  color: #fff;
  font-size: 15px;
  line-height: 1.2;
  padding: 10px 20px;
  border-radius: 3px;
  border: 2px solid #E735AD;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  transition: background-color .16s ease-out, color .16s ease-out
}

.interview-detail .aside-cta-btn:hover {
  background: #114135;
  border-color: #114135;
  color: #FDF6DB
}

.interview-detail .post-tags-strip {
  background: #FDF6DB;
  border-top: 3px solid #1141351a;
  border-bottom: 3px solid #1141351a;
  padding: 40px
}

.interview-detail .post-tags-inner {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap
}

.interview-detail .tags-label {
  font-size: 15px;
  line-height: 1.2;
  color: #114135;
  text-transform: uppercase;
  letter-spacing: .09em;
  font-weight: 700
}

.interview-detail .tag-badge {
  display: inline-block;
  padding: 2px 10px;
  border-radius: 3px;
  font-size: 15px;
  line-height: 1.6;
  color: #114135;
  background: #fff;
  border: 2px solid #114135;
  transition: background-color .14s ease-out, color .14s ease-out
}

.interview-detail .tag-badge:hover {
  background: #114135;
  color: #FDF6DB
}

.interview-detail .post-contact-strip {
  background: #114135;
  padding: 80px 40px;
  position: relative;
  overflow: hidden
}

.interview-detail .post-contact-strip::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(ellipse 60% 70% at 85% 50%, #e735ad21 0%, transparent 65%);
  pointer-events: none
}

.interview-detail .contact-inner {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 80px;
  position: relative;
  z-index: 1
}

.interview-detail .contact-text {
  flex: 1 1 0;
  min-width: 0
}

.interview-detail .contact-eyebrow {
  font-size: 15px;
  line-height: 1.2;
  color: #E735AD;
  text-transform: uppercase;
  letter-spacing: .1em;
  margin-bottom: 20px;
  display: block
}

.interview-detail .contact-heading {
  font-size: 22px;
  line-height: 1.6;
  color: #FDF6DB;
  margin: 0 0 20px;
  font-weight: 700
}

.interview-detail .contact-body {
  font-size: 18px;
  line-height: 1.9;
  color: #fdf6dbbf;
  margin: 0
}

.interview-detail .contact-actions {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start
}

.interview-detail .contact-link-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px
}

.interview-detail .contact-link-row a {
  font-size: 18px;
  line-height: 1.6;
  color: #FDF6DB;
  text-decoration: none;
  border-bottom: 1px solid #fdf6db4d;
  transition: color .15s ease-out, border-color .15s ease-out
}

.interview-detail .contact-link-row a:hover {
  color: #E735AD;
  border-color: #E735AD
}

.interview-detail .contact-link-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #E735AD;
  flex-shrink: 0
}

.interview-detail .contact-btn {
  display: inline-block;
  padding: 10px 40px;
  background: transparent;
  color: #FDF6DB;
  font-size: 18px;
  line-height: 1.6;
  border: 2px solid #E735AD;
  border-radius: 3px;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  transition: background-color .18s ease-out, color .18s ease-out
}

.interview-detail .contact-btn:hover {
  background: #E735AD;
  color: #fff
}

@media (max-width: 900px) {
  .interview-detail .banner-inner {
    flex-direction: column
  }

  .interview-detail .banner-image-wrap {
    display: none
  }

  .interview-detail .post-heading {
    font-size: 22px
  }

  .interview-detail .post-body-area {
    flex-direction: column;
    gap: 40px;
    padding: 40px 20px
  }

  .interview-detail .post-aside {
    flex: unset;
    max-width: 100%;
    width: 100%
  }

  .interview-detail .contact-inner {
    flex-direction: column;
    gap: 40px
  }

  .interview-detail .post-banner {
    padding: 40px 20px
  }

  .interview-detail .post-tags-strip {
    padding: 40px 20px
  }

  .interview-detail .post-contact-strip {
    padding: 40px 20px
  }
}

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

.learning-program .program-lead {
  max-width: 1280px;
  margin: 0 auto;
  padding: 80px 40px;
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 80px;
  align-items: center
}

.learning-program .program-lead__stripe {
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
  background: #E735AD;
  border-radius: 0 3px 3px 0
}

.learning-program .lead-text {
  position: relative
}

.learning-program .lead-text__tag {
  display: inline-block;
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #E735AD;
  border: 2px solid #E735AD;
  padding: 10px 20px;
  border-radius: 2px;
  margin-bottom: 40px
}

.learning-program .lead-text__heading {
  font-size: 68px;
  line-height: 1.2;
  color: #114135;
  margin: 0 0 40px
}

.learning-program .lead-text__body {
  font-size: 18px;
  line-height: 1.6;
  color: #114135;
  max-width: 560px;
  margin: 0 0 40px
}

.learning-program .lead-text__actions {
  display: flex;
  flex-direction: row;
  gap: 20px;
  flex-wrap: wrap
}

.learning-program .btn-primary {
  display: inline-block;
  font-size: 15px;
  line-height: 1.2;
  color: #fff;
  background: #114135;
  border: 3px solid #114135;
  padding: 10px 40px;
  border-radius: 2px;
  text-decoration: none;
  cursor: pointer;
  transition: background-color .18s ease-out, color .18s ease-out, border-color .18s ease-out
}

.learning-program .btn-primary:hover {
  background: #E735AD;
  border-color: #E735AD
}

.learning-program .btn-primary:focus {
  outline: 3px solid #E735AD;
  outline-offset: 3px
}

.learning-program .btn-secondary {
  display: inline-block;
  font-size: 15px;
  line-height: 1.2;
  color: #114135;
  background: transparent;
  border: 3px solid #114135;
  padding: 10px 40px;
  border-radius: 2px;
  text-decoration: none;
  cursor: pointer;
  transition: background-color .22s cubic-bezier(0.4, 0, 0.6, 1), color .22s cubic-bezier(0.4, 0, 0.6, 1)
}

.learning-program .btn-secondary:hover {
  background: #FDF6DB;
  color: #114135
}

.learning-program .btn-secondary:focus {
  outline: 3px solid #E735AD;
  outline-offset: 3px
}

.learning-program .lead-card {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 8px 48px 0 #e735ad24
}

.learning-program .lead-card__image {
  display: block;
  width: 100%;
  height: 420px;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.7);
  transition: filter .4s cubic-bezier(0.4, 0, 0.6, 1)
}

.learning-program .lead-card:hover .lead-card__image {
  filter: saturate(1)
}

.learning-program .lead-card__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(to bottom, #1141358c 0%, transparent 100%);
  pointer-events: none
}

.learning-program .program-structure {
  background: #FDF6DB;
  padding: 80px 0;
  position: relative
}

.learning-program .program-structure::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: repeating-linear-gradient(90deg, #E735AD 0px, #E735AD 24px, transparent 24px, transparent 40px)
}

.learning-program .structure-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px
}

.learning-program .structure-heading {
  font-size: 22px;
  line-height: 1.2;
  color: #114135;
  margin: 0 0 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px
}

.learning-program .structure-heading::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background: #E735AD;
  border-radius: 2px;
  flex-shrink: 0
}

.learning-program .steps-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0
}

.learning-program .step-item {
  background: #fff;
  border: 2px solid #114135;
  border-radius: 8px;
  padding: 40px 20px;
  position: relative;
  opacity: 0;
  transform: translateX(-40px);
  animation: slideFromLeft .4s cubic-bezier(0.4, 0, 0.6, 1) forwards
}

.learning-program .step-item:nth-child(even) {
  transform: translateX(40px);
  animation-name: slideFromRight
}

.learning-program .step-item:nth-child(1) {
  animation-delay: .1s
}

.learning-program .step-item:nth-child(2) {
  animation-delay: .22s
}

.learning-program .step-item:nth-child(3) {
  animation-delay: .34s
}

.learning-program .step-item:nth-child(4) {
  animation-delay: .46s
}

@keyframes slideFromLeft {
  to {
    opacity: 1;
    transform: translateX(0)
  }
}

@keyframes slideFromRight {
  to {
    opacity: 1;
    transform: translateX(0)
  }
}

.learning-program .step-item__number {
  font-size: 68px;
  line-height: 1.2;
  color: #FDF6DB;
  font-weight: 900;
  position: absolute;
  top: 10px;
  right: 20px;
  pointer-events: none;
  user-select: none
}

.learning-program .step-item__label {
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #E735AD;
  margin: 0 0 10px;
  display: block
}

.learning-program .step-item__heading {
  font-size: 18px;
  line-height: 1.6;
  color: #114135;
  margin: 0 0 10px
}

.learning-program .step-item__text {
  font-size: 15px;
  line-height: 1.6;
  color: #114135;
  margin: 0
}

.learning-program .program-reviews {
  padding: 80px 0;
  background: #114135;
  position: relative;
  overflow: hidden
}

.learning-program .program-reviews__diagonal {
  position: absolute;
  inset: 0;
  background: linear-gradient(158deg, #114135 60%, #0d3229 60%);
  pointer-events: none;
  z-index: 0
}

.learning-program .reviews-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
  position: relative;
  z-index: 1
}

.learning-program .reviews-heading {
  font-size: 22px;
  line-height: 1.2;
  color: #FDF6DB;
  margin: 0 0 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px
}

.learning-program .reviews-heading::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 16px solid #E735AD;
  flex-shrink: 0
}

.learning-program .reviews-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px
}

.learning-program .review-card {
  background: #fdf6db12;
  border: 2px solid #e735ad59;
  border-radius: 8px;
  padding: 40px 20px 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  transition: border-color .18s ease-out, background-color .18s ease-out
}

.learning-program .review-card:hover {
  border-color: #E735AD;
  background: #fdf6db1f
}

.learning-program .review-card__quote {
  font-size: 18px;
  line-height: 1.9;
  color: #FDF6DB;
  margin: 0;
  position: relative;
  padding-top: 10px
}

.learning-program .review-card__quote::before {
  content: "";
  display: block;
  width: 32px;
  height: 4px;
  background: #E735AD;
  border-radius: 2px;
  margin-bottom: 10px
}

.learning-program .review-card__person {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px
}

.learning-program .review-card__portrait {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.75);
  transition: filter .22s cubic-bezier(0.4, 0, 0.6, 1);
  flex-shrink: 0
}

.learning-program .review-card:hover .review-card__portrait {
  filter: saturate(1)
}

.learning-program .review-card__name {
  font-size: 15px;
  line-height: 1.2;
  color: #FDF6DB;
  font-weight: 700;
  margin: 0
}

.learning-program .review-card__detail {
  font-size: 15px;
  line-height: 1.2;
  color: #fdf6dba6;
  margin: 0
}

.learning-program .program-details {
  padding: 80px 0;
  background: #fff
}

.learning-program .details-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
  display: grid;
  grid-template-columns: 3fr 1fr;
  gap: 80px;
  align-items: start
}

.learning-program .details-main__heading {
  font-size: 22px;
  line-height: 1.2;
  color: #114135;
  margin: 0 0 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px
}

.learning-program .details-main__heading::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #114135;
  flex-shrink: 0
}

.learning-program .details-list {
  list-style: none;
  margin: 0 0 40px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 20px
}

.learning-program .details-list li {
  font-size: 18px;
  line-height: 1.6;
  color: #114135;
  padding-left: 20px;
  position: relative
}

.learning-program .details-list li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 11px;
  width: 8px;
  height: 8px;
  background: #E735AD;
  border-radius: 2px
}

.learning-program .details-quote {
  background: #FDF6DB;
  border-radius: 8px;
  padding: 40px;
  margin: 0 0 40px;
  box-shadow: 0 7px 14px 0 #11413517
}

.learning-program .details-quote__text {
  font-size: 22px;
  line-height: 1.9;
  color: #114135;
  margin: 0 0 20px
}

.learning-program .details-quote__attribution {
  font-size: 15px;
  line-height: 1.2;
  color: #E735AD;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin: 0
}

.learning-program .details-sidebar {
  background: #114135;
  border-radius: 8px;
  padding: 40px 20px;
  position: sticky;
  top: 20px;
  box-shadow: 0 8px 48px 0 #11413524
}

.learning-program .sidebar-label {
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #E735AD;
  margin: 0 0 20px;
  display: block
}

.learning-program .sidebar-item {
  border-top: 1px solid #fdf6db2e;
  padding: 20px 0
}

.learning-program .sidebar-item:last-of-type {
  border-bottom: 1px solid #fdf6db2e;
  margin-bottom: 20px
}

.learning-program .sidebar-item__key {
  font-size: 15px;
  line-height: 1.2;
  color: #fdf6dba6;
  margin: 0 0 10px
}

.learning-program .sidebar-item__value {
  font-size: 18px;
  line-height: 1.2;
  color: #FDF6DB;
  margin: 0;
  font-weight: 700
}

.learning-program .sidebar-cta {
  display: block;
  text-align: center;
  font-size: 15px;
  line-height: 1.2;
  color: #114135;
  background: #FDF6DB;
  border: 3px solid #FDF6DB;
  padding: 10px 20px;
  border-radius: 2px;
  text-decoration: none;
  transition: background-color .18s ease-out, color .18s ease-out, border-color .18s ease-out
}

.learning-program .sidebar-cta:hover {
  background: #E735AD;
  border-color: #E735AD;
  color: #fff
}

.learning-program .sidebar-cta:focus {
  outline: 3px solid #FDF6DB;
  outline-offset: 3px
}

@media (max-width: 1024px) {
  .learning-program .program-lead {
    grid-template-columns: 1fr;
    gap: 40px
  }

  .learning-program .lead-card {
    display: none
  }

  .learning-program .steps-list {
    grid-template-columns: 1fr 1fr
  }

  .learning-program .reviews-grid {
    grid-template-columns: 1fr 1fr
  }

  .learning-program .details-inner {
    grid-template-columns: 1fr;
    gap: 40px
  }

  .learning-program .details-sidebar {
    position: static
  }
}

@media (max-width: 640px) {
  .learning-program .program-lead {
    padding: 40px 20px
  }

  .learning-program .lead-text__heading {
    font-size: 22px
  }

  .learning-program .steps-list {
    grid-template-columns: 1fr
  }

  .learning-program .reviews-grid {
    grid-template-columns: 1fr
  }

  .learning-program .structure-inner,
  .learning-program .reviews-inner,
  .learning-program .details-inner {
    padding: 0 20px
  }

  .learning-program .program-structure,
  .learning-program .program-reviews,
  .learning-program .program-details {
    padding: 40px 0
  }
}

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

.about-us .page-top {
  max-width: 1280px;
  margin: 0 auto;
  padding: 80px 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
  position: relative
}

.about-us .page-top::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 55%;
  height: 100%;
  background: radial-gradient(ellipse 80% 60% at 85% 40%, #e735ad12 0%, #fdf6db4d 60%, transparent 100%);
  pointer-events: none;
  z-index: 0
}

.about-us .page-top__left {
  position: relative;
  z-index: 1
}

.about-us .page-top__right {
  position: relative;
  z-index: 1;
  padding-top: 80px
}

.about-us .anchor-shape {
  width: 22px;
  height: 22px;
  background: #E735AD;
  border-radius: 2px;
  display: inline-block;
  margin-bottom: 20px;
  transform: rotate(45deg)
}

.about-us .page-top__label {
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #114135;
  margin-bottom: 20px;
  display: block
}

.about-us .page-top__heading {
  font-size: 68px;
  line-height: 1.2;
  color: #114135;
  margin: 0 0 40px;
  font-weight: 900
}

.about-us .page-top__heading em {
  font-style: normal;
  color: #E735AD
}

.about-us .page-top__desc {
  font-size: 18px;
  line-height: 1.9;
  color: #2a2a2a;
  max-width: 480px;
  margin: 0 0 40px
}

.about-us .page-top__image-wrap {
  position: relative;
  border-radius: 8px;
  overflow: hidden
}

.about-us .page-top__image-wrap img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  object-position: center;
  display: block;
  border-radius: 8px
}

.about-us .page-top__image-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 50% 50%, transparent 40%, #1141352e 100%);
  pointer-events: none;
  border-radius: 8px
}

.about-us .page-top__shape-a {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 80px;
  height: 80px;
  border: 3px solid #e735ad38;
  border-radius: 3px;
  pointer-events: none
}

.about-us .page-top__shape-b {
  position: absolute;
  bottom: 20px;
  left: -20px;
  width: 50px;
  height: 50px;
  border: 3px solid #1141352e;
  border-radius: 12px;
  pointer-events: none
}

.about-us .stat-row {
  display: flex;
  flex-direction: row;
  gap: 40px;
  margin-top: 40px
}

.about-us .stat-item {
  border-top: 3px solid #E735AD;
  padding-top: 20px
}

.about-us .stat-item__number {
  font-size: 68px;
  line-height: 1.2;
  color: #114135;
  font-weight: 900;
  display: block
}

.about-us .stat-item__label {
  font-size: 15px;
  line-height: 1.6;
  color: #2a2a2a
}

.about-us .divider-crosses {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 20px 40px;
  max-width: 1280px;
  margin: 0 auto
}

.about-us .divider-crosses span {
  display: inline-block;
  width: 10px;
  height: 10px;
  position: relative;
  flex-shrink: 0
}

.about-us .divider-crosses span::before,
.about-us .divider-crosses span::after {
  content: "";
  position: absolute;
  background: #114135;
  border-radius: 0
}

.about-us .divider-crosses span::before {
  width: 2px;
  height: 10px;
  left: 4px;
  top: 0
}

.about-us .divider-crosses span::after {
  width: 10px;
  height: 2px;
  left: 0;
  top: 4px
}

.about-us .detail-band {
  background: #114135;
  position: relative;
  overflow: hidden
}

.about-us .detail-band__pattern {
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(0deg, transparent, transparent 28px, #fdf6db0a 28px, #fdf6db0a 29px), repeating-linear-gradient(90deg, transparent, transparent 28px, #fdf6db0a 28px, #fdf6db0a 29px);
  pointer-events: none
}

.about-us .detail-band__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 80px 40px;
  position: relative;
  z-index: 1
}

.about-us .detail-band__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
  margin-top: 40px
}

.about-us .detail-band__heading {
  font-size: 22px;
  line-height: 1.2;
  color: #FDF6DB;
  margin: 0 0 20px;
  font-weight: 700
}

.about-us .detail-band__intro {
  font-size: 18px;
  line-height: 1.9;
  color: #FDF6DB;
  max-width: 560px
}

.about-us .detail-band__top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
  margin-bottom: 40px
}

.about-us .detail-band__top-label {
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #E735AD;
  display: block;
  margin-bottom: 20px
}

.about-us .detail-band__top-heading {
  font-size: 22px;
  line-height: 1.6;
  color: #FDF6DB;
  margin: 0;
  font-weight: 400
}

.about-us .card-item {
  border: 2px solid #fdf6db26;
  border-radius: 8px;
  padding: 40px;
  transition: border-color .18s ease-out, background .18s ease-out
}

.about-us .card-item:hover {
  border-color: #e735ad80;
  background: #e735ad0f
}

.about-us .card-item__icon {
  width: 32px;
  height: 32px;
  margin-bottom: 20px;
  display: block
}

.about-us .card-item__title {
  font-size: 18px;
  line-height: 1.6;
  color: #FDF6DB;
  margin: 0 0 10px;
  font-weight: 700
}

.about-us .card-item__text {
  font-size: 15px;
  line-height: 1.9;
  color: #fdf6dbbf;
  margin: 0
}

.about-us .portrait-strip {
  display: flex;
  flex-direction: row;
  gap: 40px;
  align-items: start;
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #fdf6db1f
}

.about-us .portrait-strip__img {
  width: 120px;
  height: 150px;
  object-fit: cover;
  object-position: center;
  border-radius: 8px;
  flex-shrink: 0
}

.about-us .portrait-strip__text {
  flex: 1
}

.about-us .portrait-strip__name {
  font-size: 18px;
  line-height: 1.6;
  color: #FDF6DB;
  font-weight: 700;
  margin: 0 0 10px
}

.about-us .portrait-strip__role {
  font-size: 15px;
  line-height: 1.6;
  color: #E735AD;
  margin: 0 0 10px;
  letter-spacing: .08em;
  text-transform: uppercase
}

.about-us .portrait-strip__bio {
  font-size: 15px;
  line-height: 1.9;
  color: #fdf6dbbf;
  margin: 0
}

.about-us .images-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 40px
}

.about-us .images-row img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 8px;
  display: block
}

.about-us .images-row img:first-child {
  object-position: top
}

.about-us .images-row img:last-child {
  object-position: center
}

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

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

.about-us .page-top__heading {
  animation: clip-reveal .55s cubic-bezier(0.4, 0, 0.6, 1) both
}

.about-us .stat-item {
  animation: clip-reveal .45s cubic-bezier(0.4, 0, 0.6, 1) .18s both
}

@media (max-width: 900px) {
  .about-us .page-top {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 40px 20px
  }

  .about-us .page-top__right {
    padding-top: 0;
    display: none
  }

  .about-us .page-top__heading {
    font-size: 22px
  }

  .about-us .stat-item__number {
    font-size: 22px
  }

  .about-us .detail-band__grid {
    grid-template-columns: 1fr
  }

  .about-us .detail-band__top {
    grid-template-columns: 1fr;
    gap: 20px
  }

  .about-us .detail-band__inner {
    padding: 40px 20px
  }

  .about-us .stat-row {
    gap: 20px
  }

  .about-us .images-row {
    grid-template-columns: 1fr
  }
}

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

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

.interview .page-band {
  background: linear-gradient(160deg, #FDF6DB 60%, #E735AD11 100%);
  padding: 80px 20px 40px;
  position: relative
}

.interview .page-band__inner {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 40px
}

.interview .page-band__text {
  flex: 1 1 55%
}

.interview .page-band__shape {
  position: absolute;
  right: 0;
  top: 0;
  width: 420px;
  height: 320px;
  background: radial-gradient(ellipse 80% 70% at 80% 40%, #E735AD18 0%, transparent 70%);
  pointer-events: none;
  z-index: 0
}

.interview .page-band__blob {
  position: absolute;
  left: 10%;
  bottom: -40px;
  width: 260px;
  height: 160px;
  background: radial-gradient(ellipse 70% 60% at 30% 70%, #11413520 0%, transparent 80%);
  pointer-events: none;
  z-index: 0;
  filter: blur(18px)
}

.interview .page-band__text {
  position: relative;
  z-index: 1
}

.interview .page-band__label {
  display: inline-block;
  font-size: 15px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: #E735AD;
  border: 2px solid #E735AD;
  padding: 10px 20px;
  margin-bottom: 20px;
  border-radius: 2px
}

.interview .page-band__heading {
  font-size: 68px;
  line-height: 1.2;
  color: #114135;
  margin: 0 0 20px
}

.interview .page-band__desc {
  font-size: 18px;
  line-height: 1.6;
  color: #114135;
  max-width: 520px;
  margin: 0
}

.interview .page-band__image-mosaic {
  flex: 0 0 360px;
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 10px
}

.interview .mosaic__main {
  grid-column: 1 / 3;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 7px 14px 0 #e735ad17
}

.interview .mosaic__main img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  object-position: center top;
  display: block;
  animation: slowzoom 8s ease-out infinite alternate
}

@keyframes slowzoom {
  from {
    transform: scale(1)
  }

  to {
    transform: scale(1.05)
  }
}

.interview .mosaic__accent {
  grid-column: 1 / 2;
  background: #114135;
  border-radius: 8px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center
}

.interview .mosaic__accent-num {
  font-size: 22px;
  line-height: 1.2;
  color: #FDF6DB;
  font-weight: 700
}

.interview .mosaic__accent-text {
  font-size: 15px;
  line-height: 1.6;
  color: #FDF6DB;
  opacity: .8;
  margin: 0
}

.interview .mosaic__tag {
  grid-column: 2 / 3;
  background: #E735AD;
  border-radius: 8px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center
}

.interview .mosaic__tag-text {
  font-size: 15px;
  line-height: 1.6;
  color: #fff;
  text-align: center;
  margin: 0
}

.interview .scallop-divider {
  width: 100%;
  height: 32px;
  background: #fff;
  position: relative;
  overflow: hidden
}

.interview .scallop-divider::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 32px;
  background: #FDF6DB;
  mask-image: radial-gradient(circle 16px at 50% 0%, transparent 16px, black 17px);
  -webkit-mask-image: radial-gradient(circle 16px at 50% 0%, transparent 16px, black 17px);
  mask-size: 32px 32px;
  -webkit-mask-size: 32px 32px;
  mask-repeat: repeat-x;
  -webkit-mask-repeat: repeat-x
}

.interview .posts-area {
  background: #fff;
  padding: 80px 20px
}

.interview .posts-area__inner {
  max-width: 1280px;
  margin: 0 auto
}

.interview .posts-area__grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 20px;
  align-items: start
}

.interview .post-card {
  border-radius: 8px;
  border: 2px solid #11413520;
  background: #fff;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 2px 5px 0 #1141350d;
  transition: box-shadow .18s ease-out, border-color .15s ease-out;
  animation: cascade-in .5s ease-out both
}

.interview .post-card:nth-child(1) {
  animation-delay: .08s
}

.interview .post-card:nth-child(2) {
  animation-delay: .18s
}

.interview .post-card:nth-child(3) {
  animation-delay: .28s
}

@keyframes cascade-in {
  from {
    opacity: 0;
    transform: translateY(20px)
  }

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

.interview .post-card::before {
  content: "";
  display: block;
  height: 4px;
  background: #E735AD;
  flex-shrink: 0
}

.interview .post-card:hover {
  box-shadow: 0 8px 48px 0 #e735ad24;
  border-color: #E735AD40
}

.interview .post-card--featured {
  grid-row: 1 / 3
}

.interview .post-card__image {
  overflow: hidden;
  flex-shrink: 0
}

.interview .post-card__image img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform .4s cubic-bezier(0.4, 0, 0.6, 1)
}

.interview .post-card--featured .post-card__image img {
  height: 300px
}

.interview .post-card:hover .post-card__image img {
  transform: scale(1.04)
}

.interview .post-card__body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1
}

.interview .post-card__tags {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px
}

.interview .post-card__tag {
  font-size: 15px;
  line-height: 1.2;
  color: #E735AD;
  background: #E735AD12;
  border: 1px solid #E735AD40;
  border-radius: 3px;
  padding: 4px 10px;
  text-transform: uppercase;
  letter-spacing: .08em
}

.interview .post-card__category {
  font-size: 15px;
  line-height: 1.2;
  color: #114135;
  background: #11413512;
  border: 1px solid #11413530;
  border-radius: 3px;
  padding: 4px 10px
}

.interview .post-card__heading {
  font-size: 22px;
  line-height: 1.2;
  color: #114135;
  margin: 0
}

.interview .post-card--featured .post-card__heading {
  font-size: 22px
}

.interview .post-card__sub {
  font-size: 15px;
  line-height: 1.6;
  color: #114135;
  opacity: .75;
  margin: 0
}

.interview .post-card__desc {
  font-size: 15px;
  line-height: 1.6;
  color: #114135;
  margin: 0
}

.interview .post-card__meta {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 10px;
  border-top: 1px solid #11413515
}

.interview .post-card__author {
  font-size: 15px;
  line-height: 1.2;
  color: #114135;
  font-weight: 600
}

.interview .post-card__stats {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center
}

.interview .post-card__stat {
  font-size: 15px;
  line-height: 1.2;
  color: #114135;
  opacity: .6;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px
}

.interview .post-card__stat svg {
  width: 14px;
  height: 14px;
  flex-shrink: 0
}

.interview .post-card__link {
  display: block;
  text-decoration: none;
  color: inherit
}

.interview .post-card__link:focus-visible {
  outline: 2px solid #E735AD;
  outline-offset: 2px
}

.interview .scallop-divider--dark {
  background: #114135
}

.interview .scallop-divider--dark::before {
  background: #fff
}

.interview .metrics-strip {
  background: #114135;
  padding: 40px 20px;
  position: relative;
  overflow: hidden
}

.interview .metrics-strip__bg {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 60% 80% at 85% 50%, #E735AD18 0%, transparent 65%);
  pointer-events: none
}

.interview .metrics-strip__inner {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  gap: 40px;
  align-items: center;
  position: relative;
  z-index: 1
}

.interview .metrics-strip__label {
  flex: 0 0 220px
}

.interview .metrics-strip__label-text {
  font-size: 22px;
  line-height: 1.2;
  color: #FDF6DB;
  margin: 0
}

.interview .metrics-strip__items {
  flex: 1;
  display: flex;
  flex-direction: row;
  gap: 40px;
  flex-wrap: wrap
}

.interview .metric-item {
  display: flex;
  flex-direction: column;
  gap: 10px
}

.interview .metric-item__value {
  font-size: 68px;
  line-height: 1.2;
  color: #E735AD;
  font-weight: 700
}

.interview .metric-item__label {
  font-size: 15px;
  line-height: 1.6;
  color: #FDF6DB;
  opacity: .75;
  margin: 0
}

.interview .scallop-divider--light::before {
  background: #FDF6DB
}

.interview .about-strip {
  background: #FDF6DB;
  padding: 80px 20px;
  position: relative
}

.interview .about-strip__geo {
  position: absolute;
  right: 5%;
  top: 20px;
  width: 180px;
  height: 180px;
  border: 24px solid #E735AD12;
  border-radius: 0;
  transform: rotate(18deg);
  pointer-events: none
}

.interview .about-strip__inner {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 80px;
  align-items: start
}

.interview .about-strip__aside {
  display: flex;
  flex-direction: column;
  gap: 20px
}

.interview .about-strip__aside-heading {
  font-size: 22px;
  line-height: 1.2;
  color: #114135;
  margin: 0
}

.interview .about-strip__aside-text {
  font-size: 15px;
  line-height: 1.6;
  color: #114135;
  margin: 0
}

.interview .about-strip__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px
}

.interview .about-strip__list li {
  font-size: 15px;
  line-height: 1.6;
  color: #114135;
  padding-left: 20px;
  position: relative
}

.interview .about-strip__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  background: #E735AD;
  border-radius: 0
}

.interview .about-strip__body {
  display: flex;
  flex-direction: column;
  gap: 20px
}

.interview .about-strip__heading {
  font-size: 22px;
  line-height: 1.2;
  color: #114135;
  margin: 0
}

.interview .about-strip__text {
  font-size: 18px;
  line-height: 1.6;
  color: #114135;
  margin: 0;
  max-width: 600px
}

.interview .about-strip__cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 20px 40px;
  background: transparent;
  border: 3px solid #E735AD;
  border-radius: 2px;
  color: #E735AD;
  font-size: 15px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: .1em;
  text-decoration: none;
  cursor: pointer;
  transition: background .18s ease-out, color .15s ease-out;
  align-self: flex-start
}

.interview .about-strip__cta:hover {
  background: #E735AD;
  color: #fff
}

.interview .about-strip__cta:focus-visible {
  outline: 2px solid #114135;
  outline-offset: 3px
}

.interview .contact-strip {
  background: #fff;
  padding: 80px 20px
}

.interview .contact-strip__inner {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  gap: 80px;
  align-items: flex-start
}

.interview .contact-strip__text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px
}

.interview .contact-strip__heading {
  font-size: 22px;
  line-height: 1.2;
  color: #114135;
  margin: 0
}

.interview .contact-strip__desc {
  font-size: 18px;
  line-height: 1.6;
  color: #114135;
  margin: 0
}

.interview .contact-strip__links {
  display: flex;
  flex-direction: column;
  gap: 10px
}

.interview .contact-strip__link {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  line-height: 1.6;
  color: #114135;
  text-decoration: none;
  padding: 10px 20px;
  border: 2px solid #11413520;
  border-radius: 3px;
  transition: border-color .15s ease-out, background .18s ease-out
}

.interview .contact-strip__link:hover {
  border-color: #E735AD;
  background: #E735AD08;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px)
}

.interview .contact-strip__link:focus-visible {
  outline: 2px solid #E735AD;
  outline-offset: 2px
}

.interview .contact-strip__form {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px
}

.interview .contact-strip__form-heading {
  font-size: 22px;
  line-height: 1.2;
  color: #114135;
  margin: 0
}

.interview .form-row {
  display: flex;
  flex-direction: column;
  gap: 10px
}

.interview .form-row label {
  font-size: 15px;
  line-height: 1.2;
  color: #114135
}

.interview .form-row input,
.interview .form-row textarea {
  padding: 10px 20px;
  border: 2px solid #11413530;
  border-radius: 3px;
  font-size: 15px;
  line-height: 1.6;
  color: #114135;
  background: #fff;
  transition: border-color .15s ease-out;
  outline: none
}

.interview .form-row input::placeholder,
.interview .form-row textarea::placeholder {
  font-style: italic;
  opacity: .55
}

.interview .form-row input:focus,
.interview .form-row textarea:focus {
  border-color: #E735AD
}

.interview .form-row textarea {
  resize: vertical;
  min-height: 100px
}

.interview .form-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 20px 40px;
  background: transparent;
  border: 3px solid #114135;
  border-radius: 2px;
  color: #114135;
  font-size: 15px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: .1em;
  cursor: pointer;
  transition: background .18s ease-out, color .15s ease-out;
  align-self: flex-start
}

.interview .form-submit:hover {
  background: #114135;
  color: #FDF6DB
}

.interview .form-submit:focus-visible {
  outline: 2px solid #E735AD;
  outline-offset: 3px
}

@media (max-width: 900px) {
  .interview .page-band__image-mosaic {
    display: none
  }

  .interview .page-band__heading {
    font-size: 40px
  }

  .interview .posts-area__grid {
    grid-template-columns: 1fr
  }

  .interview .post-card--featured {
    grid-row: auto
  }

  .interview .metrics-strip__inner {
    flex-direction: column;
    align-items: flex-start
  }

  .interview .metrics-strip__label {
    flex: none
  }

  .interview .about-strip__inner {
    grid-template-columns: 1fr;
    gap: 40px
  }

  .interview .contact-strip__inner {
    flex-direction: column;
    gap: 40px
  }

  .interview .about-strip__geo {
    display: none
  }
}

@media (max-width: 600px) {
  .interview .metrics-strip__items {
    gap: 20px
  }

  .interview .metric-item__value {
    font-size: 40px
  }

  .interview .page-band {
    padding: 40px 20px
  }
}

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

.lead .pitch {
  max-width: 1280px;
  margin: 0 auto;
  padding: 80px 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  position: relative
}

.lead .pitch::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: #E735AD
}

.lead .pitch::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: #114135
}

.lead .pitch__text {
  position: relative
}

.lead .pitch__corner {
  position: absolute;
  top: -20px;
  left: -20px;
  width: 40px;
  height: 40px;
  border-top: 2px solid #E735AD;
  border-left: 2px solid #E735AD;
  pointer-events: none
}

.lead .pitch__corner--right {
  top: auto;
  left: auto;
  bottom: -20px;
  right: -20px;
  border-top: none;
  border-left: none;
  border-bottom: 2px solid #114135;
  border-right: 2px solid #114135
}

.lead .pitch__label {
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #114135;
  margin-bottom: 20px;
  display: block
}

.lead .pitch__heading {
  font-size: 68px;
  line-height: 1.2;
  color: #111;
  margin-bottom: 20px
}

.lead .pitch__heading span {
  color: #E735AD
}

.lead .pitch__dots {
  display: flex;
  flex-direction: row;
  gap: 10px;
  margin-bottom: 40px
}

.lead .pitch__dot {
  width: 8px;
  height: 8px;
  border-radius: 2px;
  background: #E735AD
}

.lead .pitch__dot:nth-child(2) {
  background: #114135
}

.lead .pitch__dot:nth-child(3) {
  background: #FDF6DB;
  border: 2px solid #E735AD
}

.lead .pitch__body {
  font-size: 18px;
  line-height: 1.9;
  color: #222;
  max-width: 480px
}

.lead .pitch__visual {
  position: relative
}

.lead .pitch__image-frame {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 4/5
}

.lead .pitch__image-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: saturate(0.85) contrast(1.08)
}

.lead .pitch__image-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, #e735ad1f 0%, transparent 60%);
  pointer-events: none
}

.lead .approach {
  background: #FDF6DB;
  padding: 80px 0
}

.lead .approach__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 80px;
  align-items: start
}

.lead .approach__label {
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #E735AD;
  margin-bottom: 20px;
  display: block
}

.lead .approach__heading {
  font-size: 22px;
  line-height: 1.6;
  color: #111;
  margin-bottom: 40px
}

.lead .approach__heading::before {
  content: "";
  display: block;
  width: 24px;
  height: 3px;
  background: #114135;
  margin-bottom: 20px
}

.lead .approach__steps {
  display: flex;
  flex-direction: column;
  gap: 40px
}

.lead .approach__step {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 20px;
  align-items: start;
  opacity: 0;
  animation: step-appear .18s ease-out forwards
}

.lead .approach__step:nth-child(1) {
  animation-delay: .05s
}

.lead .approach__step:nth-child(2) {
  animation-delay: .12s
}

.lead .approach__step:nth-child(3) {
  animation-delay: .19s
}

.lead .approach__step:nth-child(4) {
  animation-delay: .26s
}

@keyframes step-appear {
  from {
    opacity: 0;
    transform: translateY(8px)
  }

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

.lead .approach__number {
  width: 48px;
  height: 48px;
  border: 2px solid #114135;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  line-height: 1.2;
  color: #114135;
  flex-shrink: 0
}

.lead .approach__step-text {
  padding-top: 10px
}

.lead .approach__step-heading {
  font-size: 18px;
  line-height: 1.6;
  color: #111;
  margin-bottom: 10px
}

.lead .approach__step-body {
  font-size: 15px;
  line-height: 1.9;
  color: #333
}

.lead .adapt {
  background: #114135;
  padding: 80px 0;
  position: relative
}

.lead .adapt__texture {
  position: absolute;
  inset: 0;
  pointer-events: none
}

.lead .adapt__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px
}

.lead .adapt__top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  margin-bottom: 80px
}

.lead .adapt__label {
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #E735AD;
  margin-bottom: 20px;
  display: block
}

.lead .adapt__heading {
  font-size: 22px;
  line-height: 1.6;
  color: #FDF6DB;
  margin-bottom: 20px
}

.lead .adapt__heading::before {
  content: "";
  display: block;
  width: 24px;
  height: 3px;
  background: #E735AD;
  margin-bottom: 20px
}

.lead .adapt__body {
  font-size: 15px;
  line-height: 1.9;
  color: #fdf6dbd1
}

.lead .adapt__image-wrap {
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 16/10
}

.lead .adapt__image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block
}

.lead .adapt__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px
}

.lead .adapt__card {
  background: #fdf6db12;
  border: 1px solid #fdf6db2e;
  border-radius: 8px;
  padding: 40px 20px
}

.lead .adapt__card-heading {
  font-size: 18px;
  line-height: 1.6;
  color: #FDF6DB;
  margin-bottom: 10px
}

.lead .adapt__card-body {
  font-size: 15px;
  line-height: 1.9;
  color: #fdf6dbb8
}

.lead .limits {
  padding: 80px 0;
  background: #fff
}

.lead .limits__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px
}

.lead .limits__label {
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #E735AD;
  margin-bottom: 20px;
  display: block
}

.lead .limits__heading {
  font-size: 22px;
  line-height: 1.6;
  color: #111;
  margin-bottom: 40px;
  max-width: 600px
}

.lead .limits__heading::before {
  content: "";
  display: block;
  width: 24px;
  height: 3px;
  background: #E735AD;
  margin-bottom: 20px
}

.lead .limits__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px
}

.lead .limits__item {
  border: 2px solid #114135;
  border-radius: 8px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 10px
}

.lead .limits__item-heading {
  font-size: 18px;
  line-height: 1.6;
  color: #114135
}

.lead .limits__item-body {
  font-size: 15px;
  line-height: 1.9;
  color: #333
}

.lead .limits__image-row {
  margin-top: 40px;
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 21/6
}

.lead .limits__image-row img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  display: block
}

.lead .fit {
  background: #FDF6DB;
  padding: 80px 0
}

.lead .fit__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 80px;
  align-items: start
}

.lead .fit__label {
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #E735AD;
  margin-bottom: 20px;
  display: block
}

.lead .fit__heading {
  font-size: 22px;
  line-height: 1.6;
  color: #111;
  margin-bottom: 40px
}

.lead .fit__heading::before {
  content: "";
  display: block;
  width: 24px;
  height: 3px;
  background: #114135;
  margin-bottom: 20px
}

.lead .fit__profiles {
  display: flex;
  flex-direction: column;
  gap: 20px
}

.lead .fit__profile {
  background: #fff;
  border-radius: 8px;
  padding: 20px 40px;
  border-top: 3px solid #E735AD
}

.lead .fit__profile-name {
  font-size: 15px;
  line-height: 1.2;
  color: #E735AD;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 10px
}

.lead .fit__profile-body {
  font-size: 15px;
  line-height: 1.9;
  color: #333
}

.lead .fit__portrait {
  position: sticky;
  top: 40px
}

.lead .fit__portrait-frame {
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 4/5
}

.lead .fit__portrait-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block
}

.lead .fit__portrait-caption {
  margin-top: 20px;
  font-size: 15px;
  line-height: 1.9;
  color: #555;
  text-align: center
}

.lead .standing {
  padding: 80px 0;
  background: #fff;
  position: relative
}

.lead .standing::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #E735AD 0%, #114135 100%)
}

.lead .standing__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px
}

.lead .standing__label {
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #E735AD;
  margin-bottom: 20px;
  display: block;
  text-align: center
}

.lead .standing__heading {
  font-size: 22px;
  line-height: 1.6;
  color: #111;
  margin-bottom: 40px;
  text-align: center
}

.lead .standing__heading::before {
  content: "";
  display: block;
  width: 24px;
  height: 3px;
  background: #E735AD;
  margin: 0 auto 20px
}

.lead .standing__rating {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 40px;
  margin-bottom: 80px;
  padding: 40px;
  background: #FDF6DB;
  border-radius: 8px
}

.lead .standing__score {
  font-size: 68px;
  line-height: 1.2;
  color: #114135
}

.lead .standing__score-detail {
  font-size: 15px;
  line-height: 1.9;
  color: #555
}

.lead .standing__score-detail strong {
  display: block;
  font-size: 18px;
  color: #111
}

.lead .standing__dots-row {
  display: flex;
  flex-direction: row;
  gap: 10px;
  margin-bottom: 40px;
  justify-content: center
}

.lead .standing__dot {
  width: 8px;
  height: 8px;
  border-radius: 2px;
  background: #E735AD
}

.lead .standing__associations {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px
}

.lead .standing__assoc {
  border: 2px solid #114135;
  border-radius: 8px;
  padding: 40px 20px;
  text-align: center;
  transition: border-color .15s ease-out, background .22s cubic-bezier(0.4, 0, 0.6, 1)
}

.lead .standing__assoc:hover {
  border-color: #E735AD;
  background: #FDF6DB
}

.lead .standing__assoc-name {
  font-size: 18px;
  line-height: 1.6;
  color: #114135;
  margin-bottom: 10px
}

.lead .standing__assoc-detail {
  font-size: 15px;
  line-height: 1.9;
  color: #555
}

@media (max-width: 900px) {
  .lead .pitch {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 40px 20px
  }

  .lead .pitch__visual {
    display: none
  }

  .lead .pitch__heading {
    font-size: 22px
  }

  .lead .approach__inner {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 0 20px
  }

  .lead .adapt__top {
    grid-template-columns: 1fr;
    gap: 40px
  }

  .lead .adapt__image-wrap {
    display: none
  }

  .lead .adapt__cards {
    grid-template-columns: 1fr
  }

  .lead .adapt__inner {
    padding: 0 20px
  }

  .lead .limits__grid {
    grid-template-columns: 1fr
  }

  .lead .limits__inner {
    padding: 0 20px
  }

  .lead .limits__image-row {
    display: none
  }

  .lead .fit__inner {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 0 20px
  }

  .lead .fit__portrait {
    display: none
  }

  .lead .standing__inner {
    padding: 0 20px
  }

  .lead .standing__associations {
    grid-template-columns: 1fr 1fr
  }

  .lead .standing__rating {
    flex-direction: column;
    gap: 20px
  }

  .lead .approach {
    padding: 40px 0
  }

  .lead .adapt {
    padding: 40px 0
  }

  .lead .limits {
    padding: 40px 0
  }

  .lead .fit {
    padding: 40px 0
  }

  .lead .standing {
    padding: 40px 0
  }
}

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

.contact-us .form-panel {
  max-width: 1280px;
  margin: 0 auto;
  padding: 80px 40px;
  display: grid;
  grid-template-columns: 5fr 7fr;
  gap: 80px;
  align-items: start;
  position: relative
}

.contact-us .form-panel::before {
  content: "";
  position: absolute;
  right: 0;
  top: 40px;
  bottom: 40px;
  width: 3px;
  background: linear-gradient(180deg, transparent 0%, #E735AD 40%, #114135 60%, transparent 100%);
  pointer-events: none
}

.contact-us .panel-left {
  display: flex;
  flex-direction: column;
  gap: 40px
}

.contact-us .panel-left__label {
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #E735AD;
  display: flex;
  align-items: center;
  gap: 10px
}

.contact-us .panel-left__label::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #E735AD;
  border-radius: 2px;
  flex-shrink: 0
}

.contact-us .panel-left__heading {
  font-size: 68px;
  line-height: 1.2;
  color: #114135;
  margin: 0
}

.contact-us .panel-left__desc {
  font-size: 18px;
  line-height: 1.6;
  color: #2a2a2a;
  margin: 0;
  max-width: 400px
}

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

.contact-us .contact-list__item {
  display: flex;
  flex-direction: column;
  gap: 10px
}

.contact-us .contact-list__type {
  font-size: 15px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #114135;
  font-weight: 700
}

.contact-us .contact-list__value {
  font-size: 18px;
  line-height: 1.6;
  color: #2a2a2a
}

.contact-us .contact-list__value a {
  color: #114135;
  text-decoration: none;
  border-bottom: 2px solid #E735AD;
  transition: color .18s ease-out, border-color .15s ease-out
}

.contact-us .contact-list__value a:hover {
  color: #E735AD;
  border-color: #114135
}

.contact-us .messenger-row {
  display: flex;
  flex-direction: row;
  gap: 10px;
  flex-wrap: wrap
}

.contact-us .messenger-btn {
  font-size: 15px;
  line-height: 1.2;
  padding: 10px 20px;
  border: 3px solid #114135;
  background: transparent;
  color: #114135;
  border-radius: 3px;
  text-decoration: none;
  display: inline-block;
  transition: background .18s ease-out, color .15s cubic-bezier(0.4, 0, 0.6, 1)
}

.contact-us .messenger-btn:hover {
  background: #114135;
  color: #FDF6DB
}

.contact-us .panel-right {
  display: flex;
  flex-direction: column;
  gap: 40px
}

.contact-us .form-card {
  background: #FDF6DB;
  border-radius: 8px;
  padding: 40px;
  box-shadow: 0 8px 48px 0 #e735ad24;
  display: flex;
  flex-direction: column;
  gap: 40px
}

.contact-us .form-card__heading {
  font-size: 22px;
  line-height: 1.2;
  color: #114135;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 10px
}

.contact-us .form-card__heading::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 24px;
  background: #E735AD;
  border-radius: 2px;
  flex-shrink: 0
}

.contact-us .form-fields {
  display: flex;
  flex-direction: column;
  gap: 20px
}

.contact-us .field-group {
  display: flex;
  flex-direction: column;
  gap: 10px
}

.contact-us .field-group label {
  font-size: 15px;
  line-height: 1.2;
  color: #114135;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .07em
}

.contact-us .field-group input[type="text"],
.contact-us .field-group input[type="tel"] {
  font-size: 18px;
  line-height: 1.6;
  padding: 10px 20px;
  border: 3px solid #114135;
  border-radius: 3px;
  background: #fff;
  color: #114135;
  width: 100%;
  box-sizing: border-box;
  transition: border-color .18s ease-out, box-shadow .18s ease-out
}

.contact-us .field-group input[type="text"]::placeholder,
.contact-us .field-group input[type="tel"]::placeholder {
  color: #114135;
  opacity: .55;
  font-style: italic
}

.contact-us .field-group input[type="text"]:focus,
.contact-us .field-group input[type="tel"]:focus {
  outline: none;
  border-color: #E735AD;
  box-shadow: 0 2px 5px 0 #e735ad0d
}

.contact-us .field-group input[type="text"]:focus-visible,
.contact-us .field-group input[type="tel"]:focus-visible {
  outline: 3px solid #E735AD !important;
  outline-offset: 2px !important
}

.contact-us .rating-block {
  display: flex;
  flex-direction: column;
  gap: 10px
}

.contact-us .rating-block__label {
  font-size: 15px;
  line-height: 1.2;
  color: #114135;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .07em
}

.contact-us .rating-block__sublabel {
  font-size: 15px;
  line-height: 1.6;
  color: #2a2a2a
}

.contact-us .rating-options {
  display: flex;
  flex-direction: row;
  gap: 10px;
  flex-wrap: wrap
}

.contact-us .rating-options input[type="radio"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0
}

.contact-us .rating-options label {
  font-size: 18px;
  line-height: 1.2;
  padding: 10px 20px;
  border: 3px solid #114135;
  border-radius: 3px;
  background: #fff;
  color: #114135;
  cursor: pointer;
  display: inline-block;
  transition: background .2s cubic-bezier(0.4, 0, 0.6, 1), color .18s ease-out, border-color .18s ease-out;
  user-select: none
}

.contact-us .rating-options label:hover {
  background: #114135;
  color: #FDF6DB
}

.contact-us .rating-options input[type="radio"]:checked+label {
  background: #E735AD;
  border-color: #E735AD;
  color: #fff
}

.contact-us .rating-options input[type="radio"]:focus-visible+label {
  outline: 3px solid #E735AD !important;
  outline-offset: 2px !important
}

.contact-us .privacy-row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 10px
}

.contact-us .privacy-row input[type="checkbox"] {
  width: 20px;
  height: 20px;
  margin-top: 2px;
  accent-color: #E735AD;
  flex-shrink: 0;
  cursor: pointer
}

.contact-us .privacy-row input[type="checkbox"]:focus-visible {
  outline: 3px solid #E735AD !important;
  outline-offset: 2px !important
}

.contact-us .privacy-row__text {
  font-size: 15px;
  line-height: 1.6;
  color: #2a2a2a;
  margin: 0
}

.contact-us .privacy-row__text a {
  color: #E735AD;
  text-decoration: none;
  border-bottom: 1px solid #E735AD;
  transition: color .15s ease-out
}

.contact-us .privacy-row__text a:hover {
  color: #114135;
  border-color: #114135
}

.contact-us .submit-btn {
  font-size: 18px;
  line-height: 1.2;
  padding: 20px 40px;
  border: 3px solid #E735AD;
  background: #E735AD;
  color: #fff;
  border-radius: 3px;
  cursor: pointer;
  align-self: flex-start;
  transition: background .18s ease-out, color .15s cubic-bezier(0.4, 0, 0.6, 1), border-color .18s ease-out
}

.contact-us .submit-btn:hover {
  background: transparent;
  color: #E735AD
}

.contact-us .submit-btn:focus-visible {
  outline: 3px solid #114135 !important;
  outline-offset: 3px !important
}

.contact-us .submit-btn:active {
  background: #114135;
  border-color: #114135;
  color: #FDF6DB
}

.contact-us .address-strip {
  background: #114135;
  position: relative;
  overflow: hidden
}

.contact-us .address-strip__pattern {
  position: absolute;
  inset: 0;
  opacity: .06;
  pointer-events: none
}

.contact-us .address-strip__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
  position: relative;
  z-index: 1
}

.contact-us .strip-item {
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-top: 3px solid #E735AD;
  padding-top: 20px
}

.contact-us .strip-item__key {
  font-size: 15px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: #FDF6DB;
  opacity: .7
}

.contact-us .strip-item__val {
  font-size: 18px;
  line-height: 1.6;
  color: #FDF6DB
}

.contact-us .strip-item__val a {
  color: #FDF6DB;
  text-decoration: none;
  border-bottom: 1px solid #fdf6db66;
  transition: border-color .18s ease-out, color .15s ease-out
}

.contact-us .strip-item__val a:hover {
  color: #E735AD;
  border-color: #E735AD
}

@keyframes bgzoom {
  0% {
    transform: scale(1)
  }

  100% {
    transform: scale(1.06)
  }
}

.contact-us .address-strip__pattern.pattern-checks {
  animation: bgzoom 8s ease-out alternate infinite
}

@media (max-width: 900px) {
  .contact-us .form-panel {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 40px 20px
  }

  .contact-us .form-panel::before {
    display: none
  }

  .contact-us .panel-left__heading {
    font-size: 40px
  }

  .contact-us .address-strip__inner {
    grid-template-columns: 1fr;
    padding: 40px 20px;
    gap: 20px
  }
}

@media (max-width: 600px) {
  .contact-us .form-card {
    padding: 20px
  }

  .contact-us .rating-options {
    gap: 10px
  }

  .contact-us .panel-left__heading {
    font-size: 32px
  }
}

.success-page {
  min-height: 60vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 80px 20px;
  background-color: #FDF6DB
}

.success-page .success-card {
  background: #fff;
  border: 3px solid #114135;
  border-radius: 8px;
  padding: 80px 40px;
  max-width: 560px;
  width: 100%;
  text-align: center;
  box-shadow: 0 7px 14px 0 #11413517
}

.success-page .success-card__icon {
  display: block;
  width: 56px;
  height: 56px;
  margin: 0 auto 40px
}

.success-page .success-card__icon svg {
  width: 56px;
  height: 56px
}

.success-page .success-card__heading {
  font-size: 22px;
  line-height: 1.2;
  color: #114135;
  margin: 0 0 20px;
  text-transform: uppercase;
  letter-spacing: .08em
}

.success-page .success-card__text {
  font-size: 15px;
  line-height: 1.6;
  color: #114135;
  margin: 0 0 40px
}

.success-page .success-card__link {
  display: inline-block;
  font-size: 15px;
  line-height: 1.2;
  color: #114135;
  background: transparent;
  border: 3px solid #E735AD;
  border-radius: 3px;
  padding: 10px 40px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .06em;
  transition: background-color .18s ease-out, color .18s ease-out, border-color .15s cubic-bezier(0.4, 0, 0.6, 1)
}

.success-page .success-card__link:hover {
  background-color: #E735AD;
  color: #fff;
  border-color: #E735AD
}

.success-page .success-card__link:focus {
  outline: 2px solid #E735AD;
  outline-offset: 3px
}

.success-page .success-card__link:active {
  background-color: #114135;
  border-color: #114135;
  color: #FDF6DB
}

@media (max-width: 600px) {
  .success-page {
    padding: 40px 10px
  }

  .success-page .success-card {
    padding: 40px 20px
  }
}