@charset "utf-8";

.FullBleedHero__mobileImage { grid-column: span 6; margin: 0px -1rem; }

.FullBleedHero__mobileImage .Image img { height: auto; max-height: 37.8125rem; max-width: 100%; object-fit: cover; }

.FullBleedHero__rightColumn { grid-column: span 6; margin: 0px -1rem; }

@media (min-width: 1024px) {
  .FullBleedHero__rightColumn { grid-column: 6 / 13; margin: 0px -2.5rem 0px 0px; }
}

.FullBleedHero__leftColumn { align-self: center; grid-column: span 6; order: 2; padding: 2rem 0px; }

@media (min-width: 768px) {
  .FullBleedHero__leftColumn { grid-column: 2 / 6; }
}

@media (min-width: 1024px) {
  .FullBleedHero__leftColumn { order: 0; padding: 0px; }
}

.FullBleedHero__content { align-items: center; justify-content: center; }

.FullBleedHero__Tag { padding-bottom: 1rem; }

.FullBleedHero__Eyebrow { padding-bottom: 0.5rem; }

.FullBleedHero__Subheadline { padding-top: 1rem; }

.FullBleedHero__LinkAction { padding-top: 1.5rem; }

.FullBleedHero__LinkAction .Link__wrapper { margin: 0px; text-align: start; }

.FullBleedHero--orange-200 { background-color: var(--pal-colors-default-background-brand-01-strong); }

.FullBleedHero--magenta-200 { background-color: var(--pal-colors-default-background-brand-02-strong); }

.FullBleedHero--fire-200 { background-color: var(--pal-colors-default-background-brand-03-strong); }

.FullBleedHero--plum-200 { background-color: var(--pal-colors-default-background-brand-04-strong); }

.FullBleedHero--magenta-100 { background-color: var(--pal-colors-default-background-brand-02); }

.FullBleedHero--orange-100 { background-color: var(--pal-colors-default-background-brand-01); }

.FullBleedHero--fire-100 { background-color: var(--pal-colors-default-background-brand-03); }

.FullBleedHero--plum-100 { background-color: var(--pal-colors-default-background-brand-04); }

.FullBleedHero--neutral-25, .FullBleedHero--neutral-50 { background-color: var(--pal-colors-default-background-xsubtle); }

.VideoPlayer__thumbnail { cursor: pointer; position: relative; }

.VideoPlayer__play { background: var(--pal-color-button-secondary-background); border: none; border-radius: 5rem; cursor: pointer; height: 2rem; left: 50%; padding: 0px; width: 2rem; z-index: 3; }

.VideoPlayer__play, .VideoPlayer__play svg { font-size: 6.25rem; position: absolute; text-align: center; top: 50%; transform: translate(-50%, -50%); }

.VideoPlayer__play svg { left: 54%; }

@media (min-width: 1024px) {
  .react-player__preview { height: 28.81rem !important; object-fit: fill; }
}

.InlineVideo { position: relative; }

.InlineVideo--paused svg { margin-left: 0.275rem; }

.InlineVideo video { vertical-align: bottom; }

.InlineVideo__controlButton { cursor: pointer; left: 1rem; position: absolute; z-index: 3; }

.InlineVideo__controlButton, .InlineVideo__controlButton:active, .InlineVideo__controlButton:focus, .InlineVideo__controlButton:hover { background-color: var(--pal-color-button-secondary-background); border-color: var(--pal-color-button-secondary-border); bottom: 1rem; color: var(--pal-color-button-secondary-content); }

.InlineVideo__controlButton:active svg, .InlineVideo__controlButton:focus svg, .InlineVideo__controlButton:hover svg { fill: var(--pal-color-button-secondary-content); }

.InlineVideo__controlButton svg { vertical-align: middle; }