* {
  box-sizing: border-box
}

body {
  margin: 0;
  padding: 0;
  min-height: 100vh
}

.pg {
  font-family: 'JetBrains Mono', monospace;
  background-color: #FBFCFA;
  color: #1b2a10
}

.hd {
  padding: 24px
}

.hd__shell {
  max-width: 1500px;
  margin: 0 auto;
  background: linear-gradient(135deg, #fff 60%, #e8f3e9 100%);
  border: 1.5px solid #ACCFB0;
  border-radius: 9px;
  box-shadow: -1px 5px 14px 1px #78a74d1c;
  padding: 24px 40px;
  display: flex;
  align-items: center;
  gap: 40px
}

.hd__brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  flex-shrink: 0
}

.hd__logo-box {
  width: 72px;
  height: 72px;
  border: 2px solid #78A74D;
  box-shadow: -1px 3px 3px 1px #78a74d12;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px
}

.hd__logo-box img {
  width: 65px;
  height: 65px;
  object-fit: contain;
  display: block
}

.hd__name {
  font-size: 17px;
  font-weight: 700;
  font-style: italic;
  letter-spacing: -.03em;
  line-height: 1.1;
  color: #2d4a1a
}

.hd__right {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 24px
}

.hd__trust {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #78A74D;
  color: #fff;
  font-family: 'JetBrains Mono', monospace;
  font-size: 14px;
  font-weight: 700;
  padding: 8px 24px;
  border-radius: 5px;
  border: 1.5px solid #5d8a35;
  box-shadow: -1px 3px 3px 1px #78a74d12;
  letter-spacing: .01em;
  line-height: 1.5
}

.hd__trust .pe-7s-star {
  font-size: 17px;
  color: #d4f0a0
}

.hd__menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end
}

.hd__menu li {
  display: flex
}

.hd__menu a {
  font-family: 'JetBrains Mono', monospace;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #2d4a1a;
  text-decoration: none;
  padding: 8px 24px;
  border: 1.5px solid #ACCFB0;
  border-radius: 5px;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: background-color .18s ease-out, border-color .12s ease-out, color .18s ease-out;
  min-height: 44px
}

.hd__menu a:hover {
  background-color: #ACCFB0;
  border-color: #78A74D;
  color: #1b2a10;
  box-shadow: -1px 3px 3px 1px #78a74d12
}

.hd__menu a:focus {
  outline: none;
  box-shadow: 0 0 0 3px #78a74d59
}

.hd__menu a[aria-current="page"] {
  background: #78A74D;
  color: #fff;
  border-color: #5d8a35
}

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

@media (max-width: 768px) {
  .hd {
    padding: 8px
  }

  .hd__shell {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    padding: 24px
  }

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

  .hd__menu {
    justify-content: flex-start
  }
}

@media (max-width: 480px) {
  .hd__menu a {
    padding: 8px 16px;
    font-size: 14px
  }

  .hd__trust {
    padding: 8px 16px
  }
}

.ft {
  background: linear-gradient(160deg, #2d4a1a 0%, #1b2a10 50%, #3a5c20 100%);
  color: #ACCFB0;
  font-family: 'JetBrains Mono', monospace;
  padding: 80px 24px 40px;
  margin-top: 80px
}

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

.ft__brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px
}

.ft__logo-box {
  width: 72px;
  height: 72px;
  border: 2px solid #78A74D;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  box-shadow: -1px 5px 14px 1px #accfb01c
}

.ft__logo-box img {
  width: 65px;
  height: 65px;
  object-fit: contain;
  display: block
}

.ft__copy {
  font-size: 14px;
  line-height: 1.9;
  color: #7aab80;
  text-align: center
}

.ft__contact {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 8px
}

.ft__contact a {
  font-size: 14px;
  color: #ACCFB0;
  text-decoration: none;
  line-height: 1.5;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: color .15s ease-out
}

.ft__contact a:hover {
  color: #fff
}

.ft__contact a:focus {
  outline: none;
  box-shadow: 0 0 0 3px #accfb059;
  border-radius: 2px
}

.ft__contact .pe-7s-call,
.ft__contact .pe-7s-mail,
.ft__contact .pe-7s-map-marker {
  color: #78A74D;
  font-size: 17px;
  flex-shrink: 0
}

.ft__links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px
}

.ft__col-label {
  font-size: 14px;
  font-weight: 700;
  font-style: italic;
  color: #78A74D;
  letter-spacing: .04em;
  line-height: 1.1;
  margin-bottom: 24px;
  text-transform: uppercase;
  border-bottom: 1px solid #3a5c20;
  padding-bottom: 8px
}

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

.ft__col ul li a {
  font-size: 14px;
  color: #ACCFB0;
  text-decoration: none;
  line-height: 1.9;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: color .15s ease-out
}

.ft__col ul li a:hover {
  color: #fff
}

.ft__col ul li a:focus {
  outline: none;
  box-shadow: 0 0 0 3px #accfb059;
  border-radius: 2px
}

.ft__col ul li a .pe-7s-angle-right {
  color: #78A74D;
  font-size: 14px
}

.ft__bottom {
  max-width: 1500px;
  margin: 40px auto 0;
  padding-top: 24px;
  border-top: 1px solid #3a5c20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap
}

.ft__bottom-copy {
  font-size: 14px;
  color: #7aab80;
  line-height: 1.5
}

.ft__bottom-addr {
  font-size: 14px;
  color: #7aab80;
  line-height: 1.5;
  display: flex;
  align-items: center;
  gap: 8px
}

.ft__bottom-addr .pe-7s-map-marker {
  color: #78A74D;
  font-size: 14px
}

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

  .ft__brand {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start
  }

  .ft__copy {
    text-align: left
  }
}

@media (max-width: 768px) {
  .ft {
    padding: 40px 24px
  }

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

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

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

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

.legal-box {
  max-width: 1500px;
  margin: 0 auto;
  padding: 80px 40px;
  color: #2a2a2a;
  background: #FBFCFA
}

.legal-box h1 {
  font-size: 54px;
  line-height: 1.1;
  letter-spacing: -.02em;
  color: #1b2a10;
  margin-bottom: 40px;
  padding-bottom: 24px;
  border-bottom: 2px solid #ACCFB0
}

.legal-box h2 {
  font-size: 38px;
  line-height: 1.1;
  letter-spacing: -.015em;
  color: #1b2a10;
  margin-top: 80px;
  margin-bottom: 24px
}

.legal-box h3 {
  font-size: 28px;
  line-height: 1.5;
  letter-spacing: -.01em;
  color: #2c3d1a;
  margin-top: 40px;
  margin-bottom: 24px
}

.legal-box h4 {
  font-size: 21px;
  line-height: 1.5;
  letter-spacing: -.005em;
  color: #2c3d1a;
  margin-top: 40px;
  margin-bottom: 8px
}

.legal-box h5 {
  font-size: 17px;
  line-height: 1.5;
  letter-spacing: 0;
  color: #3a4f22;
  margin-top: 24px;
  margin-bottom: 8px
}

.legal-box h6 {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: .03em;
  text-transform: uppercase;
  color: #78A74D;
  margin-top: 24px;
  margin-bottom: 8px
}

.legal-box p {
  font-size: 17px;
  line-height: 1.9;
  color: #2e2e2e;
  margin-bottom: 24px;
  max-width: 72ch
}

.legal-box ul,
.legal-box ol {
  margin-bottom: 24px;
  padding-left: 24px;
  max-width: 72ch
}

.legal-box ul {
  list-style: none;
  padding-left: 0
}

.legal-box ul li {
  padding-left: 24px;
  position: relative
}

.legal-box ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 12px;
  width: 6px;
  height: 6px;
  border-radius: 2px;
  background: #78A74D;
  transform: rotate(45deg)
}

.legal-box ol {
  list-style: decimal
}

.legal-box ol li {
  padding-left: 8px
}

.legal-box ol li::marker {
  color: #78A74D;
  font-size: 14px
}

.legal-box li {
  font-size: 17px;
  line-height: 1.9;
  color: #2e2e2e;
  margin-bottom: 8px
}

.legal-box strong,
.legal-box b {
  font-weight: 700;
  color: #1b2a10
}

.legal-box hr {
  border: none;
  border-top: 1px solid #ACCFB0;
  margin: 80px 0;
  opacity: .6
}

.legal-box div {
  margin-bottom: 24px
}

@media (max-width: 1024px) {
  .legal-box {
    padding: 80px 40px
  }

  .legal-box h1 {
    font-size: 38px
  }

  .legal-box h2 {
    font-size: 28px
  }

  .legal-box h3 {
    font-size: 21px
  }
}

@media (max-width: 768px) {
  .legal-box {
    padding: 40px 24px
  }

  .legal-box h1 {
    font-size: 28px;
    margin-bottom: 24px;
    padding-bottom: 24px
  }

  .legal-box h2 {
    font-size: 21px;
    margin-top: 40px
  }

  .legal-box h3 {
    font-size: 17px;
    margin-top: 24px
  }

  .legal-box h4,
  .legal-box h5 {
    font-size: 17px;
    margin-top: 24px
  }

  .legal-box p,
  .legal-box li {
    font-size: 17px
  }

  .legal-box hr {
    margin: 40px 0
  }
}

@media (max-width: 480px) {
  .legal-box {
    padding: 24px 8px
  }

  .legal-box h1 {
    font-size: 21px
  }

  .legal-box h2 {
    font-size: 17px
  }

  .legal-box h3,
  .legal-box h4,
  .legal-box h5,
  .legal-box h6 {
    font-size: 14px
  }

  .legal-box p,
  .legal-box li {
    font-size: 14px;
    line-height: 1.9
  }
}

.svc-det {
  background: #FBFCFA;
  padding: 0;
  overflow-x: clip
}

.svc-det .drop-anim {
  animation: dropIn .5s cubic-bezier(0.4, 0, 0.6, 1) both
}

.svc-det .drop-anim--2 {
  animation-delay: .12s
}

.svc-det .drop-anim--3 {
  animation-delay: .22s
}

.svc-det .drop-anim--4 {
  animation-delay: .34s
}

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

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

.svc-det .pg-wrap {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 40px
}

.svc-det .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .08em;
  color: #78A74D;
  text-transform: uppercase;
  margin-bottom: 24px
}

.svc-det .eyebrow__line {
  width: 32px;
  height: 2px;
  background: #78A74D;
  display: inline-block
}

.svc-det .top-accent {
  width: 40px;
  height: 3px;
  background: #78A74D;
  margin: 0 auto 24px
}

.svc-det .tb {
  padding: 80px 0 0;
  position: relative
}

.svc-det .tb__inner {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 40px;
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 40px;
  align-items: stretch
}

.svc-det .tb__left {
  padding: 40px 40px 40px 0;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center
}

.svc-det .tb__left::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background: linear-gradient(180deg, transparent 0%, #ACCFB0 40%, #78A74D 70%, transparent 100%)
}

.svc-det .tb__h1 {
  font-size: 54px;
  line-height: 1.1;
  letter-spacing: -.02em;
  color: #1e2a14;
  margin: 0 0 24px
}

.svc-det .tb__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: center
}

.svc-det .tb__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 24px;
  border: 1px solid #ACCFB0;
  border-radius: 5px;
  font-size: 14px;
  color: #2d4018;
  background: #fff
}

.svc-det .tb__badge .pe-7s-user,
.svc-det .tb__badge .pe-7s-clock,
.svc-det .tb__badge .pe-7s-ticket,
.svc-det .tb__badge .pe-7s-like2 {
  color: #78A74D;
  font-size: 17px
}

.svc-det .tb__right {
  padding: 0;
  display: flex;
  flex-direction: column
}

.svc-det .tb__img-wrap {
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 9px;
  overflow: hidden;
  box-shadow: -1px 5px 14px 1px #78a74d1c;
  position: relative
}

.svc-det .tb__img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: blur(0px)
}

.svc-det .tb__img-wrap::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(323deg, #78a74d2e 0%, #accfb01a 55%, transparent 100%);
  pointer-events: none
}

.svc-det .tb__diag {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden
}

.svc-det .tb__diag svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.svc-det .tb__divider {
  margin: 40px 0 0;
  display: flex;
  flex-direction: column;
  gap: 4px
}

.svc-det .tb__divider span {
  display: block;
  height: 1px;
  background: #ACCFB0
}

.svc-det .body-block {
  padding: 80px 0
}

.svc-det .body-block__grid {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 40px;
  align-items: start
}

.svc-det .body-block__left {
  display: flex;
  flex-direction: column;
  gap: 40px
}

.svc-det .desc-panel {
  background: #fff;
  border-radius: 9px;
  padding: 40px;
  box-shadow: -1px 3px 3px 1px #78a74d12;
  position: relative;
  overflow: hidden
}

.svc-det .desc-panel__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  filter: grayscale(1);
  opacity: .04;
  pointer-events: none
}

.svc-det .desc-panel__heading {
  font-size: 28px;
  line-height: 1.1;
  color: #1e2a14;
  margin: 0 0 24px;
  letter-spacing: -.01em
}

.svc-det .desc-panel__body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  font-size: 17px;
  line-height: 1.9;
  color: #2d4018;
  position: relative;
  z-index: 1
}

.svc-det .desc-panel__body mark {
  background: transparent;
  border: 1px solid #78A74D;
  border-radius: 2px;
  padding: 0 4px;
  color: inherit
}

.svc-det .desc-panel__body blockquote {
  border: 1px solid #ACCFB0;
  border-radius: 5px;
  padding: 24px;
  margin: 0;
  font-size: 17px;
  line-height: 1.9;
  color: #2d4018;
  grid-column: 1 / -1
}

.svc-det .desc-panel__body ul,
.svc-det .desc-panel__body ol {
  padding-left: 24px;
  margin: 0
}

.svc-det .desc-panel__body figure {
  margin: 0;
  grid-column: 1 / -1
}

.svc-det .desc-panel__body figcaption {
  font-size: 14px;
  color: #78A74D;
  margin-top: 8px
}

.svc-det .desc-panel__body h2 {
  font-size: 21px;
  line-height: 1.5;
  color: #1e2a14;
  margin: 0 0 8px;
  grid-column: 1 / -1
}

.svc-det .desc-panel__body cite {
  font-style: italic;
  color: #78A74D
}

.svc-det .desc-panel__body dl {
  margin: 0
}

.svc-det .desc-panel__body dt {
  font-weight: 700
}

.svc-det .desc-panel__body dd {
  margin: 0 0 8px
}

.svc-det .prog-panel {
  background: #fff;
  border-radius: 9px;
  padding: 40px;
  box-shadow: -1px 3px 3px 1px #78a74d12
}

.svc-det .prog-panel__heading {
  font-size: 28px;
  line-height: 1.1;
  color: #1e2a14;
  margin: 0 0 40px;
  letter-spacing: -.01em;
  text-align: center
}

.svc-det .prog-panel__body {
  font-size: 17px;
  line-height: 1.9;
  color: #2d4018
}

.svc-det .prog-panel__body p {
  margin: 0 0 24px
}

.svc-det .prog-panel__body h2 {
  font-size: 21px;
  line-height: 1.5;
  color: #1e2a14;
  margin: 24px 0 8px
}

.svc-det .prog-panel__body ul,
.svc-det .prog-panel__body ol {
  padding-left: 24px;
  margin: 0 0 24px
}

.svc-det .prog-panel__body strong {
  color: #1e2a14
}

.svc-det .prog-panel__body abbr {
  text-decoration: underline dotted
}

.svc-det .prog-panel__body dl {
  margin: 0 0 24px
}

.svc-det .prog-panel__body dt {
  font-weight: 700
}

.svc-det .prog-panel__body dd {
  margin: 0 0 8px 24px
}

.svc-det .prog-panel__body figure {
  margin: 0 0 24px
}

.svc-det .prog-panel__body figcaption {
  font-size: 14px;
  color: #78A74D
}

.svc-det .prog-panel__body details {
  margin-bottom: 8px
}

.svc-det .prog-panel__body summary {
  cursor: pointer;
  font-weight: 600;
  color: #1e2a14;
  padding: 8px 0
}

.svc-det .steps {
  display: flex;
  flex-direction: column;
  gap: 0;
  position: relative
}

.svc-det .steps::before {
  content: '';
  position: absolute;
  left: 19px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(180deg, #78A74D 0%, #ACCFB0 100%)
}

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

.svc-det .step__num {
  width: 40px;
  height: 40px;
  border-radius: 24px;
  background: #78A74D;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
  box-shadow: -1px 5px 14px 1px #78a74d1c;
  transition: transform .18s cubic-bezier(0.4, 0, 0.6, 1), box-shadow .18s cubic-bezier(0.4, 0, 0.6, 1)
}

.svc-det .step:hover .step__num {
  transform: scale(1.12);
  box-shadow: -1px 10px 36px 1px #78a74d1a
}

.svc-det .step__body {
  flex: 1
}

.svc-det .step__label {
  font-size: 17px;
  font-weight: 700;
  color: #1e2a14;
  margin-bottom: 8px
}

.svc-det .step__desc {
  font-size: 14px;
  line-height: 1.9;
  color: #3d5220
}

.svc-det .sidebar {
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: sticky;
  top: 40px
}

.svc-det .price-card {
  background: #fff;
  border-radius: 9px;
  padding: 40px;
  box-shadow: -1px 5px 14px 1px #78a74d1c;
  text-align: center
}

.svc-det .price-card__label {
  font-size: 14px;
  color: #78A74D;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-bottom: 8px
}

.svc-det .price-card__val {
  font-size: 54px;
  line-height: 1.1;
  font-weight: 800;
  color: #1e2a14;
  letter-spacing: -.03em;
  margin-bottom: 8px
}

.svc-det .price-card__note {
  font-size: 14px;
  color: #3d5220;
  line-height: 1.9;
  margin-bottom: 24px
}

.svc-det .price-card__terms {
  font-size: 14px;
  color: #78A74D;
  margin-bottom: 24px;
  line-height: 1.5
}

.svc-det .btn-primary {
  display: block;
  width: 100%;
  padding: 24px;
  background: #78A74D;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  position: relative;
  transition: background .18s cubic-bezier(0.4, 0, 0.6, 1), box-shadow .22s cubic-bezier(0.4, 0, 0.6, 1);
  box-shadow: -1px 5px 14px 1px #78a74d1c
}

.svc-det .btn-primary::before {
  content: '';
  position: absolute;
  inset: 4px;
  border: 1.5px solid #fff0;
  border-radius: 2px;
  transition: border-color .18s cubic-bezier(0.4, 0, 0.6, 1)
}

.svc-det .btn-primary:hover {
  background: #5f8d38;
  box-shadow: -1px 10px 36px 1px #78a74d1a
}

.svc-det .btn-primary:hover::before {
  border-color: #ffffff73
}

.svc-det .btn-primary:focus {
  outline: 2px solid #78A74D;
  outline-offset: 3px
}

.svc-det .btn-sec {
  display: block;
  width: 100%;
  padding: 8px 24px;
  background: transparent;
  color: #2d4018;
  font-size: 14px;
  font-weight: 600;
  border: 1px solid #ACCFB0;
  border-radius: 5px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  position: relative;
  transition: border-color .14s ease-out, color .14s ease-out;
  margin-top: 8px
}

.svc-det .btn-sec::before {
  content: '';
  position: absolute;
  inset: 3px;
  border: 1px solid transparent;
  border-radius: 2px;
  transition: border-color .14s ease-out
}

.svc-det .btn-sec:hover {
  border-color: #78A74D;
  color: #78A74D
}

.svc-det .btn-sec:hover::before {
  border-color: #ACCFB0
}

.svc-det .btn-sec:focus {
  outline: 2px solid #78A74D;
  outline-offset: 3px
}

.svc-det .info-card {
  background: #fff;
  border-radius: 9px;
  padding: 24px;
  box-shadow: -1px 3px 3px 1px #78a74d12
}

.svc-det .info-card__row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
  border-bottom: 1px solid #ACCFB0;
  font-size: 14px;
  color: #2d4018
}

.svc-det .info-card__row:last-child {
  border-bottom: none
}

.svc-det .info-card__key {
  font-weight: 600;
  color: #1e2a14;
  display: flex;
  align-items: center;
  gap: 8px
}

.svc-det .info-card__key i {
  color: #78A74D;
  font-size: 17px
}

.svc-det .icon-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  border: 1.5px solid #ACCFB0;
  color: #78A74D;
  font-size: 21px;
  position: relative
}

.svc-det .icon-outline::after {
  content: '';
  position: absolute;
  inset: -4px;
  border: 1.5px solid #78A74D;
  border-radius: 9px;
  opacity: 0;
  transition: opacity .22s cubic-bezier(0.4, 0, 0.6, 1)
}

.svc-det .icon-outline:hover::after {
  opacity: 1
}

.svc-det .copy-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 24px;
  background: transparent;
  border: 1px solid #ACCFB0;
  border-radius: 5px;
  font-size: 14px;
  color: #2d4018;
  cursor: pointer;
  transition: border-color .14s ease-out, color .14s ease-out;
  position: relative
}

.svc-det .copy-btn::before {
  content: '';
  position: absolute;
  inset: 3px;
  border: 1px solid transparent;
  border-radius: 2px;
  transition: border-color .14s ease-out
}

.svc-det .copy-btn:hover {
  border-color: #78A74D;
  color: #78A74D
}

.svc-det .copy-btn:hover::before {
  border-color: #ACCFB0
}

.svc-det .copy-btn:focus {
  outline: 2px solid #78A74D;
  outline-offset: 3px
}

.svc-det .actions-row {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 24px
}

.svc-det .reveal-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 5px
}

.svc-det .reveal-inner {
  padding: 24px;
  background: linear-gradient(323deg, #ACCFB0 0%, #FBFCFA 55%, #fff 100%);
  border-radius: 5px;
  font-size: 14px;
  line-height: 1.9;
  color: #2d4018;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform .5s cubic-bezier(0.4, 0, 0.6, 1)
}

.svc-det .reveal-wrap:hover .reveal-inner {
  transform: scaleX(1)
}

.svc-det .reveal-label {
  font-size: 14px;
  font-weight: 600;
  color: #78A74D;
  padding: 8px 0;
  cursor: default
}

@media (max-width: 1024px) {
  .svc-det .tb__inner {
    grid-template-columns: 1fr
  }

  .svc-det .tb__left::after {
    display: none
  }

  .svc-det .tb__left {
    padding: 0
  }

  .svc-det .tb__h1 {
    font-size: 38px
  }

  .svc-det .body-block__grid {
    grid-template-columns: 1fr
  }

  .svc-det .sidebar {
    position: static
  }

  .svc-det .desc-panel__body {
    grid-template-columns: 1fr
  }
}

@media (max-width: 768px) {
  .svc-det .pg-wrap {
    padding: 0 24px
  }

  .svc-det .tb__inner {
    padding: 0 24px
  }

  .svc-det .tb {
    padding: 40px 0 0
  }

  .svc-det .tb__h1 {
    font-size: 28px
  }

  .svc-det .tb__meta {
    gap: 8px
  }

  .svc-det .price-card__val {
    font-size: 38px
  }

  .svc-det .body-block {
    padding: 40px 0
  }

  .svc-det .desc-panel {
    padding: 24px
  }

  .svc-det .prog-panel {
    padding: 24px
  }

  .svc-det .price-card {
    padding: 24px
  }
}

@media (max-width: 480px) {
  .svc-det .pg-wrap {
    padding: 0 8px
  }

  .svc-det .tb__inner {
    padding: 0 8px
  }

  .svc-det .tb__h1 {
    font-size: 21px
  }

  .svc-det .desc-panel__body {
    grid-template-columns: 1fr
  }
}

.au {
  background: #FBFCFA;
  overflow-x: clip
}

.au .pg-schema {
  display: none
}

.au .tb {
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  min-height: 92vh;
  max-width: 100%;
  position: relative
}

.au .tb__txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 80px 40px 80px 80px;
  background: linear-gradient(323deg, #FBFCFA 0%, #ACCFB0 38%, #78A74D 100%);
  position: relative;
  z-index: 1
}

.au .tb__label {
  font-size: 14px;
  letter-spacing: .12em;
  color: #2d3a1e;
  text-transform: uppercase;
  margin-bottom: 24px;
  font-weight: 600
}

.au .tb__h1 {
  font-size: 54px;
  line-height: 1.1;
  letter-spacing: -.02em;
  color: #1a2e0a;
  margin-bottom: 24px;
  font-weight: 800
}

.au .tb__h1 .framed {
  display: inline-block;
  border: 1.5px solid #2d3a1e;
  border-radius: 5px;
  padding: 0 8px
}

.au .tb__sub {
  font-size: 17px;
  line-height: 1.9;
  color: #2d3a1e;
  max-width: 420px;
  margin-bottom: 40px
}

.au .tb__stat {
  display: flex;
  flex-direction: row;
  gap: 40px
}

.au .tb__stat-item {
  display: flex;
  flex-direction: column
}

.au .tb__stat-num {
  font-size: 38px;
  font-weight: 800;
  line-height: 1.1;
  color: #1a2e0a;
  letter-spacing: -.03em
}

.au .tb__stat-desc {
  font-size: 14px;
  line-height: 1.5;
  color: #3d4e2a;
  margin-top: 8px
}

.au .tb__img-zone {
  position: relative;
  overflow: hidden
}

.au .tb__img-zone img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  aspect-ratio: 16/9
}

.au .tb__img-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 55%;
  background: linear-gradient(to top, #78a74db8 0%, #accfb02e 70%, transparent 100%);
  pointer-events: none
}

.au .tb__img-frame {
  position: absolute;
  inset: 24px;
  border: 1.5px solid #fbfcfa61;
  border-radius: 5px;
  pointer-events: none
}

.au .about-body {
  max-width: 1500px;
  margin: 0 auto;
  padding: 80px
}

.au .about-body__top {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  gap: 40px;
  align-items: start;
  margin-bottom: 80px
}

.au .about-body__side {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.au .about-body__side-card {
  border: 1.5px solid #ACCFB0;
  border-radius: 9px;
  padding: 24px;
  background: #FBFCFA;
  box-shadow: -1px 3px 3px 1px #78a74d12;
  text-align: center;
  transition: box-shadow .18s ease-out
}

.au .about-body__side-card:hover {
  box-shadow: -1px 5px 14px 1px #78a74d1c
}

.au .about-body__side-card .pe-7s-star,
.au .about-body__side-card .pe-7s-map-marker,
.au .about-body__side-card .pe-7s-graph1 {
  font-size: 28px;
  color: #78A74D;
  display: block;
  margin-bottom: 8px;
  transition: transform .5s cubic-bezier(0.4, 0, 0.6, 1)
}

.au .about-body__side-card:hover .pe-7s-star,
.au .about-body__side-card:hover .pe-7s-map-marker,
.au .about-body__side-card:hover .pe-7s-graph1 {
  transform: rotate(360deg)
}

.au .about-body__side-card h5 {
  font-size: 14px;
  font-weight: 700;
  color: #1a2e0a;
  margin-bottom: 8px;
  line-height: 1.5
}

.au .about-body__side-card p {
  font-size: 14px;
  line-height: 1.5;
  color: #3d4e2a
}

.au .about-body__ctr {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.au .about-body__ctr-accent {
  width: 40px;
  height: 3px;
  background: #78A74D;
  border-radius: 2px;
  margin: 0 auto
}

.au .about-body__ctr h2 {
  font-size: 38px;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -.02em;
  color: #1a2e0a;
  text-align: center
}

.au .about-body__ctr h2 .framed {
  display: inline-block;
  border: 1.5px solid #78A74D;
  border-radius: 5px;
  padding: 0 8px
}

.au .about-body__cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px
}

.au .about-body__cols p {
  font-size: 17px;
  line-height: 1.9;
  color: #2e3d1c;
  text-align: center
}

.au .about-body__imgs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-bottom: 80px
}

.au .about-body__img-wrap {
  border-radius: 9px;
  overflow: hidden;
  border: 1.5px solid #ACCFB0;
  box-shadow: -1px 5px 14px 1px #accfb01c;
  aspect-ratio: 16/9;
  position: relative
}

.au .about-body__img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .5s cubic-bezier(0.4, 0, 0.6, 1)
}

.au .about-body__img-wrap:hover img {
  transform: scale(1.04)
}

.au .about-body__img-frame {
  position: absolute;
  inset: 12px;
  border: 1px solid #fbfcfa73;
  border-radius: 5px;
  pointer-events: none
}

.au .about-body__metric {
  background: linear-gradient(323deg, #FBFCFA 10%, #ACCFB0 55%, #78A74D 100%);
  border-radius: 9px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  box-shadow: -1px 10px 36px 1px #78a74d1a
}

.au .about-body__metric-num {
  font-size: 70px;
  font-weight: 800;
  line-height: 1.1;
  color: #1a2e0a;
  letter-spacing: -.04em
}

.au .about-body__metric-desc {
  font-size: 17px;
  line-height: 1.5;
  color: #2d3a1e;
  text-align: center
}

.au .about-body__outline-shape {
  position: absolute;
  right: -60px;
  top: 50%;
  width: 220px;
  height: 220px;
  border: 2px solid #78a74d21;
  border-radius: 24px;
  transform: translateY(-50%) rotate(18deg);
  pointer-events: none
}

.au .about-body__right-side {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.au .about-body__right-card {
  border: 1.5px solid #ACCFB0;
  border-radius: 9px;
  padding: 24px;
  background: #FBFCFA;
  box-shadow: -1px 3px 3px 1px #78a74d12;
  text-align: center;
  transition: box-shadow .22s ease-out
}

.au .about-body__right-card:hover {
  box-shadow: -1px 5px 14px 1px #78a74d1c
}

.au .about-body__right-card .pe-7s-tools,
.au .about-body__right-card .pe-7s-light {
  font-size: 28px;
  color: #78A74D;
  display: block;
  margin-bottom: 8px;
  transition: transform .48s cubic-bezier(0.4, 0, 0.6, 1)
}

.au .about-body__right-card:hover .pe-7s-tools,
.au .about-body__right-card:hover .pe-7s-light {
  transform: rotate(360deg)
}

.au .about-body__right-card h5 {
  font-size: 14px;
  font-weight: 700;
  color: #1a2e0a;
  margin-bottom: 8px;
  line-height: 1.5
}

.au .about-body__right-card p {
  font-size: 14px;
  line-height: 1.5;
  color: #3d4e2a
}

.au .about-body__bottom-strip {
  border-top: 1.5px solid #ACCFB0;
  padding-top: 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 40px;
  justify-content: center
}

.au .about-body__strip-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px
}

.au .about-body__strip-num {
  font-size: 38px;
  font-weight: 800;
  line-height: 1.1;
  color: #78A74D;
  letter-spacing: -.03em
}

.au .about-body__strip-label {
  font-size: 14px;
  color: #3d4e2a;
  line-height: 1.5;
  text-align: center
}

.au .about-body__strip-div {
  width: 1.5px;
  height: 48px;
  background: #ACCFB0;
  border-radius: 2px
}

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

  .au .tb__txt {
    padding: 80px 24px 80px 40px
  }

  .au .tb__h1 {
    font-size: 38px
  }

  .au .about-body {
    padding: 80px 40px
  }

  .au .about-body__top {
    grid-template-columns: 1fr 2fr
  }

  .au .about-body__right-side {
    display: none
  }

  .au .about-body__outline-shape {
    display: none
  }
}

@media (max-width: 768px) {
  .au .tb {
    grid-template-columns: 1fr
  }

  .au .tb__img-zone {
    height: 280px
  }

  .au .tb__txt {
    padding: 40px 24px
  }

  .au .tb__h1 {
    font-size: 28px
  }

  .au .tb__stat {
    gap: 24px
  }

  .au .tb__stat-num {
    font-size: 28px
  }

  .au .about-body {
    padding: 40px 24px
  }

  .au .about-body__top {
    grid-template-columns: 1fr
  }

  .au .about-body__side {
    flex-direction: row;
    flex-wrap: wrap
  }

  .au .about-body__side-card {
    flex: 1 1 120px
  }

  .au .about-body__imgs {
    grid-template-columns: 1fr
  }

  .au .about-body__cols {
    grid-template-columns: 1fr
  }

  .au .about-body__ctr h2 {
    font-size: 28px
  }

  .au .about-body__bottom-strip {
    flex-wrap: wrap;
    gap: 24px
  }

  .au .about-body__strip-div {
    display: none
  }
}

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

  .au .tb__sub {
    font-size: 14px
  }

  .au .about-body {
    padding: 40px 8px
  }

  .au .about-body__metric-num {
    font-size: 54px
  }
}

.cu {
  background: #FBFCFA;
  overflow-x: clip
}

.cu .pg-reveal {
  animation: clipReveal .7s cubic-bezier(0.4, 0, 0.6, 1) both
}

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

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

.cu .split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 92vh;
  max-width: 1500px;
  margin: 0 auto
}

.cu .split__left {
  background: linear-gradient(323deg, #78A74D 0%, #ACCFB0 55%, #FBFCFA 100%);
  padding: 80px 40px 80px 80px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative
}

.cu .split__left::before {
  content: '';
  position: absolute;
  top: 40px;
  left: 40px;
  right: 24px;
  bottom: 40px;
  border: 1px solid #78a74d38;
  border-radius: 9px;
  pointer-events: none
}

.cu .split__right {
  background: #FBFCFA;
  padding: 80px 80px 80px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center
}

.cu .lbl-line {
  display: block;
  width: 32px;
  height: 2px;
  background: #78A74D;
  margin-bottom: 24px
}

.cu .pg-label {
  font-size: 14px;
  letter-spacing: .08em;
  color: #3a5a1e;
  text-transform: uppercase;
  margin-bottom: 8px
}

.cu .pg-h1 {
  font-size: 54px;
  line-height: 1.1;
  color: #1b3209;
  letter-spacing: -.02em;
  margin-bottom: 24px
}

.cu .pg-h1 .framed {
  display: inline-block;
  border: 1.5px solid #78A74D;
  border-radius: 5px;
  padding: 0 8px
}

.cu .pg-desc {
  font-size: 17px;
  line-height: 1.9;
  color: #2e4a12;
  max-width: 400px
}

.cu .contact-card {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 24px
}

.cu .c-item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 24px
}

.cu .c-item__icon {
  width: 40px;
  height: 40px;
  border-radius: 9px;
  background: #ffffff80;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: -1px 3px 3px 1px #78a74d12
}

.cu .c-item__icon svg {
  width: 20px;
  height: 20px;
  stroke: #3a5a1e;
  fill: none;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round
}

.cu .c-item__body {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.cu .c-item__label {
  font-size: 14px;
  color: #3a5a1e;
  letter-spacing: .05em;
  text-transform: uppercase
}

.cu .c-item__val {
  font-size: 17px;
  color: #1b3209;
  line-height: 1.5
}

.cu .c-item__val a {
  color: #1b3209;
  text-decoration: none;
  border-bottom: 1px solid #78a74d66;
  transition: border-color .18s ease-out, color .18s ease-out
}

.cu .c-item__val a:hover {
  color: #78A74D;
  border-bottom-color: #78A74D
}

.cu .form-wrap {
  width: 100%;
  max-width: 480px
}

.cu .form-wrap .f-head {
  margin-bottom: 40px
}

.cu .form-wrap .f-head .lbl-line {
  background: #78A74D
}

.cu .f-hed {
  font-size: 38px;
  line-height: 1.1;
  color: #1b3209;
  letter-spacing: -.02em;
  margin-bottom: 8px
}

.cu .f-sub {
  font-size: 17px;
  line-height: 1.5;
  color: #4a6630
}

.cu .form-row {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 24px
}

.cu .f-field {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.cu .f-field label {
  font-size: 14px;
  color: #3a5a1e;
  letter-spacing: .05em;
  text-transform: uppercase
}

.cu .f-field input[type="email"],
.cu .f-field select,
.cu .f-field textarea {
  background: #fff;
  border: 1.5px solid #ACCFB0;
  border-radius: 5px;
  padding: 24px;
  font-size: 17px;
  color: #1b3209;
  outline: none;
  width: 100%;
  box-sizing: border-box;
  transition: border-color .15s ease-out, box-shadow .15s ease-out;
  appearance: none;
  -webkit-appearance: none
}

.cu .f-field input[type="email"]::placeholder,
.cu .f-field textarea::placeholder {
  color: #8aab6e;
  font-weight: 300
}

.cu .f-field input[type="email"]:focus,
.cu .f-field select:focus,
.cu .f-field textarea:focus {
  border-color: #78A74D;
  box-shadow: -1px 5px 14px 1px #78a74d1c
}

.cu .f-field select {
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2378A74D' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 24px center;
  padding-right: 48px
}

.cu .f-field textarea {
  resize: vertical;
  min-height: 120px
}

.cu .privacy-row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 24px
}

.cu .privacy-row input[type="checkbox"] {
  margin-top: 4px;
  width: 18px;
  height: 18px;
  accent-color: #78A74D;
  flex-shrink: 0;
  cursor: pointer
}

.cu .privacy-row .priv-txt {
  font-size: 14px;
  color: #4a6630;
  line-height: 1.9
}

.cu .privacy-row .priv-txt a {
  color: #78A74D;
  text-decoration: none;
  border-bottom: 1px solid #78a74d66;
  transition: border-color .18s ease-out
}

.cu .privacy-row .priv-txt a:hover {
  border-bottom-color: #78A74D
}

.cu .btn-submit {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #78A74D;
  color: #fff;
  border: 2px solid #78A74D;
  border-radius: 5px;
  padding: 24px 40px;
  font-size: 17px;
  letter-spacing: .03em;
  cursor: pointer;
  position: relative;
  transition: background .2s cubic-bezier(0.4, 0, 0.6, 1), color .2s cubic-bezier(0.4, 0, 0.6, 1)
}

.cu .btn-submit::after {
  content: '';
  position: absolute;
  inset: 4px;
  border: 1.5px solid #fff0;
  border-radius: 2px;
  transition: border-color .22s ease-out
}

.cu .btn-submit:hover {
  background: #5c8634;
  border-color: #5c8634
}

.cu .btn-submit:hover::after {
  border-color: #ffffff73
}

.cu .btn-submit:focus {
  outline: 3px solid #ACCFB0;
  outline-offset: 2px
}

.cu .cert-band {
  background: #78A74D;
  padding: 80px 0;
  position: relative;
  overflow: hidden
}

.cu .cert-band::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(45deg, #ffffff0a 0px, #ffffff0a 1px, transparent 1px, transparent 12px);
  pointer-events: none
}

.cu .cert-inner {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 80px;
  display: grid;
  grid-template-columns: 1fr 520px 1fr;
  gap: 40px;
  align-items: center
}

.cu .cert-aside {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.cu .cert-aside--right {
  align-items: flex-end
}

.cu .cert-stat {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.cu .cert-stat__num {
  font-size: 54px;
  line-height: 1.1;
  color: #fff;
  letter-spacing: -.02em
}

.cu .cert-stat__desc {
  font-size: 14px;
  color: #ffffffbf;
  letter-spacing: .06em;
  text-transform: uppercase
}

.cu .cert-frame {
  border: 2px solid #ffffff59;
  border-radius: 9px;
  padding: 40px;
  background: #ffffff14;
  box-shadow: -1px 10px 36px 1px #78a74d1a;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  position: relative
}

.cu .cert-frame::before {
  content: '';
  position: absolute;
  top: 8px;
  left: 8px;
  right: 8px;
  bottom: 8px;
  border: 1px solid #ffffff2e;
  border-radius: 5px;
  pointer-events: none
}

.cu .cert-seal {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #ffffff26;
  border: 2px solid #ffffff80;
  display: flex;
  align-items: center;
  justify-content: center
}

.cu .cert-seal svg {
  width: 32px;
  height: 32px;
  stroke: #fff;
  fill: none;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round
}

.cu .cert-org {
  font-size: 14px;
  color: #ffffffb3;
  letter-spacing: .1em;
  text-transform: uppercase
}

.cu .cert-ttl {
  font-size: 21px;
  line-height: 1.5;
  color: #fff;
  letter-spacing: -.01em
}

.cu .cert-divider {
  width: 48px;
  height: 1px;
  background: #fff6
}

.cu .cert-note {
  font-size: 14px;
  color: #ffffffa6;
  line-height: 1.9
}

.cu .cert-img-wrap {
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 5px;
  overflow: hidden;
  margin-top: 8px
}

.cu .cert-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(0.7) brightness(0.85)
}

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

  .cu .split__left {
    padding: 80px 40px
  }

  .cu .split__left::before {
    left: 24px;
    right: 24px;
    top: 24px;
    bottom: 24px
  }

  .cu .split__right {
    padding: 80px 40px
  }

  .cu .cert-inner {
    grid-template-columns: 1fr;
    padding: 0 40px
  }

  .cu .cert-aside--right {
    align-items: flex-start
  }

  .cu .cert-aside {
    flex-direction: row;
    flex-wrap: wrap
  }
}

@media (max-width: 768px) {
  .cu .pg-h1 {
    font-size: 38px
  }

  .cu .f-hed {
    font-size: 28px
  }

  .cu .split__left,
  .cu .split__right {
    padding: 40px 24px
  }

  .cu .cert-inner {
    padding: 0 24px
  }

  .cu .cert-stat__num {
    font-size: 38px
  }
}

@media (max-width: 480px) {
  .cu .pg-h1 {
    font-size: 28px
  }

  .cu .cert-frame {
    padding: 24px
  }
}

.srv {
  background: #FBFCFA;
  overflow-x: clip
}

.srv .lc-wrap {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 40px
}

.srv .pg-top {
  padding: 80px 40px;
  max-width: 1500px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 3fr 1fr;
  gap: 40px;
  align-items: end
}

.srv .pg-top__label {
  font-size: 14px;
  letter-spacing: .08em;
  color: #78A74D;
  text-transform: uppercase;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 8px
}

.srv .pg-top__label-line {
  display: inline-block;
  width: 32px;
  height: 2px;
  background: #78A74D;
  flex-shrink: 0
}

.srv .pg-top__h1 {
  font-size: 54px;
  line-height: 1.1;
  letter-spacing: -.02em;
  color: #1e2a14;
  margin: 0 0 24px
}

.srv .pg-top__h1 span {
  display: inline-block;
  border: 1.5px solid #78A74D;
  border-radius: 5px;
  padding: 0 8px;
  line-height: 1.2
}

.srv .pg-top__desc {
  font-size: 17px;
  line-height: 1.9;
  color: #3a4a2a;
  max-width: 640px;
  margin: 0
}

.srv .pg-top__stat {
  text-align: right
}

.srv .pg-top__stat-num {
  font-size: 70px;
  line-height: 1.1;
  color: #ACCFB0;
  font-weight: 700;
  letter-spacing: -.03em
}

.srv .pg-top__stat-label {
  font-size: 14px;
  color: #78A74D;
  letter-spacing: .06em
}

.srv .cards-area {
  padding: 0 40px 80px;
  max-width: 1500px;
  margin: 0 auto
}

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

.srv .crd {
  background: #fff;
  border-radius: 9px;
  box-shadow: -1px 5px 14px 1px #78a74d1c;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: box-shadow .18s ease-out, transform .18s ease-out;
  position: relative
}

.srv .crd:hover {
  box-shadow: -1px 10px 36px 1px #78a74d1a;
  transform: translateY(-3px)
}

.srv .crd__img-wrap {
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden
}

.srv .crd__img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .22s cubic-bezier(0.4, 0, 0.6, 1)
}

.srv .crd:hover .crd__img-wrap img {
  transform: scale(1.04)
}

.srv .crd__badge {
  position: absolute;
  top: 8px;
  left: 8px;
  background: #78A74D;
  color: #fff;
  font-size: 14px;
  border-radius: 2px;
  padding: 4px 8px;
  font-weight: 600;
  letter-spacing: .04em
}

.srv .crd__meta-top {
  position: absolute;
  bottom: 8px;
  right: 8px;
  display: flex;
  gap: 8px
}

.srv .crd__pill {
  background: #fbfcfaeb;
  border-radius: 2px;
  font-size: 14px;
  color: #3a4a2a;
  padding: 4px 8px;
  display: flex;
  align-items: center;
  gap: 4px
}

.srv .crd__pill .pe-7s-look,
.srv .crd__pill .pe-7s-like {
  font-size: 14px;
  color: #78A74D
}

.srv .crd__body {
  padding: 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px
}

.srv .crd__level {
  font-size: 14px;
  color: #78A74D;
  letter-spacing: .06em;
  text-transform: uppercase;
  font-weight: 600
}

.srv .crd__title {
  font-size: 21px;
  line-height: 1.5;
  color: #1e2a14;
  margin: 0;
  font-weight: 700
}

.srv .crd__desc {
  font-size: 14px;
  line-height: 1.9;
  color: #4a5a38;
  margin: 0;
  flex: 1
}

.srv .crd__info-row {
  display: flex;
  gap: 24px;
  padding-top: 8px;
  border-top: 1px solid #ACCFB0
}

.srv .crd__info-item {
  font-size: 14px;
  color: #5a6a48;
  display: flex;
  align-items: center;
  gap: 4px
}

.srv .crd__info-item .pe-7s-clock,
.srv .crd__info-item .pe-7s-users {
  color: #78A74D;
  font-size: 16px
}

.srv .crd__foot {
  padding: 0 24px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between
}

.srv .crd__price-block {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.srv .crd__price {
  font-size: 28px;
  line-height: 1.1;
  color: #1e2a14;
  font-weight: 700
}

.srv .crd__price-terms {
  font-size: 14px;
  color: #78A74D
}

.srv .crd__price-note {
  font-size: 14px;
  color: #7a8a68;
  font-style: italic
}

.srv .crd__btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #78A74D;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  padding: 12px 24px;
  border-radius: 5px;
  text-decoration: none;
  border: 2px solid #78A74D;
  transition: background .15s ease-out, color .15s ease-out, border-color .15s ease-out;
  position: relative
}

.srv .crd__btn::before {
  content: '';
  position: absolute;
  inset: 3px;
  border: 1.5px solid #fff0;
  border-radius: 2px;
  transition: border-color .18s ease-out
}

.srv .crd__btn:hover {
  background: #5e8a35;
  border-color: #5e8a35
}

.srv .crd__btn:hover::before {
  border-color: #ffffff73
}

.srv .crd__btn:focus {
  outline: 3px solid #ACCFB0;
  outline-offset: 2px
}

.srv .validate-strip {
  background: linear-gradient(323deg, #ACCFB0 0%, #e8f2e4 40%, #FBFCFA 100%);
  padding: 80px 40px;
  position: relative
}

.srv .validate-strip__geo {
  position: absolute;
  top: -40px;
  right: 80px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  border: 40px solid #accfb038;
  pointer-events: none
}

.srv .validate-strip__inner {
  max-width: 1500px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center
}

.srv .validate-strip__text-col {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.srv .validate-strip__accent-line {
  width: 48px;
  height: 3px;
  background: #78A74D;
  border-radius: 2px
}

.srv .validate-strip__h2 {
  font-size: 38px;
  line-height: 1.1;
  color: #1e2a14;
  margin: 0;
  letter-spacing: -.015em
}

.srv .validate-strip__body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px
}

.srv .validate-strip__p {
  font-size: 17px;
  line-height: 1.9;
  color: #3a4a2a;
  margin: 0
}

.srv .validate-strip__steps {
  display: flex;
  flex-direction: column;
  gap: 0;
  position: relative
}

.srv .validate-strip__steps::before {
  content: '';
  position: absolute;
  left: 20px;
  top: 24px;
  bottom: 24px;
  width: 2px;
  background: linear-gradient(180deg, #78A74D 0%, #ACCFB0 100%)
}

.srv .vstep {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  padding: 24px 0;
  position: relative
}

.srv .vstep__icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #78A74D;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 17px;
  position: relative;
  z-index: 1
}

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

.srv .vstep__label {
  font-size: 17px;
  font-weight: 700;
  color: #1e2a14;
  line-height: 1.1
}

.srv .vstep__sub {
  font-size: 14px;
  color: #5a6a48;
  line-height: 1.5
}

.srv .feed-area {
  padding: 80px 40px;
  max-width: 1500px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 3fr 1fr;
  gap: 40px;
  align-items: start
}

.srv .feed-area__left {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.srv .feed-area__accent-line {
  width: 48px;
  height: 3px;
  background: #78A74D;
  border-radius: 2px
}

.srv .feed-area__h2 {
  font-size: 38px;
  line-height: 1.1;
  color: #1e2a14;
  margin: 0;
  letter-spacing: -.015em
}

.srv .feed-area__img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  border-radius: 9px;
  display: block;
  box-shadow: -1px 5px 14px 1px #78a74d1c
}

.srv .feed-area__right {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.srv .feed-area__right-label {
  font-size: 14px;
  color: #78A74D;
  letter-spacing: .07em;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 8px
}

.srv .feed-entry {
  background: #fff;
  border-radius: 5px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  box-shadow: -1px 3px 3px 1px #78a74d12;
  transition: box-shadow .2s ease-out
}

.srv .feed-entry:hover {
  box-shadow: -1px 5px 14px 1px #78a74d1c
}

.srv .feed-entry__top {
  display: flex;
  align-items: center;
  gap: 8px
}

.srv .feed-entry__icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #ACCFB0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 14px;
  color: #1e2a14
}

.srv .feed-entry__time {
  font-size: 14px;
  color: #7a8a68
}

.srv .feed-entry__desc {
  font-size: 14px;
  line-height: 1.5;
  color: #3a4a2a;
  margin: 0
}

.srv .img-band {
  position: relative;
  overflow: hidden
}

.srv .img-band__bg {
  width: 100%;
  height: 340px;
  object-fit: cover;
  display: block;
  filter: grayscale(1)
}

.srv .img-band__tint {
  position: absolute;
  inset: 0;
  background: linear-gradient(323deg, #78a74db8 0%, #accfb08c 60%, #fbfcfa2e 100%)
}

.srv .img-band__copy {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  text-align: center;
  padding: 40px
}

.srv .img-band__h2 {
  font-size: 38px;
  line-height: 1.1;
  color: #fff;
  margin: 0;
  letter-spacing: -.015em;
  text-shadow: 0 2px 8px #1e2a144d
}

.srv .img-band__sub {
  font-size: 17px;
  line-height: 1.5;
  color: #ffffffe6;
  max-width: 560px;
  margin: 0
}

.srv .img-band__cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  color: #78A74D;
  font-size: 17px;
  font-weight: 700;
  padding: 12px 40px;
  border-radius: 5px;
  text-decoration: none;
  border: 2px solid #fff;
  transition: background .15s ease-out, color .15s ease-out;
  position: relative
}

.srv .img-band__cta::before {
  content: '';
  position: absolute;
  inset: 3px;
  border: 1.5px solid #78a74d00;
  border-radius: 2px;
  transition: border-color .18s ease-out
}

.srv .img-band__cta:hover {
  background: #78A74D;
  color: #fff
}

.srv .img-band__cta:hover::before {
  border-color: #fff6
}

.srv .img-band__cta:focus {
  outline: 3px solid #ACCFB0;
  outline-offset: 2px
}

@keyframes srv-bg-breathe {

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

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

.srv .validate-strip {
  background: linear-gradient(323deg, #ACCFB0, #e8f2e4, #FBFCFA, #d4ebd8);
  background-size: 300% 300%;
  animation: srv-bg-breathe 8s ease-in-out infinite
}

@keyframes srv-line-expand {

  0%,
  100% {
    width: 48px
  }

  50% {
    width: 80px
  }
}

.srv .validate-strip__accent-line {
  animation: srv-line-expand 4s ease-in-out infinite
}

@media (max-width: 1024px) {
  .srv .pg-top {
    grid-template-columns: 1fr;
    padding: 40px 24px
  }

  .srv .pg-top__stat {
    text-align: left
  }

  .srv .card-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .srv .cards-area {
    padding: 0 24px 80px
  }

  .srv .validate-strip__inner {
    grid-template-columns: 1fr;
    gap: 40px
  }

  .srv .validate-strip {
    padding: 80px 24px
  }

  .srv .feed-area {
    grid-template-columns: 1fr;
    padding: 80px 24px
  }
}

@media (max-width: 768px) {
  .srv .pg-top__h1 {
    font-size: 38px
  }

  .srv .card-grid {
    grid-template-columns: 1fr
  }

  .srv .validate-strip__body {
    grid-template-columns: 1fr
  }

  .srv .validate-strip__h2 {
    font-size: 28px
  }

  .srv .feed-area__h2 {
    font-size: 28px
  }

  .srv .img-band__h2 {
    font-size: 28px
  }

  .srv .img-band__bg {
    height: 480px
  }
}

@media (max-width: 480px) {
  .srv .pg-top {
    padding: 40px 24px 24px
  }

  .srv .pg-top__h1 {
    font-size: 28px
  }

  .srv .pg-top__stat-num {
    font-size: 54px
  }

  .srv .crd__foot {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px
  }

  .srv .crd__btn {
    width: 100%;
    justify-content: center
  }

  .srv .validate-strip {
    padding: 40px 24px
  }

  .srv .feed-area {
    padding: 40px 24px
  }
}

.prtl {
  max-width: 1500px;
  margin: 0 auto;
  overflow: hidden
}

.prtl .ttl {
  padding: 80px 80px 120px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  background: #FBFCFA;
  position: relative
}

.prtl .ttl__deco {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 80px 80px 0;
  border-color: transparent #ACCFB0 transparent transparent;
  pointer-events: none
}

.prtl .ttl__deco--bl {
  top: auto;
  bottom: 0;
  left: 0;
  border-width: 80px 0 0 80px;
  border-color: transparent transparent transparent #ACCFB0;
  right: auto
}

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

.prtl .ttl__eyebrow {
  font-size: 14px;
  letter-spacing: .08em;
  color: #78A74D;
  text-transform: uppercase;
  font-weight: 600
}

.prtl .ttl__h1 {
  font-size: 54px;
  line-height: 1.1;
  letter-spacing: -.02em;
  color: #1b2a0f;
  margin: 0
}

.prtl .ttl__h1 .framed {
  display: inline;
  border: 1.5px solid #78A74D;
  border-radius: 5px;
  padding: 0 8px
}

.prtl .ttl__desc {
  font-size: 17px;
  line-height: 1.9;
  color: #2e3d1f;
  margin: 0
}

.prtl .ttl__links {
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: center
}

.prtl .ttl__btn {
  display: inline-block;
  padding: 24px 40px;
  background: #78A74D;
  color: #FBFCFA;
  font-size: 17px;
  font-weight: 700;
  border-radius: 9px;
  text-decoration: none;
  border: 2px solid #78A74D;
  box-shadow: -1px 5px 14px 1px #78a74d1c;
  transition: background .18s ease-out, box-shadow .22s ease-out;
  position: relative
}

.prtl .ttl__btn::after {
  content: '';
  position: absolute;
  inset: 4px;
  border: 1.5px solid #fbfcfa73;
  border-radius: 5px;
  opacity: 0;
  transition: opacity .15s ease-out
}

.prtl .ttl__btn:hover {
  background: #5e8a38;
  box-shadow: -1px 10px 36px 1px #78a74d1a
}

.prtl .ttl__btn:hover::after {
  opacity: 1
}

.prtl .ttl__link {
  font-size: 17px;
  color: #78A74D;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color .14s ease-out
}

.prtl .ttl__link:hover {
  color: #5e8a38
}

.prtl .ttl__img-wrap {
  position: relative;
  border-radius: 9px;
  overflow: hidden;
  box-shadow: -1px 10px 36px 1px #78a74d1a
}

.prtl .ttl__img-wrap::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(323deg, #78a74d38 0%, #accfb024 55%, #fbfcfa14 100%);
  z-index: 1;
  pointer-events: none
}

.prtl .ttl__img-deco {
  position: absolute;
  bottom: -24px;
  right: -24px;
  width: 120px;
  height: 120px;
  border: 2px solid #ACCFB0;
  border-radius: 9px;
  z-index: 0;
  pointer-events: none
}

.prtl .ttl__img {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  filter: saturate(0.9);
  border-radius: 9px
}

.prtl .div-tri {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  background: #FBFCFA;
  position: relative
}

.prtl .div-tri svg {
  display: block
}

.prtl .div-tri--dark {
  background: #edf2e8
}

.prtl .team {
  padding: 80px;
  background: #edf2e8;
  position: relative
}

.prtl .team__top {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin-bottom: 40px
}

.prtl .team__accent {
  width: 40px;
  height: 3px;
  background: #78A74D;
  border-radius: 2px
}

.prtl .team__h2 {
  font-size: 38px;
  line-height: 1.1;
  letter-spacing: -.02em;
  color: #1b2a0f;
  margin: 0;
  text-align: center
}

.prtl .team__sub {
  font-size: 17px;
  line-height: 1.9;
  color: #2e3d1f;
  text-align: center;
  max-width: 600px;
  margin: 8px auto 0
}

.prtl .team__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px
}

.prtl .team__card {
  background: #FBFCFA;
  border-radius: 9px;
  padding: 40px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  border-right: 3px solid #78A74D;
  box-shadow: -1px 3px 3px 1px #78a74d12;
  transition: box-shadow .2s ease-out, transform .18s ease-out;
  text-align: center
}

.prtl .team__card:hover {
  box-shadow: -1px 10px 36px 1px #78a74d1a;
  transform: translateY(-4px)
}

.prtl .team__icon {
  width: 48px;
  height: 48px;
  background: linear-gradient(323deg, #78A74D 0%, #ACCFB0 70%, #FBFCFA 100%);
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px
}

.prtl .team__icon pe-7s {
  font-size: 24px;
  color: #FBFCFA
}

.prtl .team__name {
  font-size: 21px;
  font-weight: 700;
  color: #1b2a0f;
  margin: 0
}

.prtl .team__role {
  font-size: 14px;
  color: #78A74D;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase
}

.prtl .team__bio {
  font-size: 14px;
  line-height: 1.9;
  color: #2e3d1f;
  margin: 0
}

.prtl .team__img-strip {
  margin-top: 40px;
  border-radius: 9px;
  overflow: hidden;
  position: relative;
  box-shadow: -1px 5px 14px 1px #78a74d1c
}

.prtl .team__img-strip::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(323deg, #78a74d47 0%, #accfb01a 60%, #fbfcfa0a 100%);
  pointer-events: none
}

.prtl .team__img {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  filter: saturate(0.85)
}

.prtl .outcome {
  padding: 80px;
  background: #FBFCFA;
  position: relative
}

.prtl .outcome__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start
}

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

.prtl .outcome__accent {
  width: 40px;
  height: 3px;
  background: #78A74D;
  border-radius: 2px
}

.prtl .outcome__h2 {
  font-size: 38px;
  line-height: 1.1;
  letter-spacing: -.02em;
  color: #1b2a0f;
  margin: 0
}

.prtl .outcome__cols {
  column-count: 2;
  column-gap: 24px
}

.prtl .outcome__p {
  font-size: 17px;
  line-height: 1.9;
  color: #2e3d1f;
  margin: 0 0 24px;
  break-inside: avoid
}

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

.prtl .outcome__stat {
  background: linear-gradient(323deg, #78A74D 0%, #ACCFB0 70%, #FBFCFA 100%);
  border-radius: 9px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  box-shadow: -1px 5px 14px 1px #78a74d1c
}

.prtl .outcome__stat-num {
  font-size: 54px;
  font-weight: 700;
  line-height: 1.1;
  color: #FBFCFA;
  letter-spacing: -.03em
}

.prtl .outcome__stat-label {
  font-size: 17px;
  color: #FBFCFA;
  line-height: 1.5
}

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

.prtl .outcome__list li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 17px;
  line-height: 1.5;
  color: #2e3d1f
}

.prtl .outcome__list li .oi {
  flex-shrink: 0;
  margin-top: 3px;
  color: #78A74D;
  font-size: 17px
}

.prtl .invest {
  padding: 80px;
  background: #1b2a0f;
  position: relative
}

.prtl .invest__deco-tr {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 60px 60px 0;
  border-color: transparent #78A74D transparent transparent;
  pointer-events: none
}

.prtl .invest__deco-bl {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 60px 0 0 60px;
  border-color: transparent transparent transparent #78A74D;
  pointer-events: none
}

.prtl .invest__top {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin-bottom: 40px
}

.prtl .invest__accent {
  width: 40px;
  height: 3px;
  background: #78A74D;
  border-radius: 2px
}

.prtl .invest__h2 {
  font-size: 38px;
  line-height: 1.1;
  letter-spacing: -.02em;
  color: #FBFCFA;
  margin: 0;
  text-align: center
}

.prtl .invest__sub {
  font-size: 17px;
  line-height: 1.9;
  color: #ACCFB0;
  text-align: center;
  max-width: 560px;
  margin: 0 auto
}

.prtl .invest__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 40px
}

.prtl .invest__item {
  border: 1.5px solid #accfb040;
  border-radius: 9px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  transition: border-color .2s ease-out, box-shadow .22s ease-out
}

.prtl .invest__item:hover {
  border-color: #78A74D;
  box-shadow: -1px 5px 14px 1px #78a74d1c
}

.prtl .invest__item-icon {
  font-size: 28px;
  color: #78A74D
}

.prtl .invest__item-h {
  font-size: 21px;
  font-weight: 700;
  color: #FBFCFA;
  margin: 0
}

.prtl .invest__item-p {
  font-size: 17px;
  line-height: 1.9;
  color: #ACCFB0;
  margin: 0
}

.prtl .invest__img-wrap {
  margin-top: 40px;
  border-radius: 9px;
  overflow: hidden;
  position: relative;
  box-shadow: -1px 10px 36px 1px #78a74d1a
}

.prtl .invest__img-wrap::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(323deg, #1b2a0f8c 0%, #78a74d2e 60%, #accfb014 100%);
  pointer-events: none
}

.prtl .invest__img {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  filter: saturate(0.75)
}

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

  15% {
    transform: translateX(-5px)
  }

  30% {
    transform: translateX(5px)
  }

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

  60% {
    transform: translateX(4px)
  }

  75% {
    transform: translateX(-2px)
  }

  90% {
    transform: translateX(2px)
  }

  100% {
    transform: translateX(0)
  }
}

.prtl .ttl__btn {
  animation: shake .6s cubic-bezier(0.4, 0, 0.6, 1) 2.5s 1
}

.prtl .rating-bar {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  margin-top: 8px
}

.prtl .rating-bar__stars {
  display: flex;
  flex-direction: row;
  gap: 4px
}

.prtl .rating-bar__star {
  width: 16px;
  height: 16px
}

.prtl .rating-bar__val {
  font-size: 14px;
  color: #78A74D;
  font-weight: 700
}

.prtl .rating-bar__count {
  font-size: 14px;
  color: #2e3d1f
}

@media (max-width: 1024px) {
  .prtl .ttl {
    grid-template-columns: 1fr;
    padding: 80px 40px;
    gap: 40px
  }

  .prtl .ttl__h1 {
    font-size: 38px
  }

  .prtl .team {
    padding: 80px 40px
  }

  .prtl .team__grid {
    grid-template-columns: 1fr 1fr
  }

  .prtl .outcome {
    padding: 80px 40px
  }

  .prtl .outcome__inner {
    grid-template-columns: 1fr;
    gap: 40px
  }

  .prtl .outcome__cols {
    column-count: 1
  }

  .prtl .invest {
    padding: 80px 40px
  }

  .prtl .invest__grid {
    grid-template-columns: 1fr
  }
}

@media (max-width: 768px) {
  .prtl .ttl {
    padding: 40px 24px 80px;
    gap: 24px
  }

  .prtl .ttl__h1 {
    font-size: 28px
  }

  .prtl .ttl__btn {
    padding: 24px;
    font-size: 14px
  }

  .prtl .team {
    padding: 40px 24px
  }

  .prtl .team__grid {
    grid-template-columns: 1fr
  }

  .prtl .team__h2 {
    font-size: 28px
  }

  .prtl .outcome {
    padding: 40px 24px
  }

  .prtl .outcome__h2 {
    font-size: 28px
  }

  .prtl .outcome__stat-num {
    font-size: 38px
  }

  .prtl .invest {
    padding: 40px 24px
  }

  .prtl .invest__h2 {
    font-size: 28px
  }

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

@media (max-width: 480px) {
  .prtl .ttl {
    padding: 24px 24px 80px
  }

  .prtl .ttl__h1 {
    font-size: 21px
  }

  .prtl .team {
    padding: 40px 24px
  }

  .prtl .invest__item {
    padding: 24px
  }

  .prtl .outcome__stat {
    padding: 24px
  }
}

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

.succ .card {
  max-width: 560px;
  width: 100%;
  background: #fff;
  border: 1px solid #ACCFB0;
  border-radius: 9px;
  padding: 40px;
  box-shadow: -1px 5px 14px 1px #accfb01c;
  text-align: center
}

.succ .card__icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 24px;
  display: flex;
  align-items: center;
  justify-content: center
}

.succ .card__icon svg {
  width: 56px;
  height: 56px
}

.succ .card__title {
  font-size: 28px;
  line-height: 1.1;
  letter-spacing: -.02em;
  color: #2d3a22;
  margin: 0 0 8px;
  font-weight: 700
}

.succ .card__sub {
  font-size: 17px;
  line-height: 1.5;
  color: #4a5c38;
  margin: 0 0 40px
}

.succ .card__divider {
  width: 40px;
  height: 2px;
  background: #78A74D;
  border-radius: 2px;
  margin: 0 auto 40px
}

.succ .card__note {
  font-size: 14px;
  line-height: 1.5;
  color: #5a6e4a;
  margin: 0 0 40px
}

.succ .card__btn {
  display: inline-block;
  padding: 24px 40px;
  background: #78A74D;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  border-radius: 5px;
  text-decoration: none;
  border: 2px solid #78A74D;
  transition: background .18s ease-out, color .18s ease-out, border-color .22s cubic-bezier(0.4, 0, 0.6, 1);
  position: relative
}

.succ .card__btn::after {
  content: '';
  position: absolute;
  inset: 3px;
  border: 1.5px solid #fff0;
  border-radius: 2px;
  transition: border-color .22s cubic-bezier(0.4, 0, 0.6, 1)
}

.succ .card__btn:hover {
  background: #5e8a35;
  border-color: #5e8a35
}

.succ .card__btn:hover::after {
  border-color: #ffffff73
}

.succ .card__btn:focus-visible {
  outline: 2px solid #78A74D;
  outline-offset: 3px
}

@media (max-width: 480px) {
  .succ {
    padding: 40px 24px
  }

  .succ .card {
    padding: 40px 24px
  }

  .succ .card__title {
    font-size: 21px
  }

  .succ .card__btn {
    padding: 24px;
    font-size: 14px
  }
}