[youtube-modal] {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: min(80vw, 1920px);
  aspect-ratio: 16/9;
  overflow: visible;
  z-index: 99999;
}

dialog[open] {
  display: block;
}

dialog[open]::after {
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  content: "";
  background-color: rgba(0, 0, 0, 0.95);
}

@media (max-width: 1024px) {
  [youtube-modal] {
    width: min(100vw, 1920px);
    max-width: unset;
  }
}
[youtube-modal]::-webkit-backdrop {
  background-color: rgba(0, 0, 0, 0.95);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 99998;
}
[youtube-modal]::backdrop {
  background-color: rgba(0, 0, 0, 0.95);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 99998;
}

[youtube-toggle]:checked + [youtube-modal] {
  pointer-events: all;
  opacity: 1;
}

[youtube-modal-iframe] {
  width: 100%;
  aspect-ratio: 16/9;
  display: block;
}

[youtube-modal-close] {
  all: unset;
  position: absolute;
  top: -2.5rem;
  right: -2.5rem;
  color: var(--brand-black);
  background-color: rgb(255, 255, 255);
  display: grid;
  place-items: center;
  font-weight: 600;
  font-size: 2rem;
  line-height: 1;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
  z-index: 99999;
  cursor: pointer;
}

@media (max-width: 1024px) {
  [youtube-modal-close] {
    top: auto;
    bottom: -4rem;
    left: 0;
    right: 0;
    margin: auto;
  }
}
[youtube-modal-close]:hover {
  background-color: var(--color-cta-primary-bg);
  color: var(--brand-white);
}

/* [style*=font] { */
/*   all: unset !important; */
/* } */

a a {
  display: none;
}

.dolly-in-slow {
  -webkit-animation: dolly-in-slow 10s ease-out both;
          animation: dolly-in-slow 10s ease-out both;
}

.invisible {
  opacity: 0;
}

.hide-off-canvas {
  position: fixed;
  top: -9999px;
}

.hide,
[hide~=all] {
  display: none;
}

[hide~="all!"] {
  display: none !important;
}

@media (max-width: 767px) {
  [hide~=sm] {
    display: none;
  }
  [hide~="sm!"] {
    display: none !important;
  }
}
@media (min-width: 0) {
  [hide~="sm+"] {
    display: none;
  }
  [hide~="sm!+"],
  [hide~="sm+!"] {
    display: none !important;
  }
  [src$="www.nathab.com"] {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  [hide~=md] {
    display: none;
  }
  [hide~="md!"] {
    display: none !important;
  }
}
@media (min-width: 768px) {
  [hide~="md+"] {
    display: none;
  }
  [hide~="md!+"],
  [hide~="md+!"] {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  [hide~=lg],
  [hide~="lg+"] {
    display: none;
  }
  [hide~="lg!"],
  [hide~="lg!+"],
  [hide~="lg+!"] {
    display: none !important;
  }
}
[divider] {
  border-top: 1px solid var(--brand-gray-dark--transparent);
  height: 1px;
  width: 100%;
}

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