:root {
  --baseUnit: 0.75rem;
  --gutter: 2.25rem;
  --xs: 375px;
  --sm: 480px;
  --md: 992px;
  --lg: 1180px;
  --xl: 1920px;
}

h1 {
  font-size: 3.052rem;
  font-weight: 700;
  letter-spacing: -0.025rem;
}

h2 {
  font-size: 2.441rem;
  font-weight: 700;
  letter-spacing: -0.02rem;
}

h3 {
  font-size: 1.953rem;
  font-weight: 700;
  letter-spacing: -0.015rem;
}

h4 {
  font-size: 1.563rem;
  font-weight: 500;
  letter-spacing: -0.01rem;
}

h5 {
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: -0.01rem;
}

p {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0;
}

.body-text {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0;
}

b {
  font-weight: 700;
}

strong {
  font-weight: 700;
}

.masked-title {
  background: linear-gradient(-45deg, #ff3c00, #0066ff, #00ff95, #00ffc3);
  background-clip: text;
  color: transparent;
  text-align: center;
  -webkit-background-clip: text;
}

.masked-title {
  background-size: 100% 100%;
  font-size: clamp(3rem, 10vw, 3.5rem);
  line-height: 1.2;
  letter-spacing: -0.02em;
  font-weight: bold;
}

.process-timeline {
  margin: 2.25rem 0;
}
.process-timeline .process-weeks .week-progress {
  position: relative;
  margin-bottom: 1.5rem;
}
.process-timeline .process-weeks .week-progress hr {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.5);
}
.process-timeline .process-weeks .week-progress hr:first-child {
  z-index: 2;
  margin-left: 0;
  background: white;
  overflow: visible;
}
.process-timeline .process-weeks .week-progress hr:first-child:after {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  display: block;
  width: 2px;
  height: 16px;
  background-color: white;
  content: "";
  transform: translate(0, -50%);
}
.process-timeline .process-weeks .week-progress hr:not(:first-child) {
  width: 100%;
}
.process-timeline .process-weeks .process-week .week-leading {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 600;
}
.process-timeline .process-weeks .process-week .week-header .week-title {
  margin-top: 0.375rem;
  margin-bottom: 0.5625rem;
  color: white;
  font-weight: 600;
  line-height: 1.3;
}
.process-timeline .process-weeks .process-week .week-items .week-item-title {
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.7;
}

.process-note {
  margin-top: 3rem;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
}

.ir-deck-consulting-partner-section .partner-card {
  background: linear-gradient(to top, #000000, #111111);
  align-items: stretch;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 1.5rem;
}
@media (hover: hover) {
  .ir-deck-consulting-partner-section .partner-card:hover:hover {
    z-index: 99;
    box-shadow: 0px 0px 12px #01eb67;
  }
}
@media screen and (max-width: 992px) {
  .ir-deck-consulting-partner-section .partner-card {
    border: 1px solid rgba(255, 255, 255, 0.5);
    transform: rotate(0deg) !important;
  }
}

.cta-bg-gradient {
  background: linear-gradient(-45deg, #ff3c00, #e73c7e, #00ff95, #00ffc3);
}

.ir-deck-consulting-benefit-section .benefit-items {
  margin-top: 3rem;
  padding: 2.25rem;
  border-radius: 12px;
  box-shadow: 0px 0px 12px 0px rgba(255, 255, 255, 0.24), 0px 0px 24px 0px rgba(255, 255, 255, 0.12);
}

/*# sourceMappingURL=page-ir-deck.css.map */
