* {
  box-sizing: border-box
}

body {
  margin: 0;
  overscroll-behavior: contain;
  overflow-x: hidden;
  font-family: "Alegreya", Georgia, serif
}

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

.brand__frame {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-left: 3px solid #C46B5C;
  border-radius: 0 16px 0 16px;
  background-color: #fff;
  box-shadow: 2px 1px 4px 0 #c46b5c14 2px 7px 14px 0 #c46b5c14;
  padding: 8px;
  flex-shrink: 0
}

.brand__frame img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block
}

.site-header {
  position: relative;
  background: linear-gradient(135deg, #f2edeed1 0%, #d6b1ba73 60%, #c46b5c1f 100%);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid #c46b5c2e;
  box-shadow: 2px 7px 14px 0 #c46b5c14;
  z-index: 100
}

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

.header__accent-bar {
  height: 3px;
  background: linear-gradient(90deg, #C46B5C 0%, #D6B1BA 55%, #f2edee00 100%);
  border-radius: 0
}

.header__bottom {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  align-items: stretch;
  gap: 0
}

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

.primary-menu__item {
  display: flex
}

.primary-menu__link {
  display: flex;
  align-items: center;
  padding: 12px 20px;
  font-family: "Alegreya", Georgia, serif;
  font-size: 15px;
  line-height: 1.35;
  letter-spacing: .015em;
  color: #3a2420;
  text-decoration: none;
  border-radius: 3px;
  border: 1px solid transparent;
  transition: color .18s ease-out, border-color .18s ease-out, box-shadow .15s ease-out, background-color .18s ease-out;
  min-height: 44px;
  white-space: nowrap
}

.primary-menu__link:hover {
  color: #C46B5C;
  border-color: #c46b5c52;
  background-color: #f2edeeb3;
  box-shadow: 2px 7px 14px 0 #c46b5c14
}

.primary-menu__link:focus {
  outline: 3px solid;
  outline-color: #C46B5C;
  outline-offset: 2px;
  border-radius: 3px
}

.primary-menu__link--active {
  color: #C46B5C;
  font-weight: 700;
  border-color: #c46b5c38;
  background-color: #f2edee8c
}

.region-selector {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0
}

.region-selector__label {
  font-family: "Alegreya", Georgia, serif;
  font-size: 15px;
  line-height: 1.35;
  letter-spacing: .01em;
  color: #5a3e3a;
  font-weight: 700
}

.region-selector__badge {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #c46b5c1a;
  border: 1px solid #c46b5c47;
  border-radius: 3px;
  font-family: "Alegreya", Georgia, serif;
  font-size: 15px;
  line-height: 1.35;
  letter-spacing: .02em;
  color: #C46B5C;
  font-weight: 700;
  min-height: 44px
}

.menu-separator {
  width: 1px;
  background: linear-gradient(180deg, transparent 0%, #c46b5c47 30%, #c46b5c47 70%, transparent 100%);
  margin: 8px 20px;
  flex-shrink: 0
}

.site-footer {
  background-color: #F2EDEE;
  border-top: 2px solid #c46b5c33
}

.footer__top-band {
  background: linear-gradient(90deg, #c46b5c1f 0%, #d6b1ba2e 50%, #f2edee00 100%);
  border-bottom: 1px solid #d6b1ba59
}

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

.footer__tagline {
  font-family: "Alegreya", Georgia, serif;
  font-size: 19px;
  line-height: 1.35;
  letter-spacing: .015em;
  color: #3a2420;
  font-style: italic;
  margin: 0
}

.footer__contact-email {
  font-family: "Alegreya", Georgia, serif;
  font-size: 15px;
  line-height: 1.35;
  letter-spacing: .015em;
  color: #C46B5C;
  text-decoration: none;
  border-bottom: 1px solid #c46b5c66;
  padding-bottom: 2px;
  transition: color .15s ease-out, border-color .15s ease-out
}

.footer__contact-email:hover {
  color: #a3584a;
  border-color: #a3584a
}

.footer__contact-email:focus {
  outline: 3px solid #C46B5C;
  outline-offset: 2px;
  border-radius: 0
}

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

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

.footer__brand-frame {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-left: 3px solid #C46B5C;
  border-radius: 0 16px 0 16px;
  background-color: #fff;
  box-shadow: 2px 1px 4px 0 #c46b5c14 2px 7px 14px 0 #c46b5c14;
  padding: 8px
}

.footer__brand-frame img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block
}

.footer__company-name {
  font-family: "Alegreya", Georgia, serif;
  font-size: 19px;
  line-height: 1.35;
  letter-spacing: .02em;
  color: #3a2420;
  font-weight: 700;
  margin: 0
}

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

.footer__links-heading {
  font-family: "Alegreya", Georgia, serif;
  font-size: 15px;
  line-height: 1.35;
  letter-spacing: .02em;
  color: #5a3e3a;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 8px
}

.footer__policy-link {
  display: inline-block;
  font-family: "Alegreya", Georgia, serif;
  font-size: 15px;
  line-height: 1.55;
  letter-spacing: .01em;
  color: #5a3e3a;
  text-decoration: none;
  border-bottom: 1px solid #5a3e3a40;
  padding-bottom: 1px;
  transition: color .18s ease-out, border-color .18s ease-out
}

.footer__policy-link:hover {
  color: #C46B5C;
  border-color: #c46b5c80
}

.footer__policy-link:focus {
  outline: 3px solid #C46B5C;
  outline-offset: 2px;
  border-radius: 0
}

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

.footer__address-heading {
  font-family: "Alegreya", Georgia, serif;
  font-size: 15px;
  line-height: 1.35;
  letter-spacing: .02em;
  color: #5a3e3a;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 8px
}

.footer__address-text {
  font-family: "Alegreya", Georgia, serif;
  font-size: 15px;
  line-height: 1.55;
  letter-spacing: .01em;
  color: #5a3e3a;
  margin: 0;
  font-style: normal
}

.footer__phone-link {
  display: inline-block;
  font-family: "Alegreya", Georgia, serif;
  font-size: 15px;
  line-height: 1.55;
  letter-spacing: .01em;
  color: #5a3e3a;
  text-decoration: none;
  border-bottom: 1px solid #5a3e3a40;
  padding-bottom: 1px;
  transition: color .18s ease-out, border-color .18s ease-out
}

.footer__phone-link:hover {
  color: #C46B5C;
  border-color: #c46b5c80
}

.footer__phone-link:focus {
  outline: 3px solid #C46B5C;
  outline-offset: 2px;
  border-radius: 0
}

.footer__bottom {
  border-top: 1px solid #c46b5c26;
  background-color: #d6b1ba1f
}

.footer__bottom-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 20px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px
}

.footer__copyright {
  font-family: "Alegreya", Georgia, serif;
  font-size: 15px;
  line-height: 1.35;
  letter-spacing: .01em;
  color: #7a5a56;
  margin: 0
}

@media (max-width: 1024px) {
  .header__top {
    padding: 20px 20px 12px
  }

  .header__bottom {
    padding: 0 20px
  }

  .footer__top-inner {
    padding: 20px
  }

  .footer__columns {
    padding: 40px 20px;
    gap: 40px
  }

  .footer__bottom-inner {
    padding: 20px
  }
}

@media (max-width: 768px) {
  .header__top {
    padding: 20px 12px 12px;
    gap: 20px
  }

  .header__bottom {
    padding: 0 12px
  }

  .primary-menu {
    gap: 4px
  }

  .primary-menu__link {
    padding: 12px;
    font-size: 15px
  }

  .menu-separator {
    margin: 8px 12px
  }

  .footer__columns {
    padding: 40px 12px;
    gap: 40px;
    flex-direction: column
  }

  .footer__top-inner {
    padding: 20px 12px;
    flex-direction: column;
    align-items: flex-start
  }

  .footer__bottom-inner {
    padding: 20px 12px;
    flex-direction: column;
    align-items: flex-start
  }
}

@media (max-width: 480px) {
  .header__top {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px
  }

  .header__bottom {
    flex-direction: column
  }

  .primary-menu {
    flex-direction: column;
    align-items: flex-start;
    width: 100%
  }

  .primary-menu__item {
    width: 100%
  }

  .primary-menu__link {
    width: 100%;
    padding: 12px 20px
  }

  .menu-separator {
    width: 100%;
    height: 1px;
    margin: 4px 0;
    background: linear-gradient(90deg, transparent 0%, #c46b5c47 30%, #c46b5c47 70%, transparent 100%)
  }
}

.cookie-bar {
  font-family: "Alegreya", Georgia, serif
}

.cookie-bar__text {
  font-size: 15px;
  line-height: 1.55;
  letter-spacing: .01em;
  color: #3a2420;
  margin: 0 0 8px
}

.cookie-bar__text a {
  color: #C46B5C;
  text-decoration: underline
}

.cookie-bar__headline {
  font-size: 19px;
  line-height: 1.35;
  letter-spacing: .015em;
  color: #3a2420;
  font-weight: 700;
  margin: 0 0 8px
}

.cookie-bar__actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 12px
}

.cookie-bar__accept {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  min-height: 44px;
  font-family: "Alegreya", Georgia, serif;
  font-size: 15px;
  line-height: 1.35;
  letter-spacing: .015em;
  font-weight: 700;
  color: #C46B5C;
  background: transparent;
  border: 2px solid #C46B5C;
  border-radius: 3px;
  cursor: pointer;
  transition: box-shadow .18s ease-out, background-color .15s ease-out, color .15s ease-out
}

.cookie-bar__accept:hover {
  background-color: #c46b5c14;
  box-shadow: 2px 7px 14px 0 #c46b5c14
}

.cookie-bar__accept:focus {
  outline: 3px solid #C46B5C;
  outline-offset: 2px
}

.cookie-bar__decline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  min-height: 44px;
  font-family: "Alegreya", Georgia, serif;
  font-size: 15px;
  line-height: 1.35;
  letter-spacing: .015em;
  color: #5a3e3a;
  background: transparent;
  border: 2px solid #5a3e3a59;
  border-radius: 3px;
  cursor: pointer;
  text-decoration: none;
  transition: box-shadow .18s ease-out, border-color .15s ease-out, color .15s ease-out
}

.cookie-bar__decline:hover {
  color: #3a2420;
  border-color: #5a3e3a99;
  box-shadow: 2px 7px 14px 0 #d6b1ba14
}

.cookie-bar__decline:focus {
  outline: 3px solid #C46B5C;
  outline-offset: 2px
}

.policy-data {
  max-width: 1280px;
  margin: 0 auto;
  padding: 80px 40px;
  color: #2c2420;
  line-height: 1.55;
  font-size: 15px;
  letter-spacing: .01em
}

.policy-data ul,
.policy-data ol {
  margin: 20px 0;
  padding-left: 40px
}

.policy-data ul ul,
.policy-data ol ol,
.policy-data ul ol,
.policy-data ol ul {
  margin: 8px 0;
  padding-left: 20px
}

.policy-data ul {
  list-style-type: disc
}

.policy-data ol {
  list-style-type: decimal
}

.policy-data li {
  margin: 8px 0;
  padding-left: 4px;
  line-height: 1.55;
  font-size: 15px;
  letter-spacing: .01em
}

.policy-data li::marker {
  color: #C46B5C
}

.policy-data em,
.policy-data i {
  font-style: italic;
  color: #8a4a3e
}

.policy-data a {
  color: #C46B5C;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
  transition: color .18s ease-out, text-decoration-color .14s ease-out
}

.policy-data a:hover {
  color: #8a4a3e;
  text-decoration-color: #D6B1BA
}

.policy-data a:focus-visible {
  outline: 2px solid #C46B5C;
  outline-offset: 2px;
  border-radius: 3px
}

.policy-data table {
  width: 100%;
  border-collapse: collapse;
  margin: 40px 0;
  font-size: 15px;
  letter-spacing: .01em;
  box-shadow: 2px 7px 14px 0 #c46b5c14;
  border-radius: 3px;
  overflow: hidden
}

.policy-data thead {
  background-color: #C46B5C
}

.policy-data thead tr {
  border-bottom: none
}

.policy-data tbody {
  background-color: #fff
}

.policy-data tbody tr {
  border-bottom: 1px solid #F2EDEE;
  transition: background-color .12s ease-out
}

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

.policy-data tbody tr:hover {
  background-color: #F2EDEE
}

.policy-data th {
  padding: 12px 20px;
  text-align: left;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .02em;
  color: #fff;
  line-height: 1.35
}

.policy-data td {
  padding: 12px 20px;
  font-size: 15px;
  line-height: 1.55;
  letter-spacing: .01em;
  color: #2c2420;
  vertical-align: top
}

.policy-data div {
  margin: 20px 0
}

.policy-data div:first-child {
  margin-top: 0
}

.policy-data div:last-child {
  margin-bottom: 0
}

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

  .policy-data ul,
  .policy-data ol {
    padding-left: 20px
  }

  .policy-data table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin: 20px 0
  }

  .policy-data th,
  .policy-data td {
    padding: 8px 12px
  }
}

@media (max-width: 480px) {
  .policy-data {
    padding: 40px 12px
  }

  .policy-data ul,
  .policy-data ol {
    padding-left: 20px
  }

  .policy-data th,
  .policy-data td {
    padding: 8px;
    font-size: 15px
  }
}

.events-detail {
  max-width: 1280px;
  margin: 0 auto;
  overflow: hidden
}

.events-detail .title-block {
  position: relative;
  padding: 40px 80px 80px;
  background: linear-gradient(157deg, #C46B5C 0%, #C46B5C 28%, #D6B1BA 60%, #F2EDEE 100%);
  border-bottom: 3px solid #C46B5C
}

.events-detail .title-block__edge {
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(157deg, #fff 0%, #C46B5C 100%)
}

.events-detail .title-block__grid {
  display: flex;
  flex-direction: row;
  gap: 40px;
  align-items: flex-start;
  max-width: 1280px
}

.events-detail .title-block__text {
  flex: 1 1 0;
  min-width: 0
}

.events-detail .title-block__meta {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  margin-bottom: 20px;
  flex-wrap: wrap
}

.events-detail .tag {
  display: inline-block;
  padding: 4px 12px;
  border: 1px solid #C46B5C;
  border-radius: 3px;
  font-size: 15px;
  line-height: 1.35;
  letter-spacing: .02em;
  color: #fff;
  background: #c46b5c8c
}

.events-detail .tag--format {
  background: transparent;
  color: #fff;
  border-color: #fff9
}

.events-detail .title-block__heading {
  font-size: 58px;
  line-height: 1.1;
  letter-spacing: .01em;
  color: transparent;
  -webkit-text-stroke: 2px #fff;
  margin-bottom: 20px;
  margin-top: 0
}

.events-detail .title-block__desc {
  font-size: 19px;
  line-height: 1.55;
  letter-spacing: .01em;
  color: #fff;
  max-width: 600px;
  margin: 0
}

.events-detail .title-block__image-col {
  flex: 0 0 380px;
  position: relative
}

.events-detail .title-block__img-wrap {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 2px 9px 36px 0 #c46b5c1c
}

.events-detail .title-block__img-wrap img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  display: block;
  filter: blur(0px)
}

.events-detail .title-block__img-wrap::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: linear-gradient(157deg, #c46b5c2e 0%, #d6b1ba14 100%);
  border-radius: 16px;
  pointer-events: none
}

.events-detail .seats-badge {
  position: absolute;
  bottom: -12px;
  right: 12px;
  background: #C46B5C;
  color: #fff;
  padding: 8px 20px;
  border-radius: 3px;
  font-size: 15px;
  line-height: 1.35;
  letter-spacing: .02em;
  box-shadow: 2px 7px 14px 0 #c46b5c14
}

.events-detail .detail-body {
  display: flex;
  flex-direction: row;
  gap: 40px;
  padding: 80px 80px 40px;
  align-items: flex-start
}

.events-detail .detail-body__aside {
  flex: 0 0 180px
}

.events-detail .detail-body__note {
  font-size: 15px;
  line-height: 1.55;
  letter-spacing: .01em;
  color: #C46B5C;
  border-top: 2px solid #D6B1BA;
  border-right: 1px solid #F2EDEE;
  padding: 12px 12px 12px 0;
  margin: 0
}

.events-detail .detail-body__article {
  flex: 1 1 0;
  min-width: 0
}

.events-detail .detail-body__article p {
  font-size: 19px;
  line-height: 1.55;
  letter-spacing: .01em;
  color: #2a1c19;
  margin-bottom: 20px;
  margin-top: 0
}

.events-detail .detail-body__article h2 {
  font-size: 43px;
  line-height: 1.1;
  letter-spacing: .01em;
  color: transparent;
  -webkit-text-stroke: 1.5px #C46B5C;
  margin-bottom: 20px;
  margin-top: 40px
}

.events-detail .detail-body__article h3 {
  font-size: 23px;
  line-height: 1.35;
  letter-spacing: .01em;
  color: #2a1c19;
  margin-bottom: 12px;
  margin-top: 20px
}

.events-detail .detail-body__article small {
  font-size: 15px;
  line-height: 1.55;
  color: #7a5a54;
  display: block;
  margin-bottom: 12px
}

.events-detail .detail-body__article strong {
  color: #C46B5C
}

.events-detail .detail-body__article ol {
  padding-left: 20px;
  margin-bottom: 20px
}

.events-detail .detail-body__article ol li {
  font-size: 19px;
  line-height: 1.55;
  letter-spacing: .01em;
  color: #2a1c19;
  margin-bottom: 8px
}

.events-detail .detail-body__article dl {
  margin-bottom: 20px
}

.events-detail .detail-body__article dt {
  font-size: 19px;
  line-height: 1.35;
  color: #C46B5C;
  font-weight: 600;
  margin-bottom: 4px
}

.events-detail .detail-body__article dd {
  font-size: 19px;
  line-height: 1.55;
  color: #2a1c19;
  margin-left: 20px;
  margin-bottom: 12px
}

.events-detail .detail-body__article details {
  margin-bottom: 12px;
  border: 1px solid #D6B1BA;
  border-radius: 3px;
  padding: 12px
}

.events-detail .detail-body__article summary {
  font-size: 19px;
  line-height: 1.35;
  color: #C46B5C;
  cursor: pointer;
  letter-spacing: .01em
}

.events-detail .word-accent {
  background: #C46B5C;
  color: #fff;
  padding: 0 4px;
  border-radius: 3px
}

.events-detail .program-block {
  background: #2a1c19;
  padding: 80px 80px 40px;
  position: relative
}

.events-detail .program-block__bg-flicker {
  position: absolute;
  inset: 0;
  background: linear-gradient(157deg, #c46b5c12 0%, #d6b1ba0a 100%);
  animation: flicker 7s ease-out infinite;
  pointer-events: none;
  border-radius: 0
}

@keyframes flicker {
  0% {
    opacity: 1
  }

  18% {
    opacity: .88
  }

  34% {
    opacity: 1
  }

  55% {
    opacity: .93
  }

  72% {
    opacity: 1
  }

  89% {
    opacity: .91
  }

  100% {
    opacity: 1
  }
}

.events-detail .program-block__four {
  display: grid;
  grid-template-columns: 220px 1fr 1fr 1fr;
  gap: 20px;
  align-items: start;
  position: relative;
  z-index: 1
}

.events-detail .program-block__accent-col {
  border-left: 4px solid #C46B5C;
  border-right: 1px dashed #c46b5c4d;
  padding: 20px;
  background: #c46b5c14;
  border-radius: 3px
}

.events-detail .program-block__accent-label {
  font-size: 15px;
  line-height: 1.35;
  letter-spacing: .02em;
  color: #D6B1BA;
  margin-bottom: 12px;
  margin-top: 0
}

.events-detail .program-block__accent-heading {
  font-size: 43px;
  line-height: 1.1;
  letter-spacing: .01em;
  color: transparent;
  -webkit-text-stroke: 1.5px #C46B5C;
  margin-bottom: 12px;
  margin-top: 0
}

.events-detail .program-block__accent-text {
  font-size: 15px;
  line-height: 1.55;
  color: #D6B1BA;
  margin: 0
}

.events-detail .program-block__content {
  grid-column: 2 / 5
}

.events-detail .program-block__content p {
  font-size: 19px;
  line-height: 1.55;
  letter-spacing: .01em;
  color: #F2EDEE;
  margin-bottom: 20px;
  margin-top: 0
}

.events-detail .program-block__content h2 {
  font-size: 43px;
  line-height: 1.1;
  letter-spacing: .01em;
  color: transparent;
  -webkit-text-stroke: 1.5px #D6B1BA;
  margin-bottom: 20px;
  margin-top: 40px
}

.events-detail .program-block__content h3 {
  font-size: 23px;
  line-height: 1.35;
  letter-spacing: .01em;
  color: #F2EDEE;
  margin-bottom: 12px;
  margin-top: 20px
}

.events-detail .program-block__content strong {
  color: #C46B5C
}

.events-detail .program-block__content ul {
  padding-left: 20px;
  margin-bottom: 20px
}

.events-detail .program-block__content ul li {
  font-size: 19px;
  line-height: 1.55;
  color: #F2EDEE;
  margin-bottom: 8px
}

.events-detail .program-block__content blockquote {
  border-left: 3px solid #C46B5C;
  border-top: 1px solid #c46b5c4d;
  margin: 40px 0;
  padding: 20px;
  background: #c46b5c12;
  border-radius: 0 3px 3px 0
}

.events-detail .program-block__content blockquote p {
  font-size: 23px;
  line-height: 1.35;
  color: #F2EDEE;
  margin: 0 0 8px
}

.events-detail .program-block__content cite {
  font-size: 15px;
  line-height: 1.35;
  color: #D6B1BA;
  font-style: normal;
  letter-spacing: .02em
}

.events-detail .program-block__content figure {
  margin: 20px 0
}

.events-detail .program-block__content figcaption {
  font-size: 15px;
  line-height: 1.35;
  color: #D6B1BA;
  margin-top: 8px
}

.events-detail .program-block__content details {
  margin-bottom: 12px;
  border: 1px solid #c46b5c4d;
  border-radius: 3px;
  padding: 12px
}

.events-detail .program-block__content summary {
  font-size: 19px;
  line-height: 1.35;
  color: #D6B1BA;
  cursor: pointer;
  letter-spacing: .01em
}

.events-detail .dashed-path {
  position: relative;
  height: 40px;
  overflow: hidden;
  background: #2a1c19
}

.events-detail .dashed-path svg {
  display: block;
  width: 100%;
  height: 100%
}

.events-detail .price-block {
  background: #F2EDEE;
  padding: 40px 80px 80px
}

.events-detail .price-block__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start
}

.events-detail .price-block__card {
  background: #fff;
  border-radius: 16px;
  padding: 40px;
  box-shadow: 2px 9px 36px 0 #c46b5c1c;
  border-top: 3px solid #C46B5C;
  position: relative
}

.events-detail .price-block__label {
  font-size: 15px;
  line-height: 1.35;
  letter-spacing: .02em;
  color: #7a5a54;
  margin-bottom: 12px;
  margin-top: 0
}

.events-detail .price-block__amount {
  font-size: 58px;
  line-height: 1.1;
  letter-spacing: .01em;
  color: transparent;
  -webkit-text-stroke: 2px #C46B5C;
  margin-bottom: 8px;
  margin-top: 0;
  display: block
}

.events-detail .price-block__terms {
  font-size: 19px;
  line-height: 1.55;
  color: #2a1c19;
  margin-bottom: 20px;
  margin-top: 0
}

.events-detail .price-block__note {
  font-size: 15px;
  line-height: 1.55;
  color: #7a5a54;
  margin: 0;
  padding: 12px;
  background: #F2EDEE;
  border-radius: 3px;
  border-left: 3px solid #D6B1BA;
  border-top: 1px solid #D6B1BA
}

.events-detail .price-block__seats {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  margin-top: 20px;
  padding: 12px;
  border: 1px solid #D6B1BA;
  border-radius: 3px;
  background: #d6b1ba1f
}

.events-detail .price-block__seats-dot {
  width: 12px;
  height: 12px;
  border-radius: 0;
  background: #C46B5C;
  flex-shrink: 0;
  animation: shake 6s cubic-bezier(0.4, 0, 0.6, 1) infinite
}

@keyframes shake {

  0%,
  90%,
  100% {
    transform: translateX(0)
  }

  92% {
    transform: translateX(-3px)
  }

  94% {
    transform: translateX(3px)
  }

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

  98% {
    transform: translateX(2px)
  }
}

.events-detail .price-block__seats-text {
  font-size: 15px;
  line-height: 1.35;
  color: #2a1c19;
  letter-spacing: .01em
}

.events-detail .price-block__actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 40px
}

.events-detail .price-block__info {
  display: flex;
  flex-direction: column;
  gap: 20px
}

.events-detail .info-card {
  background: #fff;
  border-radius: 16px;
  padding: 20px;
  box-shadow: 2px 1px 4px 0 #c46b5c14;
  border: 1px solid #D6B1BA
}

.events-detail .info-card__heading {
  font-size: 19px;
  line-height: 1.35;
  color: #2a1c19;
  margin-bottom: 8px;
  margin-top: 0;
  letter-spacing: .01em
}

.events-detail .info-card__text {
  font-size: 15px;
  line-height: 1.55;
  color: #7a5a54;
  margin: 0
}

.events-detail .btn {
  display: inline-block;
  padding: 12px 20px;
  border-radius: 3px;
  font-size: 19px;
  line-height: 1.35;
  letter-spacing: .01em;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  transition: box-shadow .18s ease-out, background .14s ease-out, color .14s ease-out;
  border: 2px solid #C46B5C;
  background: transparent;
  color: #C46B5C
}

.events-detail .btn:hover {
  box-shadow: 2px 7px 14px 0 #c46b5c14;
  background: #C46B5C;
  color: #fff
}

.events-detail .btn:focus {
  outline: 3px solid #C46B5C;
  outline-offset: 2px
}

.events-detail .btn:active {
  box-shadow: inset 2px 1px 4px 0 #c46b5c14
}

.events-detail .btn--primary {
  background: #C46B5C;
  color: #fff;
  border-color: #C46B5C
}

.events-detail .btn--primary:hover {
  background: transparent;
  color: #C46B5C;
  box-shadow: 2px 9px 36px 0 #c46b5c1c
}

.events-detail .btn--copy {
  background: transparent;
  border-color: #D6B1BA;
  color: #7a5a54;
  font-size: 15px;
  padding: 8px 20px
}

.events-detail .btn--copy:hover {
  box-shadow: 2px 1px 4px 0 #c46b5c14;
  background: #D6B1BA;
  color: #2a1c19
}

.events-detail .wave-divider {
  height: 20px;
  overflow: hidden;
  background: #F2EDEE
}

.events-detail .wave-divider svg {
  display: block;
  width: 100%;
  height: 100%
}

@media (max-width: 1024px) {
  .events-detail .title-block {
    padding: 40px 40px 80px
  }

  .events-detail .title-block__grid {
    flex-direction: column;
    gap: 20px
  }

  .events-detail .title-block__image-col {
    flex: 0 0 auto;
    width: 100%
  }

  .events-detail .title-block__heading {
    font-size: 43px
  }

  .events-detail .detail-body {
    padding: 40px 40px 20px;
    flex-direction: column
  }

  .events-detail .detail-body__aside {
    flex: 0 0 auto;
    width: 100%
  }

  .events-detail .detail-body__note {
    border-right: none;
    border-bottom: 1px solid #F2EDEE;
    padding: 12px 0
  }

  .events-detail .program-block {
    padding: 40px 40px 20px
  }

  .events-detail .program-block__four {
    grid-template-columns: 1fr
  }

  .events-detail .program-block__content {
    grid-column: 1
  }

  .events-detail .price-block {
    padding: 40px
  }

  .events-detail .price-block__grid {
    grid-template-columns: 1fr
  }
}

@media (max-width: 768px) {
  .events-detail .title-block {
    padding: 20px 20px 80px
  }

  .events-detail .title-block__heading {
    font-size: 43px
  }

  .events-detail .detail-body {
    padding: 20px
  }

  .events-detail .program-block {
    padding: 20px
  }

  .events-detail .price-block {
    padding: 20px 20px 40px
  }

  .events-detail .price-block__card {
    padding: 20px
  }
}

@media (max-width: 480px) {
  .events-detail .title-block__heading {
    font-size: 23px
  }

  .events-detail .price-block__amount {
    font-size: 43px
  }
}

@media print {
  .events-detail .title-block {
    background: none;
    border-bottom: 2px solid #C46B5C;
    padding: 20px 0 40px
  }

  .events-detail .title-block__edge,
  .events-detail .program-block__bg-flicker,
  .events-detail .dashed-path,
  .events-detail .wave-divider,
  .events-detail .seats-badge,
  .events-detail .price-block__seats-dot {
    display: none
  }

  .events-detail .title-block__heading,
  .events-detail .detail-body__article h2,
  .events-detail .program-block__content h2,
  .events-detail .program-block__accent-heading,
  .events-detail .price-block__amount {
    -webkit-text-stroke: 0;
    color: #2a1c19
  }

  .events-detail .title-block__desc,
  .events-detail .tag,
  .events-detail .tag--format {
    color: #2a1c19
  }

  .events-detail .program-block {
    background: #fff
  }

  .events-detail .program-block__content p,
  .events-detail .program-block__content h3,
  .events-detail .program-block__content ul li,
  .events-detail .program-block__content blockquote p,
  .events-detail .program-block__content summary {
    color: #2a1c19
  }

  .events-detail .program-block__content cite,
  .events-detail .program-block__accent-label,
  .events-detail .program-block__accent-text {
    color: #555
  }

  .events-detail .btn {
    display: none
  }

  .events-detail .price-block {
    background: #fff
  }

  .events-detail .price-block__card {
    box-shadow: none;
    border: 1px solid #C46B5C
  }

  .events-detail .title-block__grid {
    flex-direction: column
  }

  .events-detail .title-block__image-col {
    display: none
  }

  .events-detail .detail-body {
    flex-direction: column;
    padding: 20px 0
  }

  .events-detail .price-block__grid {
    grid-template-columns: 1fr
  }
}

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

.events .split-top {
  display: flex;
  flex-direction: row;
  min-height: 0;
  padding: 80px 40px;
  position: relative;
  background: #F2EDEE;
  border-bottom: 2px solid #D6B1BA
}

.events .split-top__left {
  flex: 1 1 60%;
  padding-right: 40px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center
}

.events .split-top__right {
  flex: 0 0 38%;
  background: #C46B5C;
  border-radius: 3px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 40px;
  position: relative
}

.events .split-top__frame {
  position: absolute;
  top: 12px;
  left: 12px;
  right: 12px;
  bottom: 12px;
  border: 1px solid #c46b5c47;
  border-radius: 3px;
  pointer-events: none
}

.events .split-top__label {
  font-size: 15px;
  line-height: 1.35;
  letter-spacing: .02em;
  color: #C46B5C;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-weight: 600
}

.events .split-top__h1 {
  font-size: 58px;
  line-height: 1.1;
  letter-spacing: .01em;
  color: #2a1a17;
  margin: 0 0 20px;
  -webkit-text-stroke: 1px #2a1a17;
  color: transparent
}

.events .split-top__accent {
  display: inline;
  background: #C46B5C;
  color: #fff !important;
  -webkit-text-stroke: 0;
  padding: 0 4px;
  border-radius: 0
}

.events .split-top__desc {
  font-size: 19px;
  line-height: 1.55;
  letter-spacing: .01em;
  color: #3a2520;
  margin: 0;
  max-width: 480px
}

.events .split-top__right-h2 {
  font-size: 23px;
  line-height: 1.35;
  letter-spacing: .01em;
  color: #fff;
  margin: 0 0 20px
}

.events .split-top__stat {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%
}

.events .split-top__stat-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  border-left: 3px solid #ffffff80;
  border-top: 1px solid #ffffff2e;
  padding: 8px 12px;
  background: #ffffff14;
  border-radius: 0 3px 3px 0
}

.events .split-top__stat-num {
  font-size: 43px;
  line-height: 1.1;
  color: #fff;
  font-weight: 700;
  letter-spacing: .01em
}

.events .split-top__stat-label {
  font-size: 15px;
  line-height: 1.35;
  color: #ffffffe0;
  letter-spacing: .01em
}

.events .split-top__arrow {
  position: absolute;
  bottom: 40px;
  left: 40px;
  width: 32px;
  height: 32px;
  opacity: .35;
  pointer-events: none
}

.events .zigzag-divider {
  width: 100%;
  display: block;
  line-height: 0;
  overflow: hidden
}

.events .grid-section {
  padding: 80px 40px;
  background: #fff;
  position: relative
}

.events .grid-section__heading {
  font-size: 43px;
  line-height: 1.1;
  letter-spacing: .01em;
  -webkit-text-stroke: 1.5px #2a1a17;
  color: transparent;
  margin: 0 0 8px
}

.events .grid-section__sub {
  font-size: 19px;
  line-height: 1.55;
  color: #3a2520;
  margin: 0 0 40px;
  max-width: 560px
}

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

.events .event-card {
  display: flex;
  flex-direction: column;
  border-radius: 3px;
  border: 1px solid #D6B1BA;
  background: #F2EDEE;
  box-shadow: 2px 7px 14px 0 #c46b5c14;
  transition: box-shadow .18s ease-out, border-color .15s ease-out;
  position: relative;
  border-right: 3px solid #C46B5C;
  overflow: hidden
}

.events .event-card:hover {
  box-shadow: 2px 9px 36px 0 #c46b5c1c;
  border-color: #C46B5C
}

.events .event-card__img-wrap {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  border-radius: 3px 3px 0 0;
  position: relative;
  box-shadow: 2px 1px 4px 0 #c46b5c14
}

.events .event-card__img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  border: 3px solid #F2EDEE;
  border-bottom: none;
  border-radius: 3px 3px 0 0;
  filter: drop-shadow(2px 7px 14px #c46b5c14);
  transition: transform .22s cubic-bezier(0.4, 0, 0.6, 1)
}

.events .event-card:hover .event-card__img-wrap img {
  transform: scale(1.03)
}

.events .event-card__body {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  padding: 20px;
  gap: 12px
}

.events .event-card__tags {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px
}

.events .event-card__tag {
  font-size: 15px;
  line-height: 1.35;
  letter-spacing: .02em;
  color: #C46B5C;
  background: #c46b5c17;
  border: 1px solid #c46b5c38;
  border-radius: 3px;
  padding: 4px 8px;
  font-weight: 600;
  text-transform: uppercase
}

.events .event-card__user {
  font-size: 15px;
  line-height: 1.35;
  color: #6a4a44;
  letter-spacing: .01em;
  border-left: 2px solid #D6B1BA;
  border-top: 1px solid #D6B1BA;
  padding: 4px 8px;
  border-radius: 0 3px 3px 0;
  background: #d6b1ba21
}

.events .event-card__title {
  font-size: 19px;
  line-height: 1.35;
  letter-spacing: .01em;
  color: #2a1a17;
  margin: 0;
  font-weight: 700
}

.events .event-card__desc {
  font-size: 15px;
  line-height: 1.55;
  color: #4a3028;
  margin: 0
}

.events .event-card__footer {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
  padding-top: 12px;
  border-top: 1px solid #D6B1BA
}

.events .event-card__price-block {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.events .event-card__price {
  font-size: 23px;
  line-height: 1.1;
  color: #2a1a17;
  font-weight: 700;
  letter-spacing: .01em
}

.events .event-card__pricedes {
  font-size: 15px;
  line-height: 1.35;
  color: #6a4a44;
  letter-spacing: .01em
}

.events .event-card__note {
  font-size: 15px;
  line-height: 1.35;
  color: #8a5a52;
  letter-spacing: .01em;
  font-style: italic
}

.events .event-card__seats {
  font-size: 15px;
  line-height: 1.35;
  color: #C46B5C;
  font-weight: 600;
  letter-spacing: .01em;
  text-align: right
}

.events .event-card__cta {
  display: inline-block;
  margin-top: 12px;
  padding: 12px 20px;
  font-size: 15px;
  line-height: 1.35;
  letter-spacing: .02em;
  color: #C46B5C;
  border: 2px solid #C46B5C;
  border-radius: 3px;
  background: transparent;
  text-decoration: none;
  font-weight: 600;
  transition: box-shadow .18s ease-out, background .15s ease-out, color .15s ease-out;
  align-self: flex-start
}

.events .event-card__cta:hover {
  background: #C46B5C;
  color: #fff;
  box-shadow: 2px 7px 14px 0 #c46b5c14
}

.events .event-card__cta:focus {
  outline: 2px solid #2a1a17;
  outline-offset: 2px
}

.events .zigzag-divider2 {
  width: 100%;
  display: block;
  line-height: 0;
  overflow: hidden
}

.events .instructors-section {
  padding: 80px 40px;
  background: #F2EDEE;
  position: relative
}

.events .instructors-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)' opacity='0.06'/%3E%3C/svg%3E");
  opacity: .5;
  pointer-events: none;
  border-radius: 0
}

.events .instructors-section__heading {
  font-size: 43px;
  line-height: 1.1;
  letter-spacing: .01em;
  -webkit-text-stroke: 1.5px #2a1a17;
  color: transparent;
  margin: 0 0 40px;
  position: relative
}

.events .instructors-row {
  display: flex;
  flex-direction: row;
  gap: 40px;
  position: relative
}

.events .instructor-card {
  flex: 1 1 0;
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: flex-start;
  background: #fff;
  border-radius: 3px;
  border: 1px solid #D6B1BA;
  border-right: 3px solid #C46B5C;
  padding: 20px;
  box-shadow: 2px 7px 14px 0 #d6b1ba14
}

.events .instructor-card__portrait {
  flex: 0 0 80px;
  width: 80px;
  height: 100px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 2px 7px 14px 0 #c46b5c14;
  border: 2px solid #D6B1BA
}

.events .instructor-card__portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  aspect-ratio: 4/5
}

.events .instructor-card__info {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 8px
}

.events .instructor-card__name {
  font-size: 19px;
  line-height: 1.35;
  color: #2a1a17;
  font-weight: 700;
  letter-spacing: .01em;
  margin: 0
}

.events .instructor-card__role {
  font-size: 15px;
  line-height: 1.35;
  color: #C46B5C;
  letter-spacing: .02em;
  text-transform: uppercase;
  font-weight: 600
}

.events .instructor-card__bio {
  font-size: 15px;
  line-height: 1.55;
  color: #4a3028;
  margin: 0
}

.events .no-portrait-card {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  background: #fff;
  border-radius: 3px;
  border: 1px solid #D6B1BA;
  border-right: 3px solid #C46B5C;
  padding: 20px;
  box-shadow: 2px 7px 14px 0 #d6b1ba14
}

.events .no-portrait-card__initial {
  width: 48px;
  height: 48px;
  border-radius: 3px;
  background: #D6B1BA;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 23px;
  font-weight: 700;
  color: #fff;
  letter-spacing: .01em
}

.events .no-portrait-card__name {
  font-size: 19px;
  line-height: 1.35;
  color: #2a1a17;
  font-weight: 700;
  letter-spacing: .01em;
  margin: 0
}

.events .no-portrait-card__role {
  font-size: 15px;
  line-height: 1.35;
  color: #C46B5C;
  letter-spacing: .02em;
  text-transform: uppercase;
  font-weight: 600
}

.events .no-portrait-card__bio {
  font-size: 15px;
  line-height: 1.55;
  color: #4a3028;
  margin: 0
}

.events .zigzag-divider3 {
  width: 100%;
  display: block;
  line-height: 0;
  overflow: hidden
}

.events .approach-section {
  padding: 80px 40px;
  background: #fff;
  position: relative;
  animation: bgwash 9s cubic-bezier(0.4, 0, 0.6, 1) infinite alternate
}

@keyframes bgwash {
  0% {
    background: #fff
  }

  100% {
    background: #F2EDEE
  }
}

.events .approach-section__layout {
  display: flex;
  flex-direction: row;
  gap: 40px;
  align-items: flex-start
}

.events .approach-section__aside {
  flex: 0 0 220px;
  display: flex;
  flex-direction: column;
  gap: 20px
}

.events .approach-section__aside-note {
  font-size: 15px;
  line-height: 1.55;
  color: #8a5a52;
  border-left: 2px solid #D6B1BA;
  border-top: 1px solid #D6B1BA;
  padding: 8px 12px;
  border-radius: 0 3px 3px 0;
  background: #d6b1ba21
}

.events .approach-section__img-wrap {
  width: 100%;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 2px 9px 36px 0 #c46b5c1c;
  border: 3px solid #D6B1BA;
  filter: drop-shadow(2px 7px 14px #c46b5c14)
}

.events .approach-section__img-wrap img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  object-position: center;
  display: block
}

.events .approach-section__main {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 20px
}

.events .approach-section__heading {
  font-size: 43px;
  line-height: 1.1;
  letter-spacing: .01em;
  -webkit-text-stroke: 1.5px #2a1a17;
  color: transparent;
  margin: 0
}

.events .approach-section__body {
  font-size: 19px;
  line-height: 1.55;
  color: #3a2520;
  margin: 0
}

.events .approach-section__body .accent-word {
  background: #C46B5C;
  color: #fff !important;
  padding: 0 4px;
  border-radius: 0;
  display: inline
}

.events .approach-steps {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 8px
}

.events .approach-step {
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: flex-start;
  padding: 12px 20px;
  border-radius: 3px;
  background: #F2EDEE;
  border-right: 3px solid #C46B5C;
  border-top: 1px solid #D6B1BA;
  box-shadow: inset 2px 1px 4px 0 #c46b5c14
}

.events .approach-step__num {
  font-size: 23px;
  line-height: 1.1;
  color: #C46B5C;
  font-weight: 700;
  letter-spacing: .01em;
  flex: 0 0 32px
}

.events .approach-step__text {
  font-size: 15px;
  line-height: 1.55;
  color: #3a2520;
  margin: 0
}

.events .approach-section__img2-wrap {
  width: 100%;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 2px 9px 36px 0 #c46b5c1c;
  border: 3px solid #D6B1BA;
  filter: drop-shadow(2px 7px 14px #c46b5c14);
  margin-top: 8px
}

.events .approach-section__img2-wrap img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  object-position: center;
  display: block
}

.events .zigzag-divider4 {
  width: 100%;
  display: block;
  line-height: 0;
  overflow: hidden
}

.events .contact-band {
  padding: 80px 40px;
  background: linear-gradient(157deg, #C46B5C 0%, #D6B1BA 50%, #F2EDEE 50%);
  display: flex;
  flex-direction: row;
  gap: 40px;
  align-items: center
}

.events .contact-band__left {
  flex: 1 1 55%;
  display: flex;
  flex-direction: column;
  gap: 20px
}

.events .contact-band__heading {
  font-size: 43px;
  line-height: 1.1;
  letter-spacing: .01em;
  color: #fff;
  margin: 0
}

.events .contact-band__body {
  font-size: 19px;
  line-height: 1.55;
  color: #ffffffeb;
  margin: 0
}

.events .contact-band__link {
  display: inline-block;
  padding: 12px 20px;
  font-size: 19px;
  line-height: 1.35;
  letter-spacing: .02em;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 3px;
  background: transparent;
  text-decoration: none;
  font-weight: 700;
  align-self: flex-start;
  transition: box-shadow .2s ease-out, background .18s ease-out, color .18s ease-out
}

.events .contact-band__link:hover {
  background: #fff;
  color: #C46B5C !important;
  box-shadow: 2px 9px 36px 0 #c46b5c1c
}

.events .contact-band__right {
  flex: 0 0 38%;
  display: flex;
  flex-direction: column;
  gap: 12px;
  background: #ffffff2e;
  border-radius: 3px;
  border: 1px solid #ffffff59;
  padding: 20px
}

.events .contact-band__detail {
  font-size: 15px;
  line-height: 1.55;
  color: #fff;
  letter-spacing: .01em
}

.events .contact-band__detail strong {
  font-weight: 700;
  display: block;
  font-size: 15px
}

.events .hover-chars span {
  display: inline-block;
  transition: color .12s ease-out;
  color: #fff
}

.events .hover-chars:hover span:nth-child(1) {
  color: #F2EDEE
}

.events .hover-chars:hover span:nth-child(2) {
  color: #D6B1BA
}

.events .hover-chars:hover span:nth-child(3) {
  color: #F2EDEE
}

.events .hover-chars:hover span:nth-child(4) {
  color: #D6B1BA
}

.events .hover-chars:hover span:nth-child(5) {
  color: #F2EDEE
}

.events .hover-chars:hover span:nth-child(6) {
  color: #D6B1BA
}

.events .hover-chars:hover span:nth-child(7) {
  color: #F2EDEE
}

.events .hover-chars:hover span:nth-child(8) {
  color: #D6B1BA
}

.events .hover-chars:hover span:nth-child(9) {
  color: #F2EDEE
}

.events .hover-chars:hover span:nth-child(10) {
  color: #D6B1BA
}

.events .hover-chars:hover span:nth-child(11) {
  color: #F2EDEE
}

.events .hover-chars:hover span:nth-child(12) {
  color: #D6B1BA
}

.events .hover-chars:hover span:nth-child(13) {
  color: #F2EDEE
}

.events .hover-chars:hover span:nth-child(14) {
  color: #D6B1BA
}

@media (max-width: 1024px) {
  .events .card-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .events .split-top__h1 {
    font-size: 43px
  }

  .events .instructors-row {
    flex-direction: column;
    gap: 20px
  }

  .events .contact-band {
    flex-direction: column;
    gap: 20px
  }

  .events .contact-band__right {
    width: 100%
  }
}

@media (max-width: 768px) {
  .events .split-top {
    flex-direction: column;
    padding: 40px 20px;
    gap: 20px
  }

  .events .split-top__left {
    padding-right: 0
  }

  .events .split-top__right {
    padding: 20px
  }

  .events .split-top__h1 {
    font-size: 43px
  }

  .events .grid-section {
    padding: 40px 20px
  }

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

  .events .instructors-section {
    padding: 40px 20px
  }

  .events .approach-section {
    padding: 40px 20px
  }

  .events .approach-section__layout {
    flex-direction: column;
    gap: 20px
  }

  .events .approach-section__aside {
    flex: 0 0 auto;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap
  }

  .events .contact-band {
    padding: 40px 20px
  }

  .events .contact-band__heading {
    font-size: 23px
  }
}

@media (max-width: 480px) {
  .events .split-top__h1 {
    font-size: 23px
  }

  .events .grid-section__heading,
  .events .instructors-section__heading,
  .events .approach-section__heading {
    font-size: 23px
  }

  .events .split-top__stat-num {
    font-size: 23px
  }

  .events .instructor-card {
    flex-direction: column
  }
}

.base {
  max-width: 1280px;
  margin: 0 auto;
  overflow-x: clip
}

.base .reveal {
  animation: growIn .18s cubic-bezier(0.4, 0, 0.6, 1) both
}

@keyframes growIn {
  from {
    transform: scale(0.9);
    opacity: 0
  }

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

.base .accent-word {
  background: #C46B5C;
  color: #fff;
  padding: 0 8px;
  display: inline
}

.base .ring-number {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  flex-shrink: 0
}

.base .ring-number svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 52px;
  height: 52px
}

.base .ring-number span {
  font-size: 19px;
  font-weight: 700;
  color: #C46B5C;
  position: relative;
  z-index: 1
}

.base .outlined-heading {
  -webkit-text-stroke: 1.5px #C46B5C;
  color: transparent;
  letter-spacing: .01em
}

.base .double-border {
  border: 2px solid #C46B5C;
  outline: 4px solid #D6B1BA;
  outline-offset: 3px
}

.base .img-shadow {
  box-shadow: 2px 9px 36px 0 #c46b5c1c
}

.base .card-shadow {
  box-shadow: 2px 7px 14px 0 #c46b5c14
}

.base .light-shadow {
  box-shadow: 2px 1px 4px 0 #d6b1ba14
}

.base .inset-card {
  box-shadow: inset 2px 2px 8px 0 #c46b5c14 2px 7px 14px 0 #c46b5c14
}

.base .divider-triangles {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 12px 0
}

.base .divider-triangles svg {
  width: 14px;
  height: 14px
}

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

.base ::selection {
  background: #C46B5C;
  color: #fff
}

.base .title-block {
  position: relative;
  background: linear-gradient(157deg, #F2EDEE 50%, #D6B1BA 100%);
  padding: 80px 0 0;
  overflow: hidden
}

.base .title-block__dots {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden
}

.base .title-block__dots::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, #c46b5c26 1.5px, transparent 1.5px);
  background-size: 28px 28px
}

.base .title-block__grid {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
  gap: 40px
}

.base .title-block__left {
  flex: 0 0 60%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px 40px 80px 0;
  position: relative;
  z-index: 1
}

.base .title-block__label {
  font-size: 15px;
  letter-spacing: .02em;
  color: #C46B5C;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: 600
}

.base .title-block__heading {
  font-size: 58px;
  line-height: 1.1;
  letter-spacing: .01em;
  color: #2a1a17;
  margin: 0 0 20px
}

.base .title-block__desc {
  font-size: 19px;
  line-height: 1.55;
  color: #3d2820;
  max-width: 520px;
  margin: 0
}

.base .title-block__right {
  flex: 0 0 40%;
  position: relative;
  display: flex;
  align-items: flex-end
}

.base .title-block__img-wrap {
  width: 100%;
  height: 420px;
  position: relative;
  overflow: hidden
}

.base .title-block__img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block
}

.base .title-block__img-wrap::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(157deg, #f2edeeb3 0%, #c46b5c2e 100%);
  pointer-events: none
}

.base .experience {
  padding: 80px 0;
  background: #fff
}

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

.base .experience__header {
  display: flex;
  flex-direction: row;
  gap: 40px;
  margin-bottom: 80px;
  align-items: flex-start
}

.base .experience__aside {
  flex: 0 0 220px
}

.base .experience__aside-note {
  font-size: 15px;
  line-height: 1.55;
  color: #7a5a52;
  border-left: 3px solid #D6B1BA;
  border-top: 1px solid #C46B5C;
  padding: 12px 12px 12px 20px
}

.base .experience__main-text {
  flex: 1
}

.base .experience__heading {
  font-size: 43px;
  line-height: 1.1;
  letter-spacing: .01em;
  margin: 0 0 20px
}

.base .experience__desc {
  font-size: 19px;
  line-height: 1.55;
  color: #3d2820;
  max-width: 560px;
  margin: 0
}

.base .experience__phases {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px
}

.base .phase-card {
  background: #F2EDEE;
  border-radius: 3px;
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: box-shadow .18s cubic-bezier(0.4, 0, 0.6, 1);
  cursor: default
}

.base .phase-card:hover {
  box-shadow: 2px 9px 36px 0 #c46b5c1c
}

.base .phase-card__number {
  margin-bottom: 8px
}

.base .phase-card__title {
  font-size: 19px;
  line-height: 1.35;
  letter-spacing: .01em;
  color: #2a1a17;
  font-weight: 700;
  margin: 0
}

.base .phase-card__text {
  font-size: 15px;
  line-height: 1.55;
  color: #5a3a30;
  margin: 0
}

.base .experience__image-row {
  display: flex;
  flex-direction: row;
  gap: 20px;
  margin-top: 40px
}

.base .experience__img-large {
  flex: 0 0 58%;
  height: 340px;
  overflow: hidden;
  border-radius: 3px
}

.base .experience__img-large img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block
}

.base .experience__img-small {
  flex: 1;
  height: 340px;
  overflow: hidden;
  border-radius: 3px
}

.base .experience__img-small img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block
}

.base .current {
  padding: 80px 0;
  background: #F2EDEE
}

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

.base .current__top {
  display: grid;
  grid-template-columns: 5fr 4fr;
  gap: 40px;
  margin-bottom: 40px;
  align-items: center
}

.base .current__heading {
  font-size: 43px;
  line-height: 1.1;
  letter-spacing: .01em;
  margin: 0 0 20px
}

.base .current__desc {
  font-size: 19px;
  line-height: 1.55;
  color: #3d2820;
  margin: 0
}

.base .current__img-wrap {
  height: 360px;
  overflow: hidden;
  border-radius: 0
}

.base .current__img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block
}

.base .current__funnel {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin-top: 40px
}

.base .funnel-level {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  width: 100%
}

.base .funnel-level__bar {
  height: 52px;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity .16s ease-out
}

.base .funnel-level__bar:hover {
  opacity: .85
}

.base .funnel-level__bar--1 {
  width: 100%;
  background: linear-gradient(157deg, #C46B5C 50%, #D6B1BA 100%)
}

.base .funnel-level__bar--2 {
  width: 80%;
  background: #C46B5C;
  opacity: .82
}

.base .funnel-level__bar--3 {
  width: 60%;
  background: #D6B1BA
}

.base .funnel-level__bar--4 {
  width: 40%;
  background: #C46B5C;
  opacity: .6
}

.base .funnel-level__label {
  font-size: 15px;
  line-height: 1.35;
  color: #3d2820;
  font-weight: 600;
  text-align: center
}

.base .funnel-level__sublabel {
  font-size: 15px;
  line-height: 1.35;
  color: #7a5a52;
  text-align: center
}

.base .funnel-level__bar span {
  font-size: 15px;
  color: #fff;
  font-weight: 700;
  letter-spacing: .01em
}

.base .current__metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 40px
}

.base .metric-box {
  background: #fff;
  border-radius: 3px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  border-top: 3px solid #C46B5C;
  transition: box-shadow .14s ease-out
}

.base .metric-box:hover {
  box-shadow: 2px 7px 14px 0 #c46b5c14
}

.base .metric-box__value {
  font-size: 43px;
  line-height: 1.1;
  color: #C46B5C;
  font-weight: 700;
  letter-spacing: .01em
}

.base .metric-box__label {
  font-size: 15px;
  line-height: 1.35;
  color: #5a3a30
}

.base .reputation {
  padding: 80px 0;
  background: #fff
}

.base .reputation__inner {
  max-width: 640px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  flex-direction: column;
  align-items: center
}

.base .reputation__heading {
  font-size: 43px;
  line-height: 1.1;
  letter-spacing: .01em;
  text-align: center;
  margin: 0 0 20px
}

.base .reputation__desc {
  font-size: 19px;
  line-height: 1.55;
  color: #3d2820;
  text-align: center;
  margin: 0 0 40px
}

.base .reputation__portrait-wrap {
  width: 220px;
  height: 330px;
  overflow: hidden;
  border-radius: 0;
  margin-bottom: 20px;
  box-shadow: 2px 9px 36px 0 #c46b5c1c
}

.base .reputation__portrait-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block
}

.base .reputation__quote {
  font-size: 19px;
  line-height: 1.55;
  color: #2a1a17;
  text-align: center;
  font-style: italic;
  margin: 0 0 8px;
  padding: 20px;
  background: #F2EDEE;
  border-radius: 3px;
  width: 100%;
  box-shadow: inset 2px 2px 8px 0 #c46b5c14
}

.base .reputation__attribution {
  font-size: 15px;
  color: #7a5a52;
  text-align: center;
  margin: 0 0 40px
}

.base .reputation__refs {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%
}

.base .ref-item {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: flex-start;
  padding: 20px;
  border-radius: 3px;
  border: 1px solid #D6B1BA;
  border-top: 3px solid #D6B1BA;
  background: #fff;
  transition: box-shadow .16s cubic-bezier(0.4, 0, 0.6, 1)
}

.base .ref-item:hover {
  box-shadow: 2px 7px 14px 0 #c46b5c14
}

.base .ref-item__icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 0;
  background: #F2EDEE;
  display: flex;
  align-items: center;
  justify-content: center
}

.base .ref-item__icon svg {
  width: 22px;
  height: 22px
}

.base .ref-item__text {
  flex: 1
}

.base .ref-item__title {
  font-size: 15px;
  line-height: 1.35;
  font-weight: 700;
  color: #2a1a17;
  margin: 0 0 4px
}

.base .ref-item__body {
  font-size: 15px;
  line-height: 1.55;
  color: #5a3a30;
  margin: 0
}

.base .reputation__rating {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  margin-top: 40px;
  padding: 20px;
  background: #F2EDEE;
  border-radius: 3px;
  width: 100%;
  border: 1px solid #D6B1BA
}

.base .reputation__rating-score {
  font-size: 43px;
  line-height: 1.1;
  font-weight: 700;
  color: #C46B5C;
  letter-spacing: .01em
}

.base .reputation__rating-detail {
  flex: 1
}

.base .reputation__stars {
  display: flex;
  flex-direction: row;
  gap: 4px;
  margin-bottom: 4px
}

.base .star {
  width: 18px;
  height: 18px
}

.base .reputation__rating-label {
  font-size: 15px;
  line-height: 1.35;
  color: #5a3a30;
  margin: 0
}

.base .phase-card {
  background-image: none;
  transition: background-image 0.01s, box-shadow .18s cubic-bezier(0.4, 0, 0.6, 1)
}

.base .phase-card:hover {
  background-image: repeating-conic-gradient(#F2EDEE 0% 25%, #c46b5c14 0% 50%);
  background-size: 20px 20px;
  box-shadow: 2px 9px 36px 0 #c46b5c1c
}

@media (max-width: 1024px) {
  .base .title-block__grid {
    padding: 0 20px
  }

  .base .title-block__left {
    padding: 40px 20px 60px 0
  }

  .base .title-block__heading {
    font-size: 43px
  }

  .base .experience__inner,
  .base .current__inner,
  .base .reputation__inner {
    padding: 0 20px
  }

  .base .experience__phases {
    grid-template-columns: 1fr 1fr
  }

  .base .current__metrics {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media (max-width: 768px) {
  .base .title-block__grid {
    flex-direction: column;
    padding: 0 20px
  }

  .base .title-block__left {
    flex: none;
    padding: 40px 0 20px
  }

  .base .title-block__right {
    flex: none
  }

  .base .title-block__img-wrap {
    height: 280px
  }

  .base .title-block__heading {
    font-size: 43px
  }

  .base .experience__header {
    flex-direction: column;
    gap: 20px
  }

  .base .experience__aside {
    flex: none;
    width: 100%
  }

  .base .experience__phases {
    grid-template-columns: 1fr
  }

  .base .experience__image-row {
    flex-direction: column
  }

  .base .experience__img-large,
  .base .experience__img-small {
    flex: none;
    height: 220px;
    width: 100%
  }

  .base .current__top {
    grid-template-columns: 1fr
  }

  .base .current__img-wrap {
    height: 240px
  }

  .base .current__metrics {
    grid-template-columns: 1fr 1fr
  }

  .base .reputation__inner {
    max-width: 100%
  }
}

@media (max-width: 480px) {
  .base .title-block {
    padding: 40px 0 0
  }

  .base .title-block__heading {
    font-size: 43px
  }

  .base .experience {
    padding: 40px 0
  }

  .base .current {
    padding: 40px 0
  }

  .base .reputation {
    padding: 40px 0
  }

  .base .current__metrics {
    grid-template-columns: 1fr
  }

  .base .reputation__portrait-wrap {
    width: 160px;
    height: 240px
  }
}

.contact-us {
  max-width: 1280px;
  margin: 0 auto;
  overflow-x: clip
}

.contact-us .reach {
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 80px;
  padding: 80px 40px;
  position: relative
}

.contact-us .reach::before {
  content: "";
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  bottom: 40px;
  background: linear-gradient(157deg, #F2EDEE 0%, #F2EDEE 50%, #D6B1BA 100%);
  border-radius: 3px;
  z-index: 0
}

.contact-us .reach__aside {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 40px
}

.contact-us .reach__label {
  font-size: 15px;
  line-height: 1.35;
  letter-spacing: .02em;
  color: #C46B5C;
  text-transform: uppercase;
  font-weight: 600
}

.contact-us .reach__heading {
  font-size: 43px;
  line-height: 1.1;
  letter-spacing: .01em;
  color: transparent;
  -webkit-text-stroke: 1.5px #3a2a28;
  margin: 0
}

.contact-us .reach__heading .accent-word {
  background: #C46B5C;
  color: #fff;
  -webkit-text-stroke: 0;
  padding: 0 8px;
  border-radius: 3px;
  display: inline
}

.contact-us .reach__desc {
  font-size: 15px;
  line-height: 1.55;
  letter-spacing: .01em;
  color: #3a2a28;
  margin: 0
}

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

.contact-us .reach__contact-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 12px 20px;
  background: #fff;
  border-radius: 3px;
  border: 1.5px solid #D6B1BA;
  outline: 4px solid #d6b1ba2e;
  box-shadow: 2px 1px 4px 0 #c46b5c14
}

.contact-us .reach__contact-type {
  font-size: 15px;
  line-height: 1.35;
  letter-spacing: .02em;
  color: #C46B5C;
  font-weight: 600
}

.contact-us .reach__contact-value {
  font-size: 19px;
  line-height: 1.35;
  letter-spacing: .01em;
  color: #3a2a28;
  text-decoration: none;
  transition: color .18s ease-out;
  position: relative;
  display: inline-block
}

.contact-us .reach__contact-value::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 50%;
  right: 50%;
  height: 1.5px;
  background: #C46B5C;
  transition: left .16s cubic-bezier(0.4, 0, 0.6, 1), right .16s cubic-bezier(0.4, 0, 0.6, 1)
}

.contact-us .reach__contact-value:hover::after,
.contact-us .reach__contact-value:focus::after {
  left: 0;
  right: 0
}

.contact-us .reach__contact-value:hover,
.contact-us .reach__contact-value:focus {
  color: #C46B5C;
  outline: none
}

.contact-us .reach__form-area {
  position: relative;
  z-index: 1
}

.contact-us .form-panel {
  background: #fff;
  border-radius: 3px;
  border: 2px solid #3a2a28;
  outline: 5px solid #c46b5c1a;
  box-shadow: 2px 7px 14px 0 #c46b5c14;
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 20px
}

.contact-us .form-panel__heading {
  font-size: 23px;
  line-height: 1.35;
  letter-spacing: .01em;
  color: transparent;
  -webkit-text-stroke: 1.2px #3a2a28;
  margin: 0
}

.contact-us .form-panel__note {
  font-size: 15px;
  line-height: 1.55;
  letter-spacing: .01em;
  color: #5a4040;
  margin: 0;
  padding-left: 12px;
  border-left: 3px solid #D6B1BA;
  border-bottom: 1px solid #D6B1BA
}

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

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

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

.contact-us .field__label {
  font-size: 15px;
  line-height: 1.35;
  letter-spacing: .01em;
  color: #3a2a28;
  font-weight: 600
}

.contact-us .field__input {
  font-size: 15px;
  line-height: 1.35;
  letter-spacing: .01em;
  color: #3a2a28;
  background: #F2EDEE;
  border: 1.5px solid #D6B1BA;
  border-radius: 3px;
  padding: 12px 20px;
  transition: border-color .16s ease-out, box-shadow .16s ease-out;
  width: 100%;
  box-sizing: border-box
}

.contact-us .field__input::placeholder {
  color: #9a7a7a;
  font-size: 15px
}

.contact-us .field__input:focus {
  outline: none;
  border-color: #C46B5C;
  box-shadow: inset 2px 2px 6px 0 #c46b5c1a
}

.contact-us .field__select {
  font-size: 15px;
  line-height: 1.35;
  letter-spacing: .01em;
  color: #3a2a28;
  background: #F2EDEE;
  border: 1.5px solid #D6B1BA;
  border-radius: 3px;
  padding: 12px 20px;
  transition: border-color .16s ease-out;
  width: 100%;
  box-sizing: border-box;
  cursor: pointer
}

.contact-us .field__select:focus {
  outline: none;
  border-color: #C46B5C
}

.contact-us .field__textarea {
  font-size: 15px;
  line-height: 1.55;
  letter-spacing: .01em;
  color: #3a2a28;
  background: #F2EDEE;
  border: 1.5px solid #D6B1BA;
  border-radius: 3px;
  padding: 12px 20px;
  transition: border-color .16s ease-out, box-shadow .16s ease-out;
  width: 100%;
  box-sizing: border-box;
  resize: vertical;
  min-height: 100px
}

.contact-us .field__textarea::placeholder {
  color: #9a7a7a
}

.contact-us .field__textarea:focus {
  outline: none;
  border-color: #C46B5C;
  box-shadow: inset 2px 2px 6px 0 #c46b5c1a
}

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

.contact-us .options-group__label {
  font-size: 15px;
  line-height: 1.35;
  letter-spacing: .01em;
  color: #3a2a28;
  font-weight: 600
}

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

.contact-us .option-check {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  background: #F2EDEE;
  border: 1.5px solid #D6B1BA;
  border-radius: 3px;
  cursor: pointer;
  transition: border-color .18s ease-out, background .18s ease-out
}

.contact-us .option-check:hover {
  border-color: #C46B5C;
  background: #fff
}

.contact-us .option-check__input {
  accent-color: #C46B5C;
  width: 16px;
  height: 16px;
  cursor: pointer
}

.contact-us .option-check__text {
  font-size: 15px;
  line-height: 1.35;
  letter-spacing: .01em;
  color: #3a2a28
}

.contact-us .privacy-row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px;
  padding: 12px 20px;
  background: #F2EDEE;
  border-radius: 3px;
  border: 1.5px solid #D6B1BA
}

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

.contact-us .privacy-row__text {
  font-size: 15px;
  line-height: 1.55;
  letter-spacing: .01em;
  color: #3a2a28;
  margin: 0
}

.contact-us .privacy-row__link {
  color: #C46B5C;
  text-decoration: underline;
  transition: color .14s ease-out
}

.contact-us .privacy-row__link:hover {
  color: #3a2a28
}

.contact-us .submit-btn {
  font-size: 15px;
  line-height: 1.35;
  letter-spacing: .02em;
  color: #C46B5C;
  background: transparent;
  border: 2px solid #C46B5C;
  border-radius: 3px;
  padding: 12px 40px;
  cursor: pointer;
  align-self: flex-start;
  transition: box-shadow .18s cubic-bezier(0.4, 0, 0.6, 1), background .18s ease-out, color .18s ease-out;
  font-weight: 600
}

.contact-us .submit-btn:hover,
.contact-us .submit-btn:focus {
  background: #C46B5C;
  color: #fff;
  box-shadow: 2px 9px 36px 0 #c46b5c1c;
  outline: none
}

.contact-us .submit-btn:active {
  box-shadow: 2px 1px 4px 0 #c46b5c14
}

.contact-us .divider {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0 40px
}

.contact-us .divider__line {
  flex: 0 0 60px;
  height: 1px;
  background: #D6B1BA
}

.contact-us .divider__shape {
  width: 8px;
  height: 8px;
  border: 1.5px solid #C46B5C;
  border-radius: 0;
  transform: rotate(45deg);
  background: transparent
}

.contact-us .address-strip {
  padding: 80px 40px;
  display: grid;
  grid-template-columns: 1fr 520px;
  gap: 80px;
  align-items: center;
  position: relative
}

.contact-us .address-strip__visual {
  position: relative;
  border-radius: 3px;
  overflow: hidden
}

.contact-us .address-strip__image {
  display: block;
  width: 100%;
  height: 320px;
  object-fit: cover;
  border-radius: 3px;
  box-shadow: 2px 9px 36px 0 #c46b5c1c;
  border: 3px solid #3a2a28
}

.contact-us .address-strip__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(157deg, #c46b5c2e 0%, #d6b1ba47 100%);
  border-radius: 3px;
  pointer-events: none
}

.contact-us .address-strip__dashed {
  position: absolute;
  top: -8px;
  left: -8px;
  right: -8px;
  bottom: -8px;
  border: 2px dashed #C46B5C;
  border-radius: 3px;
  pointer-events: none
}

.contact-us .address-strip__details {
  display: flex;
  flex-direction: column;
  gap: 40px
}

.contact-us .address-strip__heading {
  font-size: 43px;
  line-height: 1.1;
  letter-spacing: .01em;
  color: transparent;
  -webkit-text-stroke: 1.5px #3a2a28;
  margin: 0
}

.contact-us .address-strip__body {
  font-size: 15px;
  line-height: 1.55;
  letter-spacing: .01em;
  color: #3a2a28;
  margin: 0
}

.contact-us .frosted-card {
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  background: #f2edeeb8;
  border: 1.5px solid #d6b1ba99;
  border-radius: 16px;
  padding: 40px;
  box-shadow: 2px 7px 14px 0 #c46b5c14;
  display: flex;
  flex-direction: column;
  gap: 20px
}

.contact-us .frosted-card__heading {
  font-size: 23px;
  line-height: 1.35;
  letter-spacing: .01em;
  color: #3a2a28;
  margin: 0;
  font-weight: 600
}

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

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

.contact-us .timeline__period-label {
  font-size: 15px;
  line-height: 1.35;
  letter-spacing: .02em;
  color: #C46B5C;
  font-weight: 600;
  text-transform: uppercase
}

.contact-us .timeline__events {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-left: 20px;
  border-left: 2px solid #D6B1BA
}

.contact-us .timeline__event {
  font-size: 15px;
  line-height: 1.55;
  letter-spacing: .01em;
  color: #3a2a28
}

.contact-us .anim-left {
  animation: slideFromLeft .22s ease-out both
}

.contact-us .anim-right {
  animation: slideFromRight .22s ease-out both
}

.contact-us .reach__aside {
  animation: slideFromLeft .2s ease-out both
}

.contact-us .reach__form-area {
  animation: slideFromRight .22s ease-out both
}

.contact-us .address-strip__visual {
  animation: slideFromLeft .2s ease-out both
}

.contact-us .address-strip__details {
  animation: slideFromRight .22s ease-out both
}

@keyframes slideFromLeft {
  from {
    opacity: 0;
    transform: translateX(-32px)
  }

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

@keyframes slideFromRight {
  from {
    opacity: 0;
    transform: translateX(32px)
  }

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

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

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

  .contact-us .address-strip__image {
    height: 240px
  }
}

@media (max-width: 768px) {
  .contact-us .form-row {
    grid-template-columns: 1fr
  }

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

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

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

  .contact-us .address-strip__heading {
    font-size: 43px
  }

  .contact-us .options-group__list {
    flex-direction: column
  }

  .contact-us .divider {
    padding: 0 20px
  }
}

@media (max-width: 480px) {
  .contact-us .reach__heading {
    font-size: 23px
  }

  .contact-us .address-strip__heading {
    font-size: 23px
  }

  .contact-us .submit-btn {
    width: 100%;
    text-align: center
  }

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

.faq {
  max-width: 1280px;
  margin: 0 auto;
  overflow-x: clip
}

.faq .opener {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  padding: 80px 40px;
  align-items: center
}

.faq .opener__frame {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 2px 9px 36px 0 #c46b5c1c
}

.faq .opener__frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center, transparent 40%, #c46b5c47 100%);
  pointer-events: none
}

.faq .opener__image {
  display: block;
  width: 100%;
  height: 480px;
  object-fit: cover;
  object-position: center;
  transition: transform .18s ease-out
}

.faq .opener__frame:hover .opener__image {
  transform: scale(1.04)
}

.faq .opener__text {
  padding: 40px 20px 40px 0
}

.faq .opener__label {
  display: inline-block;
  font-size: 15px;
  line-height: 1.35;
  letter-spacing: .02em;
  color: #C46B5C;
  border: 1px solid #C46B5C;
  border-radius: 3px;
  padding: 4px 12px;
  margin-bottom: 20px
}

.faq .opener__heading {
  font-size: 58px;
  line-height: 1.1;
  letter-spacing: .01em;
  color: #1a1a1a;
  margin-bottom: 20px;
  color: #2c1a17;
  -webkit-text-stroke: 1.5px #2c1a17;
  color: transparent
}

.faq .opener__heading mark {
  background: #D6B1BA;
  color: #2c1a17;
  -webkit-text-stroke: 0;
  padding: 0 4px;
  border-radius: 3px
}

.faq .opener__desc {
  font-size: 19px;
  line-height: 1.55;
  letter-spacing: .01em;
  color: #3a2520;
  max-width: 420px
}

.faq .questions {
  padding: 80px 40px;
  background: #F2EDEE;
  position: relative
}

.faq .questions::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(#c46b5c0f 1px, transparent 1px), linear-gradient(90deg, #c46b5c0f 1px, transparent 1px);
  background-size: 32px 32px;
  pointer-events: none;
  border-radius: 0
}

.faq .questions__glow {
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: 0;
  box-shadow: inset 0 0 60px 0 #c46b5c12;
  animation: edgepulse 3.5s cubic-bezier(0.4, 0, 0.6, 1) infinite alternate
}

@keyframes edgepulse {
  from {
    box-shadow: inset 0 0 40px 0 #c46b5c0a
  }

  to {
    box-shadow: inset 0 0 80px 0 #c46b5c21
  }
}

.faq .questions__top {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 40px;
  gap: 40px;
  position: relative;
  z-index: 1
}

.faq .questions__heading {
  font-size: 43px;
  line-height: 1.1;
  letter-spacing: .01em;
  -webkit-text-stroke: 1.5px #2c1a17;
  color: transparent;
  max-width: 560px
}

.faq .questions__note {
  font-size: 15px;
  line-height: 1.55;
  letter-spacing: .01em;
  color: #5a3a33;
  max-width: 280px;
  text-align: right
}

.faq .questions__note a {
  color: #C46B5C;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color .15s ease-out
}

.faq .questions__note a:hover {
  color: #a0503f
}

.faq .faqlist {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  position: relative;
  z-index: 1
}

.faq .item {
  background: #fff;
  border-radius: 16px;
  box-shadow: 2px 7px 14px 0 #c46b5c14;
  overflow: hidden;
  position: relative
}

.faq .item__tag {
  position: absolute;
  top: 12px;
  right: 12px;
  font-size: 15px;
  line-height: 1.35;
  letter-spacing: .02em;
  color: #C46B5C;
  background: #F2EDEE;
  border-radius: 3px;
  padding: 4px 8px;
  pointer-events: none
}

.faq .item__question {
  display: block;
  width: 100%;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  padding: 20px 80px 20px 20px;
  font-size: 19px;
  line-height: 1.35;
  letter-spacing: .01em;
  color: #2c1a17;
  font-weight: 600;
  position: relative;
  transition: background .15s ease-out
}

.faq .item__question:hover {
  background: #F2EDEE
}

.faq .item__question:focus-visible {
  outline: 2px solid #C46B5C;
  outline-offset: -2px
}

.faq .item__question::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  border: 2px solid #C46B5C;
  border-radius: 50%;
  background: transparent;
  transition: background .15s ease-out
}

.faq .item details[open] .item__question::after {
  background: #C46B5C
}

.faq .item__answer {
  padding: 0 20px 20px;
  font-size: 15px;
  line-height: 1.55;
  letter-spacing: .01em;
  color: #3a2520;
  border-top: 1px solid #F2EDEE;
  padding-top: 12px
}

.faq .item details summary {
  list-style: none
}

.faq .item details summary::-webkit-details-marker {
  display: none
}

.faq .item--wide {
  grid-column: span 2
}

.faq .item--stripe {
  position: relative
}

.faq .item--stripe::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(157deg, #C46B5C 0%, #D6B1BA 100%);
  border-radius: 3px 0 0 3px;
  transition: width .18s cubic-bezier(0.4, 0, 0.6, 1)
}

.faq .item--stripe:hover::before {
  width: 8px
}

.faq .portraits {
  display: flex;
  flex-direction: row;
  gap: 40px;
  padding: 80px 40px;
  align-items: flex-start
}

.faq .portraits__aside {
  width: 200px;
  flex-shrink: 0
}

.faq .portraits__annotation {
  font-size: 15px;
  line-height: 1.55;
  letter-spacing: .01em;
  color: #5a3a33;
  border-left: 3px solid #D6B1BA;
  padding-left: 12px;
  margin-bottom: 20px
}

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

.faq .expert {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  background: #fff;
  border-radius: 16px;
  padding: 20px;
  box-shadow: 2px 1px 4px 0 #c46b5c14;
  border: 1px solid #F2EDEE;
  transition: box-shadow .18s ease-out
}

.faq .expert:hover {
  box-shadow: 2px 9px 36px 0 #c46b5c1c
}

.faq .expert__portrait {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
  box-shadow: 2px 7px 14px 0 #c46b5c14;
  transition: transform .18s ease-out
}

.faq .expert:hover .expert__portrait {
  transform: scale(1.05)
}

.faq .expert__name {
  font-size: 15px;
  line-height: 1.35;
  letter-spacing: .01em;
  color: #2c1a17;
  font-weight: 600;
  text-align: center
}

.faq .expert__role {
  font-size: 15px;
  line-height: 1.35;
  letter-spacing: .01em;
  color: #C46B5C;
  text-align: center
}

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

  .faq .opener__image {
    height: 320px
  }

  .faq .opener__text {
    padding: 0
  }

  .faq .opener__heading {
    font-size: 43px
  }

  .faq .questions {
    padding: 40px 20px
  }

  .faq .faqlist {
    grid-template-columns: 1fr
  }

  .faq .item--wide {
    grid-column: span 1
  }

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

  .faq .questions__note {
    text-align: left
  }

  .faq .portraits {
    flex-direction: column;
    padding: 40px 20px
  }

  .faq .portraits__aside {
    width: 100%
  }

  .faq .portraits__main {
    grid-template-columns: repeat(3, 1fr)
  }
}

@media (max-width: 768px) {
  .faq .opener__heading {
    font-size: 43px
  }

  .faq .portraits__main {
    grid-template-columns: 1fr
  }

  .faq .questions__heading {
    font-size: 23px
  }
}

@media (max-width: 480px) {
  .faq .opener__heading {
    font-size: 43px
  }

  .faq .opener {
    padding: 20px 12px;
    gap: 20px
  }

  .faq .questions {
    padding: 20px 12px
  }

  .faq .portraits {
    padding: 20px 12px
  }
}

.about-us {
  max-width: 1280px;
  margin: 0 auto;
  overflow: hidden
}

.about-us .split__image {
  position: relative;
  width: 50%;
  flex-shrink: 0
}

.about-us .split__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block
}

.about-us .split__image-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(157deg, #c46b5cb8 0%, #d6b1ba61 100%);
  pointer-events: none
}

.about-us .split__text {
  width: 50%;
  padding: 80px 40px 80px 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  background-color: #fff
}

.about-us .dot-grid {
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  height: 100%;
  background-image: radial-gradient(circle, #c46b5c2e 1.5px, transparent 1.5px);
  background-size: 20px 20px;
  pointer-events: none;
  z-index: 0
}

.about-us .split__text-body {
  position: relative;
  z-index: 1
}

.about-us .eyebrow {
  font-size: 15px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #C46B5C;
  margin-bottom: 12px;
  display: block;
  font-weight: 600
}

.about-us .split__heading {
  font-size: 58px;
  line-height: 1.1;
  letter-spacing: .01em;
  color: #1e1a1a;
  margin-bottom: 20px;
  font-weight: 800
}

.about-us .split__heading .accent-word {
  display: inline;
  background-color: #C46B5C;
  color: #fff;
  padding: 0 8px;
  border-radius: 3px
}

.about-us .split__lead {
  font-size: 19px;
  line-height: 1.55;
  letter-spacing: .01em;
  color: #3a2e2e;
  margin-bottom: 20px;
  max-width: 420px
}

.about-us .curved-connector {
  width: 48px;
  height: 32px;
  margin-bottom: 20px;
  flex-shrink: 0
}

.about-us .split__row {
  display: flex;
  flex-direction: row;
  min-height: 540px
}

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

.about-us .metric {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.about-us .metric__number {
  font-size: 43px;
  line-height: 1.1;
  letter-spacing: .01em;
  color: #C46B5C;
  font-weight: 700
}

.about-us .metric__label {
  font-size: 15px;
  line-height: 1.35;
  letter-spacing: .02em;
  color: #6b4e4e
}

.about-us .divider-accent {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0;
  height: 2px;
  margin: 0
}

.about-us .divider-accent .line-left {
  flex: 1;
  height: 1px;
  background-color: #D6B1BA
}

.about-us .divider-accent .line-center {
  width: 48px;
  height: 2px;
  background-color: #C46B5C;
  border-radius: 0
}

.about-us .divider-accent .line-right {
  flex: 1;
  height: 1px;
  background-color: #D6B1BA
}

.about-us .team-section {
  padding: 80px 40px;
  background-color: #F2EDEE;
  position: relative
}

.about-us .team-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 0 0, #d6b1ba00 18px, transparent 18px), radial-gradient(circle at 18px 0, #d6b1ba00 18px, transparent 18px);
  background-size: 36px 18px;
  background-repeat: repeat;
  opacity: .22;
  pointer-events: none;
  animation: bg-pulse 6s ease-in-out infinite
}

@keyframes bg-pulse {

  0%,
  100% {
    opacity: .22
  }

  50% {
    opacity: .1
  }
}

.about-us .team-section__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  z-index: 1
}

.about-us .team-section__left {
  display: flex;
  flex-direction: column;
  gap: 40px
}

.about-us .team-heading-outlined {
  font-size: 43px;
  line-height: 1.1;
  letter-spacing: .01em;
  font-weight: 800;
  color: transparent;
  -webkit-text-stroke: 2px #C46B5C;
  paint-order: stroke fill;
  margin-bottom: 20px
}

.about-us .team-body {
  font-size: 19px;
  line-height: 1.55;
  letter-spacing: .01em;
  color: #3a2e2e;
  max-width: 480px
}

.about-us .team-body--small {
  font-size: 15px;
  line-height: 1.55;
  color: #5a3e3e
}

.about-us .aside-note {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: flex-start
}

.about-us .aside-note__label {
  font-size: 15px;
  line-height: 1.35;
  letter-spacing: .02em;
  color: #C46B5C;
  font-weight: 600;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  flex-shrink: 0;
  border-left: 2px solid #C46B5C;
  border-right: 2px solid #D6B1BA;
  padding: 4px 8px
}

.about-us .aside-note__text {
  font-size: 15px;
  line-height: 1.55;
  color: #3a2e2e;
  letter-spacing: .01em
}

.about-us .portraits-column {
  display: flex;
  flex-direction: column;
  gap: 40px
}

.about-us .portrait-card {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: flex-start;
  background-color: #fff;
  border-radius: 16px;
  padding: 20px;
  box-shadow: 2px 7px 14px 0 #c46b5c14;
  transition: box-shadow .18s ease-out
}

.about-us .portrait-card:hover {
  box-shadow: 2px 9px 36px 0 #c46b5c1c
}

.about-us .portrait-card__image-wrap {
  width: 88px;
  height: 132px;
  border-radius: 3px;
  overflow: hidden;
  flex-shrink: 0;
  box-shadow: 2px 1px 4px 0 #c46b5c14
}

.about-us .portrait-card__image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block
}

.about-us .portrait-card__info {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-top: 4px
}

.about-us .portrait-card__name {
  font-size: 19px;
  line-height: 1.35;
  letter-spacing: .01em;
  color: #1e1a1a;
  font-weight: 700
}

.about-us .portrait-card__role {
  font-size: 15px;
  line-height: 1.35;
  letter-spacing: .02em;
  color: #C46B5C;
  font-weight: 600;
  text-transform: uppercase
}

.about-us .portrait-card__bio {
  font-size: 15px;
  line-height: 1.55;
  color: #5a3e3e;
  letter-spacing: .01em
}

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

.about-us .mosaic-img {
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 2px 7px 14px 0 #c46b5c14
}

.about-us .mosaic-img img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: opacity .2s ease-out
}

.about-us .mosaic-img img:hover {
  opacity: .88
}

.about-us .mosaic-img--wide {
  grid-column: 1 / 3
}

.about-us .mosaic-img--wide img {
  height: 220px
}

.about-us .link-cta {
  display: inline-block;
  margin-top: 20px;
  padding: 12px 20px;
  border: 1.5px solid #C46B5C;
  border-radius: 3px;
  color: #C46B5C;
  font-size: 15px;
  letter-spacing: .02em;
  font-weight: 600;
  text-decoration: none;
  background-color: transparent;
  transition: box-shadow .16s ease-out, background-color .16s ease-out, color .16s ease-out;
  align-self: flex-start
}

.about-us .link-cta:hover {
  background-color: #C46B5C;
  color: #fff;
  box-shadow: 2px 7px 14px 0 #c46b5c14
}

.about-us .link-cta:focus {
  outline: 2px solid #C46B5C;
  outline-offset: 3px
}

@media (max-width: 1024px) {
  .about-us .split__row {
    flex-direction: column;
    min-height: auto
  }

  .about-us .split__image {
    width: 100%;
    height: 340px
  }

  .about-us .split__text {
    width: 100%;
    padding: 40px
  }

  .about-us .team-section__grid {
    grid-template-columns: 1fr;
    gap: 40px
  }

  .about-us .split__heading {
    font-size: 43px
  }
}

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

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

  .about-us .metric-strip {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px
  }

  .about-us .split__heading {
    font-size: 43px
  }

  .about-us .team-heading-outlined {
    font-size: 43px
  }

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

  .about-us .mosaic-img--wide {
    grid-column: 1 / 2
  }
}

@media (max-width: 480px) {
  .about-us .split__heading {
    font-size: 43px
  }

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

  .about-us .portrait-card__image-wrap {
    width: 100%;
    height: 200px
  }

  .about-us .metric__number {
    font-size: 43px
  }

  .about-us .aside-note {
    flex-direction: column
  }

  .about-us .aside-note__label {
    writing-mode: horizontal-tb;
    transform: none;
    border-left: 3px solid #C46B5C;
    border-right: none;
    border-bottom: 2px solid #D6B1BA;
    padding: 4px 8px
  }
}

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

.success-page .confirmation-card {
  background: #fff;
  border-radius: 16px;
  padding: 80px 40px;
  max-width: 560px;
  width: 100%;
  box-shadow: 2px 9px 36px 0 #c46b5c1c;
  text-align: center;
  position: relative
}

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

.success-page .confirmation-card__heading {
  font-size: 43px;
  line-height: 1.1;
  letter-spacing: .01em;
  color: #2b1f1d;
  margin: 0 0 20px;
  -webkit-text-stroke: 1.5px #C46B5C;
  color: transparent
}

.success-page .confirmation-card__text {
  font-size: 19px;
  line-height: 1.55;
  letter-spacing: .01em;
  color: #3a2825;
  margin: 0 0 40px
}

.success-page .confirmation-card__note {
  font-size: 15px;
  line-height: 1.35;
  letter-spacing: .02em;
  color: #7a5a55;
  margin: 0 0 40px;
  padding: 20px;
  background-color: #F2EDEE;
  border-radius: 3px;
  border-top: 2px solid #D6B1BA;
  border-bottom: 2px solid #D6B1BA
}

.success-page .confirmation-card__link {
  display: inline-block;
  font-size: 15px;
  letter-spacing: .02em;
  line-height: 1.35;
  color: #C46B5C;
  text-decoration: none;
  border: 1.5px solid #C46B5C;
  border-radius: 3px;
  padding: 12px 40px;
  transition: box-shadow .18s ease-out, background-color .15s cubic-bezier(0.4, 0, 0.6, 1), color .15s cubic-bezier(0.4, 0, 0.6, 1)
}

.success-page .confirmation-card__link:hover {
  background-color: #C46B5C;
  color: #fff;
  box-shadow: 2px 7px 14px 0 #c46b5c14
}

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

.success-page .confirmation-card__link:active {
  box-shadow: 2px 1px 4px 0 #c46b5c14
}

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

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

  .success-page .confirmation-card__heading {
    font-size: 23px
  }

  .success-page .confirmation-card__text {
    font-size: 15px
  }
}