html {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  scroll-behavior: auto
}

body {
  margin: 0;
  min-height: 100dvh;
  overflow-x: hidden
}

:focus-visible {
  outline: 2px solid #6DBBC3;
  outline-offset: 3px;
  box-shadow: 0 0 0 5px #6dbbc338
}

.top-strip {
  background: linear-gradient(90deg, #6DBBC3 0%, #9ADABB 100%);
  padding: 10px 20px
}

.top-strip-shell {
  align-items: center;
  display: flex;
  gap: 40px;
  justify-content: flex-end;
  margin: 0 auto;
  max-width: 1280px
}

.top-strip-link {
  align-items: center;
  color: #1b4a50;
  display: flex;
  font-family: 'Nunito', sans-serif;
  font-size: 14px;
  font-weight: 600;
  gap: 10px;
  letter-spacing: .04em;
  text-decoration: none;
  transition: color 280ms cubic-bezier(0.34, 1.56, 0.64, 1)
}

.top-strip-link:hover {
  color: #fff
}

.strip-icon {
  display: inline-block;
  flex-shrink: 0;
  height: 16px;
  width: 16px
}

.strip-icon svg {
  display: block;
  height: 100%;
  width: 100%
}

.primary-nav-bar {
  background-color: #fff;
  border-bottom: 1.5px solid #DDF1D7;
  box-shadow: 0 2px 6px 0 #6dbbc30f;
  padding: 10px 20px
}

.primary-nav-shell {
  align-items: center;
  display: flex;
  gap: 20px;
  justify-content: flex-end;
  margin: 0 auto;
  max-width: 1280px
}

.nav-link {
  border-bottom: 2px solid transparent;
  color: #1b4a50;
  font-family: 'Nunito', sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: .02em;
  min-height: 44px;
  padding: 10px;
  position: relative;
  text-decoration: none;
  transition: color 260ms cubic-bezier(0.34, 1.56, 0.64, 1), border-color 320ms cubic-bezier(0.34, 1.56, 0.64, 1)
}

.nav-link::after {
  background: #6DBBC3;
  bottom: -2px;
  content: '';
  height: 2px;
  left: 0;
  position: absolute;
  transition: width 300ms cubic-bezier(0.34, 1.56, 0.64, 1);
  width: 0
}

.nav-link:hover {
  color: #6DBBC3
}

.nav-link:hover::after {
  width: 100%
}

.nav-link.active {
  color: #6DBBC3
}

.nav-link.active::after {
  width: 100%
}

.brand-bar {
  background: linear-gradient(180deg, #fff 0%, #ddf1d761 70%, #ddf1d700 100%);
  padding: 20px 20px 40px
}

.brand-bar-shell {
  align-items: center;
  display: flex;
  gap: 20px;
  margin: 0 auto;
  max-width: 1280px
}

.logo-zone {
  background-color: #fff;
  border-radius: 18px;
  border: 2px solid #9ADABB;
  box-shadow: 0 4px 25px 0 #6dbbc314;
  flex-shrink: 0;
  padding: 10px 20px;
  position: relative
}

.logo-zone::before {
  background: linear-gradient(180deg, #6DBBC3 0%, #9ADABB 100%);
  border-radius: 3px 0 0 3px;
  bottom: 10px;
  content: '';
  left: 0;
  position: absolute;
  top: 10px;
  width: 4px
}

.logo-image {
  display: block;
  height: 80px;
  object-fit: contain;
  object-position: center;
  width: 160px
}

.brand-tagline {
  color: #2c6b72;
  font-family: 'Nunito', sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .12em;
  line-height: 1.3;
  margin-top: 10px;
  text-transform: uppercase
}

@media (max-width: 768px) {
  .top-strip-shell {
    gap: 20px;
    justify-content: center
  }

  .primary-nav-shell {
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center
  }

  .brand-bar-shell {
    flex-direction: column;
    align-items: flex-start
  }
}

@media (max-width: 375px) {
  .top-strip-link {
    font-size: 14px
  }

  .nav-link {
    font-size: 14px;
    padding: 10px
  }

  .logo-image {
    height: 60px;
    width: 120px
  }
}

.site-footer {
  background-color: #1b4a50
}

.footer-upper {
  padding: 40px 20px
}

.footer-upper-shell {
  display: flex;
  gap: 40px;
  margin: 0 auto;
  max-width: 1280px
}

.footer-brand-col {
  flex: 0 0 auto;
  max-width: 280px;
  min-width: 200px
}

.footer-logo-mount {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 25px 0 #9adabb14;
  display: inline-flex;
  margin-bottom: 20px;
  padding: 10px 20px
}

.footer-logo-image {
  display: block;
  height: 60px;
  object-fit: contain;
  object-position: center;
  width: 120px
}

.footer-address {
  color: #9ADABB;
  font-family: 'Nunito', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.9
}

.footer-contact-link {
  color: #DDF1D7;
  display: block;
  font-family: 'Nunito', sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .03em;
  margin-top: 10px;
  text-decoration: none;
  transition: color 280ms cubic-bezier(0.34, 1.56, 0.64, 1)
}

.footer-contact-link:hover {
  color: #6DBBC3
}

.footer-nav-col {
  flex: 1
}

.footer-nav-label {
  color: #6DBBC3;
  font-family: 'Nunito', sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .1em;
  margin-bottom: 20px;
  text-transform: uppercase
}

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

.footer-nav-list a {
  color: #9ADABB;
  font-family: 'Nunito', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  text-decoration: none;
  transition: color 260ms cubic-bezier(0.34, 1.56, 0.64, 1)
}

.footer-nav-list a:hover {
  color: #DDF1D7
}

.footer-lower {
  background-color: #123337;
  padding: 20px
}

.footer-lower-shell {
  align-items: center;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1280px
}

.footer-copy {
  color: #6DBBC3;
  font-family: 'Nunito', sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: .03em;
  line-height: 1.6
}

@media (max-width: 768px) {
  .footer-upper-shell {
    flex-direction: column;
    gap: 40px
  }

  .footer-brand-col {
    max-width: 100%
  }

  .footer-lower-shell {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px
  }
}

@media (max-width: 375px) {
  .footer-upper {
    padding: 40px 10px
  }

  .footer-lower {
    padding: 20px 10px
  }
}

.consent-popup {
  background: #fff;
  border-radius: 10px;
  border: 1.5px solid #9ADABB;
  box-shadow: 0 8px 48px 0 #6dbbc31a;
  display: none;
  left: 20px;
  max-width: 360px;
  padding: 20px;
  position: fixed;
  top: 20px;
  transform: translateY(-120%);
  transition: transform 260ms cubic-bezier(0.34, 1.56, 0.64, 1);
  width: calc(100% - 40px);
  z-index: 8000
}

.consent-popup.visible {
  transform: translateY(0)
}

.consent-icon-mark {
  display: block;
  height: 32px;
  margin-bottom: 10px;
  width: 32px
}

.consent-icon-mark svg {
  display: block;
  height: 100%;
  width: 100%
}

.consent-text {
  color: #1b4a50;
  font-family: 'Nunito', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 20px
}

.consent-text strong {
  font-weight: 700
}

.consent-opt-out-row {
  align-items: center;
  display: flex;
  gap: 10px;
  margin-bottom: 20px
}

.consent-opt-out-row input[type="checkbox"] {
  accent-color: #6DBBC3;
  flex-shrink: 0;
  height: 18px;
  width: 18px
}

.consent-opt-out-label {
  color: #2c6b72;
  font-family: 'Nunito', sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3
}

.consent-actions {
  align-items: center;
  display: flex;
  gap: 20px
}

.consent-accept-button {
  background: #6DBBC3;
  border-radius: 6px;
  border: none;
  color: #fff;
  cursor: pointer;
  font-family: 'Nunito', sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .05em;
  min-height: 44px;
  padding: 10px 20px;
  position: relative;
  text-transform: uppercase;
  transition: background 280ms cubic-bezier(0.34, 1.56, 0.64, 1)
}

.consent-accept-button::before {
  border-radius: 6px;
  border: 2px solid #6DBBC3;
  bottom: -3px;
  content: '';
  left: -3px;
  opacity: 0;
  position: absolute;
  right: -3px;
  top: -3px;
  transition: opacity 280ms cubic-bezier(0.34, 1.56, 0.64, 1)
}

.consent-accept-button:hover {
  background: #5aa8b0
}

.consent-accept-button:hover::before {
  opacity: 1
}

.consent-decline-link {
  background: none;
  border: none;
  color: #2c6b72;
  cursor: pointer;
  font-family: 'Nunito', sans-serif;
  font-size: 14px;
  font-weight: 400;
  min-height: 44px;
  padding: 10px 0;
  text-decoration: underline;
  transition: color 260ms cubic-bezier(0.34, 1.56, 0.64, 1)
}

.consent-decline-link:hover {
  color: #6DBBC3
}

@media (max-width: 375px) {
  .consent-popup {
    left: 10px;
    max-width: calc(100% - 20px);
    width: calc(100% - 20px)
  }
}

.policy-layout {
  max-width: 1280px;
  margin: 0 auto;
  padding: 80px 40px;
  color: #2a2e35
}

.policy-layout h1 {
  font-size: 46px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -.5px;
  margin-bottom: 40px;
  color: #1e2328;
  border-bottom: 2px solid #6DBBC3;
  padding-bottom: 20px
}

.policy-layout h2 {
  font-size: 33px;
  font-weight: 600;
  line-height: 1.3;
  margin-top: 80px;
  margin-bottom: 20px;
  color: #1e2328
}

.policy-layout h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
  margin-top: 40px;
  margin-bottom: 20px;
  color: #2a2e35
}

.policy-layout h4 {
  font-size: 19px;
  font-weight: 600;
  line-height: 1.6;
  margin-top: 40px;
  margin-bottom: 10px;
  color: #2a2e35;
  letter-spacing: .02em
}

.policy-layout h5 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  margin-top: 20px;
  margin-bottom: 10px;
  color: #2a2e35;
  letter-spacing: .06em;
  text-transform: uppercase
}

.policy-layout h6 {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
  margin-top: 20px;
  margin-bottom: 10px;
  color: #4a5260;
  letter-spacing: .1em;
  text-transform: uppercase
}

.policy-layout p {
  font-size: 16px;
  line-height: 1.9;
  margin-bottom: 20px;
  color: #2a2e35
}

.policy-layout strong,
.policy-layout b {
  font-weight: 700;
  color: #1e2328
}

.policy-layout em,
.policy-layout i {
  font-style: italic;
  color: #3a4050
}

.policy-layout a {
  color: #3a8f97;
  text-decoration: underline;
  text-decoration-color: #9ADABB;
  text-underline-offset: 3px;
  transition: color .28s cubic-bezier(0.34, 1.56, 0.64, 1), text-decoration-color .22s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.policy-layout a:hover {
  color: #6DBBC3;
  text-decoration-color: #6DBBC3
}

.policy-layout hr {
  border: none;
  border-top: 1px solid #DDF1D7;
  margin: 80px 0
}

.policy-layout table {
  width: 100%;
  border-collapse: collapse;
  margin: 40px 0;
  font-size: 14px;
  line-height: 1.6;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 25px 0 #6dbbc314
}

.policy-layout thead {
  background-color: #DDF1D7
}

.policy-layout thead th {
  padding: 20px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #1e2328;
  text-align: left;
  border-bottom: 2px solid #9ADABB
}

.policy-layout tbody tr {
  border-bottom: 1px solid #DDF1D7;
  transition: background-color .25s cubic-bezier(0.34, 1.56, 0.64, 1)
}

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

.policy-layout tbody tr:hover {
  background-color: #f4fbf8
}

.policy-layout td {
  padding: 20px;
  color: #2a2e35;
  vertical-align: top;
  font-size: 14px;
  line-height: 1.6
}

.policy-layout div {
  margin-bottom: 20px
}

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

  .policy-layout h1 {
    font-size: 33px
  }

  .policy-layout h2 {
    font-size: 24px
  }
}

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

  .policy-layout h1 {
    font-size: 24px;
    margin-bottom: 20px;
    padding-bottom: 20px
  }

  .policy-layout h2 {
    font-size: 19px;
    margin-top: 40px
  }

  .policy-layout h3 {
    font-size: 16px
  }

  .policy-layout table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
  }
}

@media (max-width: 375px) {
  .policy-layout {
    padding: 40px 10px
  }

  .policy-layout h1 {
    font-size: 19px
  }

  .policy-layout h2 {
    font-size: 16px
  }

  .policy-layout h3,
  .policy-layout h4 {
    font-size: 14px
  }
}

.about-us-page {
  background-color: #f5f7f6;
  overflow-x: clip
}

.about-us-page .split-panel {
  display: flex;
  flex-direction: row;
  max-width: 1280px;
  margin: 0 auto;
  padding: 80px 40px;
  gap: 80px;
  align-items: center
}

.about-us-page .split-panel .image-side {
  flex: 0 0 48%;
  position: relative;
  border-radius: 18px;
  overflow: hidden
}

.about-us-page .split-panel .image-side img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  object-position: center;
  display: block;
  border-radius: 18px
}

.about-us-page .split-panel .image-side .caption-layer {
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, #6dbbc3d1 0%, #9adabbb8 100%);
  border-radius: 18px;
  display: flex;
  align-items: flex-end;
  padding: 40px;
  opacity: 0;
  transition: opacity .28s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.about-us-page .split-panel .image-side:hover .caption-layer {
  opacity: 1
}

.about-us-page .split-panel .image-side .caption-layer p {
  color: #fff;
  font-size: 16px;
  line-height: 1.6;
  margin: 0
}

.about-us-page .split-panel .image-side .diagonal-accent {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 64px 64px 0;
  border-color: transparent #6dbbc359 transparent transparent;
  border-radius: 0 18px 0 0;
  pointer-events: none
}

.about-us-page .split-panel .text-side {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px
}

.about-us-page .split-panel .text-side .label-tag {
  display: inline-block;
  font-size: 14px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #6DBBC3;
  border: 1px solid #6dbbc366;
  border-radius: 6px;
  padding: 10px 20px;
  width: fit-content
}

.about-us-page .split-panel .text-side h1 {
  font-size: 46px;
  line-height: 1.1;
  color: #1e2d2f;
  margin: 0;
  text-transform: uppercase
}

.about-us-page .split-panel .text-side .brief-text {
  font-size: 19px;
  line-height: 1.6;
  color: #2e4245;
  margin: 0
}

.about-us-page .split-panel .text-side .thesis-row {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 10px
}

.about-us-page .split-panel .text-side .thesis-item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 20px
}

.about-us-page .split-panel .text-side .thesis-dot {
  width: 10px;
  height: 10px;
  border-radius: 3px;
  background: #9ADABB;
  flex-shrink: 0;
  margin-top: 6px
}

.about-us-page .split-panel .text-side .thesis-item p {
  font-size: 16px;
  line-height: 1.6;
  color: #2e4245;
  margin: 0
}

.about-us-page .curved-divider {
  width: 100%;
  line-height: 0;
  overflow: hidden
}

.about-us-page .curved-divider svg {
  display: block;
  width: 100%
}

.about-us-page .metrics-band {
  background: linear-gradient(112deg, #6DBBC3 0%, #9ADABB 60%, #DDF1D7 100%);
  padding: 80px 40px
}

.about-us-page .metrics-band .metrics-inner {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 40px
}

.about-us-page .metrics-band .metric-cell {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 10px
}

.about-us-page .metrics-band .metric-cell .metric-number {
  font-size: 62px;
  line-height: 1.1;
  color: #fff;
  font-weight: 700;
  transition: transform .32s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.about-us-page .metrics-band .metric-cell:hover .metric-number {
  transform: scale(1.08)
}

.about-us-page .metrics-band .metric-cell .metric-label {
  font-size: 14px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #1e2d2f;
  line-height: 1.3
}

.about-us-page .metrics-band .metric-cell .metric-desc {
  font-size: 14px;
  line-height: 1.6;
  color: #1e3033;
  margin: 0
}

.about-us-page .approach-strip {
  background-color: #fff;
  padding: 80px 40px;
  position: relative
}

.about-us-page .approach-strip .diagonal-line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden
}

.about-us-page .approach-strip .diagonal-line svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.about-us-page .approach-strip .approach-inner {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
  position: relative
}

.about-us-page .approach-strip .approach-header {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px
}

.about-us-page .approach-strip .approach-header h2 {
  font-size: 33px;
  line-height: 1.3;
  color: #1e2d2f;
  margin: 0;
  max-width: 420px
}

.about-us-page .approach-strip .approach-header .header-note {
  font-size: 16px;
  line-height: 1.6;
  color: #3a5558;
  max-width: 360px;
  text-align: right;
  margin: 0
}

.about-us-page .approach-strip .steps-trail {
  display: flex;
  flex-direction: row;
  gap: 0;
  align-items: flex-start
}

.about-us-page .approach-strip .step-node {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  position: relative
}

.about-us-page .approach-strip .step-node:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 18px;
  left: calc(50% + 18px);
  width: calc(100% - 36px);
  height: 2px;
  background: linear-gradient(90deg, #9ADABB, #DDF1D7)
}

.about-us-page .approach-strip .step-dot {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: #6DBBC3;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: transform .25s cubic-bezier(0.34, 1.56, 0.64, 1), background .25s cubic-bezier(0.34, 1.56, 0.64, 1);
  z-index: 1
}

.about-us-page .approach-strip .step-node:hover .step-dot {
  transform: scale(1.18);
  background: #9ADABB
}

.about-us-page .approach-strip .step-dot span {
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  letter-spacing: .04em
}

.about-us-page .approach-strip .step-body {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0 10px
}

.about-us-page .approach-strip .step-body h4 {
  font-size: 16px;
  line-height: 1.3;
  color: #1e2d2f;
  margin: 0
}

.about-us-page .approach-strip .step-body p {
  font-size: 14px;
  line-height: 1.6;
  color: #3a5558;
  margin: 0
}

.about-us-page .team-section {
  background-color: #f0f8f5;
  padding: 80px 40px
}

.about-us-page .team-section .team-inner {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 40px
}

.about-us-page .team-section .team-header {
  display: flex;
  flex-direction: column;
  gap: 10px
}

.about-us-page .team-section .team-header h2 {
  font-size: 33px;
  line-height: 1.3;
  color: #1e2d2f;
  margin: 0;
  text-transform: uppercase
}

.about-us-page .team-section .team-header p {
  font-size: 16px;
  line-height: 1.6;
  color: #3a5558;
  max-width: 520px;
  margin: 0
}

.about-us-page .team-section .team-grid {
  display: grid;
  grid-template-columns: 280px 1fr 1fr;
  gap: 40px;
  align-items: start
}

.about-us-page .team-section .portrait-card {
  display: flex;
  flex-direction: column;
  gap: 20px
}

.about-us-page .team-section .portrait-card .portrait-frame {
  border-radius: 18px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 4px 25px 0 #6dbbc314
}

.about-us-page .team-section .portrait-card .portrait-frame img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  object-position: center;
  display: block;
  aspect-ratio: 2/3;
  transition: transform .32s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.about-us-page .team-section .portrait-card .portrait-frame:hover img {
  transform: scale(1.04)
}

.about-us-page .team-section .portrait-card .portrait-frame .caption-layer {
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, #6dbbc3d1 0%, #9adabbb8 100%);
  display: flex;
  align-items: flex-end;
  padding: 20px;
  opacity: 0;
  transition: opacity .28s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.about-us-page .team-section .portrait-card .portrait-frame:hover .caption-layer {
  opacity: 1
}

.about-us-page .team-section .portrait-card .portrait-frame .caption-layer p {
  color: #fff;
  font-size: 14px;
  line-height: 1.6;
  margin: 0
}

.about-us-page .team-section .portrait-card .person-info h4 {
  font-size: 19px;
  line-height: 1.3;
  color: #1e2d2f;
  margin: 0 0 10px
}

.about-us-page .team-section .portrait-card .person-info p {
  font-size: 14px;
  line-height: 1.6;
  color: #3a5558;
  margin: 0
}

.about-us-page .team-section .values-stack {
  display: flex;
  flex-direction: column;
  gap: 20px
}

.about-us-page .team-section .value-row {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 20px;
  box-shadow: 0 2px 6px 0 #6dbbc30f;
  transition: transform .28s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow .28s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.about-us-page .team-section .value-row:hover {
  transform: scale(1.02);
  box-shadow: 0 4px 25px 0 #6dbbc314
}

.about-us-page .team-section .value-icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: linear-gradient(135deg, #DDF1D7, #9ADABB);
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center
}

.about-us-page .team-section .value-text h5 {
  font-size: 16px;
  line-height: 1.3;
  color: #1e2d2f;
  margin: 0 0 10px
}

.about-us-page .team-section .value-text p {
  font-size: 14px;
  line-height: 1.6;
  color: #3a5558;
  margin: 0
}

.about-us-page .team-section .image-pair {
  display: flex;
  flex-direction: column;
  gap: 20px
}

.about-us-page .team-section .image-pair .img-block {
  border-radius: 18px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 2px 6px 0 #9adabb0f
}

.about-us-page .team-section .image-pair .img-block img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform .32s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.about-us-page .team-section .image-pair .img-block:hover img {
  transform: scale(1.04)
}

.about-us-page .team-section .image-pair .img-block .caption-layer {
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, #6dbbc3d1 0%, #9adabbb8 100%);
  display: flex;
  align-items: flex-end;
  padding: 20px;
  opacity: 0;
  transition: opacity .28s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.about-us-page .team-section .image-pair .img-block:hover .caption-layer {
  opacity: 1
}

.about-us-page .team-section .image-pair .img-block .caption-layer p {
  color: #fff;
  font-size: 14px;
  line-height: 1.6;
  margin: 0
}

.about-us-page .team-section .image-pair .corner-accent {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 48px 48px 0;
  border-color: transparent #6dbbc34d transparent transparent;
  border-radius: 0 18px 0 0;
  pointer-events: none
}

@media (max-width: 1024px) {
  .about-us-page .split-panel {
    flex-direction: column;
    padding: 80px 40px;
    gap: 40px
  }

  .about-us-page .split-panel .image-side {
    flex: none;
    width: 100%
  }

  .about-us-page .split-panel .image-side img {
    height: 380px
  }

  .about-us-page .metrics-band .metrics-inner {
    grid-template-columns: 1fr 1fr
  }

  .about-us-page .approach-strip .approach-header {
    flex-direction: column;
    align-items: flex-start
  }

  .about-us-page .approach-strip .approach-header .header-note {
    text-align: left
  }

  .about-us-page .team-section .team-grid {
    grid-template-columns: 1fr 1fr
  }

  .about-us-page .team-section .portrait-card {
    grid-column: 1 / -1;
    flex-direction: row;
    align-items: flex-start
  }

  .about-us-page .team-section .portrait-card .portrait-frame {
    flex: 0 0 200px
  }
}

@media (max-width: 768px) {
  .about-us-page .split-panel {
    padding: 40px 20px
  }

  .about-us-page .split-panel .text-side h1 {
    font-size: 33px
  }

  .about-us-page .metrics-band {
    padding: 40px 20px
  }

  .about-us-page .metrics-band .metrics-inner {
    grid-template-columns: 1fr 1fr;
    gap: 20px
  }

  .about-us-page .metrics-band .metric-cell .metric-number {
    font-size: 46px
  }

  .about-us-page .approach-strip {
    padding: 40px 20px
  }

  .about-us-page .approach-strip .steps-trail {
    flex-direction: column;
    gap: 20px
  }

  .about-us-page .approach-strip .step-node:not(:last-child)::after {
    display: none
  }

  .about-us-page .approach-strip .step-node {
    flex-direction: row;
    align-items: flex-start;
    gap: 20px
  }

  .about-us-page .approach-strip .step-body {
    text-align: left;
    padding: 0
  }

  .about-us-page .team-section {
    padding: 40px 20px
  }

  .about-us-page .team-section .team-grid {
    grid-template-columns: 1fr
  }

  .about-us-page .team-section .portrait-card {
    flex-direction: column
  }
}

@media (max-width: 375px) {
  .about-us-page .split-panel .text-side h1 {
    font-size: 24px
  }

  .about-us-page .metrics-band .metrics-inner {
    grid-template-columns: 1fr
  }

  .about-us-page .approach-strip .approach-header h2 {
    font-size: 24px
  }
}

.prime {
  background: #fff;
  overflow-x: clip;
  padding: 0;
  margin: 0
}

.prime .title-block {
  padding: 80px 40px;
  max-width: 1280px;
  margin: 0 auto;
  text-align: center;
  position: relative
}

.prime .title-block .abstract-shape-left {
  position: absolute;
  left: 40px;
  top: 40px;
  width: 120px;
  height: 120px;
  border: 2px solid #9ADABB;
  border-radius: 28px;
  opacity: .35;
  pointer-events: none
}

.prime .title-block .abstract-shape-right {
  position: absolute;
  right: 40px;
  bottom: 60px;
  width: 80px;
  height: 80px;
  border: 2px solid #6DBBC3;
  border-radius: 18px;
  opacity: .25;
  pointer-events: none
}

.prime .title-block .abstract-dot {
  position: absolute;
  right: 160px;
  top: 60px;
  width: 18px;
  height: 18px;
  background: #DDF1D7;
  border-radius: 50%;
  pointer-events: none
}

.prime .title-block .punctuation-mark {
  font-size: 62px;
  line-height: 1.1;
  color: #DDF1D7;
  display: block;
  margin-bottom: 20px;
  font-weight: 700;
  letter-spacing: -2px;
  user-select: none
}

.prime .title-block .heading-primary {
  font-size: 62px;
  line-height: 1.1;
  color: #1a2e35;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0 0 20px
}

.prime .title-block .slogan {
  font-size: 19px;
  line-height: 1.6;
  color: #3a5560;
  max-width: 560px;
  margin: 0 auto 40px;
  font-style: italic
}

.prime .title-block .image-frame {
  width: 100%;
  max-width: 860px;
  height: 420px;
  margin: 0 auto;
  border-radius: 18px;
  overflow: hidden
}

.prime .title-block .image-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: grayscale(100%);
  display: block
}

.prime .signal-block {
  background: #f4fbf8;
  padding: 80px 40px
}

.prime .signal-block .signal-inner {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center
}

.prime .signal-block .signal-text .label-tag {
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #6DBBC3;
  margin-bottom: 20px;
  display: block
}

.prime .signal-block .signal-text h2 {
  font-size: 33px;
  line-height: 1.3;
  color: #1a2e35;
  font-weight: 700;
  margin: 0 0 20px
}

.prime .signal-block .signal-text p {
  font-size: 16px;
  line-height: 1.6;
  color: #3a5560;
  margin: 0 0 20px
}

.prime .signal-block .detail-card {
  background: #fff;
  border-radius: 18px;
  padding: 40px;
  box-shadow: 0 4px 25px 0 #6dbbc314
}

.prime .signal-block .detail-card .status-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px
}

.prime .signal-block .detail-card .status-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #9ADABB;
  flex-shrink: 0
}

.prime .signal-block .detail-card .status-label {
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #6DBBC3
}

.prime .signal-block .detail-card .info-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #DDF1D7
}

.prime .signal-block .detail-card .info-row:last-child {
  border-bottom: none
}

.prime .signal-block .detail-card .info-key {
  font-size: 14px;
  line-height: 1.6;
  color: #6a8a94;
  letter-spacing: 1px;
  text-transform: uppercase
}

.prime .signal-block .detail-card .info-val {
  font-size: 16px;
  line-height: 1.6;
  color: #1a2e35;
  font-weight: 600
}

.prime .longterm-block {
  padding: 80px 40px;
  max-width: 1280px;
  margin: 0 auto
}

.prime .longterm-block .lt-header {
  text-align: right;
  margin-bottom: 40px
}

.prime .longterm-block .lt-header h2 {
  font-size: 46px;
  line-height: 1.1;
  color: #1a2e35;
  font-weight: 700;
  margin: 0 0 10px
}

.prime .longterm-block .lt-header p {
  font-size: 16px;
  line-height: 1.6;
  color: #3a5560;
  max-width: 480px;
  margin-left: auto
}

.prime .longterm-block .lt-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  gap: 40px;
  align-items: start
}

.prime .longterm-block .lt-image-wrap {
  width: 100%;
  height: 480px;
  border-radius: 10px;
  overflow: hidden
}

.prime .longterm-block .lt-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: filter .28s cubic-bezier(0.34, 1.56, 0.64, 1);
  filter: saturate(100%)
}

.prime .longterm-block .lt-image-wrap:hover img {
  filter: grayscale(100%)
}

.prime .longterm-block .lt-points {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-top: 20px
}

.prime .longterm-block .lt-point {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: flex-start
}

.prime .longterm-block .lt-point .point-num {
  font-size: 33px;
  line-height: 1.1;
  color: #DDF1D7;
  font-weight: 800;
  flex-shrink: 0;
  width: 48px
}

.prime .longterm-block .lt-point .point-body h4 {
  font-size: 16px;
  line-height: 1.3;
  color: #1a2e35;
  font-weight: 700;
  margin: 0 0 10px
}

.prime .longterm-block .lt-point .point-body p {
  font-size: 14px;
  line-height: 1.6;
  color: #3a5560;
  margin: 0
}

.prime .reputation-block {
  background: linear-gradient(160deg, #edf9f6 0%, #f0f8fb 60%, #fff 100%);
  padding: 80px 40px;
  position: relative
}

.prime .reputation-block .rep-inner {
  max-width: 1280px;
  margin: 0 auto
}

.prime .reputation-block .frosted-panel {
  background: #ffffffb8;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid #9adabb4d;
  border-radius: 18px;
  padding: 40px;
  margin-bottom: 40px
}

.prime .reputation-block .frosted-panel h2 {
  font-size: 33px;
  line-height: 1.3;
  color: #1a2e35;
  font-weight: 700;
  margin: 0 0 10px
}

.prime .reputation-block .frosted-panel p {
  font-size: 16px;
  line-height: 1.6;
  color: #3a5560;
  max-width: 600px;
  margin: 0
}

.prime .reputation-block .ref-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px
}

.prime .reputation-block .ref-item {
  background: #fff;
  border-radius: 10px;
  padding: 40px 20px;
  text-align: center;
  box-shadow: 0 2px 6px 0 #6dbbc30f;
  transition: box-shadow .25s cubic-bezier(0.34, 1.56, 0.64, 1), transform .25s cubic-bezier(0.34, 1.56, 0.64, 1);
  border: 1px solid #DDF1D7
}

.prime .reputation-block .ref-item:hover {
  box-shadow: 0 8px 48px 0 #6dbbc31a;
  transform: translateY(-4px)
}

.prime .reputation-block .ref-item .ref-icon {
  width: 40px;
  height: 40px;
  margin: 0 auto 20px;
  display: block
}

.prime .reputation-block .ref-item h5 {
  font-size: 16px;
  line-height: 1.3;
  color: #1a2e35;
  font-weight: 700;
  margin: 0 0 10px
}

.prime .reputation-block .ref-item p {
  font-size: 14px;
  line-height: 1.6;
  color: #3a5560;
  margin: 0
}

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

.prime .fit-block .fit-image-col {
  display: flex;
  flex-direction: column;
  gap: 20px
}

.prime .fit-block .fit-portrait {
  width: 100%;
  height: 320px;
  overflow: hidden
}

.prime .fit-block .fit-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: filter .32s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  filter: grayscale(0%)
}

.prime .fit-block .fit-portrait:hover img {
  filter: grayscale(100%)
}

.prime .fit-block .fit-text h2 {
  font-size: 33px;
  line-height: 1.3;
  color: #1a2e35;
  font-weight: 700;
  margin: 0 0 20px
}

.prime .fit-block .fit-text .label-tag {
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #6DBBC3;
  margin-bottom: 20px;
  display: block
}

.prime .fit-block .fit-text p {
  font-size: 16px;
  line-height: 1.6;
  color: #3a5560;
  margin: 0 0 20px
}

.prime .fit-block .fit-list {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
  display: flex;
  flex-direction: column;
  gap: 10px
}

.prime .fit-block .fit-list li {
  font-size: 16px;
  line-height: 1.6;
  color: #1a2e35;
  padding: 10px 20px;
  background: #f4fbf8;
  border-radius: 6px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px
}

.prime .fit-block .fit-list li .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #6DBBC3;
  flex-shrink: 0
}

.prime .fit-block .fit-list li.not-fit {
  background: #fff8f8
}

.prime .fit-block .fit-list li.not-fit .dot {
  background: #c9a0a0
}

.prime .support-block {
  background: #1a2e35;
  padding: 80px 40px
}

.prime .support-block .support-inner {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 80px;
  align-items: center
}

.prime .support-block .support-label {
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #9ADABB;
  display: block;
  margin-bottom: 20px
}

.prime .support-block h2 {
  font-size: 46px;
  line-height: 1.1;
  color: #fff;
  font-weight: 700;
  margin: 0 0 20px
}

.prime .support-block .support-desc {
  font-size: 16px;
  line-height: 1.6;
  color: #9ADABB;
  margin: 0
}

.prime .support-block .support-cards {
  display: flex;
  flex-direction: column;
  gap: 20px
}

.prime .support-block .support-card {
  background: #ffffff0f;
  border: 1px solid #9adabb33;
  border-radius: 10px;
  padding: 20px 40px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 20px;
  transition: background .28s cubic-bezier(0.34, 1.56, 0.64, 1), transform .28s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.prime .support-block .support-card:hover {
  background: #9adabb1a;
  transform: translateX(6px)
}

.prime .support-block .support-card .card-icon-wrap {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center
}

.prime .support-block .support-card h5 {
  font-size: 16px;
  line-height: 1.3;
  color: #fff;
  font-weight: 700;
  margin: 0 0 10px
}

.prime .support-block .support-card p {
  font-size: 14px;
  line-height: 1.6;
  color: #9ADABB;
  margin: 0
}

.prime .available-block {
  padding: 80px 40px;
  max-width: 1280px;
  margin: 0 auto
}

.prime .available-block .avail-header {
  margin-bottom: 40px
}

.prime .available-block .avail-header h2 {
  font-size: 46px;
  line-height: 1.1;
  color: #1a2e35;
  font-weight: 700;
  margin: 0 0 10px
}

.prime .available-block .avail-header p {
  font-size: 16px;
  line-height: 1.6;
  color: #3a5560;
  max-width: 560px
}

.prime .available-block .avail-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px
}

.prime .available-block .avail-card {
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 2px 6px 0 #6dbbc30f;
  transition: box-shadow .3s cubic-bezier(0.34, 1.56, 0.64, 1), transform .3s cubic-bezier(0.34, 1.56, 0.64, 1);
  background: #fff;
  border: 1px solid #DDF1D7
}

.prime .available-block .avail-card:hover {
  box-shadow: 0 8px 48px 0 #6dbbc31a;
  transform: translateY(-6px)
}

.prime .available-block .avail-card .card-img {
  width: 100%;
  height: 200px;
  overflow: hidden
}

.prime .available-block .avail-card .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: filter .35s cubic-bezier(0.34, 1.56, 0.64, 1);
  filter: saturate(100%)
}

.prime .available-block .avail-card:hover .card-img img {
  filter: grayscale(100%)
}

.prime .available-block .avail-card .card-body {
  padding: 20px
}

.prime .available-block .avail-card .card-tag {
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #6DBBC3;
  display: block;
  margin-bottom: 10px
}

.prime .available-block .avail-card h4 {
  font-size: 19px;
  line-height: 1.3;
  color: #1a2e35;
  font-weight: 700;
  margin: 0 0 10px
}

.prime .available-block .avail-card p {
  font-size: 14px;
  line-height: 1.6;
  color: #3a5560;
  margin: 0 0 20px
}

.prime .available-block .avail-card .card-link {
  font-size: 14px;
  line-height: 1.3;
  color: #6DBBC3;
  text-decoration: underline;
  letter-spacing: 1px
}

.prime .available-block .avail-card .card-link:hover {
  color: #1a2e35
}

.prime .available-block .avail-wide {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  align-items: center;
  border-radius: 18px;
  overflow: hidden;
  background: linear-gradient(160deg, #edf9f6 0%, #f0f8fb 100%);
  border: 1px solid #DDF1D7;
  padding: 40px;
  box-shadow: 0 4px 25px 0 #6dbbc314
}

.prime .available-block .avail-wide .wide-text h4 {
  font-size: 24px;
  line-height: 1.3;
  color: #1a2e35;
  font-weight: 700;
  margin: 0 0 10px
}

.prime .available-block .avail-wide .wide-text p {
  font-size: 16px;
  line-height: 1.6;
  color: #3a5560;
  margin: 0 0 20px
}

.prime .available-block .avail-wide .wide-text .wide-tag {
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #6DBBC3;
  display: block;
  margin-bottom: 10px
}

.prime .available-block .avail-wide .wide-cta {
  display: inline-block;
  padding: 20px 40px;
  background: #1a2e35;
  color: #fff;
  font-size: 16px;
  line-height: 1.3;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 1px;
  border: 2px solid transparent;
  transition: background .28s cubic-bezier(0.34, 1.56, 0.64, 1), border-color .28s cubic-bezier(0.34, 1.56, 0.64, 1), color .28s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.prime .available-block .avail-wide .wide-cta:hover {
  background: transparent;
  border-color: #1a2e35;
  color: #1a2e35
}

.prime .available-block .avail-wide .wide-portrait {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: flex-end;
  justify-content: flex-end
}

.prime .available-block .avail-wide .portrait-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px
}

.prime .available-block .avail-wide .portrait-img {
  width: 120px;
  height: 120px;
  overflow: hidden
}

.prime .available-block .avail-wide .portrait-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block
}

.prime .available-block .avail-wide .portrait-name {
  font-size: 14px;
  line-height: 1.3;
  color: #1a2e35;
  font-weight: 600;
  text-align: center
}

.prime .available-block .avail-wide .portrait-role {
  font-size: 14px;
  line-height: 1.3;
  color: #6DBBC3;
  text-align: center
}

@media (max-width: 1024px) {
  .prime .title-block .heading-primary {
    font-size: 46px
  }

  .prime .signal-block .signal-inner {
    grid-template-columns: 1fr;
    gap: 40px
  }

  .prime .longterm-block .lt-grid {
    grid-template-columns: 1fr
  }

  .prime .longterm-block .lt-header {
    text-align: left
  }

  .prime .longterm-block .lt-header p {
    margin-left: 0
  }

  .prime .reputation-block .ref-grid {
    grid-template-columns: 1fr 1fr
  }

  .prime .fit-block {
    grid-template-columns: 1fr
  }

  .prime .support-block .support-inner {
    grid-template-columns: 1fr;
    gap: 40px
  }

  .prime .available-block .avail-grid {
    grid-template-columns: 1fr 1fr
  }

  .prime .available-block .avail-wide {
    grid-column: 1 / -1
  }
}

@media (max-width: 768px) {
  .prime .title-block {
    padding: 40px 20px
  }

  .prime .title-block .heading-primary {
    font-size: 33px
  }

  .prime .title-block .image-frame {
    height: 260px
  }

  .prime .signal-block {
    padding: 40px 20px
  }

  .prime .longterm-block {
    padding: 40px 20px
  }

  .prime .longterm-block .lt-header h2 {
    font-size: 33px
  }

  .prime .longterm-block .lt-image-wrap {
    height: 280px
  }

  .prime .reputation-block {
    padding: 40px 20px
  }

  .prime .reputation-block .ref-grid {
    grid-template-columns: 1fr
  }

  .prime .fit-block {
    padding: 40px 20px
  }

  .prime .support-block {
    padding: 40px 20px
  }

  .prime .support-block h2 {
    font-size: 33px
  }

  .prime .available-block {
    padding: 40px 20px
  }

  .prime .available-block .avail-grid {
    grid-template-columns: 1fr
  }

  .prime .available-block .avail-wide {
    grid-template-columns: 1fr
  }

  .prime .available-block .avail-wide .wide-portrait {
    justify-content: flex-start
  }

  .prime .available-block .avail-header h2 {
    font-size: 33px
  }
}

@media (max-width: 375px) {
  .prime .title-block .heading-primary {
    font-size: 24px
  }

  .prime .title-block .slogan {
    font-size: 14px
  }

  .prime .support-block h2 {
    font-size: 24px
  }
}

.services-page {
  background-color: #fff;
  overflow-x: clip
}

.services-page .grid-bg {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(#6dbbc312 1px, transparent 1px), linear-gradient(90deg, #6dbbc312 1px, transparent 1px);
  background-size: 48px 48px;
  pointer-events: none;
  z-index: 0
}

.services-page .split-panel {
  display: flex;
  flex-direction: row;
  min-height: 480px;
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  z-index: 1
}

.services-page .split-image {
  flex: 0 0 50%;
  position: relative;
  overflow: hidden;
  border-radius: 0 18px 18px 0
}

.services-page .split-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  clip-path: inset(0 0 0 0);
  animation: wipe-reveal .85s cubic-bezier(0.34, 1.56, 0.64, 1) forwards
}

@keyframes wipe-reveal {
  from {
    clip-path: inset(0 100% 0 0)
  }

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

.services-page .split-image .img-fade {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 55%;
  background: linear-gradient(to top, #6dbbc373 0%, transparent 100%);
  pointer-events: none
}

.services-page .split-text {
  flex: 0 0 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 80px;
  position: relative
}

.services-page .accent-prefix {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px
}

.services-page .accent-prefix .shape {
  width: 18px;
  height: 18px;
  background: #6DBBC3;
  border-radius: 3px;
  transform: rotate(12deg);
  flex-shrink: 0
}

.services-page .accent-prefix span {
  font-size: 14px;
  letter-spacing: .12em;
  color: #6DBBC3;
  text-transform: uppercase;
  font-weight: 600
}

.services-page .panel-heading {
  font-size: 46px;
  line-height: 1.1;
  font-weight: 800;
  color: #1b2a2c;
  text-transform: uppercase;
  margin: 0 0 20px
}

.services-page .panel-heading em {
  font-style: normal;
  color: #6DBBC3
}

.services-page .panel-text {
  font-size: 16px;
  line-height: 1.6;
  color: #3a4f52;
  margin: 0 0 20px;
  max-width: 440px
}

.services-page .panel-text:last-of-type {
  margin-bottom: 40px
}

.services-page .primary-btn {
  display: inline-block;
  padding: 20px 40px;
  background: #6DBBC3;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  border-radius: 10px;
  text-decoration: none;
  border: 2px solid #6DBBC3;
  position: relative;
  overflow: hidden;
  transition: color .28s cubic-bezier(0.34, 1.56, 0.64, 1), background .28s cubic-bezier(0.34, 1.56, 0.64, 1);
  align-self: flex-start
}

.services-page .primary-btn::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 10px;
  border: 2px solid #9ADABB;
  opacity: 0;
  transform: scale(0.85);
  transition: opacity .32s cubic-bezier(0.68, -0.55, 0.27, 1.55), transform .32s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  pointer-events: none
}

.services-page .primary-btn:hover {
  background: #fff;
  color: #6DBBC3
}

.services-page .primary-btn:hover::before {
  opacity: 1;
  transform: scale(1)
}

.services-page .title-strip {
  position: relative;
  overflow: hidden;
  background: linear-gradient(160deg, #f5fdfc 0%, #e8f9f5 60%, #DDF1D7 100%);
  padding: 0
}

.services-page .catalog-area {
  padding: 80px 40px;
  position: relative
}

.services-page .catalog-area .dashed-frame {
  border: 2px dashed #9ADABB;
  border-radius: 18px;
  padding: 40px;
  max-width: 1280px;
  margin: 0 auto;
  position: relative
}

.services-page .catalog-top {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 40px
}

.services-page .catalog-label {
  font-size: 14px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #6DBBC3;
  font-weight: 600;
  margin-bottom: 10px
}

.services-page .catalog-heading {
  font-size: 33px;
  line-height: 1.3;
  font-weight: 700;
  color: #1b2a2c;
  margin: 0
}

.services-page .catalog-intro {
  font-size: 16px;
  line-height: 1.6;
  color: #4a6065;
  max-width: 360px;
  text-align: right;
  margin: 0
}

.services-page .services-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 20px
}

.services-page .srv-card {
  background: #fff;
  border-radius: 18px;
  padding: 40px;
  box-shadow: 0 4px 25px 0 #6dbbc314;
  display: flex;
  flex-direction: column;
  gap: 20px;
  transition: box-shadow .25s cubic-bezier(0.34, 1.56, 0.64, 1), transform .25s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.services-page .srv-card:hover {
  box-shadow: 0 8px 48px 0 #6dbbc31a;
  transform: translateY(-4px)
}

.services-page .srv-card.featured {
  grid-row: 1 / 3;
  background: linear-gradient(160deg, #1b2a2c 0%, #2a4347 100%);
  color: #fff;
  justify-content: space-between
}

.services-page .srv-card.featured .srv-name {
  color: #9ADABB
}

.services-page .srv-card.featured .srv-desc {
  color: #ffffffc7
}

.services-page .srv-card.featured .srv-meta {
  color: #ffffff8c
}

.services-page .srv-icon {
  width: 40px;
  height: 40px;
  flex-shrink: 0
}

.services-page .srv-name {
  font-size: 19px;
  font-weight: 700;
  color: #1b2a2c;
  line-height: 1.3;
  margin: 0
}

.services-page .srv-desc {
  font-size: 16px;
  line-height: 1.6;
  color: #4a6065;
  margin: 0;
  flex: 1
}

.services-page .srv-meta {
  font-size: 14px;
  letter-spacing: .08em;
  color: #6DBBC3;
  text-transform: uppercase;
  font-weight: 600
}

.services-page .featured-img-wrap {
  border-radius: 10px;
  overflow: hidden;
  height: 180px;
  flex-shrink: 0
}

.services-page .featured-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block
}

.services-page .dot-trail {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0;
  margin-top: 20px
}

.services-page .dot-trail .dot {
  width: 10px;
  height: 10px;
  border-radius: 28px;
  background: #ffffff40;
  flex-shrink: 0;
  transition: background .28s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.services-page .dot-trail .dot.active {
  background: #9ADABB;
  width: 28px
}

.services-page .dot-trail .line {
  height: 2px;
  width: 20px;
  background: #ffffff26;
  flex-shrink: 0
}

.services-page .instructors-strip {
  background: #fff;
  padding: 80px 40px;
  border-top: 2px dashed #DDF1D7
}

.services-page .instructors-inner {
  max-width: 1280px;
  margin: 0 auto
}

.services-page .instructors-top {
  margin-bottom: 40px
}

.services-page .instructors-heading {
  font-size: 24px;
  font-weight: 700;
  color: #1b2a2c;
  margin: 0 0 10px;
  line-height: 1.3
}

.services-page .instructors-sub {
  font-size: 16px;
  line-height: 1.6;
  color: #4a6065;
  max-width: 540px;
  margin: 0
}

.services-page .team-row {
  display: flex;
  flex-direction: row;
  gap: 40px;
  align-items: flex-start
}

.services-page .team-member {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: flex-start;
  flex: 1;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #DDF1D7;
  transition: border-color .32s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow .32s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.services-page .team-member:hover {
  border-color: #9ADABB;
  box-shadow: 0 2px 6px 0 #6dbbc30f
}

.services-page .portrait-wrap {
  width: 72px;
  height: 72px;
  border-radius: 10px;
  overflow: hidden;
  flex-shrink: 0
}

.services-page .portrait-wrap img {
  width: 72px;
  height: 72px;
  object-fit: cover;
  object-position: center;
  display: block
}

.services-page .member-info {
  display: flex;
  flex-direction: column;
  gap: 10px
}

.services-page .member-name {
  font-size: 16px;
  font-weight: 700;
  color: #1b2a2c;
  margin: 0
}

.services-page .member-role {
  font-size: 14px;
  color: #6DBBC3;
  letter-spacing: .09em;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0
}

.services-page .member-note {
  font-size: 14px;
  line-height: 1.6;
  color: #4a6065;
  margin: 0
}

.services-page .no-portrait-member {
  flex: 1;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #DDF1D7;
  display: flex;
  flex-direction: column;
  gap: 10px;
  transition: border-color .32s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.services-page .no-portrait-member:hover {
  border-color: #9ADABB
}

.services-page .no-portrait-member .member-name {
  font-size: 16px;
  font-weight: 700;
  color: #1b2a2c;
  margin: 0
}

.services-page .no-portrait-member .member-role {
  font-size: 14px;
  color: #6DBBC3;
  letter-spacing: .09em;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0
}

.services-page .no-portrait-member .member-note {
  font-size: 14px;
  line-height: 1.6;
  color: #4a6065;
  margin: 0
}

@media (max-width: 1024px) {
  .services-page .split-panel {
    flex-direction: column
  }

  .services-page .split-image {
    flex: none;
    height: 320px;
    border-radius: 0 0 18px 18px
  }

  .services-page .split-text {
    padding: 40px
  }

  .services-page .services-grid {
    grid-template-columns: 1fr 1fr
  }

  .services-page .srv-card.featured {
    grid-row: auto;
    grid-column: 1 / 3
  }

  .services-page .team-row {
    flex-wrap: wrap
  }

  .services-page .team-member {
    flex: 0 0 calc(50% - 20px)
  }

  .services-page .no-portrait-member {
    flex: 0 0 calc(50% - 20px)
  }
}

@media (max-width: 768px) {
  .services-page .split-text {
    padding: 40px 20px
  }

  .services-page .panel-heading {
    font-size: 33px
  }

  .services-page .catalog-area {
    padding: 40px 20px
  }

  .services-page .catalog-area .dashed-frame {
    padding: 20px
  }

  .services-page .catalog-top {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px
  }

  .services-page .catalog-intro {
    text-align: left
  }

  .services-page .services-grid {
    grid-template-columns: 1fr
  }

  .services-page .srv-card.featured {
    grid-column: auto;
    grid-row: auto
  }

  .services-page .instructors-strip {
    padding: 40px 20px
  }

  .services-page .team-row {
    flex-direction: column;
    gap: 20px
  }

  .services-page .team-member,
  .services-page .no-portrait-member {
    flex: none;
    width: 100%
  }
}

@media (max-width: 375px) {
  .services-page .panel-heading {
    font-size: 24px
  }

  .services-page .split-text {
    padding: 20px
  }

  .services-page .primary-btn {
    padding: 20px;
    font-size: 14px
  }
}

.contact-us-page {
  background-color: #f5f3ef;
  overflow-x: clip
}

.contact-us-page .reach-panel {
  max-width: 1280px;
  margin: 0 auto;
  padding: 80px 40px;
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 80px;
  align-items: start
}

.contact-us-page .reach-left {
  position: sticky;
  top: 40px
}

.contact-us-page .reach-eyebrow {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .18em;
  color: #6DBBC3;
  text-transform: uppercase;
  margin-bottom: 20px;
  display: block
}

.contact-us-page .reach-heading {
  font-size: 46px;
  line-height: 1.1;
  font-weight: 700;
  color: #1e2a2b;
  text-transform: uppercase;
  margin-bottom: 20px
}

.contact-us-page .reach-description {
  font-size: 16px;
  line-height: 1.6;
  color: #3a4a4c;
  margin-bottom: 40px;
  max-width: 380px
}

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

.contact-us-page .detail-list li {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.contact-us-page .detail-label {
  font-size: 14px;
  letter-spacing: .12em;
  color: #6DBBC3;
  text-transform: uppercase;
  font-weight: 600
}

.contact-us-page .detail-value {
  font-size: 16px;
  line-height: 1.6;
  color: #1e2a2b;
  font-weight: 500
}

.contact-us-page .detail-value a {
  color: #1e2a2b;
  text-decoration: underline !important;
  text-underline-offset: 3px;
  transition: color .28s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.contact-us-page .detail-value a:hover {
  color: #6DBBC3
}

.contact-us-page .accent-bar {
  width: 60px;
  height: 3px;
  background: linear-gradient(105deg, #6DBBC3 0%, #9ADABB 60%, #DDF1D7 100%);
  border-radius: 3px;
  margin-bottom: 40px
}

.contact-us-page .double-border-box {
  border: 1.5px solid #9ADABB;
  border-radius: 18px;
  padding: 3px;
  display: inline-block;
  width: 100%
}

.contact-us-page .double-border-inner {
  border: 1px solid #DDF1D7;
  border-radius: 18px;
  background: #fff;
  padding: 40px;
  box-shadow: 0 8px 48px 0 #6dbbc31a
}

.contact-us-page .form-heading {
  font-size: 24px;
  line-height: 1.3;
  font-weight: 600;
  color: #1e2a2b;
  margin-bottom: 10px
}

.contact-us-page .form-subtext {
  font-size: 16px;
  line-height: 1.6;
  color: #3a4a4c;
  margin-bottom: 40px
}

.contact-us-page .form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px
}

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

.contact-us-page .field-group.full {
  grid-column: 1 / -1
}

.contact-us-page .field-label {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #3a4a4c
}

.contact-us-page .field-input {
  border: 1.5px solid #DDF1D7;
  border-radius: 10px;
  padding: 14px 16px;
  font-size: 16px;
  color: #1e2a2b;
  background: #f9faf8;
  outline: none;
  transition: border-color .25s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow .25s cubic-bezier(0.34, 1.56, 0.64, 1);
  width: 100%;
  box-sizing: border-box
}

.contact-us-page .field-input::placeholder {
  color: #8fa8aa;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: .08em
}

.contact-us-page .field-input:focus {
  border-color: #6DBBC3;
  box-shadow: 0 4px 25px 0 #6dbbc314;
  background: #fff
}

.contact-us-page .slot-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  grid-column: 1 / -1
}

.contact-us-page .slot-option {
  position: relative
}

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

.contact-us-page .slot-label {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 14px 10px;
  border: 1.5px solid #DDF1D7;
  border-radius: 10px;
  cursor: pointer;
  background: #f9faf8;
  transition: border-color .28s cubic-bezier(0.34, 1.56, 0.64, 1), background .28s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow .28s cubic-bezier(0.34, 1.56, 0.64, 1);
  text-align: center;
  gap: 4px
}

.contact-us-page .slot-label:hover {
  border-color: #9ADABB;
  background: #f0faf5
}

.contact-us-page .slot-option input[type="radio"]:checked+.slot-label {
  border-color: #6DBBC3;
  background: #edf8f9;
  box-shadow: 0 4px 25px 0 #6dbbc314
}

.contact-us-page .slot-day {
  font-size: 14px;
  font-weight: 700;
  color: #1e2a2b;
  letter-spacing: .06em;
  text-transform: uppercase
}

.contact-us-page .slot-time {
  font-size: 14px;
  color: #6DBBC3;
  font-weight: 500
}

.contact-us-page .privacy-row {
  grid-column: 1 / -1;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 10px
}

.contact-us-page .privacy-check {
  width: 18px;
  height: 18px;
  min-width: 18px;
  border: 1.5px solid #9ADABB;
  border-radius: 6px;
  cursor: pointer;
  accent-color: #6DBBC3;
  margin-top: 2px
}

.contact-us-page .privacy-text {
  font-size: 14px;
  line-height: 1.6;
  color: #3a4a4c
}

.contact-us-page .privacy-text a {
  color: #6DBBC3;
  text-decoration: underline !important;
  text-underline-offset: 2px
}

.contact-us-page .submit-row {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
  margin-top: 10px
}

.contact-us-page .btn-submit {
  position: relative;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #fff;
  background: linear-gradient(105deg, #6DBBC3 0%, #9ADABB 100%);
  border: none;
  border-radius: 10px;
  padding: 18px 40px;
  cursor: pointer;
  box-shadow: 0 4px 25px 0 #6dbbc314;
  transition: box-shadow .32s cubic-bezier(0.34, 1.56, 0.64, 1), transform .32s cubic-bezier(0.34, 1.56, 0.64, 1);
  overflow: hidden
}

.contact-us-page .btn-submit::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 10px;
  border: 2px solid transparent;
  background: linear-gradient(105deg, #9ADABB, #6DBBC3) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity .3s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.contact-us-page .btn-submit:hover::before {
  opacity: 1
}

.contact-us-page .btn-submit:hover {
  box-shadow: 0 8px 48px 0 #6dbbc31a;
  transform: translateY(-2px)
}

.contact-us-page .btn-submit:focus {
  outline: 2px solid #6DBBC3;
  outline-offset: 3px
}

.contact-us-page .btn-submit:active {
  transform: translateY(0)
}

.contact-us-page .availability-note {
  font-size: 14px;
  color: #8fa8aa;
  line-height: 1.6
}

.contact-us-page .info-strip {
  background: linear-gradient(105deg, #6DBBC3 0%, #9ADABB 55%, #DDF1D7 100%);
  padding: 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 40px
}

.contact-us-page .strip-inner {
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap
}

.contact-us-page .strip-item {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.contact-us-page .strip-label {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #1e2a2ba6
}

.contact-us-page .strip-value {
  font-size: 19px;
  font-weight: 600;
  color: #1e2a2b
}

.contact-us-page .strip-divider {
  width: 1px;
  height: 40px;
  background: #1e2a2b26;
  flex-shrink: 0
}

.contact-us-page .checklist-group {
  grid-column: 1 / -1;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 10px
}

.contact-us-page .check-item {
  display: flex;
  align-items: center;
  gap: 10px
}

.contact-us-page .check-icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px
}

.contact-us-page .check-text {
  font-size: 14px;
  line-height: 1.6;
  color: #3a4a4c
}

@keyframes shadow-drift {
  0% {
    box-shadow: 0 2px 6px 0 #6dbbc30f
  }

  50% {
    box-shadow: 0 8px 48px 0 #9adabb1a
  }

  100% {
    box-shadow: 0 2px 6px 0 #6dbbc30f
  }
}

.contact-us-page .double-border-box {
  animation: shadow-drift 6s cubic-bezier(0.68, -0.55, 0.27, 1.55) infinite
}

@media (max-width: 1024px) {
  .contact-us-page .reach-panel {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 80px 40px
  }

  .contact-us-page .reach-left {
    position: static
  }

  .contact-us-page .slot-grid {
    grid-template-columns: repeat(3, 1fr)
  }
}

@media (max-width: 768px) {
  .contact-us-page .reach-panel {
    padding: 40px 20px;
    gap: 40px
  }

  .contact-us-page .reach-heading {
    font-size: 33px
  }

  .contact-us-page .form-grid {
    grid-template-columns: 1fr
  }

  .contact-us-page .field-group.full {
    grid-column: 1
  }

  .contact-us-page .slot-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-column: 1
  }

  .contact-us-page .privacy-row {
    grid-column: 1
  }

  .contact-us-page .submit-row {
    grid-column: 1;
    flex-direction: column;
    align-items: flex-start
  }

  .contact-us-page .checklist-group {
    grid-column: 1
  }

  .contact-us-page .double-border-inner {
    padding: 20px
  }

  .contact-us-page .strip-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px
  }

  .contact-us-page .strip-divider {
    display: none
  }
}

@media (max-width: 375px) {
  .contact-us-page .reach-heading {
    font-size: 24px
  }

  .contact-us-page .slot-grid {
    grid-template-columns: 1fr 1fr
  }

  .contact-us-page .reach-panel {
    padding: 40px 10px
  }
}

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

.success-page .success-card {
  background: #fff;
  border: 1px solid #9ADABB;
  border-radius: 18px;
  box-shadow: 0 8px 48px 0 #6dbbc31a;
  max-width: 560px;
  padding: 80px 40px;
  text-align: center;
  width: 100%
}

.success-page .success-card .icon-wrap {
  align-items: center;
  border: 2px solid #9ADABB;
  border-radius: 50%;
  display: flex;
  height: 72px;
  justify-content: center;
  margin: 0 auto 40px;
  width: 72px
}

.success-page .success-card .icon-wrap svg {
  display: block
}

.success-page .success-card .success-heading {
  color: #1b3a3d;
  font-size: 33px;
  letter-spacing: -.01em;
  line-height: 1.1;
  margin: 0 0 20px;
  text-transform: uppercase
}

.success-page .success-card .success-text {
  color: #2e5558;
  font-size: 16px;
  line-height: 1.6;
  margin: 0 0 40px
}

.success-page .success-card .back-link {
  border: 1.5px solid #6DBBC3;
  border-radius: 10px;
  color: #1b3a3d;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .08em;
  padding: 10px 40px;
  text-decoration: none;
  text-transform: uppercase;
  transition: background .28s cubic-bezier(0.34, 1.56, 0.64, 1), color .28s cubic-bezier(0.34, 1.56, 0.64, 1), border-color .25s cubic-bezier(0.68, -0.55, 0.27, 1.55)
}

.success-page .success-card .back-link:hover {
  background: #6DBBC3;
  border-color: #6DBBC3;
  color: #fff
}

.success-page .success-card .back-link:focus {
  outline: 2px solid #6DBBC3;
  outline-offset: 3px
}

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

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

  .success-page .success-card .success-heading {
    font-size: 24px
  }
}