@charset "utf-8";

.CreativeCopyBlock { margin: 0px auto; max-width: 90rem; }

.CreativeCopyBlock__gridWrapper { column-gap: 1rem; display: grid; grid-template-columns: repeat(6, minmax(12.5%, 1fr)); margin-left: 1rem; margin-right: 1rem; }

@media (min-width: 768px) {
  .CreativeCopyBlock__gridWrapper { margin-left: 1.5rem; margin-right: 1.5rem; }
}

@media (min-width: 1024px) {
  .CreativeCopyBlock__gridWrapper { grid-template-columns: repeat(12, minmax(6.4%, 1fr)); margin-left: 2.5rem; margin-right: 2.5rem; }
}

.CreativeCopyBlock__backgroundColor { grid-area: 1 / 1 / 3 / 7; }

@media (min-width: 768px) {
  .CreativeCopyBlock__backgroundColor { grid-area: 1 / 1 / 7 / 7; }
}

@media (min-width: 1024px) {
  .CreativeCopyBlock__backgroundColor { grid-area: 1 / 2 / 2 / 12; }
}

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

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

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

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

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

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

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

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

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

.CreativeCopyBlock__image--empty { text-align: center; }

.CreativeCopyBlock__image .Image { margin: auto; overflow: hidden; text-align: center; vertical-align: middle; }

.CreativeCopyBlock__image .Image img { height: auto; text-align: center; vertical-align: middle; }

.CreativeCopyBlock__copy p { padding-top: 1rem; text-align: center; }

@media (min-width: 768px) {
  .CreativeCopyBlock__copy p { padding-top: 0px; text-align: left; }
}

.CreativeCopyBlock__copy--empty p { padding-top: 0px; text-align: center; }

.CreativeCopyBlock__leftcolumn { align-self: center; grid-area: 1 / 1 / 2 / 7; padding: 3rem 1.5rem 0px; }

@media (min-width: 768px) {
  .CreativeCopyBlock__leftcolumn { grid-area: 1 / 1 / 3 / 3; padding: 0px; }
}

@media (min-width: 1024px) {
  .CreativeCopyBlock__leftcolumn { grid-area: 1 / 3 / 2 / 6; }
}

.CreativeCopyBlock__rightcolumn { align-self: center; grid-area: 2 / 1 / 2 / 7; padding: 3rem 0px; }

@media (min-width: 768px) {
  .CreativeCopyBlock__rightcolumn { grid-area: 1 / 3 / 7 / 7; padding: 0px; }
}

@media (min-width: 1024px) {
  .CreativeCopyBlock__rightcolumn { grid-area: 1 / 6 / 2 / 11; }
}

.CreativeCopyBlock__action, .CreativeCopyBlock__action--empty { padding-top: 2rem; }

.CreativeCopyBlock__action .Link__wrapper, .CreativeCopyBlock__action--empty .Link__wrapper { margin: 0px; }

.CreativeCopyBlock__action .Link__wrapper { text-align: center; }

@media (min-width: 768px) {
  .CreativeCopyBlock__action .Link__wrapper { text-align: left; }
}

.CreativeCopyBlock__action--empty .Link__wrapper { text-align: center; }

.CreativeCopyBlock__content--emptyImage .CreativeCopyBlock__backgroundColor { grid-area: 1 / 1 / 3 / 7; }

@media (min-width: 768px) {
  .CreativeCopyBlock__content--emptyImage .CreativeCopyBlock__backgroundColor { grid-area: 1 / 1 / 7 / 7; }
}

@media (min-width: 1024px) {
  .CreativeCopyBlock__content--emptyImage .CreativeCopyBlock__backgroundColor { grid-area: 1 / 2 / 10 / 12; }
}

.CreativeCopyBlock__content--emptyImage .CreativeCopyBlock__leftcolumn { display: none; }

.CreativeCopyBlock__content--emptyImage .CreativeCopyBlock__rightcolumn { padding: 3rem 1.5rem; }

@media (min-width: 768px) {
  .CreativeCopyBlock__content--emptyImage .CreativeCopyBlock__rightcolumn { grid-area: 1 / 2 / 4 / 6; padding: 3rem 0px; }
}

@media (min-width: 1024px) {
  .CreativeCopyBlock__content--emptyImage .CreativeCopyBlock__rightcolumn { grid-area: 1 / 4 / 2 / 10; padding: 3rem 0px; }
}

@media (min-width: 768px) {
  .CreativeCopyBlock__content--image .CreativeCopyBlock__leftcolumn { padding: 3rem 0px 3rem 2.5rem; }
}

@media (min-width: 1024px) {
  .CreativeCopyBlock__content--image .CreativeCopyBlock__leftcolumn { padding: 3rem 0px; }
}

.CreativeCopyBlock__content--image .CreativeCopyBlock__rightcolumn { padding: 0px 1.5rem 3rem; }

@media (min-width: 768px) {
  .CreativeCopyBlock__content--image .CreativeCopyBlock__rightcolumn { padding: 3rem 2.5rem 3rem 0px; }
}

@media (min-width: 1024px) {
  .CreativeCopyBlock__content--image .CreativeCopyBlock__rightcolumn { padding: 3rem 0px; }
}

.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; }