/*!******************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./blocks/video-popup/style.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************/
/* Responsive Queries
========================================================= */
/* Media Breakpoints
========================================================= */
/* Between Breakpoints
========================================================= */
/* Fonts (fonts defined in theme.json)
========================================================= */
/* BG Image
========================================================= */
/* EM to PX
========================================================= */
/* REM to PX
========================================================= */
/* Global Transition ( property, duration, easing )
========================================================= */
/* Clamp Dynamic Resize
========================================================= */
/* Buttons
========================================================= */
/* Form Inputs
========================================================= */
/* Additional Helper Mixins
========================================================= */
.wp-block-zoll-video-popup {
  max-width: 100%;
}

.zoll-video-popup__trigger {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
  text-align: left;
}
.zoll-video-popup__trigger:disabled {
  cursor: not-allowed;
  opacity: 0.6;
}
.zoll-video-popup--poster .zoll-video-popup__trigger:hover .zoll-video-popup__play, .zoll-video-popup--poster .zoll-video-popup__trigger:focus-visible .zoll-video-popup__play {
  transform: translate(-50%, -50%) scale(1.05);
}
.zoll-video-popup--button .zoll-video-popup__trigger {
  --padding: 15px 40px 15px 25px;
  --bg: var(--wp--preset--color--orange);
  --color: var(--wp--preset--color--navy);
  --border-color: var(--wp--preset--color--orange);
  --icon: var(--icon-arrow-dark);
  color: var(--color);
  background: var(--bg);
  background-image: var(--icon);
  background-repeat: no-repeat;
  background-position: right 15px center;
  padding: var(--padding);
  border-radius: 0;
  border: 2px solid var(--border-color);
  font-size: var(--wp--preset--font-size--type-body);
  font-family: var(--wp--preset--font-family--heading);
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
  text-decoration: none;
  outline-color: #000;
  letter-spacing: 0.1em;
  cursor: pointer;
  transition: all 200ms ease-in-out;
  width: auto;
  display: inline-flex;
  align-items: center;
  gap: 0.75em;
  background-image: none;
  padding: 0.9375em 1.5625em;
  letter-spacing: 0.07em;
  text-decoration: none;
}
.zoll-video-popup--button .zoll-video-popup__trigger:hover, .zoll-video-popup--button .zoll-video-popup__trigger:focus-visible {
  background-position: right 12px center;
}
.zoll-video-popup--button .zoll-video-popup__trigger:hover, .zoll-video-popup--button .zoll-video-popup__trigger:focus-visible {
  background-position: right 15px center;
}
.zoll-video-popup--button .zoll-video-popup__trigger:hover .zoll-video-popup__trigger-icon, .zoll-video-popup--button .zoll-video-popup__trigger:focus-visible .zoll-video-popup__trigger-icon {
  transform: translateX(0.1875em);
}
.zoll-video-popup--button.zoll-video-popup--button-secondary .zoll-video-popup__trigger {
  --bg: var(--wp--preset--color--blue-dark);
  --border-color: var(--wp--preset--color--blue-dark);
  --color: var(--wp--preset--color--white);
  --icon: var(--icon-arrow);
  background-image: none;
}
.zoll-video-popup--button.zoll-video-popup--button-secondary .zoll-video-popup__trigger:hover, .zoll-video-popup--button.zoll-video-popup--button-secondary .zoll-video-popup__trigger:focus {
  --bg: var(--wp--preset--color--blue);
  --border-color: var(--wp--preset--color--blue);
}
.zoll-video-popup__modal-button {
  --padding: 15px 40px 15px 25px;
  --bg: var(--wp--preset--color--orange);
  --color: var(--wp--preset--color--navy);
  --border-color: var(--wp--preset--color--orange);
  --icon: var(--icon-arrow-dark);
  color: var(--color);
  background: var(--bg);
  background-image: var(--icon);
  background-repeat: no-repeat;
  background-position: right 15px center;
  padding: var(--padding);
  border-radius: 0;
  border: 2px solid var(--border-color);
  font-size: var(--wp--preset--font-size--type-body);
  font-family: var(--wp--preset--font-family--heading);
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
  text-decoration: none;
  outline-color: #000;
  letter-spacing: 0.1em;
  cursor: pointer;
  transition: all 200ms ease-in-out;
  width: auto;
  display: inline-flex;
  align-items: center;
  gap: 0.75em;
  background-image: none;
  padding: 0.9375em 1.5625em;
  letter-spacing: 0.07em;
  text-decoration: none;
}
.zoll-video-popup__modal-button:hover, .zoll-video-popup__modal-button:focus-visible {
  background-position: right 12px center;
}
.zoll-video-popup__modal-button:hover, .zoll-video-popup__modal-button:focus-visible {
  background-position: right 15px center;
}
.zoll-video-popup__modal-button:hover .zoll-video-popup__trigger-icon, .zoll-video-popup__modal-button:focus-visible .zoll-video-popup__trigger-icon {
  transform: translateX(0.1875em);
}
.zoll-video-popup__trigger-icon {
  display: block;
  flex-shrink: 0;
  color: var(--wp--preset--color--blue-dark);
  transition: transform 200ms ease-in-out;
  will-change: transform;
}
.zoll-video-popup__trigger-icon svg {
  display: block;
}
.zoll-video-popup--button-secondary .zoll-video-popup__trigger-icon {
  color: var(--wp--preset--color--white);
}
.zoll-video-popup__trigger-label {
  display: block;
  color: var(--wp--preset--color--blue-dark);
}
.zoll-video-popup__poster {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: var(--zoll-video-popup-aspect-ratio, 16/9);
  overflow: hidden;
  background-color: #d9d9d9;
  border: 0;
  padding: 0;
  cursor: pointer;
}
.zoll-video-popup__poster-image {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.zoll-video-popup__poster-image[src] {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.zoll-video-popup__poster-placeholder {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #d9d9d9;
}
.zoll-video-popup__play {
  transition: transform 200ms ease-in-out;
  will-change: transform;
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.zoll-video-popup__remove-poster {
  margin-top: 0.5em;
}
.zoll-video-popup__video-field {
  margin-bottom: 0.75em;
}
.zoll-video-popup__carousel {
  position: relative;
}
.zoll-video-popup__carousel--multiple {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  -moz-column-gap: 0.75em;
       column-gap: 0.75em;
}
.zoll-video-popup__carousel-prev, .zoll-video-popup__carousel-next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5em;
  height: 2.5em;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--wp--preset--color--white);
  cursor: pointer;
  transition: opacity 200ms ease-in-out;
  will-change: opacity;
}
.zoll-video-popup__carousel-prev span, .zoll-video-popup__carousel-next span {
  display: block;
  width: 16px;
  height: 15px;
}
.zoll-video-popup__carousel-prev span svg, .zoll-video-popup__carousel-next span svg {
  display: block;
}
.zoll-video-popup__carousel-prev:hover:not(:disabled), .zoll-video-popup__carousel-prev:focus-visible:not(:disabled), .zoll-video-popup__carousel-next:hover:not(:disabled), .zoll-video-popup__carousel-next:focus-visible:not(:disabled) {
  opacity: 0.8;
}
.zoll-video-popup__carousel-prev:disabled, .zoll-video-popup__carousel-next:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}
.zoll-video-popup__carousel-prev {
  grid-column: 1;
  grid-row: 1;
}
.zoll-video-popup__carousel-next {
  grid-column: 3;
  grid-row: 1;
}
.zoll-video-popup__player {
  position: relative;
  width: 100%;
  max-width: 100%;
  aspect-ratio: var(--zoll-video-popup-aspect-ratio, 16/9);
  min-height: 200px;
  background: #000;
  overflow: hidden;
}
.zoll-video-popup__player video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border: 0;
}

body > .zoll-video-popup__modal {
  position: fixed;
  inset: 0;
  z-index: 100000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25em;
}
body > .zoll-video-popup__modal[hidden] {
  display: none !important;
}

body > .zoll-video-popup__modal .zoll-video-popup__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  cursor: pointer;
}

body > .zoll-video-popup__modal .zoll-video-popup__dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 60em);
}

body > .zoll-video-popup__modal .zoll-video-popup__close {
  position: absolute;
  top: -3em;
  right: -40px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.25em;
  height: 2.25em;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}
body > .zoll-video-popup__modal .zoll-video-popup__close span {
  position: relative;
  display: block;
  width: 16px;
  height: 16px;
  color: var(--wp--preset--color--white);
}
body > .zoll-video-popup__modal .zoll-video-popup__close span svg {
  display: block;
}
body > .zoll-video-popup__modal .zoll-video-popup__close:hover, body > .zoll-video-popup__modal .zoll-video-popup__close:focus-visible {
  opacity: 0.8;
}

body > .zoll-video-popup__modal .zoll-video-popup__carousel--multiple .zoll-video-popup__player {
  grid-column: 2;
  grid-row: 1;
}

body > .zoll-video-popup__modal .zoll-video-popup__player {
  position: relative;
  width: 100%;
  max-width: 100%;
  aspect-ratio: var(--zoll-video-popup-aspect-ratio, 16/9);
  min-height: 200px;
  background: #000;
  overflow: hidden;
}

body > .zoll-video-popup__modal .zoll-video-popup__footer {
  display: flex;
  justify-content: center;
  margin-top: 1.5em;
}

body > .zoll-video-popup__modal .zoll-video-popup__modal-button {
  --padding: 15px 40px 15px 25px;
  --bg: var(--wp--preset--color--orange);
  --color: var(--wp--preset--color--navy);
  --border-color: var(--wp--preset--color--orange);
  --icon: var(--icon-arrow-dark);
  color: var(--color);
  background: var(--bg);
  background-image: var(--icon);
  background-repeat: no-repeat;
  background-position: right 15px center;
  padding: var(--padding);
  border-radius: 0;
  border: 2px solid var(--border-color);
  font-size: var(--wp--preset--font-size--type-body);
  font-family: var(--wp--preset--font-family--heading);
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
  text-decoration: none;
  outline-color: #000;
  letter-spacing: 0.1em;
  cursor: pointer;
  transition: all 200ms ease-in-out;
  width: auto;
  display: inline-flex;
  align-items: center;
  gap: 0.75em;
  background-image: none;
  padding: 0.9375em 1.5625em;
  letter-spacing: 0.07em;
  text-decoration: none;
}
body > .zoll-video-popup__modal .zoll-video-popup__modal-button:hover, body > .zoll-video-popup__modal .zoll-video-popup__modal-button:focus-visible {
  background-position: right 12px center;
}
body > .zoll-video-popup__modal .zoll-video-popup__modal-button:hover, body > .zoll-video-popup__modal .zoll-video-popup__modal-button:focus-visible {
  background-position: right 15px center;
}
body > .zoll-video-popup__modal .zoll-video-popup__modal-button:hover .zoll-video-popup__trigger-icon, body > .zoll-video-popup__modal .zoll-video-popup__modal-button:focus-visible .zoll-video-popup__trigger-icon {
  transform: translateX(0.1875em);
}

body.zoll-video-popup-open {
  overflow: hidden;
}

/*# sourceMappingURL=style-index.css.map*/