html {
  box-sizing: border-box;
  font-size: 100%
}

*,
::before,
::after {
  box-sizing: inherit
}

html,
body {
  margin: 0
}

.gymsite-header {
  font-family: 'Figtree', sans-serif;
  position: relative;
  background: #fff;
  border-bottom: 1px solid #D8C2C1;
  box-shadow: 1px 4px 28px 0 #c91f8117
}

.gymsite-header-top {
  display: flex;
  align-items: stretch;
  min-height: 96px
}

.brand-accent-block {
  background: linear-gradient(160deg, #C91F81 0%, #a8186b 100%);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 24px 40px;
  gap: 8px;
  min-width: 260px;
  position: relative
}

.brand-accent-block::after {
  content: "";
  position: absolute;
  right: -18px;
  top: 0;
  width: 18px;
  height: 100%;
  background: linear-gradient(160deg, #C91F81 0%, #a8186b 100%);
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
  pointer-events: none
}

.logo-container {
  border: 1px solid #fff6;
  border-radius: 6px;
  padding: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ffffff1a;
  box-shadow: 1px 1px 3px 0 #c91f8114
}

.logo-container img {
  width: 44px;
  height: 44px;
  object-fit: contain;
  display: block
}

.brand-tagline {
  color: #ffffffe0;
  font-size: 14px;
  line-height: 1.15;
  font-family: 'Figtree', sans-serif;
  font-weight: 400;
  letter-spacing: .03em;
  max-width: 180px
}

.header-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 8px 40px 8px 48px
}

.header-contact-row {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 24px;
  padding-top: 8px
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  line-height: 1.15;
  font-family: 'Figtree', sans-serif;
  color: #3a2030;
  text-decoration: none;
  transition: color .6s cubic-bezier(0.4, 0, 0.2, 1)
}

.contact-item:hover,
.contact-item:focus {
  color: #C91F81;
  outline: none
}

.contact-item:focus-visible {
  outline: 2px solid #C91F81;
  outline-offset: 2px;
  border-radius: 2px
}

.contact-item .bi {
  font-size: 14px;
  color: #C91F81
}

.primary-navigation {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 8px;
  padding-bottom: 8px
}

.nav-link-item {
  font-family: 'Figtree', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.15;
  color: #2a1020;
  text-decoration: none;
  padding: 8px 24px;
  border: 1px solid transparent;
  border-radius: 6px;
  display: inline-block;
  transition: color .7s cubic-bezier(0.4, 0, 0.2, 1), border-color .7s cubic-bezier(0.4, 0, 0.2, 1), background .8s cubic-bezier(0.0, 0, 0.2, 1);
  white-space: nowrap;
  min-height: 44px;
  display: inline-flex;
  align-items: center
}

.nav-link-item:hover,
.nav-link-item:focus {
  color: #C91F81;
  border-color: #C91F81;
  background: #E6D8E7;
  outline: none
}

.nav-link-item:focus-visible {
  outline: 2px solid #C91F81;
  outline-offset: 2px
}

.nav-link-item.active {
  color: #C91F81;
  border-color: #D8C2C1;
  background: #E6D8E7
}

.gymsite-footer {
  font-family: 'Figtree', sans-serif;
  background: linear-gradient(180deg, #fff 0%, #f2e8f0 40%, #e0c8d8 100%);
  border-top: 1px solid #D8C2C1;
  padding: 80px 40px 40px
}

.footer-inner-deck {
  max-width: 1400px;
  margin: 0 auto
}

.footer-logo-rule {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 40px
}

.footer-logo-rule::after {
  content: "";
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, #D8C2C1 0%, transparent 100%)
}

.footer-logo-container {
  border: 1px solid #C91F81;
  border-radius: 6px;
  padding: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  box-shadow: 1px 1px 3px 0 #c91f8114
}

.footer-logo-container img {
  width: 44px;
  height: 44px;
  object-fit: contain;
  display: block
}

.footer-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-bottom: 80px
}

.footer-address-pod {
  flex: 1;
  min-width: 220px
}

.footer-links-pod {
  min-width: 180px
}

.footer-contact-pod {
  flex: 1;
  min-width: 200px
}

.footer-label {
  font-size: 14px;
  line-height: 1.15;
  font-weight: 700;
  color: #C91F81;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 24px;
  display: block
}

.footer-address-text {
  font-size: 16px;
  line-height: 1.65;
  color: #3a2030;
  font-style: normal
}

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

.footer-nav-list li a {
  font-size: 16px;
  line-height: 1.65;
  color: #3a2030;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: color .65s cubic-bezier(0.4, 0, 0.2, 1), border-color .65s cubic-bezier(0.4, 0, 0.2, 1);
  display: inline
}

.footer-nav-list li a:hover,
.footer-nav-list li a:focus {
  color: #C91F81;
  border-bottom-color: #C91F81;
  outline: none
}

.footer-nav-list li a:focus-visible {
  outline: 2px solid #C91F81;
  outline-offset: 2px;
  border-radius: 2px
}

.footer-contact-link {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  line-height: 1.65;
  color: #3a2030;
  text-decoration: none;
  transition: color .65s cubic-bezier(0.4, 0, 0.2, 1);
  margin-bottom: 8px
}

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

.footer-contact-link:focus-visible {
  outline: 2px solid #C91F81;
  outline-offset: 2px;
  border-radius: 2px
}

.footer-contact-link .bi {
  color: #C91F81;
  font-size: 16px
}

.footer-bottom-bar {
  border-top: 1px solid #D8C2C1;
  padding-top: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px
}

.footer-copyright {
  font-size: 14px;
  line-height: 1.15;
  color: #7a5070
}

.footer-domain {
  font-size: 14px;
  line-height: 1.15;
  color: #C91F81;
  font-weight: 700
}

.cookie-popup-box {
  display: none;
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 320px;
  background: #fff;
  border: 1px solid #D8C2C1;
  border-radius: 10px;
  box-shadow: 1px 8px 44px 0 #c91f811f;
  padding: 24px;
  z-index: 2000;
  font-family: 'Figtree', sans-serif;
  transform: translateX(0);
  transition: transform 420ms cubic-bezier(0.4, 0, 0.2, 1), opacity 420ms cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 1
}

.cookie-popup-box.cookie-hidden-state {
  transform: translateX(-120%);
  opacity: 0
}

.cookie-headline {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.15;
  color: #2a1020;
  margin-bottom: 8px
}

.cookie-description {
  font-size: 14px;
  line-height: 1.65;
  color: #3a2030;
  margin-bottom: 24px
}

.cookie-actions {
  display: flex;
  gap: 24px;
  align-items: center
}

.cookie-accept-link,
.cookie-decline-link {
  font-size: 14px;
  font-weight: 700;
  font-family: 'Figtree', sans-serif;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  text-decoration: underline;
  line-height: 1.15;
  transition: color .6s cubic-bezier(0.4, 0, 0.2, 1)
}

.cookie-accept-link {
  color: #C91F81
}

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

.cookie-accept-link:focus-visible {
  outline: 2px solid #C91F81;
  outline-offset: 2px;
  border-radius: 2px
}

.cookie-decline-link {
  color: #3a2030
}

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

.cookie-decline-link:focus-visible {
  outline: 2px solid #C91F81;
  outline-offset: 2px;
  border-radius: 2px
}

@media (max-width: 768px) {
  .gymsite-header-top {
    flex-direction: column
  }

  .brand-accent-block {
    min-width: unset;
    flex-direction: row;
    align-items: center;
    padding: 24px;
    gap: 24px
  }

  .brand-accent-block::after {
    display: none
  }

  .header-right {
    padding: 8px 24px
  }

  .header-contact-row {
    justify-content: flex-start;
    flex-wrap: wrap
  }

  .footer-columns {
    flex-direction: column
  }

  .cookie-popup-box {
    width: calc(100vw - 48px);
    right: 24px;
    left: 24px
  }
}

.text-vgy-policy {
  max-width: 1400px;
  margin: 0 auto;
  padding: 80px 40px;
  color: #2d1a2e
}

.text-vgy-policy h1 {
  font-size: 62px;
  line-height: 1.15;
  font-weight: 700;
  color: #C91F81;
  margin: 0 0 40px;
  padding-bottom: 24px;
  border-bottom: 2px solid #E6D8E7
}

.text-vgy-policy h2 {
  font-size: 33px;
  line-height: 1.15;
  font-weight: 700;
  color: #2d1a2e;
  margin: 80px 0 24px
}

.text-vgy-policy h3 {
  font-size: 24px;
  line-height: 1.15;
  font-weight: 600;
  color: #2d1a2e;
  margin: 40px 0 24px
}

.text-vgy-policy h4 {
  font-size: 19px;
  line-height: 1.65;
  font-weight: 600;
  color: #2d1a2e;
  margin: 40px 0 8px
}

.text-vgy-policy h5 {
  font-size: 16px;
  line-height: 1.65;
  font-weight: 600;
  color: #2d1a2e;
  margin: 24px 0 8px;
  text-transform: uppercase;
  letter-spacing: .08em
}

.text-vgy-policy h6 {
  font-size: 14px;
  line-height: 1.65;
  font-weight: 600;
  color: #C91F81;
  margin: 24px 0 8px;
  text-transform: uppercase;
  letter-spacing: .1em
}

.text-vgy-policy p {
  font-size: 16px;
  line-height: 1.65;
  color: #3a2340;
  margin: 0 0 24px;
  max-width: 72ch
}

.text-vgy-policy ul,
.text-vgy-policy ol {
  margin: 0 0 24px;
  padding-left: 24px;
  max-width: 72ch
}

.text-vgy-policy ul {
  list-style: none;
  padding-left: 0
}

.text-vgy-policy ul li {
  padding-left: 24px;
  position: relative
}

.text-vgy-policy ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 6px;
  height: 6px;
  border-radius: 2px;
  background-color: #C91F81
}

.text-vgy-policy ol {
  list-style: decimal
}

.text-vgy-policy ol li {
  padding-left: 8px
}

.text-vgy-policy li {
  font-size: 16px;
  line-height: 1.65;
  color: #3a2340;
  margin-bottom: 8px
}

.text-vgy-policy li:last-child {
  margin-bottom: 0
}

.text-vgy-policy strong,
.text-vgy-policy b {
  font-weight: 700;
  color: #2d1a2e
}

.text-vgy-policy em,
.text-vgy-policy i {
  font-style: italic;
  color: #5a3560
}

.text-vgy-policy table {
  width: 100%;
  border-collapse: collapse;
  margin: 40px 0;
  font-size: 14px;
  line-height: 1.65;
  box-shadow: 1px 4px 28px 0 #c91f8117;
  border-radius: 6px;
  overflow: hidden
}

.text-vgy-policy thead {
  background-color: #E6D8E7
}

.text-vgy-policy thead tr {
  border-bottom: 2px solid #D8C2C1
}

.text-vgy-policy tbody tr {
  border-bottom: 1px solid #E6D8E7;
  transition: background-color .6s cubic-bezier(0.4, 0, 0.2, 1)
}

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

.text-vgy-policy tbody tr:hover {
  background-color: #f5eff6
}

.text-vgy-policy th {
  padding: 24px;
  text-align: left;
  font-size: 14px;
  font-weight: 700;
  color: #2d1a2e;
  text-transform: uppercase;
  letter-spacing: .08em
}

.text-vgy-policy td {
  padding: 24px;
  color: #3a2340;
  vertical-align: top
}

.text-vgy-policy div {
  margin-bottom: 24px
}

@media (max-width: 900px) {
  .text-vgy-policy {
    padding: 40px 24px
  }

  .text-vgy-policy h1 {
    font-size: 33px
  }

  .text-vgy-policy h2 {
    font-size: 24px;
    margin-top: 40px
  }

  .text-vgy-policy h3 {
    font-size: 19px
  }

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

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

  .text-vgy-policy h1 {
    font-size: 24px
  }

  .text-vgy-policy th,
  .text-vgy-policy td {
    padding: 8px 24px
  }
}

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

.availability .schedule-panel {
  max-width: 1400px;
  margin: 0 auto;
  padding: 80px 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start
}

.availability .schedule-panel .text-zone {
  padding: 40px 40px 40px 0;
  border-right: 1px solid #D8C2C1
}

.availability .schedule-panel .keyword-line {
  display: inline-block;
  font-size: 14px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #C91F81;
  margin-bottom: 24px;
  border-bottom: 2px solid #E6D8E7;
  padding-bottom: 8px
}

.availability .schedule-panel .main-heading {
  font-size: 62px;
  font-weight: 300;
  line-height: 1.15;
  color: #1b1b1b;
  margin: 0 0 24px;
  letter-spacing: -.01em
}

.availability .schedule-panel .main-heading em {
  font-style: normal;
  color: #C91F81;
  text-decoration: underline;
  text-decoration-color: #E6D8E7;
  text-underline-offset: 6px
}

.availability .schedule-panel .lead-paragraph {
  font-size: 19px;
  line-height: 1.65;
  color: #3a3a3a;
  margin: 0 0 24px
}

.availability .schedule-panel .body-paragraph {
  font-size: 16px;
  line-height: 1.65;
  color: #4a4a4a;
  margin: 0 0 24px
}

.availability .schedule-panel .blob-area {
  position: relative;
  padding: 40px 0 40px 40px
}

.availability .schedule-panel .blob-area::before {
  content: '';
  position: absolute;
  top: 0;
  left: 20px;
  width: 260px;
  height: 260px;
  background: linear-gradient(53deg, #c91f8114, #e6d8e74d);
  border-radius: 50%;
  filter: blur(48px);
  pointer-events: none
}

.availability .schedule-panel .blob-area::after {
  content: '';
  position: absolute;
  bottom: 40px;
  right: 0;
  width: 180px;
  height: 180px;
  background: linear-gradient(53deg, #d8c2c133, #c91f810f);
  border-radius: 50%;
  filter: blur(36px);
  pointer-events: none
}

.availability .schedule-panel .image-frame {
  position: relative;
  z-index: 1;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 1px 8px 44px 0 #c91f811f
}

.availability .schedule-panel .image-frame img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover
}

.availability .schedule-panel .image-frame .gradient-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(53deg, #c91f811f, #e6d8e70d);
  pointer-events: none
}

.availability .schedule-panel .stat-strip {
  display: flex;
  flex-direction: row;
  gap: 24px;
  margin-top: 24px;
  position: relative;
  z-index: 1
}

.availability .schedule-panel .stat-item {
  flex: 1;
  background: #fff;
  border: 1px solid #D8C2C1;
  border-radius: 6px;
  padding: 24px;
  box-shadow: 1px 4px 28px 0 #d8c2c117;
  transition: box-shadow .6s cubic-bezier(0.4, 0, 0.2, 1), border-color .6s cubic-bezier(0.4, 0, 0.2, 1)
}

.availability .schedule-panel .stat-item:hover {
  box-shadow: 1px 8px 44px 0 #c91f811f;
  border-color: #C91F81
}

.availability .schedule-panel .stat-number {
  font-size: 33px;
  font-weight: 700;
  color: #C91F81;
  line-height: 1.15;
  display: block
}

.availability .schedule-panel .stat-label {
  font-size: 14px;
  color: #5a5a5a;
  line-height: 1.65;
  margin-top: 8px;
  display: block
}

.availability .timetable-section {
  background: linear-gradient(53deg, #E6D8E7 0%, #fff 60%);
  padding: 80px 0
}

.availability .timetable-section .timetable-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px
}

.availability .timetable-section .section-label {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: #C91F81;
  display: block;
  margin-bottom: 8px
}

.availability .timetable-section .section-heading {
  font-size: 33px;
  font-weight: 400;
  line-height: 1.15;
  color: #1b1b1b;
  margin: 0 0 40px
}

.availability .timetable-section .divider-line {
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, #C91F81 70%, transparent 100%);
  margin-bottom: 40px;
  position: relative
}

.availability .timetable-section .divider-line::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 18%;
  height: 1px;
  background: #D8C2C1
}

.availability .timetable-section .schedule-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 80px
}

.availability .timetable-section .day-card {
  background: #fff;
  border: 1px solid #D8C2C1;
  border-radius: 6px;
  padding: 24px;
  position: relative;
  box-shadow: 1px 1px 3px 0 #c91f8114;
  transition: box-shadow .7s cubic-bezier(0.4, 0, 0.2, 1), transform .7s cubic-bezier(0.4, 0, 0.2, 1)
}

.availability .timetable-section .day-card::before {
  content: '';
  position: absolute;
  top: 6px;
  left: 6px;
  right: -6px;
  bottom: -6px;
  border: 1px solid #E6D8E7;
  border-radius: 6px;
  z-index: 0;
  pointer-events: none;
  transition: border-color .7s cubic-bezier(0.4, 0, 0.2, 1)
}

.availability .timetable-section .day-card:hover {
  box-shadow: 1px 8px 44px 0 #c91f811f;
  transform: translateY(-2px)
}

.availability .timetable-section .day-card:hover::before {
  border-color: #C91F81
}

.availability .timetable-section .day-card .card-content {
  position: relative;
  z-index: 1
}

.availability .timetable-section .day-name {
  font-size: 19px;
  font-weight: 600;
  color: #1b1b1b;
  line-height: 1.15;
  margin: 0 0 8px
}

.availability .timetable-section .day-type {
  font-size: 14px;
  color: #C91F81;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 24px;
  display: block
}

.availability .timetable-section .session-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px
}

.availability .timetable-section .session-list li {
  font-size: 16px;
  line-height: 1.65;
  color: #3a3a3a;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px
}

.availability .timetable-section .session-list li .time-badge {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  background: #C91F81;
  border-radius: 2px;
  padding: 2px 8px;
  white-space: nowrap;
  flex-shrink: 0
}

.availability .timetable-section .session-list li .session-name {
  font-size: 14px;
  color: #4a4a4a
}

.availability .timetable-section .day-card.inactive .day-name {
  color: #8a8a8a
}

.availability .timetable-section .day-card.inactive .session-list li .time-badge {
  background: #D8C2C1;
  color: #5a5a5a
}

.availability .timetable-section .day-card.inactive .day-type {
  color: #8a8a8a
}

.availability .timetable-section .bottom-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start
}

.availability .timetable-section .expert-block {
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: flex-start;
  background: #fff;
  border: 1px solid #D8C2C1;
  border-radius: 6px;
  padding: 24px;
  box-shadow: 1px 4px 28px 0 #d8c2c117
}

.availability .timetable-section .portrait-frame {
  width: 80px;
  height: 103px;
  border-radius: 6px;
  overflow: hidden;
  flex-shrink: 0;
  box-shadow: 1px 4px 28px 0 #c91f8117
}

.availability .timetable-section .portrait-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  display: block
}

.availability .timetable-section .expert-text .expert-name {
  font-size: 19px;
  font-weight: 600;
  color: #1b1b1b;
  margin: 0 0 8px;
  line-height: 1.15
}

.availability .timetable-section .expert-text .expert-role {
  font-size: 14px;
  color: #C91F81;
  text-transform: uppercase;
  letter-spacing: .08em;
  display: block;
  margin-bottom: 8px
}

.availability .timetable-section .expert-text .expert-bio {
  font-size: 14px;
  line-height: 1.65;
  color: #4a4a4a;
  margin: 0
}

.availability .timetable-section .access-block {
  background: #fff;
  border: 1px solid #D8C2C1;
  border-radius: 6px;
  padding: 24px;
  box-shadow: 1px 4px 28px 0 #d8c2c117
}

.availability .timetable-section .access-block .access-heading {
  font-size: 24px;
  font-weight: 400;
  color: #1b1b1b;
  margin: 0 0 8px;
  line-height: 1.15
}

.availability .timetable-section .access-block .access-body {
  font-size: 16px;
  line-height: 1.65;
  color: #4a4a4a;
  margin: 0 0 24px
}

.availability .timetable-section .access-block .platform-list {
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px
}

.availability .timetable-section .access-block .platform-list li {
  font-size: 16px;
  line-height: 1.65;
  color: #3a3a3a;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px
}

.availability .timetable-section .access-block .platform-list li i {
  color: #C91F81;
  font-size: 16px
}

.availability .timetable-section .access-block .cta-link {
  display: inline-block;
  font-size: 16px;
  color: #C91F81;
  border: 1px solid #C91F81;
  border-radius: 2px;
  padding: 8px 24px;
  text-decoration: none !important;
  transition: background .7s cubic-bezier(0.4, 0, 0.2, 1), color .7s cubic-bezier(0.4, 0, 0.2, 1)
}

.availability .timetable-section .access-block .cta-link:hover {
  background: #C91F81;
  color: #fff
}

.availability .timetable-section .icon-float {
  display: inline-block;
  animation: floatIcon 3s steps(6, end) infinite
}

@keyframes floatIcon {

  0%,
  100% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(-6px)
  }
}

.availability .timetable-section .expert-block-pair {
  display: flex;
  flex-direction: column;
  gap: 24px
}

@media (max-width: 1024px) {
  .availability .schedule-panel {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 80px 24px
  }

  .availability .schedule-panel .text-zone {
    border-right: none;
    border-bottom: 1px solid #D8C2C1;
    padding: 0 0 40px
  }

  .availability .schedule-panel .blob-area {
    padding: 40px 0 0
  }

  .availability .timetable-section .schedule-grid {
    grid-template-columns: 1fr 1fr
  }

  .availability .timetable-section .bottom-row {
    grid-template-columns: 1fr
  }
}

@media (max-width: 680px) {
  .availability .schedule-panel .main-heading {
    font-size: 33px
  }

  .availability .timetable-section .schedule-grid {
    grid-template-columns: 1fr
  }

  .availability .schedule-panel .stat-strip {
    flex-direction: column
  }

  .availability .timetable-section .timetable-inner {
    padding: 0 24px
  }

  .availability .timetable-section {
    padding: 40px 0
  }
}

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

.portal .frame {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px
}

.portal .divider {
  display: flex;
  align-items: center;
  gap: 0;
  height: 2px;
  width: 100%
}

.portal .divider span {
  display: block;
  height: 2px
}

.portal .divider .dline {
  flex: 1;
  background: #D8C2C1
}

.portal .divider .daccent {
  width: 80px;
  background: #C91F81
}

.portal .titleblock {
  background: #C91F81;
  padding: 80px 0 40px;
  position: relative;
  overflow: hidden
}

.portal .titleblock .curves {
  position: absolute;
  inset: 0;
  pointer-events: none
}

.portal .titleblock .frame {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 3fr 1fr;
  gap: 40px;
  align-items: center
}

.portal .titleblock .textside {
  padding: 0
}

.portal .titleblock .eyebrow {
  font-size: 14px;
  color: #E6D8E7;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin: 0 0 24px;
  line-height: 1.15
}

.portal .titleblock .heading {
  font-size: 62px;
  font-weight: 300;
  color: #fff;
  line-height: 1.15;
  margin: 0 0 24px;
  letter-spacing: -.01em
}

.portal .titleblock .heading strong {
  font-weight: 700
}

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

.portal .titleblock .points li {
  font-size: 16px;
  color: #E6D8E7;
  line-height: 1.65;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 8px
}

.portal .titleblock .points li .dot {
  width: 6px;
  height: 6px;
  border-radius: 0;
  background: #E6D8E7;
  flex-shrink: 0;
  margin-top: 8px;
  transform: rotate(45deg)
}

.portal .titleblock .imgside {
  opacity: .22;
  border-radius: 6px;
  overflow: hidden
}

.portal .titleblock .imgside img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover
}

@keyframes colorshift {
  from {
    filter: brightness(1.4) saturate(0.3)
  }

  to {
    filter: brightness(1) saturate(1)
  }
}

.portal .titleblock .heading {
  animation: colorshift 900ms cubic-bezier(0.4, 0, 0.2, 1) both
}

.portal .approach {
  background: #fff;
  padding: 80px 0
}

.portal .approach .frame {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start
}

.portal .approach .left .label {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: #C91F81;
  margin: 0 0 24px;
  line-height: 1.15
}

.portal .approach .left h2 {
  font-size: 33px;
  font-weight: 300;
  color: #1e1e2e;
  line-height: 1.15;
  margin: 0 0 24px
}

.portal .approach .left .lead {
  font-size: 19px;
  color: #2a2a3a;
  line-height: 1.65;
  margin: 0 0 24px
}

.portal .approach .left p {
  font-size: 16px;
  color: #3a3a4a;
  line-height: 1.65;
  margin: 0 0 24px
}

.portal .approach .right {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.portal .approach .imgwrap {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 1px 4px 28px 0 #c91f8117
}

.portal .approach .imgwrap img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  transition: transform 700ms cubic-bezier(0.4, 0, 0.2, 1)
}

.portal .approach .imgwrap:hover img {
  transform: scale(1.03)
}

.portal .approach .imgwrap .wash {
  position: absolute;
  inset: 0;
  background: #c91f8161;
  opacity: 0;
  transition: opacity 700ms cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 6px
}

.portal .approach .imgwrap:hover .wash {
  opacity: 1
}

.portal .approach .pillars {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.portal .approach .pillar {
  border: 1px solid #D8C2C1;
  border-right: 3px solid #C91F81;
  border-radius: 2px;
  padding: 24px;
  background: #fff;
  box-shadow: 1px 1px 3px 0 #d8c2c114;
  transition: box-shadow 600ms cubic-bezier(0.4, 0, 0.2, 1), border-color 600ms cubic-bezier(0.4, 0, 0.2, 1)
}

.portal .approach .pillar:hover {
  box-shadow: 1px 4px 28px 0 #c91f8117
}

.portal .approach .pillar h5 {
  font-size: 14px;
  font-weight: 600;
  color: #C91F81;
  margin: 0 0 8px;
  line-height: 1.15;
  text-transform: uppercase;
  letter-spacing: .08em
}

.portal .approach .pillar p {
  font-size: 14px;
  color: #3a3a4a;
  line-height: 1.65;
  margin: 0
}

.portal .hesitation {
  background: #E6D8E7;
  padding: 80px 0;
  position: relative
}

.portal .hesitation .noise {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .045;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)'/%3E%3C/svg%3E");
  background-repeat: repeat
}

.portal .hesitation .frame {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 5fr 3fr;
  gap: 80px;
  align-items: start
}

.portal .hesitation .question {
  font-size: 33px;
  font-weight: 300;
  color: #1e1e2e;
  line-height: 1.15;
  margin: 0 0 24px
}

.portal .hesitation .lead {
  font-size: 19px;
  color: #2a2a3a;
  line-height: 1.65;
  margin: 0 0 24px
}

.portal .hesitation p {
  font-size: 16px;
  color: #3a3a4a;
  line-height: 1.65;
  margin: 0 0 24px
}

.portal .hesitation p:last-child {
  margin-bottom: 0
}

.portal .hesitation .portrait {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.portal .hesitation .portraitcard {
  background: #fff;
  border-radius: 10px;
  padding: 24px;
  box-shadow: 1px 4px 28px 0 #c91f8117;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px
}

.portal .hesitation .portraitimg {
  width: 100%;
  aspect-ratio: 5/7;
  border-radius: 10px;
  overflow: hidden;
  position: relative
}

.portal .hesitation .portraitimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  display: block;
  transition: transform 700ms cubic-bezier(0.4, 0, 0.2, 1)
}

.portal .hesitation .portraitimg .wash {
  position: absolute;
  inset: 0;
  background: #c91f8159;
  opacity: 0;
  transition: opacity 700ms cubic-bezier(0.4, 0, 0.2, 1)
}

.portal .hesitation .portraitcard:hover .portraitimg .wash {
  opacity: 1
}

.portal .hesitation .portraitcard:hover .portraitimg img {
  transform: scale(1.04)
}

.portal .hesitation .personname {
  font-size: 16px;
  font-weight: 600;
  color: #1e1e2e;
  margin: 0 0 8px;
  line-height: 1.15;
  text-align: center
}

.portal .hesitation .personrole {
  font-size: 14px;
  color: #C91F81;
  margin: 0;
  line-height: 1.15;
  text-align: center
}

.portal .hesitation .quote {
  font-size: 14px;
  color: #3a3a4a;
  line-height: 1.65;
  margin: 0;
  text-align: center;
  font-style: italic
}

.portal .conditions {
  background: #fff;
  padding: 80px 0
}

.portal .conditions .frame {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  align-items: start
}

.portal .conditions .intro {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  margin-bottom: 40px;
  align-items: end
}

.portal .conditions .intro h2 {
  font-size: 33px;
  font-weight: 300;
  color: #1e1e2e;
  line-height: 1.15;
  margin: 0
}

.portal .conditions .intro p {
  font-size: 16px;
  color: #3a3a4a;
  line-height: 1.65;
  margin: 0
}

.portal .condcard {
  border: 1px solid #D8C2C1;
  border-radius: 6px;
  padding: 24px;
  background: #fff;
  box-shadow: 1px 1px 3px 0 #d8c2c114;
  transition: box-shadow 700ms cubic-bezier(0.0, 0, 0.2, 1), background 700ms cubic-bezier(0.0, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
  gap: 8px
}

.portal .condcard:hover {
  background: #E6D8E7;
  box-shadow: 1px 8px 44px 0 #c91f811f
}

.portal .condcard .icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #C91F81;
  font-size: 24px;
  margin-bottom: 8px
}

.portal .condcard h5 {
  font-size: 16px;
  font-weight: 600;
  color: #1e1e2e;
  margin: 0;
  line-height: 1.15
}

.portal .condcard p {
  font-size: 14px;
  color: #3a3a4a;
  line-height: 1.65;
  margin: 0
}

.portal .conditions .imgrow {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 24px;
  margin-top: 40px;
  align-items: start
}

.portal .conditions .imgrow .imagebox {
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  box-shadow: 1px 4px 28px 0 #c91f8117
}

.portal .conditions .imgrow .imagebox img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  transition: transform 800ms cubic-bezier(0.4, 0, 0.2, 1)
}

.portal .conditions .imgrow .imagebox:hover img {
  transform: scale(1.03)
}

.portal .conditions .imgrow .imagebox .wash {
  position: absolute;
  inset: 0;
  background: #c91f815c;
  opacity: 0;
  transition: opacity 800ms cubic-bezier(0.4, 0, 0.2, 1)
}

.portal .conditions .imgrow .imagebox:hover .wash {
  opacity: 1
}

.portal .conditions .imgrow .portraitbox {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  box-shadow: 1px 4px 28px 0 #c91f8117;
  aspect-ratio: 5/7
}

.portal .conditions .imgrow .portraitbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  display: block;
  transition: transform 800ms cubic-bezier(0.4, 0, 0.2, 1)
}

.portal .conditions .imgrow .portraitbox:hover img {
  transform: scale(1.04)
}

.portal .conditions .imgrow .portraitbox .wash {
  position: absolute;
  inset: 0;
  background: #c91f815c;
  opacity: 0;
  transition: opacity 800ms cubic-bezier(0.4, 0, 0.2, 1)
}

.portal .conditions .imgrow .portraitbox:hover .wash {
  opacity: 1
}

@media (max-width: 1024px) {
  .portal .titleblock .frame {
    grid-template-columns: 1fr
  }

  .portal .titleblock .imgside {
    display: none
  }

  .portal .approach .frame {
    grid-template-columns: 1fr;
    gap: 40px
  }

  .portal .hesitation .frame {
    grid-template-columns: 1fr;
    gap: 40px
  }

  .portal .conditions .frame {
    grid-template-columns: 1fr 1fr
  }

  .portal .conditions .intro {
    grid-template-columns: 1fr;
    gap: 24px
  }

  .portal .conditions .imgrow {
    grid-template-columns: 1fr
  }
}

@media (max-width: 640px) {
  .portal .frame {
    padding: 0 24px
  }

  .portal .titleblock .heading {
    font-size: 33px
  }

  .portal .titleblock {
    padding: 40px 0
  }

  .portal .approach {
    padding: 40px 0
  }

  .portal .hesitation {
    padding: 40px 0
  }

  .portal .conditions {
    padding: 40px 0
  }

  .portal .conditions .frame {
    grid-template-columns: 1fr
  }

  .portal .approach .left h2,
  .portal .hesitation .question,
  .portal .conditions .intro h2 {
    font-size: 24px
  }
}

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

.contact-us .reveal-mask {
  animation: maskReveal 800ms steps(12, end) both
}

@keyframes maskReveal {
  from {
    clip-path: inset(0 50% 0 50%)
  }

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

.contact-us .page-band {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px
}

.contact-us .top-split {
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  min-height: 520px;
  border-bottom: 1px dashed #D8C2C1
}

.contact-us .image-column {
  position: relative;
  overflow: hidden;
  border-radius: 0
}

.contact-us .image-column img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block
}

.contact-us .image-column::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 55%;
  background: linear-gradient(to bottom, transparent, #c91f8161);
  pointer-events: none
}

.contact-us .image-column .shape-layer {
  position: absolute;
  top: 40px;
  left: 40px;
  width: 120px;
  height: 120px;
  border: 2px solid #c91f8138;
  border-radius: 0;
  pointer-events: none;
  z-index: 1
}

.contact-us .image-column .shape-layer-two {
  position: absolute;
  top: 64px;
  left: 64px;
  width: 90px;
  height: 90px;
  border: 1px solid #e6d8e78c;
  border-radius: 0;
  pointer-events: none;
  z-index: 1
}

.contact-us .text-column {
  padding: 80px 80px 80px 40px;
  background: linear-gradient(180deg, #fff 0%, #E6D8E7 100%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px
}

.contact-us .text-column .label-tag {
  display: inline-block;
  font-size: 14px;
  line-height: 1.15;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #C91F81;
  border: 1px solid #C91F81;
  border-radius: 2px;
  padding: 8px 24px;
  width: fit-content
}

.contact-us .text-column h1 {
  font-size: 62px;
  line-height: 1.15;
  font-weight: 300;
  color: #1b1b1b;
  margin: 0;
  letter-spacing: -.01em
}

.contact-us .text-column h1 em {
  font-style: normal;
  color: #C91F81
}

.contact-us .text-column .arc-text {
  font-size: 19px;
  line-height: 1.65;
  color: #3a2a38;
  margin: 0;
  max-width: 480px
}

.contact-us .text-column .arc-text strong {
  font-weight: 600;
  color: #C91F81
}

.contact-us .text-column .detail-row {
  display: flex;
  flex-direction: row;
  gap: 24px;
  flex-wrap: wrap;
  margin-top: 8px
}

.contact-us .text-column .detail-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  line-height: 1.65;
  color: #3a2a38
}

.contact-us .text-column .detail-item i {
  color: #C91F81;
  font-size: 16px
}

.contact-us .text-column .detail-item a {
  color: #3a2a38;
  text-decoration: none;
  background-image: linear-gradient(53deg, #C91F81, #E6D8E7);
  background-repeat: no-repeat;
  background-size: 100% 1px;
  background-position: 0 100%;
  transition: color .6s cubic-bezier(0.4, 0, 0.2, 1)
}

.contact-us .text-column .detail-item a:hover {
  color: #C91F81
}

.contact-us .form-strip {
  background: linear-gradient(180deg, #E6D8E7 0%, #fff 100%);
  padding: 80px 0;
  border-bottom: 1px dashed #D8C2C1
}

.contact-us .form-strip .form-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 80px;
  align-items: start
}

.contact-us .form-strip .side-info {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-top: 8px
}

.contact-us .form-strip .side-info h2 {
  font-size: 33px;
  line-height: 1.15;
  font-weight: 300;
  color: #1b1b1b;
  margin: 0
}

.contact-us .form-strip .side-info p {
  font-size: 16px;
  line-height: 1.65;
  color: #3a2a38;
  margin: 0
}

.contact-us .form-strip .side-info p.large {
  font-size: 19px
}

.contact-us .form-strip .service-note {
  font-size: 14px;
  line-height: 1.65;
  color: #3a2a38;
  border-top: 1px dashed #D8C2C1;
  padding-top: 24px;
  margin: 0
}

.contact-us .form-strip .dashed-path {
  position: relative;
  padding-left: 24px
}

.contact-us .form-strip .dashed-path::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  border-left: 2px dashed #D8C2C1
}

.contact-us .contact-form {
  display: flex;
  flex-direction: column;
  gap: 24px
}

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

.contact-us .contact-form label {
  font-size: 14px;
  line-height: 1.15;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #C91F81
}

.contact-us .contact-form input[type="text"],
.contact-us .contact-form input[type="email"] {
  width: 100%;
  padding: 8px 24px;
  font-size: 16px;
  line-height: 1.65;
  color: #1b1b1b;
  background: #fff;
  border: 1px solid #D8C2C1;
  border-radius: 2px;
  outline: none;
  box-sizing: border-box;
  box-shadow: 1px 1px 3px 0 #c91f8114;
  transition: border-color .6s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .7s cubic-bezier(0.4, 0, 0.2, 1)
}

.contact-us .contact-form input[type="text"]::placeholder,
.contact-us .contact-form input[type="email"]::placeholder {
  color: #1b1b1b66
}

.contact-us .contact-form input[type="text"]:focus,
.contact-us .contact-form input[type="email"]:focus {
  border-color: #C91F81;
  box-shadow: 1px 4px 28px 0 #c91f8117
}

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

.contact-us .contact-form .checkbox-group .check-label {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  line-height: 1.65;
  color: #3a2a38;
  cursor: pointer;
  text-transform: none;
  letter-spacing: 0
}

.contact-us .contact-form .checkbox-group .check-label input[type="checkbox"] {
  width: 18px;
  height: 18px;
  accent-color: #C91F81;
  cursor: pointer;
  flex-shrink: 0
}

.contact-us .contact-form .privacy-row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 8px;
  font-size: 14px;
  line-height: 1.65;
  color: #3a2a38
}

.contact-us .contact-form .privacy-row input[type="checkbox"] {
  width: 16px;
  height: 16px;
  accent-color: #C91F81;
  cursor: pointer;
  flex-shrink: 0;
  margin-top: 3px
}

.contact-us .contact-form .privacy-row a {
  color: #C91F81;
  text-decoration: none;
  background-image: linear-gradient(53deg, #C91F81, #E6D8E7);
  background-repeat: no-repeat;
  background-size: 100% 1px;
  background-position: 0 100%
}

.contact-us .contact-form .submit-btn {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  padding: 8px 40px;
  font-size: 16px;
  line-height: 1.65;
  color: #C91F81;
  background: transparent;
  border: 1px solid #C91F81;
  border-radius: 2px;
  cursor: pointer;
  width: fit-content;
  transition: background .7s cubic-bezier(0.0, 0, 0.2, 1), color .6s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 1px 1px 3px 0 #c91f8114
}

.contact-us .contact-form .submit-btn:hover {
  background: #C91F81;
  color: #fff
}

.contact-us .contact-form .submit-btn:focus {
  outline: 2px solid #C91F81;
  outline-offset: 2px
}

.contact-us .contact-form .submit-btn:active {
  background: #a01868;
  border-color: #a01868;
  color: #fff
}

.contact-us .address-strip {
  padding: 80px 0 40px;
  background: linear-gradient(180deg, #fff 0%, #E6D8E7 100%)
}

.contact-us .address-strip .address-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 80px;
  align-items: center
}

.contact-us .address-strip .address-visual {
  position: relative
}

.contact-us .address-strip .address-visual img {
  width: 100%;
  height: 340px;
  object-fit: cover;
  border-radius: 0;
  display: block;
  box-shadow: 1px 8px 44px 0 #c91f811f
}

.contact-us .address-strip .address-visual .accent-bar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(53deg, #C91F81, #E6D8E7)
}

.contact-us .address-strip .address-details {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.contact-us .address-strip .address-details h2 {
  font-size: 33px;
  line-height: 1.15;
  font-weight: 300;
  color: #1b1b1b;
  margin: 0
}

.contact-us .address-strip .address-details .contact-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0
}

.contact-us .address-strip .address-details .contact-list li {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 8px;
  font-size: 16px;
  line-height: 1.65;
  color: #3a2a38
}

.contact-us .address-strip .address-details .contact-list li i {
  color: #C91F81;
  font-size: 16px;
  margin-top: 4px;
  flex-shrink: 0
}

.contact-us .address-strip .address-details .contact-list li a {
  color: #3a2a38;
  text-decoration: none;
  background-image: linear-gradient(53deg, #C91F81, #E6D8E7);
  background-repeat: no-repeat;
  background-size: 100% 1px;
  background-position: 0 100%;
  transition: color .6s cubic-bezier(0.4, 0, 0.2, 1)
}

.contact-us .address-strip .address-details .contact-list li a:hover {
  color: #C91F81
}

.contact-us .address-strip .address-details .hours-block {
  border-top: 1px dashed #D8C2C1;
  padding-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 8px
}

.contact-us .address-strip .address-details .hours-block h5 {
  font-size: 14px;
  line-height: 1.15;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #C91F81;
  margin: 0
}

.contact-us .address-strip .address-details .hours-block p {
  font-size: 16px;
  line-height: 1.65;
  color: #3a2a38;
  margin: 0
}

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

  .contact-us .image-column {
    height: 280px
  }

  .contact-us .text-column {
    padding: 40px
  }

  .contact-us .text-column h1 {
    font-size: 33px
  }

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

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

@media (max-width: 640px) {
  .contact-us .page-band {
    padding: 0 24px
  }

  .contact-us .text-column {
    padding: 40px 24px
  }

  .contact-us .form-strip {
    padding: 40px 0
  }

  .contact-us .address-strip {
    padding: 40px 0
  }

  .contact-us .text-column .detail-row {
    flex-direction: column;
    gap: 8px
  }
}

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

.aboutus .divider {
  height: 2px;
  background: linear-gradient(53deg, #C91F81, #E6D8E7);
  border: none;
  margin: 0
}

.aboutus .stripe {
  height: 4px;
  background: linear-gradient(53deg, #C91F81 0%, #D8C2C1 60%, #E6D8E7 100%);
  width: 100%
}

.aboutus .identity {
  padding: 80px 40px 40px;
  background: #E6D8E7;
  position: relative;
  overflow: hidden
}

.aboutus .identity::before {
  content: "";
  position: absolute;
  top: -60px;
  right: -60px;
  width: 220px;
  height: 220px;
  border: 2px solid #c91f811f;
  border-radius: 50%;
  pointer-events: none
}

.aboutus .identity::after {
  content: "";
  position: absolute;
  top: -30px;
  right: -30px;
  width: 140px;
  height: 140px;
  border: 1px solid #c91f8114;
  border-radius: 50%;
  pointer-events: none
}

.aboutus .identity .stripe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0
}

.aboutus .identitygrid {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start
}

.aboutus .identityleft h1 {
  font-size: 62px;
  line-height: 1.15;
  font-weight: 300;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #1b0a12;
  margin: 0 0 24px
}

.aboutus .identityleft h1 span {
  color: #C91F81;
  font-weight: 700
}

.aboutus .identityleft .declaration {
  font-size: 19px;
  line-height: 1.65;
  color: #2e1020;
  margin: 0 0 24px
}

.aboutus .identityleft .meta {
  font-size: 14px;
  line-height: 1.65;
  color: #7a3a5a;
  letter-spacing: .08em;
  text-transform: uppercase
}

.aboutus .identityright {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.aboutus .floatcard {
  background: #fff;
  border-radius: 6px;
  padding: 24px;
  box-shadow: 1px 4px 28px 0 #c91f8117
}

.aboutus .floatcard .cardtop {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px
}

.aboutus .floatcard .status {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #C91F81;
  flex-shrink: 0
}

.aboutus .floatcard .cardlabel {
  font-size: 14px;
  line-height: 1.15;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #C91F81
}

.aboutus .floatcard .row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
  border-bottom: 1px solid #E6D8E7;
  font-size: 14px;
  line-height: 1.65
}

.aboutus .floatcard .row:last-child {
  border-bottom: none
}

.aboutus .floatcard .rowkey {
  color: #7a3a5a
}

.aboutus .floatcard .rowval {
  color: #1b0a12;
  font-weight: 600
}

.aboutus .pullquote {
  border-radius: 2px;
  padding: 24px;
  background: linear-gradient(53deg, #c91f8112, #e6d8e766)
}

.aboutus .pullquote p {
  font-size: 19px;
  line-height: 1.65;
  color: #1b0a12;
  margin: 0;
  font-style: italic
}

.aboutus .story {
  padding: 80px 40px;
  background: #fff
}

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

.aboutus .storytext h2 {
  font-size: 33px;
  line-height: 1.15;
  font-weight: 700;
  color: #1b0a12;
  margin: 0 0 24px
}

.aboutus .storytext .lead {
  font-size: 19px;
  line-height: 1.65;
  color: #2e1020;
  margin: 0 0 24px
}

.aboutus .storytext .body {
  font-size: 16px;
  line-height: 1.65;
  color: #3d1828;
  margin: 0 0 24px
}

.aboutus .storytext .body:last-child {
  margin-bottom: 0
}

.aboutus .threecolumn {
  display: grid;
  grid-template-columns: 1fr 1.4fr 1fr;
  gap: 24px;
  margin-top: 40px
}

.aboutus .pillar {
  border-radius: 6px;
  padding: 24px;
  background: #E6D8E7;
  display: flex;
  flex-direction: column;
  gap: 8px;
  transition: background-color .7s cubic-bezier(0.4, 0, 0.2, 1)
}

.aboutus .pillar:hover {
  background: #D8C2C1
}

.aboutus .pillar.tall {
  padding: 40px 24px;
  background: #fff;
  border: 1px solid #D8C2C1;
  box-shadow: 1px 8px 44px 0 #c91f811f;
  transition: box-shadow .8s cubic-bezier(0.0, 0, 0.2, 1), background-color .7s cubic-bezier(0.4, 0, 0.2, 1)
}

.aboutus .pillar.tall:hover {
  box-shadow: 1px 4px 28px 0 #c91f812e;
  background: #fff
}

.aboutus .pillar .pillaricon {
  color: #C91F81;
  font-size: 24px;
  margin-bottom: 8px
}

.aboutus .pillar h4 {
  font-size: 16px;
  line-height: 1.15;
  font-weight: 700;
  color: #1b0a12;
  margin: 0
}

.aboutus .pillar p {
  font-size: 14px;
  line-height: 1.65;
  color: #3d1828;
  margin: 0
}

.aboutus .storyside {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.aboutus .portraitblock {
  position: relative
}

.aboutus .portrait {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  object-fit: cover;
  object-position: top;
  display: block;
  box-shadow: 1px 8px 44px 0 #c91f811f
}

.aboutus .portraitcaption {
  margin-top: 24px;
  text-align: center
}

.aboutus .portraitcaption .name {
  font-size: 16px;
  line-height: 1.15;
  font-weight: 700;
  color: #1b0a12
}

.aboutus .portraitcaption .role {
  font-size: 14px;
  line-height: 1.65;
  color: #7a3a5a
}

.aboutus .imagegrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  border-radius: 6px;
  overflow: hidden
}

.aboutus .imagegrid img {
  width: 100%;
  height: 140px;
  object-fit: cover;
  display: block;
  transition: opacity .6s cubic-bezier(0.4, 0, 0.2, 1)
}

.aboutus .imagegrid img:hover {
  opacity: .85
}

.aboutus .imagegrid .wide {
  grid-column: 1 / -1;
  height: 180px
}

.aboutus .linkunderline {
  display: inline;
  background-image: linear-gradient(53deg, #C91F81, #E6D8E7);
  background-size: 100% 2px;
  background-repeat: no-repeat;
  background-position: 0 100%;
  color: inherit;
  text-decoration: none;
  transition: background-size .6s cubic-bezier(0.4, 0, 0.2, 1)
}

.aboutus .linkunderline:hover {
  background-size: 100% 4px
}

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

  .aboutus .identityleft h1 {
    font-size: 33px
  }

  .aboutus .storygrid {
    grid-template-columns: 1fr;
    gap: 40px
  }

  .aboutus .threecolumn {
    grid-template-columns: 1fr
  }

  .aboutus .pillar.tall {
    padding: 24px
  }

  .aboutus .identity {
    padding: 80px 24px 40px
  }

  .aboutus .story {
    padding: 40px 24px
  }
}

@media (max-width: 600px) {
  .aboutus .imagegrid .wide {
    height: 120px
  }

  .aboutus .imagegrid img {
    height: 100px
  }
}

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

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

.interview ::selection {
  background: linear-gradient(53deg, #C91F81, #E6D8E7);
  color: #1a0010
}

.interview .divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 40px auto;
  max-width: 1400px;
  padding: 0 24px
}

.interview .divider span {
  display: block;
  height: 1px;
  width: 60px;
  background: #C91F81;
  opacity: .35
}

.interview .divider svg {
  flex-shrink: 0
}

.interview .titleblock {
  position: relative;
  background: linear-gradient(53deg, #C91F81 0%, #E6D8E7 100%);
  padding: 80px 24px
}

.interview .titleblock::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(53deg, #C91F81, #D8C2C1)
}

.interview .titleinner {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 30% 70%;
  gap: 40px;
  align-items: center
}

.interview .titlelabel {
  font-size: 14px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #fff;
  opacity: .78;
  line-height: 1.15;
  margin: 0 0 24px
}

.interview .titleaccent {
  font-size: 62px;
  font-weight: 200;
  line-height: 1.15;
  color: #fff;
  letter-spacing: .04em;
  text-transform: uppercase;
  margin: 0 0 24px;
  animation: blursharp .7s cubic-bezier(0.4, 0, 0.2, 1) both
}

@keyframes blursharp {
  from {
    filter: blur(8px);
    opacity: 0
  }

  to {
    filter: blur(0);
    opacity: 1
  }
}

.interview .titledecl {
  font-size: 19px;
  line-height: 1.65;
  color: #fff;
  margin: 0;
  max-width: 480px
}

.interview .imageside {
  position: relative;
  border-radius: 6px;
  overflow: hidden
}

.interview .imageside img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  display: block;
  border-radius: 6px
}

.interview .imageside::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, #C91F81 0%, transparent 60%);
  z-index: 1;
  border-radius: 6px
}

.interview .ratingstrip {
  display: flex;
  gap: 40px;
  margin-top: 40px;
  flex-wrap: wrap
}

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

.interview .ratingnum {
  font-size: 33px;
  font-weight: 700;
  color: #fff;
  line-height: 1.15
}

.interview .ratinglabel {
  font-size: 14px;
  color: #fff;
  opacity: .75;
  line-height: 1.15
}

.interview .speakersblock {
  padding: 80px 24px;
  background: #fff
}

.interview .speakersinner {
  max-width: 1400px;
  margin: 0 auto
}

.interview .speakersheader {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 40px;
  align-items: end
}

.interview .speakersheadleft {
  grid-column: 1 / 3
}

.interview .speakerstag {
  font-size: 14px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #C91F81;
  line-height: 1.15;
  margin: 0 0 8px
}

.interview .speakerstitle {
  font-size: 33px;
  font-weight: 300;
  line-height: 1.15;
  color: #2a0018;
  margin: 0 0 24px
}

.interview .speakersdesc {
  font-size: 16px;
  line-height: 1.65;
  color: #4a2038;
  margin: 0
}

.interview .speakersmetric {
  background: linear-gradient(53deg, #C91F81, #E6D8E7);
  border-radius: 6px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  box-shadow: 1px 4px 28px 0 #c91f8117
}

.interview .metricbig {
  font-size: 33px;
  font-weight: 700;
  color: #fff;
  line-height: 1.15
}

.interview .metrictext {
  font-size: 14px;
  color: #fff;
  opacity: .82;
  line-height: 1.65
}

.interview .cardgrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px
}

.interview .speakercard {
  border: 1px solid #D8C2C1;
  border-radius: 6px;
  padding: 24px;
  position: relative;
  transition: border-color .6s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .6s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: default
}

.interview .speakercard:hover {
  border-color: #C91F81;
  box-shadow: 1px 8px 44px 0 #c91f811f
}

.interview .speakercard:hover .cardlayers {
  opacity: 1
}

.interview .cardlayers {
  position: absolute;
  inset: 0;
  border-radius: 6px;
  opacity: 0;
  transition: opacity .7s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
  background: radial-gradient(circle at 50% 50%, #e6d8e72e 0%, #d8c2c114 50%, transparent 70%)
}

.interview .speakername {
  font-size: 19px;
  font-weight: 600;
  color: #2a0018;
  line-height: 1.15;
  margin: 0 0 8px
}

.interview .speakerrole {
  font-size: 14px;
  color: #C91F81;
  line-height: 1.15;
  margin: 0 0 24px;
  letter-spacing: .06em;
  text-transform: uppercase
}

.interview .speakerbio {
  font-size: 16px;
  line-height: 1.65;
  color: #4a2038;
  margin: 0 0 24px
}

.interview .speakerquote {
  font-size: 14px;
  line-height: 1.65;
  color: #2a0018;
  border-top: 1px solid #E6D8E7;
  padding-top: 24px;
  margin: 0;
  font-style: italic
}

.interview .speakerquote::before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 2px;
  background: #C91F81;
  vertical-align: middle;
  margin-right: 8px
}

.interview .topicsblock {
  padding: 80px 24px;
  background: #E6D8E7;
  position: relative
}

.interview .topicsblock::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: repeating-linear-gradient(0deg, transparent, transparent 28px, #c91f810a 28px, #c91f810a 29px), repeating-linear-gradient(90deg, transparent, transparent 28px, #c91f810a 28px, #c91f810a 29px), repeating-linear-gradient(45deg, transparent, transparent 14px, #c91f8106 14px, #c91f8106 15px), repeating-linear-gradient(-45deg, transparent, transparent 14px, #c91f8106 14px, #c91f8106 15px);
  pointer-events: none
}

.interview .topicsinner {
  max-width: 1400px;
  margin: 0 auto;
  position: relative
}

.interview .topicsrow {
  display: grid;
  grid-template-columns: 30% 70%;
  gap: 40px;
  align-items: start
}

.interview .topicsleft {
  position: sticky;
  top: 40px
}

.interview .topicstag {
  font-size: 14px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #C91F81;
  margin: 0 0 8px;
  line-height: 1.15
}

.interview .topicstitle {
  font-size: 33px;
  font-weight: 300;
  color: #2a0018;
  line-height: 1.15;
  margin: 0 0 24px
}

.interview .topicsdesc {
  font-size: 16px;
  line-height: 1.65;
  color: #4a2038;
  margin: 0 0 24px
}

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

.interview .topicslist li {
  font-size: 14px;
  color: #4a2038;
  line-height: 1.65;
  padding-left: 24px;
  position: relative
}

.interview .topicslist li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 8px;
  height: 1px;
  background: #C91F81
}

.interview .topicsright {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.interview .topicitem {
  background: #fff;
  border-radius: 6px;
  padding: 24px;
  box-shadow: 1px 1px 3px 0 #c91f8114;
  transition: box-shadow .65s cubic-bezier(0.0, 0, 0.2, 1);
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 24px;
  align-items: start
}

.interview .topicitem:hover {
  box-shadow: 1px 4px 28px 0 #c91f8117
}

.interview .topicnum {
  width: 48px;
  height: 48px;
  border-radius: 2px;
  background: linear-gradient(53deg, #C91F81, #E6D8E7);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 19px;
  font-weight: 700;
  color: #fff;
  flex-shrink: 0;
  line-height: 1.15
}

.interview .topicname {
  font-size: 19px;
  font-weight: 600;
  color: #2a0018;
  line-height: 1.15;
  margin: 0 0 8px
}

.interview .topictext {
  font-size: 16px;
  line-height: 1.65;
  color: #4a2038;
  margin: 0
}

.interview .topicmeta {
  font-size: 14px;
  color: #C91F81;
  line-height: 1.15;
  margin-top: 8px;
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap
}

.interview .topicmeta span+span::before {
  content: '/';
  margin-right: 8px;
  opacity: .5
}

.interview .wavy {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 24px;
  overflow: hidden;
  pointer-events: none
}

.interview .wavy svg {
  width: 100%;
  height: 24px
}

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

  .interview .imageside {
    display: none
  }

  .interview .speakersheader {
    grid-template-columns: 1fr
  }

  .interview .speakersheadleft {
    grid-column: 1
  }

  .interview .cardgrid {
    grid-template-columns: 1fr 1fr
  }

  .interview .topicsrow {
    grid-template-columns: 1fr
  }

  .interview .topicsleft {
    position: static
  }
}

@media (max-width: 680px) {
  .interview .titleaccent {
    font-size: 33px
  }

  .interview .cardgrid {
    grid-template-columns: 1fr
  }

  .interview .topicitem {
    grid-template-columns: 1fr
  }

  .interview .ratingstrip {
    gap: 24px
  }
}

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

.successPage .successCard {
  max-width: 560px;
  width: 100%;
  border: 1px solid #D8C2C1;
  border-radius: 10px;
  padding: 40px;
  box-shadow: 1px 8px 44px 0 #c91f811f;
  text-align: center
}

.successPage .successCard .iconWrapper {
  width: 64px;
  height: 64px;
  margin: 0 auto 24px;
  border-radius: 50%;
  background: #E6D8E7;
  display: flex;
  align-items: center;
  justify-content: center
}

.successPage .successCard .iconWrapper svg {
  width: 32px;
  height: 32px
}

.successPage .successCard .successHeading {
  font-size: 33px;
  line-height: 1.15;
  font-weight: 300;
  color: #C91F81;
  margin: 0 0 24px;
  letter-spacing: .01em
}

.successPage .successCard .successText {
  font-size: 16px;
  line-height: 1.65;
  color: #3a2a35;
  margin: 0 0 8px
}

.successPage .successCard .successSubtext {
  font-size: 14px;
  line-height: 1.65;
  color: #7a5a6a;
  margin: 0 0 40px
}

.successPage .successCard .successDivider {
  width: 40px;
  height: 2px;
  background: linear-gradient(53deg, #C91F81, #E6D8E7);
  border-radius: 2px;
  margin: 0 auto 40px
}

.successPage .successCard .successLink {
  display: inline-block;
  font-size: 16px;
  line-height: 1.15;
  color: #C91F81;
  text-decoration: none;
  border: 1px solid #C91F81;
  border-radius: 6px;
  padding: 24px 40px;
  transition: background-color .7s cubic-bezier(0.4, 0, 0.2, 1), color .6s cubic-bezier(0.0, 0, 0.2, 1)
}

.successPage .successCard .successLink:hover {
  background: #C91F81;
  color: #fff
}

.successPage .successCard .successLink:focus {
  outline: 2px solid #C91F81;
  outline-offset: 4px
}