.DeansRow {
  padding-bottom: var(--space-fixed-xl);
  overflow: clip;
  position: relative;
}
.DeansRow__backgroundImage {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff bottom center/cover no-repeat;
}
.DeansRow__title {
  margin-bottom: var(--space-fixed-sm);
}
.DeansRow__text {
  text-align: left;
  color: var(--color-text);
  font-size: var(--font-size-2md);
  line-height: 1.5;
  margin-top: var(--space-fixed-2xs);
  margin-bottom: var(--space-fixed-lg);
}
.DeansRow__video {
  max-width: 966px !important;
}
.no-js .DeansRow__video {
  opacity: 1 !important;
  transform: none !important;
}
@media (prefers-reduced-motion: reduce) {
  .DeansRow__video {
    opacity: 1 !important;
    transform: none !important;
  }
}
.DeansRow #deansVideoContainer {
  display: block;
  position: relative;
  max-width: 60rem;
  width: 100%;
  max-height: 60.875rem;
  height: 100%;
  margin: 1.25rem auto;
  padding: 0.051%;
  border-radius: 22px;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  overflow: clip;
}
.DeansRow #deansVideoContainer figcaption {
  clip-path: inset(50%) !important;
  height: 1px !important;
  width: 1px !important;
  overflow: clip !important;
  position: absolute !important;
  white-space: nowrap !important;
  border: 0 !important;
  user-select: none !important;
}
.DeansRow #deansVideoContainer .cursorCircle {
  --diameter: 100px;
  border-radius: 100%;
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: var(--font-family-mono);
  font-size: var(--font-size-sm);
  color: #000;
  position: absolute;
  top: 0;
  left: -1000000px;
  height: var(--diameter);
  width: var(--diameter);
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.3);
  pointer-events: none;
  z-index: 1000;
  backdrop-filter: blur(15px);
  transition: opacity 0.4s ease;
}
.DeansRow #deansVideoContainer:focus-visible {
  outline: var(--focus-outline-width) solid var(--focus-outline-color);
  outline-offset: var(--focus-outline-offset);
}
.DeansRow #deansVideo {
  aspect-ratio: 966/544;
}
html.js:not(.touch) .DeansRow #deansVideoContainer:hover {
  cursor: none;
}
@media (prefers-reduced-motion: no-preference) {
  html.js:not(.touch) .DeansRow #deansVideoContainer:hover #deansVideo__thumbnail {
    transform: scale(103%);
    transition: all 0.2s ease-out;
  }
}
html.js:not(.touch) .DeansRow #deansVideoContainer:hover .cursorCircle {
  left: 0;
  opacity: 1;
}
html:not(.touch) .DeansRow #deansVideoContainer #deansVideo__iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
html:not(.touch) .DeansRow #deansVideoContainer.showVideo #deansVideo__thumbnail {
  animation: fadeOut 0.8s;
}
html:not(.touch) .DeansRow #deansVideoContainer.showVideo .cursorCircle {
  display: none;
}
html:not(.touch) .DeansRow #deansVideoContainer.showVideo #deansVideo__iframe {
  animation: fadeIn 0.5s;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.touch .DeansRow #deansVideoContainer:hover {
  cursor: default;
}
.touch .DeansRow .cursorCircle, .touch .DeansRow #deansVideo__thumbnail {
  display: none !important;
}
.touch .DeansRow #deansVideo__iframe {
  opacity: 1;
  transition: opacity 1s ease-out;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}
@media (min-width: 52.188rem) {
  .DeansRow #deansVideoContainer .cursorCircle {
    --diameter: 178px;
  }
  .DeansRow #deansVideoContainer .cursorCircle::after {
    font-size: var(--font-size-2md);
  }
}
@media (min-width: 67.5rem) {
  .DeansRow__backgroundImage {
    background-position: bottom center;
    clip-path: rect(0 100% calc(100% - 205px) 0);
  }
  .DeansRow__textContent {
    display: flex;
    flex-direction: row;
    gap: var(--space-fixed-md);
  }
  .DeansRow__textContent > * {
    flex: 1 0 calc(50% - var(--space-fixed-md));
  }
}/*# sourceMappingURL=dean.css.map */