.header {
  --wdg-header-min-height: 56.25vw;
  margin-inline: calc(var(--wdg-gap-block) * -1);
  max-width: none;
  overflow-x: hidden;
  position: relative;
  z-index: 4;
}
.header.wp-block.block-editor-block-list__block.wp-block-wdg-header {
  margin-inline: calc(var(--wdg-gap-block) * -1) !important;
  max-width: none !important;
}
.header.wp-block.block-editor-block-list__block.wp-block-wdg-header .header-navigation:has(+ .block-list-appender) {
  margin-block-end: calc(var(--wdg-gap-small) * -1);
}
.header__media {
  align-items: center;
  bottom: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
  left: 0;
  margin: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 0;
}
.header__media img,
.header__media video {
  height: 100%;
  -webkit-mask-image: linear-gradient(to bottom, rgb(0, 0, 1) 50%, rgba(0, 0, 0, 0) 100%);
          mask-image: linear-gradient(to bottom, rgb(0, 0, 1) 50%, rgba(0, 0, 0, 0) 100%);
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
  position: absolute;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  width: 100%;
}
.header__layout {
  align-items: stretch;
  color: var(--wdg-color-text);
  display: flex;
  flex-direction: column;
  gap: var(--wdg-gap-small);
  height: 100%;
  justify-content: center;
  min-height: var(--wdg-header-min-height);
  padding: var(--wdg-gap-large);
  position: relative;
}
.header__layout > .breadcrumb,
.header__layout > .header__content {
  inset-inline-start: calc((100% - (min(var(--wdg-width-wide-sub-gutters), 100%) + var(--wdg-gap-block) * 2)) / 2 + var(--wdg-gap-block));
  margin-inline: 0;
  padding: 0;
  position: relative;
}
.header__content, .editor-styles-wrapper .header .header__content {
  display: flex;
  flex-direction: column;
  gap: var(--wdg-gap-xsmall);
}
.header__content > *, .editor-styles-wrapper .header .header__content > * {
  margin-block: 0;
}
.header__content :is(p[class*=has-h1-variant],
p[class*=has-h2-variant],
p[class*=has-h3-variant],
p[class*=has-h4-variant],
p[class*=has-h5-variant],
p[class*=has-h6-variant]), .editor-styles-wrapper .header .header__content :is(p[class*=has-h1-variant],
p[class*=has-h2-variant],
p[class*=has-h3-variant],
p[class*=has-h4-variant],
p[class*=has-h5-variant],
p[class*=has-h6-variant]) {
  font-weight: 700;
  letter-spacing: -0.015em;
  line-height: 1.15;
  text-transform: none;
}
.header__content .has-kicker-variant + *,
.header__content [data-type="wdg/content-type-block"] + *, .editor-styles-wrapper .header .header__content .has-kicker-variant + *,
.editor-styles-wrapper .header .header__content [data-type="wdg/content-type-block"] + * {
  margin-block-start: 0;
}
.header__content p a, .editor-styles-wrapper .header .header__content p a {
  text-decoration-color: var(--wdg-color-text-alpha);
  text-decoration-thickness: 0.075em;
  transition: all 250ms ease;
}
.header__content p a:hover, .editor-styles-wrapper .header .header__content p a:hover {
  color: var(--wdg-color-link);
  text-decoration-color: var(--wdg-color-link);
}
.header .breadcrumb a, .editor-styles-wrapper .header .breadcrumb a {
  color: inherit;
}
.header .breadcrumb:first-child, .editor-styles-wrapper .header .breadcrumb:first-child {
  flex-grow: 1;
  margin-bottom: var(--wdg-gap-small);
}
.header .content-type-kicker {
  margin: 0;
}
.header__title {
  color: inherit;
  margin: 0;
}
.header__overlay {
  background-color: var(--wdg-color-tonal-black-50);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.header__excerpt {
  margin: 0;
}
.header__metas {
  display: flex;
  flex-wrap: wrap;
}
.header__meta + .header__meta::before {
  content: "|";
  display: inline-block;
  margin-inline: var(--wdg-gap-2xsmall);
}
.header__search {
  display: flex;
  gap: var(--wdg-gap-xsmall);
}
@media (min-width: 48em) {
  .header__search {
    max-width: 65%;
  }
}
.header__search-icon {
  left: 1em;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.header__fields {
  flex-grow: 1;
  max-width: var(--wdg-width-content);
}
.header__search-field {
  position: relative;
}
.header__search-field svg {
  color: var(--wdg-color-text);
  height: 24px;
  width: 24px;
}
.header__search-field input[type=text] {
  border-radius: 5em;
  padding-left: calc(2em + 16px);
}
.header__search-field input[type=text]:focus {
  background-color: var(--wdg-color-white);
}
.header__network-search-toggle {
  padding: var(--wdg-gap-2xsmall);
}
.header__network-search-toggle label {
  display: flex;
  align-items: center;
  gap: var(--wdg-gap-2xsmall);
  font-weight: 400;
  position: relative;
  margin-top: var(--wdg-gap-xsmall);
}
.header__network-search-toggle label:before, .header__network-search-toggle label:after {
  content: "";
}
.header__network-search-toggle label:before {
  width: 16px;
  height: 16px;
  background: #fff;
  border: 1px solid rgba(85, 164, 218, 0.6);
}
.header__network-search-toggle label:after {
  content: "";
  width: 10px;
  height: 10px;
  background: #20295B;
  border: 1px solid rgba(85, 164, 218, 0.6);
  position: absolute;
  left: 3px;
  top: 50%;
  opacity: 0;
  transition: opacity 0.1s ease;
  transform: translateY(-50%);
}
.header__network-search-toggle input {
  display: none;
}
.header__network-search-toggle input:checked + label:after {
  opacity: 1;
}
@media (min-width: 48em) {
  .header {
    --wdg-header-min-height: min( 33vw, 60vh );
  }
}
.header--text-center .header__content,
.header--text-center .breadcrumb {
  inset-inline: initial;
  margin-inline: auto;
  text-align: center;
}
.header--text-center .header__content .wp-block-buttons.is-layout-flex:not([class*=is-content-justification-]),
.header--text-center .breadcrumb .wp-block-buttons.is-layout-flex:not([class*=is-content-justification-]) {
  justify-content: center;
}
@media (min-width: 48em) {
  .header--width-default .header__content,
  .header--width-default .breadcrumb {
    max-width: 40%;
  }
}
@media (min-width: 48em) {
  .header--width-wide .header__content,
  .header--width-wide .breadcrumb {
    max-width: 60%;
  }
}
@media (min-width: 48em) {
  .header--width-full .header__content,
  .header--width-full .breadcrumb {
    max-width: var(--wdg-width-wide-sub-gutters);
  }
}
.header--min-height-none .header__layout {
  min-height: 0;
}
.header--min-height-full {
  --wdg-header-min-height: calc( 100vh - var( --wdg-masthead-height, 0px ) - var( --wp-admin--admin-bar--height, 0px ) );
}
.header--text-columns .header__columns {
  display: flex;
  flex-direction: column;
  gap: var(--wdg-gap-block);
}
@media (min-width: 62em) {
  .header--text-columns .header__columns {
    -moz-column-gap: var(--wdg-gap-large);
         column-gap: var(--wdg-gap-large);
    flex-direction: row;
    inset-inline-start: calc((100% - (min(var(--wdg-width-wide-sub-gutters), 100%) + var(--wdg-gap-block) * 2)) / 2);
    justify-content: space-between;
    max-width: var(--wdg-width-wide);
    position: relative;
  }
}
@media (min-width: 37.5em) {
  .header--text-columns .header__content {
    max-width: none;
  }
}
@media (min-width: 62em) {
  .header--text-columns .header__content {
    flex: 0 1 45%;
    inset: unset;
    padding-inline: var(--wdg-gap-block);
  }
}
@media (min-width: 62em) {
  .header--columns-70-30 .header__content:first-child {
    flex-basis: 66.666%;
  }
}
@media (min-width: 62em) {
  .header--columns-70-30 .header__content:last-child {
    flex-basis: 33.333%;
  }
}
.header.header--post .header__layout {
  padding-block: var(--wdg-gap-xlarge);
}
.header.header--post .header__content,
.header.header--post .breadcrumb {
  margin-inline: 0;
}
.header.header--post .header__title {
  font-size: var(--wdg-font-size-h1);
  letter-spacing: -0.015em;
  line-height: 1.15;
  text-transform: none;
}
.header.header--post .header__metadata {
  margin: 0;
}
.header.header--post .breadcrumb {
  margin-block: 0;
}
.header--search {
  background-color: var(--wdg-color-primary-wash);
  margin-bottom: var(--wdg-gap-large);
}
.header--search .header__content {
  margin-block-start: auto;
}
.header--archive .header__layout {
  min-height: 0;
}
.header .header-navigation {
  margin-inline: calc(var(--wdg-gap-block) * -1);
}
.header .header-navigation:last-child {
  margin-block-end: calc(var(--wdg-gap-block) * -1);
}
.header + .wp-block-group.alignfull.is-style-overlap-top {
  z-index: 5;
}

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