.huge-heading {
  font-size: max(5rem, 12.7vw);
  /* 184px */
  line-height: 1;
  font-weight: 500;
  letter-spacing: -0.05em;
}
.huge-heading * {
  font-weight: inherit;
}
@media (max-width: 750px) {
  .huge-heading {
    font-size: 7rem;
  }
}
@media (max-width: 350px) {
  .huge-heading {
    font-size: 5rem;
  }
}
.xlarge-heading {
  font-size: max(3rem, 4.5vw);
  /* 64px */
  line-height: 1;
  font-weight: 500;
  letter-spacing: -0.01em;
}
.xlarge-heading * {
  font-weight: inherit;
}
.large-heading {
  font-size: max(2.25rem, 3.6vw);
  /* 52px */
  line-height: 1;
  font-weight: 500;
  letter-spacing: -0.01em;
}
.large-heading * {
  font-weight: inherit;
}
@media (max-width: 350px) {
  .large-heading {
    font-size: 2rem;
  }
}
.medium-heading {
  font-size: max(1.75rem, 2.5vw);
  /* 36px */
  line-height: 1;
  font-weight: 500;
  letter-spacing: -0.01em;
}
.medium-heading * {
  font-weight: inherit;
}
.large-body {
  font-size: max(1.5rem, 1.94vw);
  /* 28px */
  line-height: 1;
  font-weight: 500;
  letter-spacing: -0.02em;
}
.large-body * {
  font-weight: inherit;
}
.medium-body {
  font-size: max(1.25rem, 1.6vw);
  /* 24px */
  line-height: 1;
  font-weight: 500;
  letter-spacing: -0.01em;
}
.medium-body * {
  font-weight: inherit;
}
.small-body {
  font-size: max(1.125rem, 1.38vw);
  /* 20px */
  line-height: 1.15;
  font-weight: 500;
  letter-spacing: -0.01em;
}
.small-body * {
  font-weight: inherit;
}
.font-medium {
  font-weight: 500;
}
.font-medium * {
  font-weight: inherit;
}
hr {
  color: inherit;
}
hr.horizontal {
  border: none;
  border-bottom: 3px solid currentColor;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
}
hr.vertical {
  border: none;
  border-left: 3px solid currentColor;
  -webkit-clip-path: inset(0 0 100% 0);
          clip-path: inset(0 0 100% 0);
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes auto-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% + 100vw - 1rem));
  }
}
@keyframes auto-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% + 100vw - 1rem));
  }
}
.clip-mask {
  width: 1px;
  height: 1px;
  position: absolute;
  top: -10px;
  left: -10px;
}
.clip-mask--pdc {
  --scale: 0.007139;
}
.clip-mask--pdg {
  --scale: 0.0046;
}
.clip-mask--ipdw {
  --scale: 0.00427;
}
.clip-mask--pd360 {
  --scale: 0.00332;
}
.clip-mask--plus {
  --ratio: 1/1;
  --scale: 0.01;
}
.clip-mask clipPath {
  transform: scale(var(--scale), calc(var(--scale) * var(--ratio)));
}
.svg-video a {
  position: relative;
  display: inline-block;
  line-height: 0;
}
.svg-video a:hover .svg-video__video video {
  opacity: 0.8;
}
.svg-video a:hover svg {
  opacity: 0;
}
.svg-video__video {
  background: var(--background);
}
.svg-video .svg-video__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: var(--ratio);
  display: block;
}
.svg-video video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  transition: opacity 0.4s ease-out;
}
.svg-video--pdc .svg-video__video {
  -webkit-clip-path: url(#pdc-clip);
          clip-path: url(#pdc-clip);
}
.svg-video--pdg .svg-video__video {
  -webkit-clip-path: url(#pdg-clip);
          clip-path: url(#pdg-clip);
}
.svg-video--ipdw .svg-video__video {
  -webkit-clip-path: url(#ipdw-clip);
          clip-path: url(#ipdw-clip);
}
.svg-video--pd360 .svg-video__video {
  -webkit-clip-path: url(#pd360-clip);
          clip-path: url(#pd360-clip);
}
.st-stagger-text {
  opacity: 0;
  -webkit-animation: fadeIn 0s 0.15s ease-in-out forwards;
          animation: fadeIn 0s 0.15s ease-in-out forwards;
}
.st-stagger-text .line {
  -webkit-clip-path: inset(-5%);
          clip-path: inset(-5%);
}
.st-stagger-text .line:first-child {
  -webkit-clip-path: inset(-1.5rem -5%);
          clip-path: inset(-1.5rem -5%);
}
.two-column-text {
  position: relative;
  z-index: 1;
  background: var(--text);
  color: var(--background);
}
.two-column-text ::-moz-selection {
  background: var(--background);
  color: var(--text);
}
.two-column-text ::selection {
  background: var(--background);
  color: var(--text);
}
.two-column-text__text {
  display: grid;
  align-items: center;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: 1fr 3px auto 1fr;
  gap: 0 1rem;
  padding: var(--padding-top) var(--padding);
  z-index: 1;
}
@media (max-width: 750px) {
  .two-column-text__text {
    grid-template-rows: 3px auto auto 1fr;
  }
}
.two-column-text__column {
  display: flex;
}
.two-column-text hr {
  grid-column: span 7;
  grid-row: 2;
}
@media (max-width: 750px) {
  .two-column-text hr {
    grid-column: 1/-1;
    grid-row: 1;
  }
}
.two-column-text hr + hr {
  grid-column: span 5;
}
@media (max-width: 750px) {
  .two-column-text hr + hr {
    display: none;
  }
}
.two-column-text__left {
  grid-column: span 7;
  grid-row: 3;
  padding-right: var(--padding);
  padding-top: 1.5rem;
}
@media (max-width: 750px) {
  .two-column-text__left {
    grid-column: 1/-1;
    grid-row: 2;
    padding-right: 0;
  }
}
.two-column-text__body {
  padding-top: 1.5em;
  padding-right: calc(var(--padding) * 2);
}
@media (max-width: 750px) {
  .two-column-text__body {
    padding-right: 0;
  }
}
.two-column-text__right {
  position: relative;
  grid-column: span 5;
  grid-row: 3;
  height: 1.5lh;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-top: 1.5rem;
}
@media (max-width: 750px) {
  .two-column-text__right {
    grid-column: 1/-1;
    align-items: flex-start;
    padding-right: 0;
    height: auto;
  }
}
.two-column-text__number {
  width: 100%;
  text-align: right;
}
@media (max-width: 750px) {
  .two-column-text__number {
    text-align: center;
  }
}
.two-column-text__number h3 {
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
}
@media (max-width: 750px) {
  .two-column-text__number h3 {
    justify-content: center;
  }
}
.two-column-text__number .video-mask {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.5em;
  height: 0.5em;
  -webkit-clip-path: url(#plus-clip);
          clip-path: url(#plus-clip);
  background: #000000;
}
.two-column-text__number .video-mask video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-clip-path: inset(100% 0 0 0);
          clip-path: inset(100% 0 0 0);
}
