html {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth
}

body {
  margin: 0;
  padding: 0;
  min-height: 100dvh;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-family: 'Karla', sans-serif;
  background: #fff;
  color: #1d1d1d
}

.brand-shell {
  background: linear-gradient(135deg, #BD5B5A 0%, #DEBBBE 100%);
  padding: 28px;
  border-radius: 10px;
  box-shadow: 0 4px 14px 0 #bd5b5a14 0 1px 6px 0 #bd5b5a12;
  display: inline-block;
  position: relative
}

.brand-shell::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ffffff0d;
  border-radius: 10px;
  pointer-events: none
}

.brand-shell::after {
  content: '';
  position: absolute;
  inset: 4px;
  border: 1px solid #ffffff26;
  border-radius: 6px;
  pointer-events: none
}

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

.brand-mark {
  width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 14px 0 #bd5b5a14 0 9px 36px 0 #bd5b5a1a;
  border: 1px solid #bd5b5a1a;
  flex-shrink: 0
}

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

.brand-text {
  font-size: 31px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0;
  line-height: 1.2;
  text-shadow: 0 1px 6px #bd5b5a12
}

.top-bar {
  background: #F6EEED;
  padding: 56px 28px 28px;
  position: relative;
  overflow: hidden
}

.top-bar::before {
  content: '';
  position: absolute;
  top: 0;
  right: -10%;
  width: 40%;
  height: 100%;
  background: linear-gradient(90deg, transparent 0%, #debbbe26 100%);
  pointer-events: none
}

.top-bar::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, #bd5b5a1a 20%, #bd5b5a1a 80%, transparent 100%)
}

.top-hold {
  max-width: 1170px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 28px
}

.nav-mount {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 28px;
  align-items: center
}

.nav-link {
  font-size: 16px;
  font-weight: 500;
  color: #2d2d2d;
  text-decoration: none;
  padding: 8px 16px;
  border-radius: 6px;
  transition: background-color .6s cubic-bezier(0.25, 0.46, 0.45, 0.94), color .55s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
  line-height: 1.45
}

.nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 16px;
  right: 16px;
  height: 2px;
  background: #BD5B5A;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .65s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.nav-link:hover {
  background-color: #bd5b5a14;
  color: #BD5B5A
}

.nav-link:hover::before {
  transform: scaleX(1);
  transform-origin: left
}

.nav-link:focus {
  outline: 2px solid #BD5B5A;
  outline-offset: 4px;
  border-radius: 6px
}

.nav-link:focus::after {
  content: 'fokus';
  position: absolute;
  top: -28px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 15px;
  color: #BD5B5A;
  background: #fff;
  padding: 4px 8px;
  border-radius: 1px;
  white-space: nowrap;
  box-shadow: 0 1px 6px 0 #bd5b5a12
}

.action-link {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  padding: 8px 28px;
  background: linear-gradient(180deg, #BD5B5A 0%, #BD5B5A 100%);
  border-radius: 38px;
  transition: background .7s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform .5s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow .6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  display: inline-block;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 14px 0 #bd5b5a14;
  line-height: 1.45;
  margin-left: auto
}

.action-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0;
  background: linear-gradient(180deg, #a84f4e 0%, #BD5B5A 100%);
  transition: height .65s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 0
}

.action-link:hover::before {
  height: 100%
}

.action-link:hover {
  transform: translateY(-1px);
  box-shadow: 0 9px 36px 0 #bd5b5a1a
}

.action-link span {
  position: relative;
  z-index: 1
}

.action-link:focus {
  outline: 2px solid #BD5B5A;
  outline-offset: 4px
}

.action-link:focus::after {
  content: 'zaznaczony';
  position: absolute;
  top: -32px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 15px;
  color: #BD5B5A;
  background: #fff;
  padding: 4px 8px;
  border-radius: 1px;
  white-space: nowrap;
  box-shadow: 0 1px 6px 0 #bd5b5a12;
  z-index: 2
}

.base-floor {
  background: linear-gradient(180deg, #F6EEED 0%, #fff 100%);
  padding: 56px 28px;
  position: relative;
  margin-top: 56px
}

.base-floor::before {
  content: '';
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  height: 80px;
  background: radial-gradient(ellipse at 50% 0%, #debbbe33 0%, transparent 70%);
  pointer-events: none
}

.base-floor::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, #bd5b5a26 50%, transparent 100%)
}

.base-grid {
  max-width: 1170px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 28px;
  position: relative
}

.company-pod {
  grid-column: span 4;
  display: flex;
  flex-direction: column;
  gap: 16px
}

.company-identity {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 8px
}

.company-badge {
  width: 56px;
  height: 56px;
  background: #fff;
  border-radius: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 14px 0 #bd5b5a14;
  border: 1px solid #bd5b5a1a;
  flex-shrink: 0
}

.company-badge img {
  width: 54px;
  height: 54px;
  object-fit: contain;
  display: block
}

.company-label {
  font-size: 23px;
  font-weight: 700;
  color: #2d2d2d;
  line-height: 1.2
}

.company-descriptor {
  font-size: 15px;
  font-weight: 400;
  color: #5d5d5d;
  line-height: 1.65;
  max-width: 320px
}

.company-year {
  font-size: 15px;
  font-weight: 500;
  color: #BD5B5A;
  background: #bd5b5a14;
  padding: 4px 16px;
  border-radius: 38px;
  display: inline-block;
  align-self: flex-start;
  margin-top: 8px
}

.nav-pod {
  grid-column: span 4;
  display: flex;
  flex-direction: column;
  gap: 16px
}

.nav-pod-heading {
  font-size: 16px;
  font-weight: 700;
  color: #2d2d2d;
  line-height: 1.2;
  margin-bottom: 4px;
  text-transform: uppercase;
  letter-spacing: .5px
}

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

.nav-pod-item {
  margin: 0;
  padding: 0
}

.nav-pod-anchor {
  font-size: 15px;
  font-weight: 400;
  color: #4d4d4d;
  text-decoration: none;
  line-height: 1.65;
  transition: color .55s cubic-bezier(0.25, 0.46, 0.45, 0.94), padding-left .6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  display: inline-block;
  position: relative;
  padding-left: 0
}

.nav-pod-anchor::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 2px;
  background: #BD5B5A;
  transition: width .65s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.nav-pod-anchor:hover {
  color: #BD5B5A;
  padding-left: 16px
}

.nav-pod-anchor:hover::before {
  width: 8px
}

.nav-pod-anchor:focus {
  outline: 2px solid #BD5B5A;
  outline-offset: 4px;
  border-radius: 1px
}

.nav-pod-anchor:focus::after {
  content: 'aktywny';
  position: absolute;
  top: -28px;
  left: 0;
  font-size: 15px;
  color: #BD5B5A;
  background: #fff;
  padding: 4px 8px;
  border-radius: 1px;
  white-space: nowrap;
  box-shadow: 0 1px 6px 0 #bd5b5a12
}

.reach-pod {
  grid-column: span 4;
  display: flex;
  flex-direction: column;
  gap: 16px
}

.reach-pod-heading {
  font-size: 16px;
  font-weight: 700;
  color: #2d2d2d;
  line-height: 1.2;
  margin-bottom: 4px;
  text-transform: uppercase;
  letter-spacing: .5px
}

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

.reach-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  font-weight: 400;
  color: #4d4d4d;
  line-height: 1.65
}

.reach-icon {
  width: 20px;
  height: 20px;
  background: linear-gradient(135deg, #BD5B5A 0%, #DEBBBE 100%);
  border-radius: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0
}

.reach-icon i {
  font-size: 15px;
  color: #fff
}

.reach-value {
  color: #2d2d2d;
  font-weight: 500
}

.reach-link {
  color: #BD5B5A;
  text-decoration: none;
  transition: color .55s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative
}

.reach-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: #BD5B5A;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .65s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.reach-link:hover {
  color: #a84f4e
}

.reach-link:hover::after {
  transform: scaleX(1);
  transform-origin: left
}

.reach-link:focus {
  outline: 2px solid #BD5B5A;
  outline-offset: 4px;
  border-radius: 1px
}

.base-strip {
  max-width: 1170px;
  margin: 56px auto 0;
  padding-top: 28px;
  border-top: 1px solid #bd5b5a26;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px
}

.base-logo-mount {
  width: 64px;
  height: 64px;
  background: #fff;
  border-radius: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 14px 0 #bd5b5a14 0 9px 36px 0 #bd5b5a1a;
  border: 1px solid #bd5b5a1a
}

.base-logo-mount img {
  width: 62px;
  height: 62px;
  object-fit: contain;
  display: block
}

.copyright-text {
  font-size: 15px;
  font-weight: 400;
  color: #6d6d6d;
  line-height: 1.45;
  text-align: center
}

.consent-popup {
  position: fixed;
  bottom: 28px;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 600px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 9px 36px 0 #bd5b5a1a 0 4px 14px 0 #bd5b5a14;
  padding: 28px;
  z-index: 8000;
  border: 1px solid #bd5b5a1a;
  transform: translateX(-100vw);
  transition: transform .42s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  display: none
}

.consent-popup.show-popup {
  transform: translateX(0)
}

.consent-text {
  font-size: 15px;
  font-weight: 400;
  color: #4d4d4d;
  line-height: 1.65;
  margin-bottom: 16px
}

.consent-headline {
  font-size: 16px;
  font-weight: 700;
  color: #2d2d2d;
  line-height: 1.45;
  margin-bottom: 8px
}

.consent-controls {
  display: flex;
  gap: 16px;
  align-items: center;
  flex-wrap: wrap
}

.consent-btn {
  font-size: 15px;
  font-weight: 500;
  color: #BD5B5A;
  background: transparent;
  border: 1px solid #BD5B5A;
  border-radius: 6px;
  padding: 8px 28px;
  cursor: pointer;
  transition: background-color .6s cubic-bezier(0.25, 0.46, 0.45, 0.94), color .55s cubic-bezier(0.25, 0.46, 0.45, 0.94), border-color .5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  font-family: 'Karla', sans-serif;
  line-height: 1.45
}

.consent-btn:hover {
  background-color: #BD5B5A;
  color: #fff
}

.consent-btn:focus {
  outline: 2px solid #BD5B5A;
  outline-offset: 4px
}

.consent-btn:focus::after {
  content: 'wybrany';
  position: absolute;
  top: -32px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 15px;
  color: #BD5B5A;
  background: #fff;
  padding: 4px 8px;
  border-radius: 1px;
  white-space: nowrap;
  box-shadow: 0 1px 6px 0 #bd5b5a12
}

.consent-decline {
  font-size: 15px;
  font-weight: 400;
  color: #6d6d6d;
  background: transparent;
  border: none;
  cursor: pointer;
  text-decoration: underline;
  transition: color .55s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  font-family: 'Karla', sans-serif;
  padding: 8px 16px;
  line-height: 1.45
}

.consent-decline:hover {
  color: #BD5B5A
}

.consent-decline:focus {
  outline: 2px solid #BD5B5A;
  outline-offset: 4px;
  border-radius: 1px
}

.consent-optin-notice {
  font-size: 15px;
  font-weight: 400;
  color: #4d4d4d;
  line-height: 1.65;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #bd5b5a1a
}

.consent-optin-label {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
  cursor: pointer
}

.consent-optin-checkbox {
  width: 20px;
  height: 20px;
  border: 1px solid #BD5B5A;
  border-radius: 1px;
  cursor: pointer;
  accent-color: #BD5B5A
}

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

  .company-pod {
    grid-column: span 6
  }

  .nav-pod {
    grid-column: span 3
  }

  .reach-pod {
    grid-column: span 3
  }
}

@media (max-width: 768px) {
  .top-bar {
    padding: 28px 16px
  }

  .top-hold {
    gap: 16px
  }

  .brand-shell {
    padding: 16px
  }

  .brand-mark {
    width: 48px;
    height: 48px
  }

  .brand-mark img {
    width: 46px;
    height: 46px
  }

  .brand-text {
    font-size: 23px
  }

  .nav-mount {
    gap: 8px 16px
  }

  .nav-link {
    font-size: 15px;
    padding: 8px 16px;
    min-height: 44px;
    display: flex;
    align-items: center
  }

  .action-link {
    font-size: 15px;
    padding: 8px 16px;
    min-height: 44px;
    display: flex;
    align-items: center;
    margin-left: 0;
    width: 100%;
    justify-content: center
  }

  .base-floor {
    padding: 28px 16px
  }

  .base-grid {
    grid-template-columns: 1fr;
    gap: 28px
  }

  .company-pod,
  .nav-pod,
  .reach-pod {
    grid-column: span 1
  }

  .consent-popup {
    bottom: 16px;
    left: 16px;
    right: 16px;
    max-width: none;
    padding: 16px
  }

  .consent-controls {
    flex-direction: column;
    align-items: stretch
  }

  .consent-btn,
  .consent-decline {
    width: 100%;
    text-align: center;
    min-height: 44px
  }
}

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

  .company-descriptor {
    max-width: 100%
  }
}

.policy-box {
  margin: 0 auto;
  max-width: 1170px;
  padding: 56px 16px
}

.policy-box h1 {
  color: #BD5B5A;
  font-size: 58px;
  line-height: 1.2;
  margin: 0 0 56px
}

.policy-box h2 {
  color: #BD5B5A;
  font-size: 43px;
  line-height: 1.2;
  margin: 56px 0 28px
}

.policy-box h3 {
  color: #BD5B5A;
  font-size: 31px;
  line-height: 1.45;
  margin: 56px 0 28px
}

.policy-box h4 {
  color: #BD5B5A;
  font-size: 23px;
  line-height: 1.45;
  margin: 28px 0 16px
}

.policy-box h5 {
  color: #BD5B5A;
  font-size: 16px;
  line-height: 1.45;
  margin: 28px 0 16px
}

.policy-box h6 {
  color: #BD5B5A;
  font-size: 15px;
  line-height: 1.45;
  margin: 28px 0 16px
}

.policy-box p {
  font-size: 16px;
  line-height: 1.65;
  margin: 0 0 16px
}

.policy-box ul {
  font-size: 16px;
  line-height: 1.65;
  list-style-position: outside;
  margin: 0 0 16px;
  padding: 0 0 0 28px
}

.policy-box ol {
  font-size: 16px;
  line-height: 1.65;
  list-style-position: outside;
  margin: 0 0 16px;
  padding: 0 0 0 28px
}

.policy-box li {
  margin: 0 0 8px
}

.policy-box li:last-child {
  margin: 0
}

.policy-box em {
  font-style: italic
}

.policy-box i {
  font-style: italic
}

.policy-box hr {
  background: #DEBBBE;
  border: none;
  height: 1px;
  margin: 56px 0
}

.policy-box h1:first-child {
  margin-top: 0
}

.policy-box h2:first-child {
  margin-top: 0
}

.policy-box h3:first-child {
  margin-top: 0
}

.policy-box h4:first-child {
  margin-top: 0
}

.policy-box h5:first-child {
  margin-top: 0
}

.policy-box h6:first-child {
  margin-top: 0
}

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

  .policy-box h1 {
    font-size: 43px;
    margin-bottom: 28px
  }

  .policy-box h2 {
    font-size: 31px;
    margin-bottom: 16px;
    margin-top: 28px
  }

  .policy-box h3 {
    font-size: 23px;
    margin-bottom: 16px;
    margin-top: 28px
  }

  .policy-box h4 {
    font-size: 16px
  }

  .policy-box hr {
    margin: 28px 0
  }
}

@media (max-width: 480px) {
  .policy-box h1 {
    font-size: 31px
  }

  .policy-box h2 {
    font-size: 23px
  }

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

.expert-detail {
  background: #fff;
  min-height: 100vh
}

.expert-detail__radial-hero {
  position: relative;
  padding: 56px 16px;
  overflow: hidden;
  background: radial-gradient(circle at center, #F6EEED 0%, #fff 70%)
}

.expert-detail__radial-hero::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 280px;
  height: 280px;
  background: #BD5B5A;
  opacity: .05;
  border-radius: 38px;
  transform: translate(-50%, -50%) rotate(0deg);
  animation: expert-detail-spin 48s linear infinite
}

@keyframes expert-detail-spin {
  from {
    transform: translate(-50%, -50%) rotate(0deg)
  }

  to {
    transform: translate(-50%, -50%) rotate(360deg)
  }
}

.expert-detail__radial-inner {
  max-width: 1170px;
  margin: 0 auto;
  position: relative;
  z-index: 2
}

.expert-detail__hero-meta {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 28px;
  align-items: flex-start
}

.expert-detail__tag {
  display: inline-block;
  padding: 4px 16px;
  background: #DEBBBE;
  color: #3d1514;
  font-size: 15px;
  border-radius: 38px;
  line-height: 1.45
}

.expert-detail__readtime {
  font-size: 15px;
  color: #666;
  line-height: 1.45;
  display: flex;
  align-items: center;
  gap: 8px
}

.expert-detail__readtime::before {
  content: '';
  width: 16px;
  height: 16px;
  background: #BD5B5A;
  border-radius: 50%;
  display: block
}

.expert-detail__hero-title {
  font-size: 58px;
  line-height: 1.2;
  color: #1a1a1a;
  margin: 0 0 16px;
  font-weight: 300;
  letter-spacing: 0
}

.expert-detail__hero-image {
  width: 100%;
  max-width: 900px;
  margin: 28px auto 0;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 9px 36px 0 #bd5b5a1a
}

.expert-detail__hero-image img {
  width: 100%;
  height: auto;
  display: block;
  filter: saturate(0.7);
  transition: filter .7s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.expert-detail__hero-image:hover img {
  filter: saturate(1)
}

.expert-detail__article-body {
  max-width: 1170px;
  margin: 0 auto;
  padding: 56px 16px;
  position: relative
}

.expert-detail__article-body::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, #BD5B5A 0%, #fff 100%)
}

.expert-detail__content-wrapper {
  max-width: 780px;
  margin: 0 auto
}

.expert-detail__content-wrapper p {
  font-size: 16px;
  line-height: 1.65;
  color: #2d2d2d;
  margin: 0 0 28px
}

.expert-detail__content-wrapper h2 {
  font-size: 43px;
  line-height: 1.2;
  color: #1a1a1a;
  margin: 56px 0 28px;
  font-weight: 300
}

.expert-detail__content-wrapper h3 {
  font-size: 31px;
  line-height: 1.2;
  color: #1a1a1a;
  margin: 28px 0 16px;
  font-weight: 400
}

.expert-detail__content-wrapper ul {
  margin: 0 0 28px;
  padding: 0;
  list-style: none
}

.expert-detail__content-wrapper ul li {
  font-size: 16px;
  line-height: 1.65;
  color: #2d2d2d;
  margin: 0 0 16px;
  padding-left: 28px;
  position: relative
}

.expert-detail__content-wrapper ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  background: #BD5B5A;
  border-radius: 50%
}

.expert-detail__content-wrapper ins {
  text-decoration: none;
  background: linear-gradient(90deg, #F6EEED 0%, #fff 100%);
  padding: 0 4px;
  border-radius: 1px
}

.expert-detail__content-wrapper em {
  font-style: italic;
  color: #BD5B5A
}

.expert-detail__content-wrapper blockquote {
  margin: 28px 0;
  padding: 28px;
  background: #F6EEED;
  border-left: 4px solid #BD5B5A;
  border-radius: 6px;
  position: relative
}

.expert-detail__content-wrapper blockquote p {
  font-size: 23px;
  line-height: 1.45;
  color: #1a1a1a;
  margin: 0 0 16px;
  font-weight: 300
}

.expert-detail__content-wrapper blockquote cite {
  font-size: 15px;
  line-height: 1.45;
  color: #666;
  font-style: normal;
  display: block
}

.expert-detail__content-wrapper table {
  width: 100%;
  margin: 28px 0;
  border-collapse: collapse;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 1px 6px 0 #bd5b5a12
}

.expert-detail__content-wrapper thead {
  background: #F6EEED
}

.expert-detail__content-wrapper th {
  padding: 16px;
  text-align: left;
  font-size: 16px;
  line-height: 1.45;
  color: #1a1a1a;
  font-weight: 600;
  border-bottom: 2px solid #DEBBBE
}

.expert-detail__content-wrapper td {
  padding: 16px;
  font-size: 16px;
  line-height: 1.45;
  color: #2d2d2d;
  border-bottom: 1px solid #F6EEED
}

.expert-detail__content-wrapper tr:last-child td {
  border-bottom: none
}

.expert-detail__content-wrapper figure {
  margin: 28px 0
}

.expert-detail__content-wrapper figure img {
  width: 100%;
  height: auto;
  border-radius: 6px;
  display: block
}

.expert-detail__content-wrapper figcaption {
  font-size: 15px;
  line-height: 1.45;
  color: #666;
  margin-top: 8px;
  text-align: center
}

.expert-detail__interactive-zone {
  background: #3d1514;
  padding: 56px 16px;
  position: relative;
  overflow: hidden
}

.expert-detail__interactive-zone::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -10%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, #debbbe14 0%, transparent 70%);
  pointer-events: none
}

.expert-detail__interactive-zone::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(#bd5b5a1f 1px, transparent 1px);
  background-size: 16px 16px;
  opacity: .3;
  pointer-events: none;
  mask-image: linear-gradient(to bottom, transparent 0%, black 40%, black 60%, transparent 100%)
}

.expert-detail__interactive-inner {
  max-width: 1170px;
  margin: 0 auto;
  position: relative;
  z-index: 2
}

.expert-detail__dual-container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  align-items: start
}

.expert-detail__poll-card {
  background: #ffffff0d;
  padding: 28px;
  border-radius: 10px;
  border: 1px solid #debbbe26;
  box-shadow: 0 4px 14px 0 #bd5b5a14;
  backdrop-filter: blur(8px)
}

.expert-detail__poll-title {
  font-size: 31px;
  line-height: 1.2;
  color: #fff;
  margin: 0 0 28px;
  font-weight: 300
}

.expert-detail__poll-options {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.expert-detail__poll-option {
  position: relative
}

.expert-detail__poll-radio {
  position: absolute;
  opacity: 0;
  pointer-events: none
}

.expert-detail__poll-label {
  display: block;
  padding: 16px 28px;
  background: #ffffff14;
  border: 2px solid #debbbe33;
  border-radius: 6px;
  font-size: 16px;
  line-height: 1.45;
  color: #fff;
  cursor: pointer;
  transition: all .6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
  overflow: hidden
}

.expert-detail__poll-label::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #BD5B5A;
  transition: height .7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 0
}

.expert-detail__poll-label span {
  position: relative;
  z-index: 1
}

.expert-detail__poll-radio:checked+.expert-detail__poll-label {
  border-color: #BD5B5A;
  box-shadow: 0 0 0 4px #bd5b5a26
}

.expert-detail__poll-radio:checked+.expert-detail__poll-label::before {
  height: 100%
}

.expert-detail__poll-label:hover {
  border-color: #DEBBBE;
  background: #debbbe1f
}

.expert-detail__activity-feed {
  background: #ffffff0d;
  padding: 28px;
  border-radius: 10px;
  border: 1px solid #debbbe26;
  box-shadow: 0 4px 14px 0 #bd5b5a14;
  backdrop-filter: blur(8px)
}

.expert-detail__feed-title {
  font-size: 31px;
  line-height: 1.2;
  color: #fff;
  margin: 0 0 28px;
  font-weight: 300
}

.expert-detail__feed-list {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.expert-detail__feed-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  opacity: 0;
  animation: expert-detail-cascade .8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards
}

.expert-detail__feed-item:nth-child(1) {
  animation-delay: .1s
}

.expert-detail__feed-item:nth-child(2) {
  animation-delay: .2s
}

.expert-detail__feed-item:nth-child(3) {
  animation-delay: .3s
}

.expert-detail__feed-item:nth-child(4) {
  animation-delay: .4s
}

.expert-detail__feed-item:nth-child(5) {
  animation-delay: .5s
}

@keyframes expert-detail-cascade {
  from {
    opacity: 0;
    transform: translateY(16px)
  }

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

.expert-detail__feed-icon-wrap {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #BD5B5A;
  border: 3px solid #debbbe4d;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative
}

.expert-detail__feed-icon-wrap::after {
  content: '';
  position: absolute;
  inset: -8px;
  border-radius: 50%;
  border: 1px solid #debbbe26
}

.expert-detail__feed-icon {
  width: 20px;
  height: 20px;
  fill: #fff
}

.expert-detail__feed-content {
  flex: 1
}

.expert-detail__feed-time {
  font-size: 15px;
  line-height: 1.45;
  color: #DEBBBE;
  margin: 0 0 4px
}

.expert-detail__feed-text {
  font-size: 16px;
  line-height: 1.45;
  color: #fff;
  margin: 0
}

.expert-detail__print-action {
  margin-top: 28px;
  text-align: center
}

.expert-detail__print-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 16px 28px;
  background: transparent;
  border: 2px solid #debbbe4d;
  border-radius: 6px;
  font-size: 16px;
  line-height: 1.45;
  color: #fff;
  cursor: pointer;
  transition: all .65s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
  overflow: hidden
}

.expert-detail__print-btn::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #BD5B5A;
  transition: height .75s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 0
}

.expert-detail__print-btn span {
  position: relative;
  z-index: 1
}

.expert-detail__print-btn:hover {
  border-color: #BD5B5A
}

.expert-detail__print-btn:hover::before {
  height: 100%
}

.expert-detail__print-icon {
  width: 20px;
  height: 20px;
  position: relative;
  z-index: 1
}

@media (min-width: 768px) {
  .expert-detail__radial-hero {
    padding: 56px 28px
  }

  .expert-detail__hero-meta {
    flex-direction: row;
    align-items: center;
    gap: 16px
  }

  .expert-detail__hero-title {
    font-size: 58px
  }

  .expert-detail__article-body {
    padding: 56px 28px
  }

  .expert-detail__interactive-zone {
    padding: 56px 28px
  }

  .expert-detail__dual-container {
    grid-template-columns: 1fr 1fr;
    gap: 56px
  }
}

@media (min-width: 1024px) {
  .expert-detail__radial-hero::before {
    width: 480px;
    height: 480px
  }

  .expert-detail__hero-title {
    font-size: 58px
  }

  .expert-detail__content-wrapper p {
    font-size: 16px
  }

  .expert-detail__content-wrapper h2 {
    font-size: 43px
  }

  .expert-detail__content-wrapper h3 {
    font-size: 31px
  }
}

.blg-dtl {
  background: #fff;
  color: #1b1b1b;
  min-height: 100vh;
  overflow-x: clip
}

.blg-dtl__ldr {
  background: linear-gradient(90deg, #BD5B5A 0%, #fff 100%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 380px;
  overflow: hidden;
  padding: 56px 16px;
  position: relative
}

.blg-dtl__ldr::before {
  border-bottom: 1px dashed #bd5b5a4d;
  border-right: 1px dashed #bd5b5a4d;
  bottom: 28px;
  content: '';
  height: 80px;
  position: absolute;
  right: 28px;
  width: 80px
}

.blg-dtl__ldr::after {
  border-left: 1px dashed #bd5b5a4d;
  border-top: 1px dashed #bd5b5a4d;
  content: '';
  height: 80px;
  left: 28px;
  position: absolute;
  top: 28px;
  width: 80px
}

.blg-dtl__ldr-wrap {
  display: grid;
  gap: 28px;
  grid-template-columns: 1fr 320px;
  margin: 0 auto;
  max-width: 1170px;
  position: relative;
  width: 100%;
  z-index: 2
}

.blg-dtl__ldr-txt {
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: center
}

.blg-dtl__ldr-h {
  color: #fff;
  font-size: 43px;
  line-height: 1.2;
  opacity: 0;
  transform: translateY(16px)
}

.blg-dtl__ldr-h.blg-dtl__reveal {
  animation: blg-dtl-reveal .6s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards
}

@keyframes blg-dtl-reveal {
  to {
    opacity: 1;
    transform: translateY(0)
  }
}

.blg-dtl__ldr-sub {
  color: #ffffffeb;
  font-size: 16px;
  line-height: 1.65;
  opacity: 0;
  transform: translateY(16px)
}

.blg-dtl__ldr-sub.blg-dtl__reveal {
  animation: blg-dtl-reveal .65s cubic-bezier(0.25, 0.46, 0.45, 0.94) .15s forwards
}

.blg-dtl__ldr-acts {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 8px;
  opacity: 0;
  transform: translateY(16px)
}

.blg-dtl__ldr-acts.blg-dtl__reveal {
  animation: blg-dtl-reveal .7s cubic-bezier(0.25, 0.46, 0.45, 0.94) .3s forwards
}

.blg-dtl__ldr-lnk {
  background: #fff;
  border: 1px solid transparent;
  border-radius: 38px;
  color: #BD5B5A;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  overflow: hidden;
  padding: 8px 28px;
  position: relative;
  text-decoration: none;
  transition: color .55s ease;
  z-index: 1
}

.blg-dtl__ldr-lnk::before {
  background: #F6EEED;
  bottom: 0;
  content: '';
  left: 0;
  position: absolute;
  right: 0;
  top: 100%;
  transition: top .6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: -1
}

.blg-dtl__ldr-lnk:hover::before {
  top: 0
}

.blg-dtl__ldr-lnk:hover {
  color: #BD5B5A
}

.blg-dtl__ldr-lnk--alt {
  background: transparent;
  border-color: #fff6;
  color: #fff
}

.blg-dtl__ldr-lnk--alt::before {
  background: #fff
}

.blg-dtl__ldr-lnk--alt:hover {
  color: #BD5B5A
}

.blg-dtl__ldr-fig {
  align-self: center;
  border-radius: 10px;
  height: 240px;
  overflow: hidden;
  position: relative;
  width: 100%
}

.blg-dtl__ldr-fig::before {
  background: linear-gradient(135deg, #bd5b5ab3 0%, transparent 65%);
  bottom: 0;
  content: '';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1
}

.blg-dtl__ldr-pic {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%
}

.blg-dtl__art {
  background: #F6EEED;
  padding: 56px 16px
}

.blg-dtl__art-wrap {
  margin: 0 auto;
  max-width: 1170px;
  width: 100%
}

.blg-dtl__art-grid {
  display: grid;
  gap: 56px;
  grid-template-columns: 2fr 1fr
}

.blg-dtl__art-main {
  display: flex;
  flex-direction: column;
  gap: 28px
}

.blg-dtl__art-meta {
  align-items: center;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 1px 6px 0 #bd5b5a12;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 16px;
  padding: 16px 28px
}

.blg-dtl__art-meta-item {
  align-items: center;
  color: #4a4a4a;
  display: flex;
  flex-direction: row;
  font-size: 15px;
  gap: 8px
}

.blg-dtl__art-meta-item i {
  color: #BD5B5A;
  font-size: 16px
}

.blg-dtl__art-tag {
  background: #DEBBBE;
  border-radius: 38px;
  color: #5a2827;
  font-size: 15px;
  padding: 4px 16px
}

.blg-dtl__art-body {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 14px 0 #bd5b5a14;
  padding: 56px;
  position: relative
}

.blg-dtl__art-body::before {
  animation: blg-dtl-pan 60s linear infinite;
  background-image: url('data:image/svg+xml;utf8,<svg width="400" height="400" xmlns="http://www.w3.org/2000/svg"><defs><pattern id="grid" width="40" height="40" patternUnits="userSpaceOnUse"><path d="M 40 0 L 0 0 0 40" fill="none" stroke="#bd5b5a08" stroke-width="1"/></pattern></defs><rect width="400" height="400" fill="url(%23grid)"/></svg>');
  bottom: 0;
  content: '';
  left: 0;
  opacity: .5;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0
}

@keyframes blg-dtl-pan {
  from {
    background-position: 0 0
  }

  to {
    background-position: 400px 0
  }
}

.blg-dtl__art-body>* {
  position: relative;
  z-index: 1
}

.blg-dtl__art-body p {
  color: #2a2a2a;
  font-size: 16px;
  line-height: 1.65;
  margin-bottom: 16px
}

.blg-dtl__art-body h2 {
  color: #1b1b1b;
  font-size: 31px;
  font-weight: 300;
  letter-spacing: .02em;
  line-height: 1.45;
  margin-bottom: 16px;
  margin-top: 28px
}

.blg-dtl__art-body h3 {
  color: #1b1b1b;
  font-size: 23px;
  font-weight: 400;
  line-height: 1.45;
  margin-bottom: 16px;
  margin-top: 28px
}

.blg-dtl__art-body ins {
  background: #F6EEED;
  border-left: 4px solid #BD5B5A;
  color: #2a2a2a;
  display: block;
  font-style: italic;
  padding: 16px 28px;
  text-decoration: none
}

.blg-dtl__art-body ol {
  color: #2a2a2a;
  font-size: 16px;
  line-height: 1.65;
  margin-bottom: 16px;
  padding-left: 28px
}

.blg-dtl__art-body ol li {
  margin-bottom: 8px;
  position: relative
}

.blg-dtl__art-body ol li::marker {
  color: #BD5B5A;
  font-weight: 600
}

.blg-dtl__art-body table {
  border-collapse: collapse;
  margin-bottom: 28px;
  width: 100%
}

.blg-dtl__art-body thead {
  background: #F6EEED
}

.blg-dtl__art-body th {
  border: 1px solid #DEBBBE;
  color: #1b1b1b;
  font-size: 15px;
  font-weight: 600;
  padding: 16px;
  text-align: left
}

.blg-dtl__art-body td {
  border: 1px solid #DEBBBE;
  color: #2a2a2a;
  font-size: 15px;
  line-height: 1.65;
  padding: 16px
}

.blg-dtl__art-body tbody tr:nth-child(even) {
  background: #f6eeed4d
}

.blg-dtl__art-body blockquote {
  background: #fff;
  border-left: 4px solid #BD5B5A;
  box-shadow: inset 0 2px 8px 0 #bd5b5a0f;
  color: #2a2a2a;
  font-size: 16px;
  font-style: italic;
  line-height: 1.65;
  margin-bottom: 28px;
  padding: 28px
}

.blg-dtl__art-body cite {
  color: #BD5B5A;
  display: block;
  font-size: 15px;
  font-style: normal;
  margin-top: 8px
}

.blg-dtl__art-body time {
  color: #BD5B5A;
  font-size: 15px;
  font-weight: 600
}

.blg-dtl__art-body a {
  color: #BD5B5A;
  display: inline;
  position: relative;
  text-decoration: none;
  transition: color .5s ease
}

.blg-dtl__art-body a::after {
  content: '→';
  display: inline-block;
  margin-left: 4px;
  opacity: 0;
  transform: translateX(-8px);
  transition: opacity .55s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform .55s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.blg-dtl__art-body a:hover::after {
  opacity: 1;
  transform: translateX(0)
}

.blg-dtl__art-body a:hover {
  color: #8a4544
}

.blg-dtl__art-side {
  display: flex;
  flex-direction: column;
  gap: 28px
}

.blg-dtl__art-box {
  background: #fff;
  border: 2px dashed #DEBBBE;
  border-radius: 10px;
  box-shadow: 0 4px 14px 0 #bd5b5a14;
  padding: 28px
}

.blg-dtl__art-box-h {
  color: #1b1b1b;
  font-size: 23px;
  font-weight: 400;
  line-height: 1.45;
  margin-bottom: 16px
}

.blg-dtl__art-box-p {
  color: #4a4a4a;
  font-size: 15px;
  line-height: 1.65
}

.blg-dtl__art-auth {
  align-items: center;
  background: linear-gradient(90deg, #BD5B5A 0%, #fff 100%);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 28px;
  text-align: center
}

.blg-dtl__art-auth-n {
  color: #fff;
  font-size: 23px;
  font-weight: 600;
  line-height: 1.2
}

.blg-dtl__art-auth-r {
  color: #ffffffd9;
  font-size: 15px
}

.blg-dtl__stats {
  background: #1b1b1b;
  color: #fff;
  padding: 56px 16px
}

.blg-dtl__stats-wrap {
  margin: 0 auto;
  max-width: 1170px;
  width: 100%
}

.blg-dtl__stats-h {
  color: #fff;
  font-size: 31px;
  font-weight: 300;
  letter-spacing: .02em;
  line-height: 1.45;
  margin-bottom: 28px;
  text-align: center
}

.blg-dtl__stats-grid {
  display: grid;
  gap: 28px;
  grid-template-columns: repeat(3, 1fr)
}

.blg-dtl__stats-card {
  background: #ffffff0d;
  border: 1px solid #bd5b5a33;
  border-radius: 10px;
  overflow: hidden;
  padding: 28px;
  position: relative;
  text-align: center;
  transition: background .6s ease, border-color .6s ease, transform .5s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.blg-dtl__stats-card::before {
  background: linear-gradient(135deg, #bd5b5a26 0%, transparent 100%);
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity .65s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 0
}

.blg-dtl__stats-card:hover::before {
  opacity: 1
}

.blg-dtl__stats-card:hover {
  background: #ffffff14;
  border-color: #bd5b5a66;
  transform: translateY(-4px)
}

.blg-dtl__stats-num {
  align-items: center;
  background: linear-gradient(90deg, #BD5B5A 0%, #DEBBBE 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  display: flex;
  flex-direction: row;
  font-size: 58px;
  font-weight: 600;
  justify-content: center;
  line-height: 1.2;
  margin-bottom: 8px;
  position: relative;
  -webkit-text-fill-color: transparent;
  z-index: 1
}

.blg-dtl__stats-lbl {
  color: #fffc;
  font-size: 16px;
  line-height: 1.45;
  position: relative;
  z-index: 1
}

.blg-dtl__stats-badge {
  background: #BD5B5A;
  border-radius: 38px;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  height: 32px;
  line-height: 32px;
  position: absolute;
  right: -8px;
  text-align: center;
  top: -8px;
  width: 32px;
  z-index: 2
}

@media (max-width: 1024px) {
  .blg-dtl__ldr-wrap {
    gap: 28px;
    grid-template-columns: 1fr
  }

  .blg-dtl__ldr-fig {
    height: 280px
  }

  .blg-dtl__art-grid {
    gap: 28px;
    grid-template-columns: 1fr
  }

  .blg-dtl__art-body {
    padding: 28px
  }

  .blg-dtl__stats-grid {
    grid-template-columns: 1fr
  }
}

@media (max-width: 768px) {
  .blg-dtl__ldr {
    min-height: 320px;
    padding: 28px 16px
  }

  .blg-dtl__ldr-h {
    font-size: 31px
  }

  .blg-dtl__ldr-fig {
    height: 220px
  }

  .blg-dtl__art {
    padding: 28px 16px
  }

  .blg-dtl__art-body {
    padding: 16px
  }

  .blg-dtl__art-body h2 {
    font-size: 23px
  }

  .blg-dtl__art-meta {
    flex-direction: column;
    gap: 8px
  }

  .blg-dtl__stats {
    padding: 28px 16px
  }

  .blg-dtl__stats-h {
    font-size: 23px
  }

  .blg-dtl__stats-num {
    font-size: 43px
  }
}

@media (max-width: 480px) {
  .blg-dtl__ldr-h {
    font-size: 23px
  }

  .blg-dtl__ldr-sub {
    font-size: 15px
  }

  .blg-dtl__ldr-acts {
    flex-direction: column;
    width: 100%
  }

  .blg-dtl__ldr-lnk {
    text-align: center;
    width: 100%
  }

  .blg-dtl__art-body h2 {
    font-size: 23px
  }

  .blg-dtl__art-body h3 {
    font-size: 16px
  }

  .blg-dtl__art-box {
    padding: 16px
  }

  .blg-dtl__stats-num {
    font-size: 31px
  }
}

.exp-op {
  background: #fff;
  padding: 0;
  margin: 0
}

.exp-op__pattern-banner {
  position: relative;
  background: linear-gradient(90deg, #BD5B5A 0%, #fff 100%);
  padding: 56px 16px;
  overflow: hidden
}

.exp-op__pattern-banner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: repeating-linear-gradient(45deg, transparent, transparent 28px, #ffffff0d 28px, #ffffff0d 56px), repeating-linear-gradient(-45deg, transparent, transparent 28px, #ffffff08 28px, #ffffff08 56px);
  pointer-events: none
}

.exp-op__pattern-banner::after {
  content: '';
  position: absolute;
  bottom: -16px;
  left: 8%;
  width: 280px;
  height: 280px;
  border: 1px solid #ffffff1f;
  border-radius: 38px;
  transform: rotate(28deg);
  pointer-events: none
}

.exp-op__banner-curve {
  position: absolute;
  top: 16px;
  right: 4%;
  width: 340px;
  height: 340px;
  pointer-events: none
}

.exp-op__banner-curve svg {
  width: 100%;
  height: 100%;
  opacity: .08
}

.exp-op__banner-inner {
  position: relative;
  max-width: 1170px;
  margin: 0 auto;
  z-index: 1
}

.exp-op__banner-title {
  font-size: 58px;
  line-height: 1.2;
  color: #fff;
  margin: 0 0 16px;
  font-weight: 300;
  letter-spacing: .02em
}

.exp-op__banner-desc {
  font-size: 23px;
  line-height: 1.65;
  color: #ffffffeb;
  margin: 0;
  max-width: 720px
}

.exp-op__zigzag-divider {
  position: relative;
  height: 4px;
  background: linear-gradient(90deg, #BD5B5A 0%, #DEBBBE 50%, #F6EEED 100%);
  margin: 0
}

.exp-op__zigzag-divider::before {
  content: '';
  position: absolute;
  top: -8px;
  left: 0;
  width: 100%;
  height: 16px;
  background: repeating-linear-gradient(135deg, #BD5B5A 0px, #BD5B5A 16px, transparent 16px, transparent 28px);
  clip-path: polygon(0 0, 100% 0, 100% 8px, 0 8px)
}

.exp-op__posts-grid {
  padding: 56px 16px;
  background: #fff
}

.exp-op__posts-inner {
  max-width: 1170px;
  margin: 0 auto
}

.exp-op__grid-heading {
  font-size: 43px;
  line-height: 1.2;
  color: #1d1d1d;
  margin: 0 0 56px;
  font-weight: 300
}

.exp-op__cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px
}

.exp-op__card {
  position: relative;
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #bd5b5a1f;
  border-radius: 10px;
  overflow: hidden;
  transition: transform .65s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow .7s ease;
  box-shadow: 0 1px 6px 0 #bd5b5a12
}

.exp-op__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 9px 36px 0 #bd5b5a1a
}

.exp-op__card::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0;
  border-color: transparent transparent #BD5B5A;
  transition: border-width .55s ease;
  z-index: 2
}

.exp-op__card:hover::before {
  border-width: 0 0 28px 28px
}

.exp-op__card-img-wrap {
  position: relative;
  width: 100%;
  height: 240px;
  overflow: hidden;
  background: #F6EEED
}

.exp-op__card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .75s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.exp-op__card:hover .exp-op__card-img {
  transform: scale(1.06)
}

.exp-op__card-content {
  padding: 28px;
  flex: 1;
  display: flex;
  flex-direction: column
}

.exp-op__card-meta {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0 0 16px
}

.exp-op__card-tag {
  display: inline-block;
  padding: 4px 16px;
  background: #DEBBBE;
  color: #2d2d2d;
  font-size: 15px;
  line-height: 1.45;
  border-radius: 38px;
  transition: background .6s ease
}

.exp-op__card:hover .exp-op__card-tag {
  background: #BD5B5A;
  color: #fff !important
}

.exp-op__card-time {
  font-size: 15px;
  line-height: 1.45;
  color: #6d6d6d;
  display: flex;
  align-items: center;
  gap: 4px
}

.exp-op__card-time::before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 4px;
  background: #BD5B5A;
  border-radius: 1px
}

.exp-op__card-title {
  font-size: 31px;
  line-height: 1.2;
  color: #1d1d1d;
  margin: 0 0 16px;
  font-weight: 400
}

.exp-op__card-desc {
  font-size: 16px;
  line-height: 1.65;
  color: #4d4d4d;
  margin: 0 0 28px;
  flex: 1
}

.exp-op__card-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  line-height: 1.45;
  color: #BD5B5A;
  text-decoration: none;
  transition: gap .5s ease, color .65s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  align-self: flex-start
}

.exp-op__card-link::after {
  content: '→';
  font-size: 16px;
  transition: transform .55s ease
}

.exp-op__card-link:hover {
  gap: 16px;
  color: #8d3b3a
}

.exp-op__card-link:hover::after {
  transform: translateX(4px)
}

.exp-op__metrics-section {
  position: relative;
  padding: 56px 16px;
  background: #F6EEED;
  overflow: hidden
}

.exp-op__metrics-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 20% 80%, #bd5b5a0a 0%, transparent 50%);
  pointer-events: none;
  animation: exp-op-vignette 8s ease-in-out infinite
}

@keyframes exp-op-vignette {

  0%,
  100% {
    opacity: 1
  }

  50% {
    opacity: .6
  }
}

.exp-op__metrics-inner {
  position: relative;
  max-width: 1170px;
  margin: 0 auto;
  z-index: 1
}

.exp-op__metrics-row {
  display: flex;
  flex-direction: column;
  gap: 28px
}

.exp-op__metrics-text-block {
  flex: 1
}

.exp-op__metrics-heading {
  font-size: 43px;
  line-height: 1.2;
  color: #1d1d1d;
  margin: 0 0 16px;
  font-weight: 300
}

.exp-op__metrics-para {
  font-size: 16px;
  line-height: 1.65;
  color: #4d4d4d;
  margin: 0 0 16px
}

.exp-op__metrics-para:last-child {
  margin-bottom: 0
}

.exp-op__metrics-showcase {
  flex: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px
}

.exp-op__metric-box {
  background: #fff;
  border: 1px solid #bd5b5a1f;
  border-radius: 10px;
  padding: 28px;
  box-shadow: 0 4px 14px 0 #bd5b5a14;
  transition: transform .6s ease, box-shadow .7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative
}

.exp-op__metric-box:hover {
  transform: translateY(-4px);
  box-shadow: 0 9px 36px 0 #bd5b5a1a
}

.exp-op__metric-label {
  font-size: 15px;
  line-height: 1.45;
  color: #6d6d6d;
  margin: 0 0 8px;
  text-transform: uppercase;
  letter-spacing: .04em
}

.exp-op__metric-value {
  font-size: 43px;
  line-height: 1.2;
  color: #BD5B5A;
  margin: 0 0 4px;
  font-weight: 600
}

.exp-op__metric-change {
  font-size: 16px;
  line-height: 1.45;
  color: #2d8d4d;
  display: flex;
  align-items: center;
  gap: 4px
}

.exp-op__metric-change::before {
  content: '↑';
  font-size: 23px;
  font-weight: 700
}

.exp-op__process-section {
  padding: 56px 16px;
  background: #fff;
  position: relative
}

.exp-op__process-inner {
  max-width: 1170px;
  margin: 0 auto
}

.exp-op__process-grid {
  display: flex;
  flex-direction: column;
  gap: 56px
}

.exp-op__process-row {
  display: flex;
  flex-direction: column;
  gap: 28px;
  align-items: center
}

.exp-op__process-row--reverse {
  flex-direction: column
}

.exp-op__process-img-wrap {
  flex: 1;
  max-width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 4px 14px 0 #bd5b5a14
}

.exp-op__process-img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  aspect-ratio: 1 / 1;
  transition: transform .8s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.exp-op__process-img-wrap:hover .exp-op__process-img {
  transform: scale(1.05)
}

.exp-op__process-text {
  flex: 1
}

.exp-op__process-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  background: #BD5B5A;
  color: #fff;
  font-size: 31px;
  line-height: 1;
  font-weight: 600;
  border-radius: 38px;
  margin: 0 0 16px;
  box-shadow: 0 4px 14px 0 #bd5b5a14
}

.exp-op__process-title {
  font-size: 31px;
  line-height: 1.2;
  color: #1d1d1d;
  margin: 0 0 16px;
  font-weight: 400
}

.exp-op__process-desc {
  font-size: 16px;
  line-height: 1.65;
  color: #4d4d4d;
  margin: 0
}

@media (min-width: 480px) {
  .exp-op__cards {
    grid-template-columns: 1fr
  }

  .exp-op__metrics-showcase {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media (min-width: 768px) {
  .exp-op__pattern-banner {
    padding: 56px 28px
  }

  .exp-op__banner-title {
    font-size: 58px
  }

  .exp-op__posts-grid {
    padding: 56px 28px
  }

  .exp-op__cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 28px
  }

  .exp-op__metrics-section {
    padding: 56px 28px
  }

  .exp-op__metrics-row {
    flex-direction: row;
    gap: 56px
  }

  .exp-op__metrics-showcase {
    grid-template-columns: 1fr
  }

  .exp-op__process-section {
    padding: 56px 28px
  }

  .exp-op__process-row {
    flex-direction: row;
    gap: 56px
  }

  .exp-op__process-row--reverse {
    flex-direction: row-reverse
  }

  .exp-op__process-img-wrap {
    max-width: 480px
  }
}

@media (min-width: 1024px) {
  .exp-op__cards {
    grid-template-columns: repeat(3, 1fr)
  }

  .exp-op__metrics-showcase {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media (min-width: 1440px) {
  .exp-op__pattern-banner {
    padding: 56px 16px
  }

  .exp-op__posts-grid {
    padding: 56px 16px
  }

  .exp-op__metrics-section {
    padding: 56px 16px
  }

  .exp-op__process-section {
    padding: 56px 16px
  }
}

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

.prs__intro {
  max-width: 1170px;
  margin: 0 auto;
  padding: 56px 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative
}

.prs__intro::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 400px;
  height: 400px;
  background: linear-gradient(90deg, #BD5B5A 0%, #fff 100%);
  border-radius: 50%;
  opacity: .05;
  pointer-events: none;
  z-index: 0
}

.prs__intro::after {
  content: '';
  position: absolute;
  top: 20%;
  right: 10%;
  width: 200px;
  height: 200px;
  border: 2px solid #DEBBBE;
  border-radius: 50%;
  opacity: .3;
  pointer-events: none;
  z-index: 0
}

.prs__intro-curve {
  position: absolute;
  top: 15%;
  left: 5%;
  width: 150px;
  height: 150px;
  stroke: #BD5B5A;
  stroke-width: 2;
  fill: none;
  opacity: .2;
  pointer-events: none;
  z-index: 0;
  animation: prs-rotate-in .7s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards
}

@keyframes prs-rotate-in {
  from {
    transform: rotate(15deg);
    opacity: 0
  }

  to {
    transform: rotate(0deg);
    opacity: .2
  }
}

.prs__intro-curve-alt {
  position: absolute;
  bottom: 25%;
  right: 8%;
  width: 120px;
  height: 120px;
  stroke: #DEBBBE;
  stroke-width: 2;
  fill: none;
  opacity: .25;
  pointer-events: none;
  z-index: 0;
  animation: prs-rotate-in-alt .75s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards
}

@keyframes prs-rotate-in-alt {
  from {
    transform: rotate(-12deg);
    opacity: 0
  }

  to {
    transform: rotate(0deg);
    opacity: .25
  }
}

.prs__intro-text {
  max-width: 680px;
  text-align: center;
  position: relative;
  z-index: 1;
  margin: 0 0 56px
}

.prs__intro-label {
  display: inline-block;
  background: linear-gradient(90deg, #BD5B5A 0%, #DEBBBE 100%);
  color: #fff;
  font-size: 15px;
  padding: 4px 16px;
  border-radius: 38px;
  margin: 0 0 28px;
  box-shadow: 0 4px 14px 0 #bd5b5a14;
  transition: transform .6s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow .7s ease
}

.prs__intro-label:hover {
  transform: translateY(-2px);
  box-shadow: 0 9px 36px 0 #bd5b5a1a
}

.prs__intro-h {
  font-size: 58px;
  line-height: 1.2;
  color: #1a1a1a;
  margin: 0 0 16px;
  font-weight: 300;
  letter-spacing: .02em
}

.prs__intro-desc {
  font-size: 23px;
  line-height: 1.45;
  color: #4a4a4a;
  margin: 0;
  font-weight: 300
}

.prs__intro-visual {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 820px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 9px 36px 0 #bd5b5a1a
}

.prs__intro-img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  position: relative
}

.prs__intro-img::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(ellipse at center, transparent 30%, #0000004d 100%);
  pointer-events: none
}

.prs__materials {
  background: linear-gradient(90deg, #F6EEED 0%, #fff 100%);
  padding: 56px 28px;
  position: relative
}

.prs__materials-pattern {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: repeating-linear-gradient(45deg, transparent, transparent 16px, #bd5b5a08 16px, #bd5b5a08 17px);
  pointer-events: none;
  z-index: 0
}

.prs__materials-inner {
  max-width: 1170px;
  margin: 0 auto;
  position: relative;
  z-index: 1
}

.prs__materials-h {
  font-size: 43px;
  line-height: 1.2;
  color: #1a1a1a;
  margin: 0 0 8px;
  font-weight: 300
}

.prs__materials-sub {
  font-size: 16px;
  line-height: 1.45;
  color: #6a6a6a;
  margin: 0 0 56px
}

.prs__materials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 28px
}

.prs__mat-card {
  background: #fff;
  border: 1px solid #DEBBBE;
  border-radius: 10px;
  padding: 28px;
  position: relative;
  overflow: hidden;
  transition: transform .65s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow .7s ease, border-color .55s ease;
  box-shadow: 0 1px 6px 0 #bd5b5a12
}

.prs__mat-card::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: linear-gradient(90deg, #BD5B5A 0%, #DEBBBE 100%);
  transition: height .6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 0
}

.prs__mat-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 9px 36px 0 #bd5b5a1a;
  border-color: #BD5B5A
}

.prs__mat-card:hover::before {
  height: 4px
}

.prs__mat-card-icon {
  width: 56px;
  height: 56px;
  background: #F6EEED;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 16px;
  position: relative;
  z-index: 1;
  transition: background .6s ease
}

.prs__mat-card:hover .prs__mat-card-icon {
  background: #DEBBBE
}

.prs__mat-card-icon i {
  font-size: 31px;
  color: #BD5B5A
}

.prs__mat-card-title {
  font-size: 23px;
  line-height: 1.2;
  color: #1a1a1a;
  margin: 0 0 8px;
  position: relative;
  z-index: 1
}

.prs__mat-card-text {
  font-size: 16px;
  line-height: 1.65;
  color: #5a5a5a;
  margin: 0;
  position: relative;
  z-index: 1
}

.prs__contact-wrap {
  max-width: 1170px;
  margin: 0 auto;
  padding: 56px 28px
}

.prs__contact-frame {
  background: #fff;
  border: 2px dashed #DEBBBE;
  border-radius: 10px;
  padding: 56px 28px;
  display: flex;
  flex-direction: row;
  gap: 56px;
  align-items: flex-start;
  position: relative
}

.prs__contact-left {
  flex: 1;
  min-width: 0
}

.prs__contact-h {
  font-size: 43px;
  line-height: 1.2;
  color: #1a1a1a;
  margin: 0 0 16px;
  font-weight: 300
}

.prs__contact-desc {
  font-size: 16px;
  line-height: 1.65;
  color: #5a5a5a;
  margin: 0 0 28px
}

.prs__contact-info {
  display: flex;
  flex-direction: column;
  gap: 16px
}

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

.prs__contact-item-icon {
  width: 44px;
  height: 44px;
  background: #F6EEED;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background .6s ease, transform .65s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.prs__contact-item:hover .prs__contact-item-icon {
  background: #DEBBBE;
  transform: scale(1.08)
}

.prs__contact-item-icon i {
  font-size: 23px;
  color: #BD5B5A
}

.prs__contact-item-text {
  font-size: 16px;
  line-height: 1.45;
  color: #3a3a3a;
  margin: 0
}

.prs__contact-item-link {
  color: #BD5B5A;
  text-decoration: none;
  transition: color .55s ease;
  position: relative
}

.prs__contact-item-link::after {
  content: '→';
  position: absolute;
  right: -20px;
  opacity: 0;
  transition: opacity .6s ease, right .65s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.prs__contact-item-link:hover {
  color: #8a3837
}

.prs__contact-item-link:hover::after {
  opacity: 1;
  right: -24px
}

.prs__contact-right {
  flex: 0 0 380px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px
}

.prs__stat-box {
  background: linear-gradient(135deg, #F6EEED 0%, #fff 100%);
  border: 1px solid #DEBBBE;
  border-radius: 10px;
  padding: 28px 16px;
  text-align: center;
  transition: transform .7s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow .75s ease;
  box-shadow: 0 1px 6px 0 #bd5b5a12
}

.prs__stat-box:hover {
  transform: translateY(-6px) scale(1.02);
  box-shadow: 0 9px 36px 0 #bd5b5a1a
}

.prs__stat-num {
  font-size: 43px;
  line-height: 1.2;
  color: #BD5B5A;
  margin: 0 0 4px;
  font-weight: 600;
  display: block
}

.prs__stat-label {
  font-size: 15px;
  line-height: 1.45;
  color: #6a6a6a;
  margin: 0;
  display: block
}

.prs__coverage {
  background: #fff;
  padding: 56px 28px;
  position: relative
}

.prs__coverage-inner {
  max-width: 1170px;
  margin: 0 auto;
  position: relative
}

.prs__coverage-h {
  font-size: 43px;
  line-height: 1.2;
  color: #1a1a1a;
  margin: 0 0 8px;
  font-weight: 300;
  text-align: center
}

.prs__coverage-sub {
  font-size: 16px;
  line-height: 1.45;
  color: #6a6a6a;
  margin: 0 0 56px;
  text-align: center
}

.prs__coverage-list {
  display: flex;
  flex-direction: column;
  gap: 28px
}

.prs__cov-item {
  background: #fff;
  border-left: 4px solid #BD5B5A;
  padding: 28px;
  border-radius: 6px;
  box-shadow: 0 4px 14px 0 #bd5b5a14;
  transition: transform .6s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow .7s ease, border-left-color .55s ease;
  position: relative
}

.prs__cov-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, #F6EEED 0%, transparent 100%);
  transition: width .65s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  border-radius: 6px;
  z-index: 0
}

.prs__cov-item:hover {
  transform: translateX(8px);
  box-shadow: 0 9px 36px 0 #bd5b5a1a;
  border-left-color: #8a3837
}

.prs__cov-item:hover::before {
  width: 100%
}

.prs__cov-item-top {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 16px;
  position: relative;
  z-index: 1
}

.prs__cov-item-title {
  font-size: 23px;
  line-height: 1.2;
  color: #1a1a1a;
  margin: 0
}

.prs__cov-item-date {
  font-size: 15px;
  line-height: 1.2;
  color: #8a8a8a;
  background: #F6EEED;
  padding: 4px 16px;
  border-radius: 38px;
  white-space: nowrap
}

.prs__cov-item-text {
  font-size: 16px;
  line-height: 1.65;
  color: #5a5a5a;
  margin: 0 0 16px;
  position: relative;
  z-index: 1
}

.prs__cov-item-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  color: #BD5B5A;
  text-decoration: none;
  transition: color .55s ease, gap .6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
  z-index: 1
}

.prs__cov-item-link:hover {
  color: #8a3837;
  gap: 12px
}

.prs__cov-item-link i {
  font-size: 16px;
  transition: transform .65s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.prs__cov-item-link:hover i {
  transform: translateX(4px)
}

.prs__divider-zigzag {
  width: 100%;
  height: 32px;
  position: relative;
  overflow: hidden
}

.prs__divider-zigzag svg {
  width: 100%;
  height: 100%;
  display: block
}

@media (max-width: 1024px) {
  .prs__intro {
    padding: 56px 16px
  }

  .prs__intro-h {
    font-size: 43px
  }

  .prs__intro-desc {
    font-size: 16px
  }

  .prs__materials {
    padding: 56px 16px
  }

  .prs__materials-h {
    font-size: 31px
  }

  .prs__materials-grid {
    grid-template-columns: 1fr;
    gap: 16px
  }

  .prs__contact-wrap {
    padding: 56px 16px
  }

  .prs__contact-frame {
    flex-direction: column;
    gap: 28px;
    padding: 28px 16px
  }

  .prs__contact-right {
    flex: 1;
    width: 100%
  }

  .prs__coverage {
    padding: 56px 16px
  }

  .prs__coverage-h {
    font-size: 31px
  }
}

@media (max-width: 768px) {
  .prs__intro-h {
    font-size: 31px
  }

  .prs__intro-desc {
    font-size: 15px
  }

  .prs__intro-label {
    font-size: 15px;
    padding: 4px 16px
  }

  .prs__materials-h {
    font-size: 23px
  }

  .prs__materials-sub {
    font-size: 15px
  }

  .prs__mat-card {
    padding: 16px
  }

  .prs__mat-card-title {
    font-size: 16px
  }

  .prs__mat-card-text {
    font-size: 15px
  }

  .prs__contact-h {
    font-size: 31px
  }

  .prs__contact-desc {
    font-size: 15px
  }

  .prs__contact-right {
    grid-template-columns: 1fr
  }

  .prs__stat-num {
    font-size: 31px
  }

  .prs__coverage-h {
    font-size: 23px
  }

  .prs__coverage-sub {
    font-size: 15px
  }

  .prs__cov-item {
    padding: 16px
  }

  .prs__cov-item-top {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px
  }

  .prs__cov-item-title {
    font-size: 16px
  }

  .prs__cov-item-text {
    font-size: 15px
  }
}

@media (max-width: 480px) {
  .prs__intro {
    padding: 28px 16px
  }

  .prs__intro-h {
    font-size: 23px
  }

  .prs__materials {
    padding: 28px 16px
  }

  .prs__materials-h {
    font-size: 23px
  }

  .prs__contact-wrap {
    padding: 28px 16px
  }

  .prs__contact-h {
    font-size: 23px
  }

  .prs__coverage {
    padding: 28px 16px
  }

  .prs__coverage-h {
    font-size: 23px
  }

  .prs__intro-curve,
  .prs__intro-curve-alt {
    display: none
  }
}

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

.leed__intro {
  max-width: 1170px;
  margin: 0 auto;
  padding: 56px 28px;
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 56px;
  align-items: center;
  position: relative
}

.leed__intro-txt {
  display: flex;
  flex-direction: column;
  gap: 28px;
  position: relative;
  z-index: 2
}

.leed__intro-corner {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 80px;
  border-top: 2px solid #BD5B5A;
  border-left: 2px solid #BD5B5A;
  opacity: .3
}

.leed__intro-corner--alt {
  top: auto;
  left: auto;
  bottom: 0;
  right: 0;
  border-top: none;
  border-left: none;
  border-bottom: 2px solid #DEBBBE;
  border-right: 2px solid #DEBBBE
}

.leed__intro h1 {
  font-size: 58px;
  line-height: 1.2;
  color: #1d1d1f;
  margin: 0;
  font-weight: 300;
  letter-spacing: -.02em
}

.leed__intro-img {
  position: relative;
  width: 100%;
  height: 520px;
  overflow: hidden;
  border-radius: 6px;
  box-shadow: 0 9px 36px 0 #bd5b5a1a
}

.leed__intro-img::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center, transparent 30%, #00000080);
  z-index: 1;
  pointer-events: none
}

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

.leed__curve {
  position: absolute;
  top: 50%;
  left: -20px;
  width: 120px;
  height: 200px;
  pointer-events: none;
  z-index: 1
}

.leed__curve svg {
  width: 100%;
  height: 100%;
  stroke: #DEBBBE;
  fill: none;
  stroke-width: 1.5;
  opacity: .4
}

.leed__about {
  background: linear-gradient(90deg, #BD5B5A 0%, #fff 100%);
  padding: 56px 28px;
  position: relative;
  overflow: hidden
}

.leed__about::before {
  content: '';
  position: absolute;
  top: -2px;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent 0%, #DEBBBE 50%, transparent 100%);
  animation: leed-glow 4s ease-in-out infinite
}

@keyframes leed-glow {

  0%,
  100% {
    opacity: .3
  }

  50% {
    opacity: .8
  }
}

.leed__about-wrap {
  max-width: 1170px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 56px;
  align-items: start
}

.leed__about-txt {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.leed__about h2 {
  font-size: 43px;
  line-height: 1.2;
  color: #fff;
  margin: 0;
  font-weight: 300
}

.leed__about p {
  font-size: 16px;
  line-height: 1.65;
  color: #fff;
  margin: 0;
  opacity: .95
}

.leed__about-vis {
  background: #ffffff1a;
  border-radius: 10px;
  padding: 28px;
  backdrop-filter: blur(10px);
  border: 1px solid #fff3;
  position: relative
}

.leed__about-vis::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 10px;
  box-shadow: inset 0 1px 6px 0 #bd5b5a4d;
  pointer-events: none
}

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

.leed__metric:not(:last-child) {
  margin-bottom: 28px;
  padding-bottom: 28px;
  border-bottom: 1px solid #fff3
}

.leed__metric-num {
  font-size: 43px;
  line-height: 1.2;
  color: #fff;
  font-weight: 300;
  margin: 0;
  transition: transform .6s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.leed__metric-num:active {
  transform: scale(1.08)
}

.leed__metric-lbl {
  font-size: 15px;
  line-height: 1.45;
  color: #fff;
  opacity: .85;
  margin: 0
}

.leed__featured {
  max-width: 1170px;
  margin: 0 auto;
  padding: 56px 28px
}

.leed__featured-hd {
  margin: 0 0 28px
}

.leed__featured h2 {
  font-size: 43px;
  line-height: 1.2;
  color: #1d1d1f;
  margin: 0;
  font-weight: 300
}

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

.leed__feat-card {
  background: #F6EEED;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 14px 0 #bd5b5a14;
  transition: transform .65s ease, box-shadow .65s ease;
  position: relative
}

.leed__feat-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 9px 36px 0 #bd5b5a1a
}

.leed__feat-card::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 10px;
  box-shadow: inset 0 1px 6px 0 #bd5b5a0d;
  pointer-events: none;
  z-index: 1
}

.leed__feat-img {
  width: 100%;
  height: 200px;
  overflow: hidden;
  position: relative
}

.leed__feat-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform .7s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.leed__feat-card:hover .leed__feat-img img {
  transform: scale(1.05)
}

.leed__feat-tag {
  position: absolute;
  top: 16px;
  left: 16px;
  background: #BD5B5A;
  color: #fff;
  font-size: 15px;
  line-height: 1.45;
  padding: 4px 16px;
  border-radius: 38px;
  z-index: 2
}

.leed__feat-body {
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex-grow: 1
}

.leed__feat-body h3 {
  font-size: 23px;
  line-height: 1.45;
  color: #1d1d1f;
  margin: 0;
  font-weight: 400
}

.leed__feat-body p {
  font-size: 15px;
  line-height: 1.65;
  color: #4a4a4a;
  margin: 0
}

.leed__feat-meta {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid #bd5b5a26
}

.leed__feat-time {
  font-size: 15px;
  line-height: 1.45;
  color: #6a6a6a;
  display: flex;
  align-items: center;
  gap: 4px
}

.leed__feat-time::before {
  content: '';
  width: 16px;
  height: 16px;
  background: #DEBBBE;
  border-radius: 1px;
  display: inline-block
}

.leed__posts {
  background: #F6EEED;
  padding: 56px 28px;
  position: relative
}

.leed__posts::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent 0%, #BD5B5A 50%, transparent 100%);
  animation: leed-glow-alt 5s ease-in-out infinite
}

@keyframes leed-glow-alt {

  0%,
  100% {
    opacity: .4
  }

  50% {
    opacity: .9
  }
}

.leed__posts-wrap {
  max-width: 1170px;
  margin: 0 auto
}

.leed__posts-hd {
  margin: 0 0 28px
}

.leed__posts h2 {
  font-size: 43px;
  line-height: 1.2;
  color: #1d1d1f;
  margin: 0;
  font-weight: 300
}

.leed__posts-list {
  display: flex;
  flex-direction: column;
  gap: 28px
}

.leed__post-item {
  background: #fff;
  border-radius: 10px;
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 28px;
  overflow: hidden;
  box-shadow: 0 4px 14px 0 #bd5b5a14;
  transition: transform .55s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow .55s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative
}

.leed__post-item:hover {
  transform: translateX(8px);
  box-shadow: 0 9px 36px 0 #bd5b5a1a
}

.leed__post-item::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 10px;
  box-shadow: inset 0 1px 6px 0 #bd5b5a0a;
  pointer-events: none
}

.leed__post-img {
  width: 100%;
  height: 100%;
  min-height: 220px;
  overflow: hidden;
  position: relative
}

.leed__post-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform .75s ease
}

.leed__post-item:hover .leed__post-img img {
  transform: scale(1.06)
}

.leed__post-body {
  padding: 28px 28px 28px 0;
  display: flex;
  flex-direction: column;
  gap: 16px
}

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

.leed__post-tag {
  background: #DEBBBE;
  color: #1d1d1f;
  font-size: 15px;
  line-height: 1.45;
  padding: 4px 16px;
  border-radius: 38px
}

.leed__post-date {
  font-size: 15px;
  line-height: 1.45;
  color: #6a6a6a
}

.leed__post-body h3 {
  font-size: 31px;
  line-height: 1.45;
  color: #1d1d1f;
  margin: 0;
  font-weight: 400
}

.leed__post-body h3 a {
  color: inherit;
  text-decoration: none;
  transition: color .5s ease
}

.leed__post-body h3 a:hover {
  color: #BD5B5A
}

.leed__post-sub {
  font-size: 16px;
  line-height: 1.65;
  color: #4a4a4a;
  margin: 0
}

.leed__post-desc {
  font-size: 15px;
  line-height: 1.65;
  color: #5a5a5a;
  margin: 0
}

.leed__post-foot {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid #bd5b5a1f
}

.leed__post-auth {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  line-height: 1.45;
  color: #4a4a4a
}

.leed__post-auth::before {
  content: '';
  width: 32px;
  height: 32px;
  background: #DEBBBE;
  border-radius: 38px;
  display: inline-block
}

.leed__post-stats {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-left: auto
}

.leed__post-stat {
  font-size: 15px;
  line-height: 1.45;
  color: #6a6a6a;
  display: flex;
  align-items: center;
  gap: 4px
}

.leed__post-stat i {
  color: #BD5B5A;
  font-size: 16px
}

.leed__topics {
  max-width: 1170px;
  margin: 0 auto;
  padding: 56px 28px;
  position: relative
}

.leed__topics-bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 600px;
  height: 100%;
  background: url(./content_images/team-i.jpg) center/cover no-repeat;
  opacity: .08;
  pointer-events: none;
  z-index: 0
}

.leed__topics-bg::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #fff 0%, transparent 60%)
}

.leed__topics-wrap {
  position: relative;
  z-index: 1;
  max-width: 700px
}

.leed__topics h2 {
  font-size: 43px;
  line-height: 1.2;
  color: #1d1d1f;
  margin: 0 0 28px;
  font-weight: 300
}

.leed__topics-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px
}

.leed__topic-card {
  background: #fff;
  border: 2px solid #F6EEED;
  border-radius: 10px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  transition: border-color .6s ease, transform .6s ease;
  position: relative;
  overflow: hidden
}

.leed__topic-card::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0;
  background: linear-gradient(0deg, #BD5B5A 0%, transparent 100%);
  transition: height .7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 0;
  pointer-events: none
}

.leed__topic-card:hover {
  border-color: #BD5B5A;
  transform: translateY(-2px)
}

.leed__topic-card:hover::before {
  height: 100%
}

.leed__topic-icon {
  width: 48px;
  height: 48px;
  background: #DEBBBE;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 23px;
  color: #BD5B5A;
  margin-bottom: 8px;
  position: relative;
  z-index: 1;
  transition: background .65s ease, color .65s ease
}

.leed__topic-card:hover .leed__topic-icon {
  background: #fff;
  color: #BD5B5A
}

.leed__topic-card h3 {
  font-size: 23px;
  line-height: 1.45;
  color: #1d1d1f;
  margin: 0;
  font-weight: 400;
  position: relative;
  z-index: 1;
  transition: color .65s ease
}

.leed__topic-card:hover h3 {
  color: #fff
}

.leed__topic-card p {
  font-size: 15px;
  line-height: 1.65;
  color: #5a5a5a;
  margin: 0;
  position: relative;
  z-index: 1;
  transition: color .65s ease
}

.leed__topic-card:hover p {
  color: #ffffffe6
}

.leed__experts {
  background: #1d1d1f;
  padding: 56px 28px;
  position: relative;
  overflow: hidden
}

.leed__experts::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(./content_images/TEAM_J.jpg) center/cover no-repeat;
  opacity: .15;
  z-index: 0;
  pointer-events: none
}

.leed__experts::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #bd5b5a4d 0%, transparent 70%);
  z-index: 0;
  pointer-events: none
}

.leed__experts-wrap {
  max-width: 1170px;
  margin: 0 auto;
  position: relative;
  z-index: 1
}

.leed__experts-hd {
  margin: 0 0 28px
}

.leed__experts h2 {
  font-size: 43px;
  line-height: 1.2;
  color: #fff;
  margin: 0;
  font-weight: 300
}

.leed__experts-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px
}

.leed__expert-card {
  background: #ffffff0d;
  border: 1px solid #ffffff1a;
  border-radius: 10px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  backdrop-filter: blur(10px);
  transition: background .7s ease, border-color .7s ease, transform .7s ease;
  position: relative
}

.leed__expert-card::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 10px;
  box-shadow: inset 0 1px 6px 0 #bd5b5a33;
  pointer-events: none
}

.leed__expert-card:hover {
  background: #ffffff14;
  border-color: #debbbe66;
  transform: translateY(-4px)
}

.leed__expert-img {
  width: 100%;
  height: 200px;
  overflow: hidden;
  border-radius: 6px;
  position: relative
}

.leed__expert-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform .8s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.leed__expert-card:hover .leed__expert-img img {
  transform: scale(1.08)
}

.leed__expert-tag {
  background: #BD5B5A;
  color: #fff;
  font-size: 15px;
  line-height: 1.45;
  padding: 4px 16px;
  border-radius: 38px;
  align-self: flex-start
}

.leed__expert-card h3 {
  font-size: 23px;
  line-height: 1.45;
  color: #fff;
  margin: 0;
  font-weight: 400
}

.leed__expert-card h3 a {
  color: inherit;
  text-decoration: none;
  transition: color .55s ease;
  position: relative
}

.leed__expert-card h3 a::after {
  content: '→';
  position: absolute;
  right: -24px;
  opacity: 0;
  transition: opacity .6s ease, right .6s ease
}

.leed__expert-card h3 a:hover::after {
  opacity: 1;
  right: -28px
}

.leed__expert-card p {
  font-size: 15px;
  line-height: 1.65;
  color: #ffffffd9;
  margin: 0
}

.leed__expert-time {
  font-size: 15px;
  line-height: 1.45;
  color: #fff9;
  display: flex;
  align-items: center;
  gap: 4px
}

.leed__expert-time::before {
  content: '';
  width: 16px;
  height: 16px;
  background: #DEBBBE;
  border-radius: 1px;
  display: inline-block
}

@media (max-width: 1024px) {
  .leed__intro {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 56px 28px
  }

  .leed__intro-img {
    height: 400px
  }

  .leed__about-wrap {
    grid-template-columns: 1fr;
    gap: 28px
  }

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

  .leed__post-item {
    grid-template-columns: 1fr
  }

  .leed__post-img {
    min-height: 260px
  }

  .leed__post-body {
    padding: 28px
  }

  .leed__topics-grid {
    grid-template-columns: 1fr
  }

  .leed__experts-list {
    grid-template-columns: repeat(2, 1fr)
  }
}

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

  .leed__intro-img {
    height: 320px
  }

  .leed__about h2,
  .leed__featured h2,
  .leed__posts h2,
  .leed__topics h2,
  .leed__experts h2 {
    font-size: 31px
  }

  .leed__featured-grid {
    grid-template-columns: 1fr
  }

  .leed__post-body h3 {
    font-size: 23px
  }

  .leed__experts-list {
    grid-template-columns: 1fr
  }

  .leed__topics-bg {
    width: 100%;
    opacity: .05
  }
}

@media (max-width: 480px) {

  .leed__intro,
  .leed__about,
  .leed__featured,
  .leed__posts,
  .leed__topics,
  .leed__experts {
    padding: 28px 16px
  }

  .leed__intro h1 {
    font-size: 31px
  }

  .leed__intro-img {
    height: 280px
  }

  .leed__about h2,
  .leed__featured h2,
  .leed__posts h2,
  .leed__topics h2,
  .leed__experts h2 {
    font-size: 23px
  }

  .leed__metric-num {
    font-size: 31px
  }

  .leed__post-body h3 {
    font-size: 23px
  }

  .leed__post-foot {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px
  }

  .leed__post-stats {
    margin-left: 0
  }
}

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

.autor-profil__tytul-blok {
  position: relative;
  background: #F6EEED;
  padding: 112px 28px 56px;
  overflow: hidden
}

.autor-profil__tytul-blok::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #BD5B5A 0%, #fff 100%)
}

.autor-profil__tytul-blok::after {
  content: '';
  position: absolute;
  bottom: 28px;
  right: 28px;
  width: 180px;
  height: 2px;
  background: repeating-linear-gradient(90deg, #BD5B5A 0px, #BD5B5A 8px, transparent 8px, transparent 16px)
}

.autor-profil__tytul-kontener {
  max-width: 1170px;
  margin: 0 auto
}

.autor-profil__tytul-naglowek {
  font-size: 58px;
  line-height: 1.2;
  color: #1d1d1d;
  margin: 0 0 16px;
  font-weight: 300;
  letter-spacing: .02em
}

.autor-profil__tytul-opis {
  font-size: 23px;
  line-height: 1.45;
  color: #3a3a3a;
  margin: 0;
  max-width: 720px
}

.autor-profil__glowna-sekcja {
  padding: 56px 28px;
  background: #fff;
  position: relative
}

.autor-profil__glowna-kontener {
  max-width: 1170px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  gap: 56px;
  align-items: flex-start
}

.autor-profil__lewa-kolumna {
  flex: 0 0 60%;
  display: flex;
  flex-direction: column;
  gap: 28px
}

.autor-profil__prawa-kolumna {
  flex: 0 0 calc(40% - 56px);
  position: sticky;
  top: 28px
}

.autor-profil__portret-ramka {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 9px 36px 0 #bd5b5a1a;
  position: relative;
  animation: obramowanie-rysuj 2.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards
}

@keyframes obramowanie-rysuj {
  0% {
    outline: 3px solid transparent;
    outline-offset: 0
  }

  50% {
    outline: 3px solid #BD5B5A;
    outline-offset: 8px
  }

  100% {
    outline: 3px solid #BD5B5A;
    outline-offset: 8px
  }
}

.autor-profil__portret-obraz {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center
}

.autor-profil__dane-kontaktowe {
  margin: 28px 0 0;
  padding: 28px;
  background: linear-gradient(90deg, #F6EEED 0%, #fff 100%);
  border-radius: 10px;
  box-shadow: 0 4px 14px 0 #bd5b5a14
}

.autor-profil__kontakt-naglowek {
  font-size: 23px;
  line-height: 1.2;
  color: #1d1d1d;
  margin: 0 0 16px;
  font-weight: 600
}

.autor-profil__kontakt-lista {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px
}

.autor-profil__kontakt-element {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  line-height: 1.45;
  color: #3a3a3a
}

.autor-profil__kontakt-ikona {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #BD5B5A;
  font-size: 23px
}

.autor-profil__kontakt-link {
  color: #BD5B5A;
  text-decoration: none;
  position: relative;
  transition: color .6s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.autor-profil__kontakt-link::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  background: #BD5B5A;
  transition: width .7s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.autor-profil__kontakt-link:hover {
  color: #8d4443
}

.autor-profil__kontakt-link:hover::after {
  width: 100%
}

.autor-profil__blok-treści {
  background: #fff;
  padding: 28px;
  border: 1px solid #F6EEED;
  border-radius: 10px;
  position: relative
}

.autor-profil__blok-treści::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 2px dashed #DEBBBE;
  border-radius: 10px;
  pointer-events: none;
  opacity: 0;
  animation: obramowanie-pojaw 1.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) .5s forwards
}

@keyframes obramowanie-pojaw {
  0% {
    opacity: 0;
    stroke-dashoffset: 100%
  }

  100% {
    opacity: 1;
    stroke-dashoffset: 0
  }
}

.autor-profil__blok-naglowek {
  font-size: 31px;
  line-height: 1.2;
  color: #1d1d1d;
  margin: 0 0 16px;
  font-weight: 400
}

.autor-profil__blok-tekst {
  font-size: 16px;
  line-height: 1.65;
  color: #3a3a3a;
  margin: 0 0 16px
}

.autor-profil__blok-tekst:last-child {
  margin-bottom: 0
}

.autor-profil__specjalizacje {
  background: #fff;
  padding: 28px;
  border-radius: 10px;
  box-shadow: 0 4px 14px 0 #bd5b5a14
}

.autor-profil__spec-naglowek {
  font-size: 31px;
  line-height: 1.2;
  color: #1d1d1d;
  margin: 0 0 28px;
  font-weight: 400
}

.autor-profil__spec-lista {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px
}

.autor-profil__spec-element {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
  position: relative;
  padding-left: 28px
}

.autor-profil__spec-element::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 12px;
  height: 12px;
  background: #BD5B5A;
  border-radius: 50%;
  flex-shrink: 0
}

.autor-profil__spec-tekst {
  font-size: 16px;
  line-height: 1.65;
  color: #3a3a3a;
  margin: 0
}

.autor-profil__osiagniecia {
  padding: 56px 28px;
  background: linear-gradient(90deg, #F6EEED 0%, #fff 100%);
  position: relative
}

.autor-profil__osiagniecia::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  height: 1px;
  background: repeating-linear-gradient(90deg, #DEBBBE 0px, #DEBBBE 12px, transparent 12px, transparent 24px)
}

.autor-profil__osiagniecia-kontener {
  max-width: 1170px;
  margin: 0 auto
}

.autor-profil__osiagniecia-naglowek {
  font-size: 43px;
  line-height: 1.2;
  color: #1d1d1d;
  margin: 0 0 56px;
  font-weight: 300;
  text-align: center
}

.autor-profil__siatka-osiagniec {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px
}

.autor-profil__karta-osiagniecie {
  background: #fff;
  padding: 28px;
  border-radius: 10px;
  box-shadow: 0 4px 14px 0 #bd5b5a14;
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
  overflow: hidden;
  transition: transform .7s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow .8s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.autor-profil__karta-osiagniecie::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: linear-gradient(90deg, #F6EEED 0%, #DEBBBE 100%);
  transition: height .6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 0
}

.autor-profil__karta-osiagniecie:hover {
  transform: translateY(-4px);
  box-shadow: 0 9px 36px 0 #bd5b5a1a
}

.autor-profil__karta-osiagniecie:hover::before {
  height: 4px
}

.autor-profil__osiagniecie-ikona {
  width: 56px;
  height: 56px;
  border-radius: 38px;
  background: linear-gradient(90deg, #BD5B5A 0%, #DEBBBE 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 31px;
  flex-shrink: 0;
  position: relative;
  z-index: 1
}

.autor-profil__osiagniecie-tytul {
  font-size: 23px;
  line-height: 1.2;
  color: #1d1d1d;
  margin: 0;
  font-weight: 600;
  position: relative;
  z-index: 1
}

.autor-profil__osiagniecie-opis {
  font-size: 16px;
  line-height: 1.65;
  color: #3a3a3a;
  margin: 0;
  position: relative;
  z-index: 1
}

.autor-profil__wizualizacja-lejek {
  margin: 56px 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px
}

.autor-profil__lejek-poziom {
  height: 56px;
  background: linear-gradient(90deg, #BD5B5A 0%, #DEBBBE 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  border-radius: 6px;
  position: relative;
  transition: transform .5s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.autor-profil__lejek-poziom:hover {
  transform: scale(1.02)
}

.autor-profil__lejek-poziom--jeden {
  width: 100%;
  animation: lejek-pojaw-1 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards
}

.autor-profil__lejek-poziom--dwa {
  width: 80%;
  animation: lejek-pojaw-2 1.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) .3s forwards;
  opacity: 0
}

.autor-profil__lejek-poziom--trzy {
  width: 60%;
  animation: lejek-pojaw-3 1.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) .6s forwards;
  opacity: 0
}

.autor-profil__lejek-poziom--cztery {
  width: 40%;
  animation: lejek-pojaw-4 1.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) .9s forwards;
  opacity: 0
}

@keyframes lejek-pojaw-1 {
  0% {
    opacity: 0;
    transform: translateY(-16px)
  }

  100% {
    opacity: 1;
    transform: translateY(0)
  }
}

@keyframes lejek-pojaw-2 {
  0% {
    opacity: 0;
    transform: translateY(-16px)
  }

  100% {
    opacity: 1;
    transform: translateY(0)
  }
}

@keyframes lejek-pojaw-3 {
  0% {
    opacity: 0;
    transform: translateY(-16px)
  }

  100% {
    opacity: 1;
    transform: translateY(0)
  }
}

@keyframes lejek-pojaw-4 {
  0% {
    opacity: 0;
    transform: translateY(-16px)
  }

  100% {
    opacity: 1;
    transform: translateY(0)
  }
}

.autor-profil__galeria-prac {
  padding: 56px 28px;
  background: #fff
}

.autor-profil__galeria-kontener {
  max-width: 1170px;
  margin: 0 auto
}

.autor-profil__galeria-naglowek {
  font-size: 43px;
  line-height: 1.2;
  color: #1d1d1d;
  margin: 0 0 28px;
  font-weight: 300
}

.autor-profil__galeria-opis {
  font-size: 16px;
  line-height: 1.65;
  color: #3a3a3a;
  margin: 0 0 56px;
  max-width: 720px
}

.autor-profil__siatka-obrazow {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px
}

.autor-profil__obraz-ramka {
  aspect-ratio: 16/9;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 9px 36px 0 #bd5b5a1a;
  position: relative;
  transition: transform .6s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow .7s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.autor-profil__obraz-ramka:hover {
  transform: scale(1.02);
  box-shadow: 0 14px 48px 0 #bd5b5a24
}

.autor-profil__obraz-ramka::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, transparent 0%, #bd5b5a26 100%);
  mix-blend-mode: multiply;
  pointer-events: none;
  opacity: 0;
  transition: opacity .5s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.autor-profil__obraz-ramka:hover::after {
  opacity: 1
}

.autor-profil__obraz-zdjecie {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center
}

.autor-profil__tekst-animowany {
  display: inline-block;
  position: relative;
  overflow: hidden
}

.autor-profil__tekst-animowany::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 2px;
  height: 100%;
  background: #BD5B5A;
  animation: miganie-kursor .8s step-end infinite
}

@keyframes miganie-kursor {

  0%,
  50% {
    opacity: 1
  }

  51%,
  100% {
    opacity: 0
  }
}

@media (max-width: 1024px) {
  .autor-profil__glowna-kontener {
    flex-direction: column;
    gap: 56px
  }

  .autor-profil__lewa-kolumna {
    flex: 0 0 100%
  }

  .autor-profil__prawa-kolumna {
    flex: 0 0 100%;
    position: static
  }

  .autor-profil__siatka-osiagniec {
    grid-template-columns: repeat(2, 1fr)
  }

  .autor-profil__siatka-obrazow {
    grid-template-columns: 1fr
  }
}

@media (max-width: 768px) {
  .autor-profil__tytul-blok {
    padding: 56px 16px 28px
  }

  .autor-profil__tytul-naglowek {
    font-size: 43px
  }

  .autor-profil__tytul-opis {
    font-size: 16px
  }

  .autor-profil__glowna-sekcja {
    padding: 28px 16px
  }

  .autor-profil__glowna-kontener {
    gap: 28px
  }

  .autor-profil__lewa-kolumna {
    gap: 16px
  }

  .autor-profil__siatka-osiagniec {
    grid-template-columns: 1fr
  }

  .autor-profil__osiagniecia {
    padding: 28px 16px
  }

  .autor-profil__osiagniecia-naglowek {
    font-size: 31px;
    margin-bottom: 28px
  }

  .autor-profil__galeria-prac {
    padding: 28px 16px
  }

  .autor-profil__galeria-naglowek {
    font-size: 31px
  }

  .autor-profil__galeria-opis {
    margin-bottom: 28px
  }
}

@media (max-width: 480px) {
  .autor-profil__tytul-naglowek {
    font-size: 31px
  }

  .autor-profil__tytul-opis {
    font-size: 15px
  }

  .autor-profil__blok-naglowek {
    font-size: 23px
  }

  .autor-profil__spec-naglowek {
    font-size: 23px
  }

  .autor-profil__osiagniecia-naglowek {
    font-size: 23px
  }

  .autor-profil__galeria-naglowek {
    font-size: 23px
  }

  .autor-profil__osiagniecie-tytul {
    font-size: 16px
  }

  .autor-profil__osiagniecie-ikona {
    width: 48px;
    height: 48px;
    font-size: 23px
  }
}

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

.blg__opening {
  position: relative;
  padding: 56px 16px;
  overflow: hidden;
  background: radial-gradient(circle at 95% 15%, #BD5B5A, transparent 60%), #fff
}

.blg__opening-inner {
  max-width: 1170px;
  margin: 0 auto;
  position: relative;
  z-index: 2
}

.blg__opening-grid {
  display: flex;
  flex-direction: column;
  gap: 28px;
  align-items: flex-start
}

.blg__opening-text {
  max-width: 680px
}

.blg__opening-h {
  font-size: 58px;
  line-height: 1.2;
  color: #1d1d1d;
  margin: 0 0 16px
}

.blg__opening-desc {
  font-size: 16px;
  line-height: 1.65;
  color: #3a3a3a;
  margin: 0 0 28px
}

.blg__opening-actions {
  display: flex;
  flex-direction: row;
  gap: 16px;
  flex-wrap: wrap
}

.blg__opening-link {
  font-size: 16px;
  color: #BD5B5A;
  text-decoration: none;
  padding: 8px 0;
  position: relative;
  transition: color .6s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.blg__opening-link::after {
  content: '';
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #BD5B5A;
  transition: transform .7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transform-origin: left
}

.blg__opening-link:hover {
  color: #9a4746
}

.blg__opening-link:hover::after {
  transform: scaleX(1.1)
}

.blg__opening-visual {
  position: relative;
  width: 100%;
  max-width: 420px;
  margin: 0 auto
}

.blg__opening-img {
  width: 100%;
  height: auto;
  display: block;
  clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
  opacity: .85;
  transition: opacity .75s ease
}

.blg__opening-img:hover {
  opacity: 1
}

.blg__opening-deco {
  position: absolute;
  top: -16px;
  right: -16px;
  width: 120px;
  height: 120px;
  border: 2px dashed #bd5b5a26;
  border-radius: 38px;
  pointer-events: none
}

.blg__catalog {
  padding: 56px 16px;
  background: #F6EEED;
  position: relative
}

.blg__catalog::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: repeating-linear-gradient(0deg, transparent, transparent 2px, #bd5b5a05 2px, #bd5b5a05 4px);
  pointer-events: none;
  z-index: 1
}

.blg__catalog-inner {
  max-width: 1170px;
  margin: 0 auto;
  position: relative;
  z-index: 2
}

.blg__catalog-heading {
  font-size: 43px;
  line-height: 1.2;
  color: #1d1d1d;
  margin: 0 0 56px;
  text-align: center
}

.blg__posts {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px
}

.blg__card {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 14px 0 #bd5b5a14;
  transition: transform .65s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow .55s ease;
  display: flex;
  flex-direction: column
}

.blg__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 9px 36px 0 #bd5b5a1a
}

.blg__card-img-wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
  background: #DEBBBE
}

.blg__card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .8s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.blg__card:hover .blg__card-img {
  transform: scale(1.05)
}

.blg__card-body {
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex-grow: 1
}

.blg__card-meta {
  display: flex;
  flex-direction: row;
  gap: 8px;
  flex-wrap: wrap;
  align-items: center
}

.blg__card-tag {
  font-size: 15px;
  color: #fff;
  background: #BD5B5A;
  padding: 4px 16px;
  border-radius: 38px;
  display: inline-block
}

.blg__card-read {
  font-size: 15px;
  color: #6a6a6a
}

.blg__card-title {
  font-size: 23px;
  line-height: 1.45;
  color: #1d1d1d;
  margin: 0
}

.blg__card-subtitle {
  font-size: 16px;
  line-height: 1.65;
  color: #4a4a4a;
  margin: 0
}

.blg__card-desc {
  font-size: 16px;
  line-height: 1.65;
  color: #5a5a5a;
  margin: 0
}

.blg__card-footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 16px;
  border-top: 1px solid #DEBBBE;
  margin-top: auto
}

.blg__card-author {
  font-size: 15px;
  color: #3a3a3a;
  font-weight: 600
}

.blg__card-date {
  font-size: 15px;
  color: #7a7a7a
}

.blg__card-stats {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center
}

.blg__card-stat {
  display: flex;
  flex-direction: row;
  gap: 4px;
  align-items: center;
  font-size: 15px;
  color: #6a6a6a
}

.blg__card-stat i {
  font-size: 16px;
  color: #BD5B5A
}

.blg__card-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  z-index: 1
}

.blg__split {
  padding: 56px 16px;
  background: #fff
}

.blg__split-inner {
  max-width: 1170px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 30% 1fr;
  gap: 56px;
  align-items: start
}

.blg__split-left {
  position: sticky;
  top: 28px
}

.blg__split-label {
  font-size: 15px;
  color: #BD5B5A;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0 16px;
  font-weight: 600
}

.blg__split-h {
  font-size: 43px;
  line-height: 1.2;
  color: #1d1d1d;
  margin: 0 0 16px;
  font-weight: 300
}

.blg__split-p {
  font-size: 16px;
  line-height: 1.65;
  color: #4a4a4a;
  margin: 0
}

.blg__split-right {
  display: flex;
  flex-direction: column;
  gap: 28px
}

.blg__expert-card {
  background: linear-gradient(90deg, #BD5B5A 0%, #fff 100%);
  border-radius: 10px;
  padding: 4px;
  transition: transform .7s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.blg__expert-card:hover {
  transform: translateX(8px)
}

.blg__expert-inner {
  background: #fff;
  border-radius: 6px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: 100%
}

.blg__expert-top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px
}

.blg__expert-tag {
  font-size: 15px;
  color: #fff;
  background: #DEBBBE;
  padding: 4px 16px;
  border-radius: 38px;
  flex-shrink: 0
}

.blg__expert-read {
  font-size: 15px;
  color: #7a7a7a
}

.blg__expert-title {
  font-size: 23px;
  line-height: 1.45;
  color: #1d1d1d;
  margin: 0
}

.blg__expert-desc {
  font-size: 16px;
  line-height: 1.65;
  color: #5a5a5a;
  margin: 0
}

.blg__expert-link {
  font-size: 16px;
  color: #BD5B5A;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: gap .6s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.blg__expert-link:hover {
  gap: 16px
}

.blg__expert-link i {
  font-size: 16px;
  transition: transform .6s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.blg__expert-link:hover i {
  transform: translateX(4px)
}

.blg__metrics {
  padding: 56px 16px;
  background: #F6EEED;
  position: relative;
  overflow: hidden
}

.blg__metrics::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #bd5b5a08;
  animation: blg-fade 8s ease-in-out infinite;
  pointer-events: none
}

@keyframes blg-fade {

  0%,
  100% {
    opacity: 0
  }

  50% {
    opacity: 1
  }
}

.blg__metrics-inner {
  max-width: 1170px;
  margin: 0 auto;
  position: relative;
  z-index: 2
}

.blg__metrics-h {
  font-size: 43px;
  line-height: 1.2;
  color: #1d1d1d;
  margin: 0 0 56px;
  text-align: center
}

.blg__metrics-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 28px
}

.blg__metric {
  background: #fff;
  border-radius: 10px;
  padding: 28px;
  box-shadow: 0 1px 6px 0 #bd5b5a12;
  text-align: center;
  transition: box-shadow .65s ease, transform .55s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
  overflow: hidden
}

.blg__metric::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: linear-gradient(90deg, #BD5B5A 0%, #fff 100%);
  transition: height .7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 1
}

.blg__metric:hover::before {
  height: 4px
}

.blg__metric:hover {
  box-shadow: 0 4px 14px 0 #bd5b5a14;
  transform: translateY(-4px)
}

.blg__metric-icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 16px;
  background: #F6EEED;
  border-radius: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2
}

.blg__metric-icon i {
  font-size: 31px;
  color: #BD5B5A
}

.blg__metric-value {
  font-size: 43px;
  line-height: 1.2;
  color: #BD5B5A;
  margin: 0 0 8px;
  font-weight: 600;
  position: relative;
  z-index: 2
}

.blg__metric-label {
  font-size: 16px;
  line-height: 1.65;
  color: #4a4a4a;
  margin: 0;
  position: relative;
  z-index: 2
}

.blg__cta {
  padding: 56px 16px;
  background: #fff;
  position: relative
}

.blg__cta-inner {
  max-width: 1170px;
  margin: 0 auto;
  background: linear-gradient(90deg, #BD5B5A 0%, #fff 100%);
  border-radius: 10px;
  padding: 56px 28px;
  text-align: center;
  box-shadow: 0 9px 36px 0 #bd5b5a1a;
  border: 2px dashed #bd5b5a33
}

.blg__cta-h {
  font-size: 43px;
  line-height: 1.2;
  color: #1d1d1d;
  margin: 0 0 16px;
  font-weight: 300
}

.blg__cta-p {
  font-size: 16px;
  line-height: 1.65;
  color: #3a3a3a;
  margin: 0 0 28px;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto
}

.blg__cta-btn {
  font-size: 16px;
  color: #fff;
  background: #1d1d1d;
  padding: 16px 56px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  position: relative;
  overflow: hidden;
  transition: transform .6s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.blg__cta-btn::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #BD5B5A;
  transition: height .7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 1
}

.blg__cta-btn:hover::before {
  height: 100%
}

.blg__cta-btn span {
  position: relative;
  z-index: 2
}

.blg__cta-btn:hover {
  transform: scale(1.05)
}

@media (min-width: 480px) {
  .blg__posts {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media (min-width: 768px) {
  .blg__opening {
    padding: 56px 28px
  }

  .blg__opening-grid {
    flex-direction: row;
    justify-content: space-between;
    align-items: center
  }

  .blg__opening-text {
    flex: 1
  }

  .blg__opening-visual {
    flex-shrink: 0
  }

  .blg__catalog {
    padding: 56px 28px
  }

  .blg__split {
    padding: 56px 28px
  }

  .blg__metrics {
    padding: 56px 28px
  }

  .blg__cta {
    padding: 56px 28px
  }
}

@media (min-width: 1024px) {
  .blg__posts {
    grid-template-columns: repeat(3, 1fr)
  }

  .blg__opening {
    padding: 56px
  }

  .blg__catalog {
    padding: 56px
  }

  .blg__split {
    padding: 56px
  }

  .blg__metrics {
    padding: 56px
  }

  .blg__cta {
    padding: 56px
  }
}

@media (max-width: 767px) {
  .blg__split-inner {
    grid-template-columns: 1fr;
    gap: 28px
  }

  .blg__split-left {
    position: static
  }

  .blg__opening-h {
    font-size: 43px
  }

  .blg__catalog-heading {
    font-size: 31px
  }

  .blg__split-h {
    font-size: 31px
  }

  .blg__metrics-h {
    font-size: 31px
  }

  .blg__cta-h {
    font-size: 31px
  }

  .blg__metric-value {
    font-size: 31px
  }
}

.success-pg {
  background: linear-gradient(90deg, #BD5B5A 0%, #fff 100%);
  min-height: 100vh;
  padding: 56px 16px
}

.success-pg__wrap {
  max-width: 1170px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px
}

.success-pg__icon-box {
  width: 120px;
  height: 120px;
  background: #fff;
  border-radius: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 9px 36px 0 #bd5b5a1a
}

.success-pg__icon-inner {
  width: 64px;
  height: 64px;
  border: 4px solid #BD5B5A;
  border-radius: 38px;
  position: relative
}

.success-pg__check {
  position: absolute;
  width: 32px;
  height: 18px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%)
}

.success-pg__check::before {
  content: '';
  position: absolute;
  width: 12px;
  height: 4px;
  background: #BD5B5A;
  bottom: 0;
  left: 0;
  transform: rotate(-45deg);
  transform-origin: left bottom
}

.success-pg__check::after {
  content: '';
  position: absolute;
  width: 24px;
  height: 4px;
  background: #BD5B5A;
  bottom: 0;
  right: 0;
  transform: rotate(45deg);
  transform-origin: right bottom
}

.success-pg__content {
  background: #fff;
  border-radius: 10px;
  padding: 56px 28px;
  text-align: center;
  max-width: 720px;
  box-shadow: 0 4px 14px 0 #bd5b5a14
}

.success-pg__title {
  font-size: 43px;
  line-height: 1.2;
  color: #BD5B5A;
  margin: 0 0 16px
}

.success-pg__desc {
  font-size: 16px;
  line-height: 1.65;
  color: #2a2a2a;
  margin: 0 0 28px
}

.success-pg__info {
  background: #F6EEED;
  border-radius: 6px;
  padding: 28px;
  margin: 0 0 28px
}

.success-pg__info-title {
  font-size: 23px;
  line-height: 1.45;
  color: #2a2a2a;
  margin: 0 0 16px;
  font-weight: 300
}

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

.success-pg__info-item {
  font-size: 15px;
  line-height: 1.65;
  color: #2a2a2a;
  display: flex;
  align-items: flex-start;
  gap: 8px
}

.success-pg__info-item::before {
  content: '';
  width: 6px;
  height: 6px;
  background: #BD5B5A;
  border-radius: 38px;
  flex-shrink: 0;
  margin-top: 8px
}

.success-pg__actions {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center
}

.success-pg__btn {
  display: inline-block;
  padding: 16px 56px;
  font-size: 16px;
  line-height: 1.45;
  text-decoration: none;
  border-radius: 6px;
  transition: background .6s cubic-bezier(0.25, 0.46, 0.45, 0.94), color .6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
  overflow: hidden;
  border: none;
  cursor: pointer
}

.success-pg__btn--primary {
  background: #BD5B5A;
  color: #fff
}

.success-pg__btn--primary::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #9a4746;
  transition: height .7s ease;
  z-index: 0
}

.success-pg__btn--primary:hover::before {
  height: 100%
}

.success-pg__btn--primary span {
  position: relative;
  z-index: 1
}

.success-pg__btn--secondary {
  background: transparent;
  color: #BD5B5A;
  border: 1px solid #DEBBBE
}

.success-pg__btn--secondary::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #F6EEED;
  transition: height .5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 0
}

.success-pg__btn--secondary:hover::before {
  height: 100%
}

.success-pg__btn--secondary span {
  position: relative;
  z-index: 1
}

.success-pg__contact {
  margin-top: 28px;
  padding-top: 28px;
  border-top: 1px solid #DEBBBE
}

.success-pg__contact-text {
  font-size: 15px;
  line-height: 1.65;
  color: #2a2a2a;
  margin: 0 0 8px
}

.success-pg__email {
  color: #BD5B5A;
  text-decoration: none;
  font-size: 16px;
  line-height: 1.45;
  transition: color .55s ease
}

.success-pg__email:hover {
  color: #9a4746
}

@media (min-width: 768px) {
  .success-pg {
    padding: 56px 28px
  }

  .success-pg__content {
    padding: 56px
  }

  .success-pg__actions {
    flex-direction: row;
    justify-content: center
  }
}