@import "https://fonts.googleapis.com/css2?family=Spectral:ital,wght@0,400;1,400;0,700;1,700&display=swap";
@import "https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,400;1,400;0,700;1,700&display=swap";

html,
body {
  margin: 0;
  padding: 0
}

body {
  min-height: 100dvh;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-family: 'Noto Serif', 'Spectral', serif
}

.brand {
  display: flex;
  align-items: center;
  gap: 16px;
  text-decoration: none
}

.brand__mark {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 32px;
  background-color: #fff;
  box-shadow: -1px 1px 4px 0 #8335240f -1px 4px 18px 0 #83352414;
  border: 1px solid #E2BCC5;
  flex-shrink: 0
}

.brand__mark img {
  width: 36px;
  height: 36px;
  object-fit: contain;
  display: block
}

.brand__name {
  font-family: 'Spectral', serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  letter-spacing: -.02em
}

.page-header {
  background: linear-gradient(135deg, #833524 0%, #6a2a1c 60%, #5a2218 100%);
  position: relative;
  overflow: hidden
}

.page-header::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #C35F78, #E2BCC5, #C35F78);
  pointer-events: none
}

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

.header__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0 16px;
  border-bottom: 1px solid #e2bcc533;
  gap: 40px
}

.header__divider {
  width: 1px;
  height: 36px;
  background: #e2bcc54d;
  flex-shrink: 0
}

.header__credential {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: 'Noto Serif', serif;
  font-size: 14px;
  color: #E2BCC5;
  line-height: 1.4
}

.header__credential i {
  font-size: 17px;
  color: #C35F78
}

.header__contact {
  display: flex;
  align-items: center;
  gap: 16px
}

.contact-link {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #E2BCC5;
  text-decoration: none;
  line-height: 1.4;
  transition: color .1s ease-out;
  padding: 4px 8px;
  border-radius: 5px
}

.contact-link:hover,
.contact-link:focus {
  color: #fff;
  outline: none
}

.contact-link:focus {
  transform: scale(1.02)
}

.contact-link i {
  font-size: 17px;
  flex-shrink: 0
}

.header__nav {
  padding: 16px 0 20px
}

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

.nav__item {
  display: flex
}

.nav__link {
  display: flex;
  align-items: center;
  padding: 8px 16px;
  font-family: 'Noto Serif', serif;
  font-size: 17px;
  line-height: 1.4;
  color: #ffffffd9;
  text-decoration: none;
  border-radius: 5px;
  border: 1px solid transparent;
  transition: color .09s ease-out, border-color .09s ease-out, background-color .12s ease-out;
  white-space: nowrap;
  min-height: 44px
}

.nav__link:hover {
  color: #fff;
  border-color: #e2bcc566;
  background-color: #ffffff14
}

.nav__link:focus {
  outline: none;
  color: #fff;
  border-color: #C35F78;
  transform: scale(1.02)
}

.nav__link--active {
  color: #fff;
  background-color: #c35f7840;
  border-color: #c35f7880
}

.page-footer {
  background: #2a1008;
  color: #E2BCC5
}

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

.footer__group-label {
  font-family: 'Spectral', serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #C35F78;
  margin: 0 0 20px
}

.footer__address {
  font-size: 14px;
  line-height: 1.9;
  color: #e2bcc5bf;
  font-style: normal;
  margin: 0
}

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

.footer__contact-item {
  display: flex;
  align-items: center;
  gap: 8px
}

.footer__contact-link {
  font-size: 14px;
  line-height: 1.6;
  color: #e2bcc5bf;
  text-decoration: none;
  transition: color .1s ease-out
}

.footer__contact-link:hover,
.footer__contact-link:focus {
  color: #fff;
  outline: none
}

.footer__contact-link:focus {
  transform: scale(1.02)
}

.footer__contact-item i {
  font-size: 17px;
  color: #C35F78;
  flex-shrink: 0
}

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

.footer__nav-link {
  font-size: 14px;
  line-height: 1.6;
  color: #e2bcc5bf;
  text-decoration: none;
  transition: color .1s ease-out;
  display: inline-block;
  min-height: 44px;
  display: flex;
  align-items: center
}

.footer__nav-link:hover,
.footer__nav-link:focus {
  color: #fff;
  outline: none
}

.footer__nav-link:focus {
  transform: scale(1.02)
}

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

.footer__logo-mark {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 32px;
  background-color: #ffffff0f;
  box-shadow: -1px 1px 4px 0 #8335240f -1px 4px 18px 0 #83352414;
  border: 1px solid #e2bcc533
}

.footer__logo-mark img {
  width: 36px;
  height: 36px;
  object-fit: contain;
  display: block
}

.footer__copy {
  font-size: 14px;
  line-height: 1.6;
  color: #e2bcc580;
  margin: 0
}

.cookie-bar {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1200;
  background: #2a1008;
  border-top: 2px solid #833524;
  box-shadow: -1px 9px 48px 0 #8335241a
}

.cookie-bar__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 20px 40px;
  display: flex;
  align-items: flex-start;
  gap: 40px;
  flex-wrap: wrap
}

.cookie-bar__text {
  flex: 1;
  font-size: 14px;
  line-height: 1.6;
  color: #e2bcc5d9;
  margin: 0
}

.cookie-bar__text strong {
  color: #E2BCC5
}

.cookie-bar__actions {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
  flex-wrap: wrap
}

.cookie-accept {
  font-size: 14px;
  line-height: 1.4;
  color: #E2BCC5;
  background: none;
  border: none;
  cursor: pointer;
  text-decoration: underline;
  padding: 8px 0;
  min-height: 44px;
  font-family: 'Noto Serif', serif;
  transition: color .09s ease-out
}

.cookie-accept:hover,
.cookie-accept:focus {
  color: #fff;
  outline: none
}

.cookie-decline {
  font-size: 14px;
  line-height: 1.4;
  color: #e2bcc580;
  background: none;
  border: none;
  cursor: pointer;
  text-decoration: underline;
  padding: 8px 0;
  min-height: 44px;
  font-family: 'Noto Serif', serif;
  transition: color .09s ease-out
}

.cookie-decline:hover,
.cookie-decline:focus {
  color: #E2BCC5;
  outline: none
}

@media (max-width: 900px) {
  .header__inner {
    padding: 0 20px
  }

  .header__top {
    flex-wrap: wrap;
    gap: 16px
  }

  .header__contact {
    flex-wrap: wrap;
    gap: 8px
  }

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

  .footer__bottom {
    padding: 20px
  }

  .cookie-bar__inner {
    padding: 16px 20px;
    gap: 16px
  }
}

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

  .header__divider {
    display: none
  }

  .header__credential {
    display: none
  }
}

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

.content-policy p {
  font-size: 17px;
  line-height: 1.9;
  margin-bottom: 20px;
  color: #2a1f1c
}

.content-policy em,
.content-policy i {
  font-style: italic;
  color: #5a3028
}

.content-policy a {
  color: #833524;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color .1s ease-out
}

.content-policy a:hover {
  color: #C35F78
}

.content-policy a:visited {
  color: #6b2a1c
}

.content-policy table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 40px;
  font-size: 17px;
  line-height: 1.6;
  box-shadow: -1px 1px 4px 0 #8335240f;
  border-radius: 5px;
  overflow: hidden
}

.content-policy thead {
  background-color: #833524;
  color: #fff
}

.content-policy thead th {
  padding: 16px 20px;
  font-size: 14px;
  letter-spacing: -.01em;
  line-height: 1.4;
  text-align: left;
  font-weight: 700
}

.content-policy tbody tr {
  border-bottom: 1px solid #E2BCC5;
  transition: background-color .08s linear
}

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

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

.content-policy td {
  padding: 16px 20px;
  font-size: 17px;
  line-height: 1.6;
  color: #2a1f1c;
  vertical-align: top
}

.content-policy th {
  padding: 16px 20px;
  text-align: left
}

.content-policy hr {
  border: none;
  border-top: 1px solid #E2BCC5;
  margin: 40px 0
}

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

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

  .content-policy p {
    font-size: 14px;
    line-height: 1.9
  }

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

  .content-policy thead th,
  .content-policy td {
    padding: 8px 16px;
    font-size: 14px
  }
}

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

.about-us .about-us__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px
}

.about-us .title-block {
  padding: 80px 0 40px;
  background: #fff;
  position: relative
}

.about-us .title-block__container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 40px
}

.about-us .title-block__image-card {
  flex: 0 0 320px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  box-shadow: -1px 4px 18px 0 #83352414
}

.about-us .title-block__image-card img {
  width: 320px;
  height: 420px;
  object-fit: cover;
  object-position: center top;
  display: block;
  border-radius: 10px;
  transition: border .12s ease-out
}

.about-us .title-block__image-card::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 50%;
  background: linear-gradient(to bottom, #83352473, transparent);
  border-radius: 10px 10px 0 0;
  pointer-events: none
}

.about-us .title-block__dots {
  position: absolute;
  bottom: 20px;
  right: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  pointer-events: none
}

.about-us .title-block__dots span {
  display: block;
  border-radius: 20px;
  background: #8335242e
}

.about-us .title-block__dots span:nth-child(1) {
  width: 8px;
  height: 8px
}

.about-us .title-block__dots span:nth-child(2) {
  width: 5px;
  height: 5px;
  margin-left: 4px
}

.about-us .title-block__dots span:nth-child(3) {
  width: 10px;
  height: 10px
}

.about-us .title-block__dots span:nth-child(4) {
  width: 4px;
  height: 4px;
  margin-left: 8px
}

.about-us .title-block__dots span:nth-child(5) {
  width: 7px;
  height: 7px;
  margin-left: 2px
}

.about-us .title-block__text {
  flex: 1;
  padding-top: 20px
}

.about-us .title-block__label {
  font-size: 14px;
  color: #C35F78;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 16px;
  display: block
}

.about-us .title-block__heading {
  font-size: 55px;
  line-height: 1.2;
  letter-spacing: -.02em;
  color: #1e1e1e;
  margin-bottom: 20px;
  font-weight: 800
}

.about-us .title-block__heading em {
  color: #833524;
  font-style: normal;
  display: block
}

.about-us .title-block__quote {
  font-size: 22px;
  line-height: 1.6;
  color: #4a3a38;
  border-top: 2px solid #E2BCC5;
  padding-top: 20px;
  margin-top: 20px;
  max-width: 520px
}

.about-us .title-block__since {
  margin-top: 20px;
  font-size: 14px;
  color: #999
}

.about-us .story-block {
  padding: 80px 0;
  background: #f5f0ee;
  position: relative
}

.about-us .story-block__container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
  align-items: start
}

.about-us .story-block__text-group {
  grid-column: 1 / 3
}

.about-us .story-block__heading {
  font-size: 40px;
  line-height: 1.2;
  color: #833524;
  font-weight: 700;
  letter-spacing: -.01em;
  margin-bottom: 20px
}

.about-us .story-block__paragraph {
  font-size: 17px;
  line-height: 1.6;
  color: #3d2e2b;
  margin-bottom: 16px
}

.about-us .story-block__accent-line {
  font-size: 17px;
  line-height: 1.6;
  color: #833524;
  font-weight: 600;
  margin-bottom: 16px
}

.about-us .story-block__metrics {
  display: flex;
  flex-direction: column;
  gap: 20px
}

.about-us .story-block__metric {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  box-shadow: -1px 1px 4px 0 #8335240f;
  position: relative;
  overflow: hidden
}

.about-us .story-block__metric-number {
  font-size: 55px;
  line-height: 1.2;
  font-weight: 800;
  color: #833524;
  display: block
}

.about-us .story-block__metric-label {
  font-size: 14px;
  line-height: 1.4;
  color: #7a6560;
  display: block;
  margin-top: 4px
}

.about-us .story-block__image {
  grid-column: 3 / 4;
  grid-row: 1 / 3
}

.about-us .story-block__img-wrapper {
  border-radius: 10px;
  overflow: hidden;
  position: relative
}

.about-us .story-block__img-wrapper img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  object-position: center;
  display: block;
  border-radius: 10px;
  border: 2px solid transparent;
  transition: border-color .1s linear
}

.about-us .story-block__img-wrapper:hover img {
  border-color: #833524
}

.about-us .team-block {
  padding: 80px 0;
  background: #fff;
  position: relative
}

.about-us .team-block__container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px
}

.about-us .team-block__top {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 40px;
  gap: 40px
}

.about-us .team-block__heading {
  font-size: 40px;
  line-height: 1.2;
  color: #1e1e1e;
  font-weight: 700;
  letter-spacing: -.01em;
  max-width: 480px
}

.about-us .team-block__heading strong {
  color: #C35F78
}

.about-us .team-block__description {
  font-size: 17px;
  line-height: 1.6;
  color: #4a3a38;
  max-width: 380px
}

.about-us .team-block__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px
}

.about-us .team-block__member {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: -1px 4px 18px 0 #c35f7814;
  background: #fff;
  display: flex;
  flex-direction: column
}

.about-us .team-block__portrait {
  position: relative;
  overflow: hidden
}

.about-us .team-block__portrait img {
  width: 100%;
  aspect-ratio: 3/4;
  object-fit: cover;
  object-position: center;
  display: block;
  border: 2px solid transparent;
  transition: border-color .13s ease-out
}

.about-us .team-block__member:hover .team-block__portrait img {
  border-color: #C35F78
}

.about-us .team-block__info {
  padding: 16px 20px 20px;
  flex: 1
}

.about-us .team-block__name {
  font-size: 22px;
  line-height: 1.4;
  font-weight: 700;
  color: #1e1e1e;
  margin-bottom: 4px
}

.about-us .team-block__role {
  font-size: 14px;
  color: #C35F78;
  margin-bottom: 8px;
  display: block
}

.about-us .team-block__bio {
  font-size: 14px;
  line-height: 1.6;
  color: #5a4a47
}

.about-us .team-block__no-portrait {
  background: linear-gradient(160deg, #E2BCC5, transparent);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: -1px 4px 18px 0 #c35f7814;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px;
  min-height: 320px;
  position: relative
}

.about-us .team-block__no-portrait-icon {
  width: 64px;
  height: 64px;
  border-radius: 32px;
  background: #E2BCC5;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px
}

.about-us .team-block__no-portrait-icon svg {
  width: 32px;
  height: 32px
}

.about-us .team-block__no-portrait-name {
  font-size: 22px;
  line-height: 1.4;
  font-weight: 700;
  color: #1e1e1e;
  margin-bottom: 4px
}

.about-us .team-block__no-portrait-role {
  font-size: 14px;
  color: #833524;
  margin-bottom: 8px;
  display: block
}

.about-us .team-block__no-portrait-bio {
  font-size: 14px;
  line-height: 1.6;
  color: #3d2e2b
}

.about-us .approach-block {
  padding: 80px 0;
  background: #833524;
  position: relative;
  overflow: hidden
}

.about-us .approach-block__wave {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
  border-radius: 0
}

.about-us .approach-block__wave::before {
  content: '';
  position: absolute;
  top: -60px;
  left: -100px;
  width: 200%;
  height: 200px;
  background: #e2bcc51a;
  border-radius: 50%;
  animation: wave-pass 7s ease-in-out infinite
}

@keyframes wave-pass {
  0% {
    transform: translateX(-30%) scaleY(1);
    opacity: .6
  }

  50% {
    transform: translateX(10%) scaleY(1.3);
    opacity: 1
  }

  100% {
    transform: translateX(-30%) scaleY(1);
    opacity: .6
  }
}

.about-us .approach-block__container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 1
}

.about-us .approach-block__heading {
  font-size: 40px;
  line-height: 1.2;
  color: #fff;
  font-weight: 700;
  letter-spacing: -.01em;
  margin-bottom: 40px;
  max-width: 600px
}

.about-us .approach-block__heading span {
  color: #E2BCC5;
  display: block
}

.about-us .approach-block__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 40px
}

.about-us .approach-block__item {
  background: #ffffff14;
  border-radius: 10px;
  padding: 20px;
  border: 1px solid #e2bcc533;
  transition: background .1s linear
}

.about-us .approach-block__item:hover {
  background: #ffffff24
}

.about-us .approach-block__item-number {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 800;
  color: #E2BCC5;
  display: block;
  margin-bottom: 8px
}

.about-us .approach-block__item-label {
  font-size: 17px;
  line-height: 1.4;
  color: #fff;
  font-weight: 600;
  margin-bottom: 8px;
  display: block
}

.about-us .approach-block__item-text {
  font-size: 14px;
  line-height: 1.6;
  color: #ffffffbf
}

.about-us .approach-block__bottom {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center
}

.about-us .approach-block__bottom-text {
  font-size: 17px;
  line-height: 1.6;
  color: #ffffffd9
}

.about-us .approach-block__bottom-text strong {
  color: #E2BCC5
}

.about-us .approach-block__images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px
}

.about-us .approach-block__img-wrap {
  border-radius: 10px;
  overflow: hidden;
  position: relative
}

.about-us .approach-block__img-wrap img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  object-position: center;
  display: block;
  border: 2px solid transparent;
  border-radius: 10px;
  transition: border-color .09s ease-out
}

.about-us .approach-block__img-wrap:hover img {
  border-color: #E2BCC5
}

.about-us .approach-block__img-wrap--tall img {
  height: 376px;
  object-position: center top
}

@media (max-width: 900px) {
  .about-us .title-block__container {
    flex-direction: column
  }

  .about-us .title-block__image-card {
    flex: none;
    width: 100%
  }

  .about-us .title-block__image-card img {
    width: 100%;
    height: 280px
  }

  .about-us .title-block__heading {
    font-size: 40px
  }

  .about-us .story-block__container {
    grid-template-columns: 1fr
  }

  .about-us .story-block__text-group {
    grid-column: 1
  }

  .about-us .story-block__image {
    grid-column: 1;
    grid-row: auto
  }

  .about-us .story-block__img-wrapper img {
    height: 280px
  }

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

  .about-us .approach-block__grid {
    grid-template-columns: 1fr 1fr
  }

  .about-us .approach-block__bottom {
    grid-template-columns: 1fr
  }
}

@media (max-width: 600px) {
  .about-us .title-block__heading {
    font-size: 29px
  }

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

  .about-us .approach-block__grid {
    grid-template-columns: 1fr
  }

  .about-us .team-block__top {
    flex-direction: column;
    align-items: flex-start
  }

  .about-us .approach-block__images {
    grid-template-columns: 1fr
  }

  .about-us .approach-block__img-wrap--tall img {
    height: 200px
  }
}

.infographics {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0;
  overflow: hidden
}

.infographics .title-block {
  padding: 80px 40px;
  position: relative;
  background: #fff
}

.infographics .title-block__frame {
  border: 1px solid #E2BCC5;
  border-radius: 10px;
  padding: 40px;
  display: flex;
  flex-direction: row;
  gap: 40px;
  align-items: center;
  position: relative
}

.infographics .title-block__frame::before {
  content: '';
  position: absolute;
  top: 8px;
  left: 8px;
  right: -8px;
  bottom: -8px;
  border: 1px solid #E2BCC5;
  border-radius: 10px;
  pointer-events: none;
  z-index: 0
}

.infographics .title-block__image-wrap {
  flex: 0 0 420px;
  height: 340px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  z-index: 1
}

.infographics .title-block__image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  display: block;
  filter: blur(0);
  transition: filter .12s ease-out
}

.infographics .title-block__image-wrap:hover img {
  filter: blur(3px)
}

.infographics .title-block__image-wrap::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #8335248c 0%, transparent 60%);
  pointer-events: none;
  border-radius: 10px
}

.infographics .title-block__image-wrap:hover::after {
  background: linear-gradient(135deg, #c35f78a6 0%, transparent 60%);
  transition: background .12s ease-out
}

.infographics .title-block__text {
  flex: 1;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 16px
}

.infographics .title-block__label {
  font-size: 14px;
  line-height: 1.4;
  color: #833524;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 600
}

.infographics .title-block__heading {
  font-size: 55px;
  line-height: 1.2;
  font-weight: 800;
  color: #1b1b1b;
  letter-spacing: -.03em;
  margin: 0
}

.infographics .title-block__heading span {
  color: #833524
}

.infographics .title-block__desc {
  font-size: 17px;
  line-height: 1.6;
  color: #3a3a3a;
  max-width: 440px;
  margin: 0
}

.infographics .title-block__wave {
  position: absolute;
  bottom: 0;
  left: 40px;
  right: 40px;
  height: 6px;
  pointer-events: none
}

.infographics .data-block {
  padding: 80px 40px;
  background: linear-gradient(0deg, #fff 0%, #2a1208 100%);
  position: relative
}

.infographics .data-block__pattern {
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: 0;
  overflow: hidden
}

.infographics .data-block__pattern::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(0deg, transparent, transparent 18px, #e2bcc512 18px, #e2bcc512 19px), repeating-linear-gradient(90deg, transparent, transparent 18px, #e2bcc512 18px, #e2bcc512 19px)
}

.infographics .data-block__top {
  display: flex;
  flex-direction: row;
  gap: 40px;
  align-items: flex-start;
  margin-bottom: 40px;
  position: relative;
  z-index: 1
}

.infographics .data-block__sidebar {
  flex: 0 0 280px;
  display: flex;
  flex-direction: column;
  gap: 16px
}

.infographics .data-block__sidebar-label {
  font-size: 14px;
  line-height: 1.4;
  color: #E2BCC5;
  letter-spacing: .06em;
  text-transform: uppercase;
  font-weight: 600
}

.infographics .data-block__sidebar-heading {
  font-size: 29px;
  line-height: 1.2;
  font-weight: 700;
  color: #fff;
  margin: 0;
  letter-spacing: -.02em
}

.infographics .data-block__sidebar-heading span {
  color: #C35F78
}

.infographics .data-block__sidebar-text {
  font-size: 14px;
  line-height: 1.6;
  color: #d4c4c0;
  margin: 0
}

.infographics .data-block__main {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px
}

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

.infographics .data-block__metric {
  background: #ffffff0f;
  border: 1px solid #e2bcc52e;
  border-radius: 10px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  box-shadow: -1px 1px 4px 0 #8335240f
}

.infographics .data-block__metric-value {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 800;
  color: #fff;
  letter-spacing: -.03em
}

.infographics .data-block__metric-value span {
  color: #C35F78
}

.infographics .data-block__metric-label {
  font-size: 14px;
  line-height: 1.4;
  color: #d4c4c0
}

.infographics .data-block__steps {
  display: flex;
  flex-direction: row;
  gap: 0;
  position: relative;
  z-index: 1
}

.infographics .data-block__steps::before {
  content: '';
  position: absolute;
  top: 28px;
  left: 28px;
  right: 28px;
  height: 2px;
  background: linear-gradient(90deg, #833524, #C35F78, #E2BCC5);
  z-index: 0
}

.infographics .data-block__step {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  position: relative;
  z-index: 1;
  padding: 0 8px
}

.infographics .data-block__step-num {
  width: 56px;
  height: 56px;
  border-radius: 20px;
  background: #833524;
  color: #fff;
  font-size: 22px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: -1px 4px 18px 0 #83352414;
  transition: background .1s ease-out
}

.infographics .data-block__step:hover .data-block__step-num {
  background: #C35F78
}

.infographics .data-block__step-icon {
  color: #E2BCC5;
  font-size: 22px
}

.infographics .data-block__step-title {
  font-size: 14px;
  line-height: 1.4;
  font-weight: 700;
  color: #fff;
  text-align: center
}

.infographics .data-block__step-desc {
  font-size: 14px;
  line-height: 1.6;
  color: #c4b4b0;
  text-align: center;
  margin: 0
}

.infographics .data-block__divider {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 40px 0;
  position: relative;
  z-index: 1
}

.infographics .data-block__divider-line {
  width: 60px;
  height: 1px;
  background: #e2bcc54d
}

.infographics .data-block__divider-shape {
  width: 8px;
  height: 8px;
  border-radius: 3px;
  background: #C35F78;
  transform: rotate(45deg)
}

.infographics .data-block__bar-section {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 16px
}

.infographics .data-block__bar-heading {
  font-size: 22px;
  line-height: 1.2;
  font-weight: 700;
  color: #fff;
  margin: 0;
  letter-spacing: -.02em
}

.infographics .data-block__bar-heading span {
  color: #C35F78
}

.infographics .data-block__bars {
  display: flex;
  flex-direction: column;
  gap: 12px
}

.infographics .data-block__bar-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px
}

.infographics .data-block__bar-label {
  font-size: 14px;
  line-height: 1.4;
  color: #d4c4c0;
  flex: 0 0 180px
}

.infographics .data-block__bar-track {
  flex: 1;
  height: 8px;
  background: #ffffff14;
  border-radius: 5px;
  overflow: hidden
}

.infographics .data-block__bar-fill {
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(90deg, #833524, #C35F78);
  transition: width .13s ease-out
}

.infographics .data-block__bar-val {
  font-size: 14px;
  font-weight: 700;
  color: #E2BCC5;
  flex: 0 0 40px;
  text-align: right
}

.infographics .data-block__wave {
  position: absolute;
  top: 0;
  left: 40px;
  right: 40px;
  height: 6px;
  pointer-events: none
}

.infographics .section-divider {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 20px 40px;
  background: #fff
}

.infographics .section-divider__line {
  width: 80px;
  height: 1px;
  background: #E2BCC5
}

.infographics .section-divider__shape {
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background: #833524;
  transform: rotate(45deg)
}

@media (max-width: 900px) {
  .infographics .title-block__frame {
    flex-direction: column;
    gap: 20px;
    padding: 20px
  }

  .infographics .title-block__image-wrap {
    flex: none;
    width: 100%;
    height: 220px
  }

  .infographics .title-block__heading {
    font-size: 40px
  }

  .infographics .data-block__top {
    flex-direction: column;
    gap: 20px
  }

  .infographics .data-block__sidebar {
    flex: none;
    width: 100%
  }

  .infographics .data-block__metrics {
    grid-template-columns: repeat(2, 1fr)
  }

  .infographics .data-block__steps {
    flex-direction: column;
    gap: 16px
  }

  .infographics .data-block__steps::before {
    display: none
  }

  .infographics .data-block__step {
    flex-direction: row;
    align-items: flex-start;
    text-align: left
  }

  .infographics .data-block__step-title,
  .infographics .data-block__step-desc {
    text-align: left
  }

  .infographics .data-block__bar-label {
    flex: 0 0 120px
  }
}

@media (max-width: 600px) {
  .infographics .title-block {
    padding: 40px 16px
  }

  .infographics .data-block {
    padding: 40px 16px
  }

  .infographics .data-block__metrics {
    grid-template-columns: 1fr
  }

  .infographics .title-block__heading {
    font-size: 29px
  }

  .infographics .data-block__metric-value {
    font-size: 29px
  }
}

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

.contact-us .panel {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px
}

.contact-us .reach__block {
  padding: 80px 20px;
  background: linear-gradient(170deg, #E2BCC5 0%, transparent 60%);
  position: relative
}

.contact-us .reach__block::before {
  content: '';
  position: absolute;
  top: 16px;
  left: 16px;
  right: 16px;
  bottom: 16px;
  border-top: 1px solid #8335242e;
  border-left: 1px solid #8335242e;
  pointer-events: none
}

.contact-us .reach__block::after {
  content: '';
  position: absolute;
  top: 16px;
  left: 16px;
  right: 16px;
  bottom: 16px;
  border-bottom: 1px solid #8335242e;
  border-right: 1px solid #8335242e;
  pointer-events: none
}

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

.contact-us .reach__text {
  flex: 0 0 40%
}

.contact-us .reach__label {
  font-size: 14px;
  letter-spacing: .08em;
  color: #833524;
  text-transform: uppercase;
  margin-bottom: 16px;
  display: block
}

.contact-us .reach__heading {
  font-size: 55px;
  line-height: 1.2;
  letter-spacing: -.02em;
  color: #1b1510;
  margin: 0 0 20px;
  font-weight: 800
}

.contact-us .reach__heading span {
  display: block
}

.contact-us .reach__heading--accent {
  color: #833524
}

.contact-us .reach__description {
  font-size: 17px;
  line-height: 1.6;
  color: #3a2e28;
  margin: 0 0 40px
}

.contact-us .reach__divider {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  margin-bottom: 40px
}

.contact-us .reach__divider-line {
  width: 40px;
  height: 1px;
  background: #833524
}

.contact-us .reach__divider-line--right {
  width: 40px
}

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

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

.contact-us .contacts__icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: #fff;
  box-shadow: -1px 1px 4px 0 #8335240f -1px 4px 18px 0 #83352414;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #833524;
  font-size: 17px;
  transition: box-shadow .1s ease-out
}

.contact-us .contacts__icon:hover {
  box-shadow: -1px 1px 4px 0 #8335241a -1px 4px 18px 0 #83352429 inset 0 1px 3px 0 #83352414
}

.contact-us .contacts__detail {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.contact-us .contacts__detail-label {
  font-size: 14px;
  color: #8a7060;
  line-height: 1.4
}

.contact-us .contacts__detail-value {
  font-size: 17px;
  color: #1b1510;
  line-height: 1.4;
  font-weight: 600
}

.contact-us .contacts__detail-value a {
  color: #833524;
  text-decoration: none;
  transition: color .09s linear
}

.contact-us .contacts__detail-value a:hover {
  color: #C35F78
}

.contact-us .reach__form-area {
  flex: 0 0 60%
}

.contact-us .form-card {
  background: #fff;
  border-radius: 10px;
  padding: 40px;
  box-shadow: -1px 4px 18px 0 #83352414 -1px 9px 48px 0 #8335241a;
  position: relative;
  overflow: hidden
}

.contact-us .form-card::before {
  content: '';
  position: absolute;
  top: -20px;
  right: -20px;
  width: 80px;
  height: 80px;
  background: #E2BCC5;
  transform: rotate(45deg);
  opacity: .4;
  pointer-events: none
}

.contact-us .form-card__heading {
  font-size: 29px;
  line-height: 1.2;
  color: #1b1510;
  font-weight: 700;
  letter-spacing: -.01em;
  margin: 0 0 8px
}

.contact-us .form-card__sub {
  font-size: 14px;
  color: #8a7060;
  line-height: 1.6;
  margin: 0 0 40px
}

.contact-us .form__row {
  display: flex;
  flex-direction: row;
  gap: 20px;
  margin-bottom: 20px
}

.contact-us .form__group {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1
}

.contact-us .form__group--full {
  flex: 1 1 100%
}

.contact-us .form__label {
  font-size: 14px;
  color: #3a2e28;
  font-weight: 600;
  line-height: 1.4
}

.contact-us .form__label--required::after {
  content: '*';
  color: #C35F78;
  margin-left: 4px
}

.contact-us .form__input {
  height: 48px;
  border: 1px solid #d9c9c2;
  border-radius: 5px;
  padding: 0 16px;
  font-size: 17px;
  color: #1b1510;
  background: #fff;
  transition: border-color .1s ease-out, box-shadow .1s ease-out;
  width: 100%;
  box-sizing: border-box
}

.contact-us .form__input::placeholder {
  font-size: 14px;
  color: #b0a098
}

.contact-us .form__input:focus {
  border-color: #833524;
  box-shadow: inset 0 1px 3px 0 #83352414;
  outline: none
}

.contact-us .form__select {
  height: 48px;
  border: 1px solid #d9c9c2;
  border-radius: 5px;
  padding: 0 16px;
  font-size: 17px;
  color: #1b1510;
  background: #fff;
  transition: border-color .1s ease-out;
  width: 100%;
  box-sizing: border-box;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23833524' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  cursor: pointer
}

.contact-us .form__select:focus {
  border-color: #833524;
  outline: none
}

.contact-us .slots__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-bottom: 20px
}

.contact-us .slot__option {
  position: relative
}

.contact-us .slot__input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0
}

.contact-us .slot__label {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 8px;
  border: 1px solid #d9c9c2;
  border-radius: 5px;
  cursor: pointer;
  transition: border-color .1s ease-out, background .1s ease-out;
  text-align: center;
  gap: 4px
}

.contact-us .slot__label:hover {
  border-color: #C35F78;
  background: #f9f0f2
}

.contact-us .slot__input:checked+.slot__label {
  border-color: #833524;
  background: #8335240f
}

.contact-us .slot__input:focus+.slot__label {
  outline: 2px solid #833524;
  outline-offset: 2px
}

.contact-us .slot__day {
  font-size: 14px;
  font-weight: 700;
  color: #1b1510;
  line-height: 1.2
}

.contact-us .slot__time {
  font-size: 14px;
  color: #8a7060;
  line-height: 1.2
}

.contact-us .slots__heading {
  font-size: 14px;
  color: #3a2e28;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 8px;
  display: block
}

.contact-us .privacy__row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 20px;
  padding: 16px;
  background: #e2bcc52e;
  border-radius: 5px
}

.contact-us .privacy__checkbox {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  margin-top: 2px;
  accent-color: #833524;
  cursor: pointer
}

.contact-us .privacy__text {
  font-size: 14px;
  color: #3a2e28;
  line-height: 1.6
}

.contact-us .privacy__text a {
  color: #833524;
  text-decoration: underline;
  transition: color .09s linear
}

.contact-us .privacy__text a:hover {
  color: #C35F78
}

.contact-us .submit__button {
  position: relative;
  overflow: hidden;
  height: 52px;
  padding: 0 40px;
  background: #833524;
  color: #fff;
  border: none;
  border-radius: 5px;
  font-size: 17px;
  font-weight: 700;
  cursor: pointer;
  transition: color .12s ease-out;
  letter-spacing: .01em;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 8px
}

.contact-us .submit__button::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #C35F78;
  transition: left .13s ease-out;
  z-index: 0
}

.contact-us .submit__button:hover::before {
  left: 0
}

.contact-us .submit__button span {
  position: relative;
  z-index: 1
}

.contact-us .submit__button:focus {
  outline: 2px solid #833524;
  outline-offset: 3px
}

.contact-us .submit__button:active {
  transform: translateY(1px)
}

.contact-us .info__strip {
  padding: 80px 20px;
  background: #fff;
  position: relative
}

.contact-us .info__strip::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, #E2BCC5 30%, #E2BCC5 70%, transparent)
}

.contact-us .info__inner {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 60% 40%;
  gap: 80px;
  align-items: center
}

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

.contact-us .fact__card {
  background: linear-gradient(160deg, #E2BCC5 0%, transparent 80%);
  border-radius: 10px;
  padding: 20px;
  position: relative;
  box-shadow: -1px 1px 4px 0 #8335240f;
  transition: box-shadow .12s ease-out
}

.contact-us .fact__card:hover {
  box-shadow: -1px 4px 18px 0 #8335241a inset 0 1px 6px 0 #83352412
}

.contact-us .fact__badge {
  position: absolute;
  top: -8px;
  right: 16px;
  width: 28px;
  height: 28px;
  background: #833524;
  border-radius: 5px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 800;
  color: #fff
}

.contact-us .fact__title {
  font-size: 17px;
  font-weight: 700;
  color: #1b1510;
  margin: 0 0 8px;
  line-height: 1.4
}

.contact-us .fact__body {
  font-size: 14px;
  color: #3a2e28;
  line-height: 1.6;
  margin: 0
}

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

.contact-us .aside__heading {
  font-size: 40px;
  line-height: 1.2;
  letter-spacing: -.02em;
  color: #1b1510;
  font-weight: 800;
  margin: 0 0 16px
}

.contact-us .aside__heading span {
  display: block
}

.contact-us .aside__heading--accent {
  color: #833524
}

.contact-us .aside__text {
  font-size: 17px;
  line-height: 1.6;
  color: #3a2e28;
  margin: 0
}

.contact-us .aside__accent-line {
  font-size: 17px;
  line-height: 1.6;
  color: #833524;
  font-weight: 700;
  margin: 0
}

.contact-us .aside__link {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  color: #833524;
  font-size: 17px;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid #8335244d;
  padding-bottom: 4px;
  transition: color .1s ease-out, border-color .1s ease-out
}

.contact-us .aside__link:hover {
  color: #C35F78;
  border-color: #C35F78
}

@media (max-width: 900px) {
  .contact-us .reach__inner {
    flex-direction: column;
    gap: 40px
  }

  .contact-us .reach__text {
    flex: none;
    width: 100%
  }

  .contact-us .reach__form-area {
    flex: none;
    width: 100%
  }

  .contact-us .info__inner {
    grid-template-columns: 1fr;
    gap: 40px
  }

  .contact-us .form__row {
    flex-direction: column;
    gap: 16px
  }

  .contact-us .slots__grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .contact-us .reach__heading {
    font-size: 40px
  }
}

@media (max-width: 600px) {
  .contact-us .info__facts {
    grid-template-columns: 1fr
  }

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

  .contact-us .form-card {
    padding: 20px
  }

  .contact-us .reach__heading {
    font-size: 29px
  }
}

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

.portal__grid-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px
}

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

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

.portal__col--delay-1 {
  animation: column-appear .5s ease-out .08s both
}

.portal__col--delay-2 {
  animation: column-appear .5s ease-out .22s both
}

.portal__col--delay-3 {
  animation: column-appear .5s ease-out .38s both
}

.portal__divider--fade {
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, #E2BCC5 30%, #E2BCC5 70%, transparent 100%);
  border: none;
  margin: 0
}

.portal__dot-pattern {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, #E2BCC5 1px, transparent 1px);
  background-size: 18px 18px;
  opacity: .18;
  pointer-events: none;
  overflow: hidden
}

.portal__title-block {
  position: relative;
  padding: 80px 0
}

.portal__title-layout {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 40px
}

.portal__title-image-col {
  flex: 0 0 220px;
  animation: column-appear .45s ease-out .05s both
}

.portal__title-image-col--right {
  animation: column-appear .45s ease-out .32s both
}

.portal__title-image-wrap {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: -1px 4px 18px 0 #83352414;
  position: relative
}

.portal__title-image-wrap img {
  width: 220px;
  height: 300px;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: blur(0px);
  transition: filter .12s ease-out
}

.portal__title-image-wrap img.blurred {
  filter: blur(2px) brightness(0.92)
}

.portal__title-text-col {
  flex: 1;
  text-align: center;
  padding: 0 20px;
  animation: column-appear .5s ease-out .18s both
}

.portal__eyebrow {
  font-size: 14px;
  line-height: 1.4;
  color: #C35F78;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 16px;
  display: block
}

.portal__main-heading {
  font-size: 55px;
  line-height: 1.2;
  letter-spacing: -.02em;
  color: #1e1410;
  margin-bottom: 20px;
  position: relative;
  display: inline-block
}

.portal__main-heading::before {
  content: '';
  display: block;
  width: 3px;
  height: 100%;
  background: #833524;
  position: absolute;
  left: -20px;
  top: 0;
  border-radius: 3px
}

.portal__main-heading span {
  display: block
}

.portal__title-desc {
  font-size: 17px;
  line-height: 1.6;
  color: #3a2820;
  max-width: 480px;
  margin: 0 auto 20px
}

.portal__title-meta {
  font-size: 14px;
  line-height: 1.4;
  color: #8a6a60
}

.portal__title-meta strong {
  color: #833524
}

.portal__repeat-dots {
  display: flex;
  flex-direction: row;
  gap: 8px;
  justify-content: center;
  margin-top: 20px
}

.portal__repeat-dot {
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background: #E2BCC5
}

.portal__repeat-dot--active {
  background: #833524;
  width: 20px
}

.portal__value-block {
  padding: 80px 0;
  background: #fdf8f6;
  position: relative
}

.portal__value-layout {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
  align-items: start
}

.portal__value-item {
  padding: 20px;
  border-radius: 10px;
  background: #fff;
  box-shadow: -1px 1px 4px 0 #8335240f;
  transition: box-shadow .1s ease-out
}

.portal__value-item:hover {
  box-shadow: -1px 4px 18px 0 #83352414
}

.portal__value-icon {
  width: 36px;
  height: 36px;
  border-radius: 5px;
  background: #E2BCC5;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px
}

.portal__value-icon svg {
  width: 18px;
  height: 18px;
  fill: #833524
}

.portal__value-label {
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: -.01em;
  color: #1e1410;
  margin-bottom: 8px;
  font-weight: 700
}

.portal__value-label span {
  display: block
}

.portal__value-text {
  font-size: 14px;
  line-height: 1.6;
  color: #4a3028
}

.portal__value-accent {
  font-size: 14px;
  color: #C35F78;
  margin-top: 8px;
  font-weight: 600
}

.portal__current-block {
  padding: 80px 0;
  background: #fff
}

.portal__current-layout {
  display: flex;
  flex-direction: row;
  gap: 80px;
  align-items: center
}

.portal__current-image-col {
  flex: 0 0 480px;
  position: relative
}

.portal__current-image-frame {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: -1px 9px 48px 0 #8335241a;
  position: relative
}

.portal__current-image-frame img {
  width: 480px;
  height: 360px;
  object-fit: cover;
  object-position: center top;
  display: block;
  transition: transform 12s linear;
  animation: slow-zoom 14s ease-in-out infinite alternate
}

@keyframes slow-zoom {
  from {
    transform: scale(1)
  }

  to {
    transform: scale(1.06)
  }
}

.portal__current-image-overlay {
  position: absolute;
  inset: 0;
  background: #83352400;
  transition: background .12s ease-out;
  display: flex;
  align-items: flex-end;
  padding: 20px;
  border-radius: 10px
}

.portal__current-image-frame:hover .portal__current-image-overlay {
  background: #833524b8
}

.portal__current-image-caption {
  font-size: 14px;
  line-height: 1.6;
  color: #fff;
  opacity: 0;
  transition: opacity .1s ease-out
}

.portal__current-image-frame:hover .portal__current-image-caption {
  opacity: 1
}

.portal__current-text-col {
  flex: 1
}

.portal__section-label {
  font-size: 14px;
  line-height: 1.4;
  color: #C35F78;
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-bottom: 16px;
  display: block
}

.portal__section-heading {
  font-size: 40px;
  line-height: 1.2;
  letter-spacing: -.015em;
  color: #1e1410;
  margin-bottom: 20px;
  font-weight: 700
}

.portal__section-heading span {
  display: block
}

.portal__section-heading--accent span:last-child {
  color: #833524
}

.portal__body-text {
  font-size: 17px;
  line-height: 1.6;
  color: #3a2820;
  margin-bottom: 16px
}

.portal__tag-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px
}

.portal__tag {
  font-size: 14px;
  line-height: 1.4;
  color: #833524;
  border: 1px solid #E2BCC5;
  border-radius: 20px;
  padding: 4px 16px;
  background: #fdf8f6
}

.portal__outcomes-block {
  padding: 80px 0;
  background: #833524;
  position: relative;
  overflow: hidden
}

.portal__outcomes-texture {
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(0deg, transparent, transparent 3px, #ffffff06 3px, #ffffff06 4px);
  pointer-events: none
}

.portal__outcomes-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start
}

.portal__outcomes-intro {
  grid-column: 1 / -1;
  margin-bottom: 8px
}

.portal__outcomes-heading {
  font-size: 40px;
  line-height: 1.2;
  letter-spacing: -.015em;
  color: #fff;
  font-weight: 700;
  margin-bottom: 16px
}

.portal__outcomes-heading span {
  display: block
}

.portal__outcomes-desc {
  font-size: 17px;
  line-height: 1.6;
  color: #E2BCC5;
  max-width: 640px
}

.portal__outcome-card {
  background: #ffffff14;
  border-radius: 10px;
  padding: 20px;
  border: 1px solid #e2bcc540;
  transition: background .1s ease-out
}

.portal__outcome-card:hover {
  background: #ffffff21
}

.portal__outcome-number {
  font-size: 55px;
  line-height: 1.2;
  color: #E2BCC5;
  font-weight: 700;
  letter-spacing: -.03em;
  margin-bottom: 8px
}

.portal__outcome-label {
  font-size: 22px;
  line-height: 1.2;
  color: #fff;
  font-weight: 700;
  margin-bottom: 8px
}

.portal__outcome-text {
  font-size: 14px;
  line-height: 1.6;
  color: #E2BCC5
}

.portal__support-block {
  padding: 80px 0;
  background: #fff;
  position: relative
}

.portal__support-dashed {
  position: absolute;
  top: 50%;
  left: 40px;
  right: 40px;
  height: 1px;
  border-top: 1px dashed #E2BCC5;
  pointer-events: none
}

.portal__support-layout {
  display: flex;
  flex-direction: row;
  gap: 40px;
  align-items: flex-start
}

.portal__support-text-col {
  flex: 1
}

.portal__support-image-col {
  flex: 0 0 340px
}

.portal__support-image-wrap {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: -1px 4px 18px 0 #83352414;
  position: relative
}

.portal__support-image-wrap img {
  width: 340px;
  height: 400px;
  object-fit: cover;
  object-position: center top;
  display: block
}

.portal__support-image-overlay {
  position: absolute;
  inset: 0;
  background: #83352400;
  transition: background .12s ease-out;
  display: flex;
  align-items: flex-end;
  padding: 20px
}

.portal__support-image-wrap:hover .portal__support-image-overlay {
  background: #833524b8
}

.portal__support-overlay-text {
  font-size: 14px;
  line-height: 1.6;
  color: #fff;
  opacity: 0;
  transition: opacity .1s ease-out
}

.portal__support-image-wrap:hover .portal__support-overlay-text {
  opacity: 1
}

.portal__support-items {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 20px
}

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

.portal__support-marker {
  flex: 0 0 32px;
  height: 32px;
  border-radius: 5px;
  background: #E2BCC5;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px
}

.portal__support-marker svg {
  width: 16px;
  height: 16px;
  fill: #833524
}

.portal__support-item-text {
  flex: 1
}

.portal__support-item-label {
  font-size: 17px;
  line-height: 1.4;
  color: #1e1410;
  font-weight: 700;
  margin-bottom: 4px
}

.portal__support-item-desc {
  font-size: 14px;
  line-height: 1.6;
  color: #4a3028
}

.portal__people-block {
  padding: 80px 0;
  background: #fdf8f6
}

.portal__people-heading-row {
  margin-bottom: 40px
}

.portal__people-heading {
  font-size: 40px;
  line-height: 1.2;
  letter-spacing: -.015em;
  color: #1e1410;
  font-weight: 700;
  margin-bottom: 8px
}

.portal__people-heading span {
  display: block
}

.portal__people-sub {
  font-size: 17px;
  line-height: 1.6;
  color: #4a3028
}

.portal__people-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px
}

.portal__person-card {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  box-shadow: -1px 1px 4px 0 #8335240f;
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: flex-start;
  transition: box-shadow .1s ease-out
}

.portal__person-card:hover {
  box-shadow: -1px 4px 18px 0 #83352414
}

.portal__person-portrait {
  flex: 0 0 80px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: -1px 1px 4px 0 #8335240f
}

.portal__person-portrait img {
  width: 80px;
  height: 120px;
  object-fit: cover;
  object-position: center;
  display: block
}

.portal__person-body {
  flex: 1
}

.portal__person-quote {
  font-size: 17px;
  line-height: 1.6;
  color: #3a2820;
  margin-bottom: 16px;
  font-style: italic
}

.portal__person-name {
  font-size: 14px;
  line-height: 1.4;
  color: #833524;
  font-weight: 700
}

.portal__person-role {
  font-size: 14px;
  line-height: 1.4;
  color: #8a6a60
}

.portal__person-card--no-portrait {
  flex-direction: column
}

.portal__person-initials {
  width: 48px;
  height: 48px;
  border-radius: 5px;
  background: #E2BCC5;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  font-weight: 700;
  color: #833524;
  flex-shrink: 0
}

@media (max-width: 900px) {
  .portal__title-layout {
    flex-direction: column
  }

  .portal__title-image-col {
    flex: 0 0 auto
  }

  .portal__title-image-wrap img {
    width: 160px;
    height: 220px
  }

  .portal__value-layout {
    grid-template-columns: 1fr
  }

  .portal__current-layout {
    flex-direction: column;
    gap: 40px
  }

  .portal__current-image-col {
    flex: 0 0 auto;
    width: 100%
  }

  .portal__current-image-frame img {
    width: 100%;
    height: 260px
  }

  .portal__outcomes-layout {
    grid-template-columns: 1fr
  }

  .portal__support-layout {
    flex-direction: column
  }

  .portal__support-image-col {
    flex: 0 0 auto;
    width: 100%
  }

  .portal__support-image-wrap img {
    width: 100%;
    height: 260px
  }

  .portal__people-layout {
    grid-template-columns: 1fr
  }

  .portal__main-heading {
    font-size: 40px
  }

  .portal__grid-container {
    padding: 0 20px
  }
}

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

.services .divider--rhythm {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 auto;
  max-width: 1280px;
  padding: 0 40px
}

.services .divider--rhythm span {
  display: block;
  height: 1px;
  background: #C35F78;
  opacity: .35
}

.services .divider--rhythm span:nth-child(odd) {
  width: 24px
}

.services .divider--rhythm span:nth-child(even) {
  width: 8px
}

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

.services .panel__lead {
  display: flex;
  flex-direction: column;
  gap: 20px
}

.services .panel__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #833524;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 600
}

.services .panel__dots {
  display: flex;
  flex-direction: row;
  gap: 4px;
  align-items: center
}

.services .panel__dot {
  width: 5px;
  height: 5px;
  border-radius: 20px;
  background: #C35F78;
  display: block
}

.services .panel__dot--large {
  width: 8px;
  height: 8px;
  background: #833524
}

.services .panel__heading {
  font-size: 55px;
  line-height: 1.2;
  letter-spacing: -.03em;
  color: #1b1b1b;
  font-weight: 800;
  margin: 0
}

.services .panel__heading em {
  font-style: normal;
  color: #833524;
  display: block
}

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

.services .panel__list li {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
  font-size: 17px;
  line-height: 1.6;
  color: #2c2c2c
}

.services .panel__list li::before {
  content: '';
  display: block;
  width: 3px;
  min-width: 3px;
  height: 22px;
  background: #C35F78;
  border-radius: 3px;
  margin-top: 3px
}

.services .panel__image-col {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px
}

.services .panel__image-frame {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: -1px 9px 48px 0 #8335241a
}

.services .panel__image-frame img {
  display: block;
  width: 100%;
  height: 460px;
  object-fit: cover;
  object-position: center 30%
}

.services .panel__scanline {
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(to bottom, transparent, transparent 3px, #8335240a 3px, #8335240a 4px);
  pointer-events: none;
  border-radius: 10px
}

.services .panel__image-caption {
  font-size: 14px;
  color: #888;
  line-height: 1.4;
  text-align: center
}

.services .panel__dashed-connector {
  position: absolute;
  left: calc(100% - 380px - 40px);
  top: 180px;
  width: 1px;
  height: 120px;
  border-left: 2px dashed #c35f784d;
  pointer-events: none
}

.services .catalog {
  background: #f5eeec;
  position: relative;
  overflow: hidden
}

.services .catalog::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 60% 40% at 0% 0%, #83352412 0%, transparent 70%), radial-gradient(ellipse 50% 50% at 100% 100%, #c35f780f 0%, transparent 70%);
  pointer-events: none
}

.services .catalog__chevrons {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden
}

.services .catalog__chevrons svg {
  position: absolute;
  opacity: .045
}

.services .catalog__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 80px 40px;
  position: relative;
  z-index: 1
}

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

.services .catalog__heading-group {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.services .catalog__label {
  font-size: 14px;
  color: #C35F78;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-weight: 600
}

.services .catalog__heading {
  font-size: 40px;
  line-height: 1.2;
  letter-spacing: -.025em;
  color: #1b1b1b;
  font-weight: 700;
  margin: 0
}

.services .catalog__heading strong {
  color: #833524
}

.services .catalog__intro {
  max-width: 420px;
  font-size: 17px;
  line-height: 1.6;
  color: #444;
  margin: 0
}

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

.services .service-card {
  background: #fff;
  border-radius: 10px;
  padding: 40px 20px 20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  box-shadow: -1px 4px 18px 0 #83352414;
  transition: box-shadow .12s ease-out, transform .1s ease-out;
  position: relative;
  overflow: hidden
}

.services .service-card:hover {
  box-shadow: -1px 9px 48px 0 #83352421;
  transform: translateY(-2px)
}

.services .service-card__accent {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #833524, #C35F78);
  border-radius: 10px 10px 0 0
}

.services .service-card__icon {
  width: 40px;
  height: 40px;
  border-radius: 5px;
  background: #f5eeec;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0
}

.services .service-card__icon svg {
  width: 22px;
  height: 22px
}

.services .service-card__name {
  font-size: 22px;
  line-height: 1.2;
  font-weight: 700;
  color: #1b1b1b;
  margin: 0;
  letter-spacing: -.01em
}

.services .service-card__desc {
  font-size: 17px;
  line-height: 1.6;
  color: #444;
  margin: 0;
  flex: 1
}

.services .service-card__footer {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding-top: 16px;
  border-top: 1px solid #e8dbd8;
  gap: 8px
}

.services .service-card__tag {
  font-size: 14px;
  color: #833524;
  font-weight: 600;
  background: #83352412;
  padding: 4px 8px;
  border-radius: 3px
}

.services .service-card__link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  color: #C35F78;
  text-decoration: none;
  font-weight: 600;
  transition: color .09s ease-out
}

.services .service-card__link:hover {
  color: #833524
}

.services .service-card__link i {
  font-size: 16px
}

.services .catalog__roles {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px
}

.services .role-column {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  box-shadow: -1px 1px 4px 0 #8335240f
}

.services .role-column__header {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.services .role-column__type {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .09em;
  color: #C35F78
}

.services .role-column__title {
  font-size: 22px;
  font-weight: 700;
  color: #1b1b1b;
  line-height: 1.2;
  margin: 0
}

.services .role-column__body {
  font-size: 17px;
  line-height: 1.6;
  color: #444;
  margin: 0
}

.services .role-column__items {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px
}

.services .role-column__items li {
  font-size: 14px;
  line-height: 1.6;
  color: #555;
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: flex-start
}

.services .role-column__items li::before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  min-width: 6px;
  border-radius: 20px;
  background: #E2BCC5;
  margin-top: 6px
}

.services .role-column__portrait {
  width: 100%;
  aspect-ratio: 3/4;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: -1px 4px 18px 0 #83352414
}

.services .role-column__portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block
}

.services .role-column--featured {
  background: linear-gradient(160deg, #833524 0%, #C35F78 100%)
}

.services .role-column--featured .role-column__type {
  color: #e2bcc5e6
}

.services .role-column--featured .role-column__title {
  color: #fff
}

.services .role-column--featured .role-column__body {
  color: #ffffffd1
}

.services .role-column--featured .role-column__items li {
  color: #ffffffc7
}

.services .role-column--featured .role-column__items li::before {
  background: #e2bcc5b3
}

.services .catalog__cta-row {
  margin-top: 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 16px
}

.services .btn-primary {
  display: inline-block;
  padding: 16px 40px;
  background: #833524;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  border-radius: 5px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: color .12s ease-out;
  box-shadow: -1px 4px 18px 0 #83352433
}

.services .btn-primary::before {
  content: '';
  position: absolute;
  inset: 0;
  background: #C35F78;
  transform: scaleY(0);
  transform-origin: bottom center;
  transition: transform .13s ease-out;
  border-radius: 5px
}

.services .btn-primary:hover::before {
  transform: scaleY(1)
}

.services .btn-primary span {
  position: relative;
  z-index: 1
}

.services .btn-outline {
  display: inline-block;
  padding: 16px 40px;
  background: transparent;
  color: #833524;
  font-size: 17px;
  font-weight: 700;
  border-radius: 5px;
  text-decoration: none;
  border: 2px solid #833524;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: color .12s ease-out, border-color .12s ease-out
}

.services .btn-outline::before {
  content: '';
  position: absolute;
  inset: 0;
  background: #83352412;
  transform: scaleY(0);
  transform-origin: bottom center;
  transition: transform .13s ease-out
}

.services .btn-outline:hover::before {
  transform: scaleY(1)
}

.services .btn-outline span {
  position: relative;
  z-index: 1
}

@keyframes diag-reveal {
  from {
    opacity: 0;
    transform: translate(-12px, 12px)
  }

  to {
    opacity: 1;
    transform: translate(0, 0)
  }
}

.services .panel__lead {
  animation: diag-reveal .5s ease-out both
}

.services .panel__image-col {
  animation: diag-reveal .5s .12s ease-out both
}

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

  .services .panel__dashed-connector {
    display: none
  }

  .services .panel__heading {
    font-size: 40px
  }

  .services .catalog__inner {
    padding: 40px 20px
  }

  .services .catalog__top {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px
  }

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

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

  .services .catalog__heading {
    font-size: 29px
  }
}

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

.success-page .success-card {
  max-width: 560px;
  width: 100%;
  background: #fff;
  border: 1px solid #E2BCC5;
  border-radius: 10px;
  padding: 40px;
  box-shadow: -1px 4px 18px 0 #83352414;
  text-align: center
}

.success-page .success-card .success-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 20px;
  display: block
}

.success-page .success-card .success-heading {
  font-size: 29px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -.02em;
  color: #833524;
  margin: 0 0 16px
}

.success-page .success-card .success-text {
  font-size: 17px;
  line-height: 1.6;
  color: #3a2a27;
  margin: 0 0 8px
}

.success-page .success-card .success-subtext {
  font-size: 14px;
  line-height: 1.6;
  color: #7a5a54;
  margin: 0 0 40px
}

.success-page .success-card .success-divider {
  width: 48px;
  height: 2px;
  background: #E2BCC5;
  margin: 0 auto 40px;
  border-radius: 3px
}

.success-page .success-card .success-button {
  display: inline-block;
  position: relative;
  overflow: hidden;
  padding: 16px 40px;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.2;
  color: #fff;
  background: #833524;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  text-decoration: none;
  transition: color .12s ease-out;
  box-shadow: -1px 1px 4px 0 #8335240f
}

.success-page .success-card .success-button::before {
  content: '';
  position: absolute;
  inset: 0;
  background: #C35F78;
  transform: translateX(-100%);
  transition: transform .13s ease-out;
  z-index: 0
}

.success-page .success-card .success-button:hover::before {
  transform: translateX(0)
}

.success-page .success-card .success-button:focus {
  outline: 2px solid #833524;
  outline-offset: 3px
}

.success-page .success-card .success-button span {
  position: relative;
  z-index: 1
}

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

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

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