body header #header-nav + div {
  display: none !important;
}
body.logged-in #header-nav + div {
  display: block !important;
}
@media screen and (min-width: 1019px) {
  body:not(.logged-in) #header-nav li:last-child {
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 1018px) {
  body:not(.logged-in) #header-nav li:nth-last-child(2) {
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 1018px) {
  body #section-video {
    --height: calc(100vw / var(--scale));
    --width: 100vw;
    width: var(--width);
    height: var(--height);
    position: relative;
    left: -24px;
    margin-bottom: 24px !important;
  }
  body #section-video-new {
    --scale: calc(16 / 9);
    --height: calc(100vw / var(--scale));
    --width: 100vw;
    padding: 0 !important;
    border: none !important;
    width: var(--width) !important;
    height: var(--height) !important;
  }
  body.page-landings-new #section-video {
    height: unset !important;
    left: -32px;
  }
}/*# sourceMappingURL=landings.css.map */