<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:is(.nb-supernova-item__dropcap-wrapper, #very#specific) {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: none; }
  :is(.nb-supernova-item__dropcap-wrapper, #very#specific):before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--nb-bg-color); }
  .nb-supernova--card-layout-stacked :is(.nb-supernova-item__dropcap-wrapper, #very#specific) {
    display: none; }

.u-collection-hover-none a.nb-supernova-item__media-wrapper {
  transition: opacity 0.3s ease; }
  .u-collection-hover-none a.nb-supernova-item__media-wrapper:hover {
    opacity: 0.85; }

.nb-supernova-item__dropcap-wrapper:before,
.nb-supernova-item__dropcap-wrapper,
.nb-supernova-item__dropcap-more,
.nb-supernova-item__dropcap-line,
.nb-supernova-item__dropcap {
  display: none;
  transition: var(--nb-transition); }

.nb-supernova-item__dropcap-more {
  position: relative;
  z-index: 10; }

.nb-supernova-item__dropcap,
.nb-supernova-item__dropcap-line {
  position: absolute;
  top: 50%;
  left: 50%; }

.nb-supernova-item__dropcap {
  transform: translate(-50%, -50%); }

.nb-supernova-item__dropcap-line {
  width: 1px;
  height: 25%;
  background: var(--nb-fg1-color);
  transform-origin: 50% 0; }

@property --nb-dropcap-line-scale-y {
  syntax: '&lt;number&gt;';
  /* &lt;- defined as type number for the transition to work */
  initial-value: 0.9999;
  inherits: false; }

.nb-supernova-item__dropcap-line--top {
  transform: translate3d(-2em, -2em, 0) rotate(135deg) scaleY(var(--nb-dropcap-line-scale-y)); }

.nb-supernova-item__dropcap-line--bottom {
  transform: translate3d(2em, 2em, 0) rotate(-45deg) scaleY(var(--nb-dropcap-line-scale-y)); }

.u-collection-hover-felt .nb-supernova-item__dropcap-wrapper:before,
.u-collection-hover-felt .nb-supernova-item__dropcap {
  display: block; }

.u-collection-hover-felt .nb-supernova-item__dropcap {
  opacity: 0.7; }

.u-collection-hover-felt .nb-supernova-item__dropcap-wrapper:before {
  opacity: 0.7; }

.u-collection-hover-felt .nb-supernova-item:not(:hover) .nb-supernova-item__dropcap-wrapper {
  opacity: 0; }
  .u-collection-hover-felt .nb-supernova-item:not(:hover) .nb-supernova-item__dropcap-wrapper .nb-supernova-item__dropcap {
    transform: translate(-50%, calc(10px - 50%)); }

.u-collection-hover-hive .nb-supernova-item__dropcap-wrapper:before,
.u-collection-hover-hive .nb-supernova-item__dropcap-wrapper,
.u-collection-hover-hive .nb-supernova-item__dropcap-more,
.u-collection-hover-hive .nb-supernova-item__dropcap-line,
.u-collection-hover-hive .nb-supernova-item__dropcap {
  display: block; }

.u-collection-hover-hive .nb-supernova-item__dropcap-wrapper:before {
  opacity: 0.5; }

.u-collection-hover-hive .nb-supernova-item__dropcap {
  opacity: 0.2; }

.u-collection-hover-hive .nb-supernova-item__dropcap,
.u-collection-hover-hive .nb-supernova-item__dropcap-more,
.u-collection-hover-hive .nb-supernova-item__dropcap-line {
  transition-delay: 0.15s; }

.u-collection-hover-hive .nb-supernova-item:not(:hover) .nb-supernova-item__dropcap-wrapper:before {
  opacity: 0; }

.u-collection-hover-hive .nb-supernova-item:not(:hover) .nb-supernova-item__dropcap-wrapper .nb-supernova-item__dropcap-more {
  opacity: 0; }

.u-collection-hover-hive .nb-supernova-item:not(:hover) .nb-supernova-item__dropcap-wrapper .nb-supernova-item__dropcap,
.u-collection-hover-hive .nb-supernova-item:not(:hover) .nb-supernova-item__dropcap-wrapper .nb-supernova-item__dropcap-more,
.u-collection-hover-hive .nb-supernova-item:not(:hover) .nb-supernova-item__dropcap-wrapper .nb-supernova-item__dropcap-line {
  transition-delay: 0s; }

.u-collection-hover-hive .nb-supernova-item:not(:hover) .nb-supernova-item__dropcap-wrapper .nb-supernova-item__dropcap {
  opacity: 0;
  transform: translate(-50%, -50%) scale(1.2); }

.u-collection-hover-hive .nb-supernova-item:not(:hover) .nb-supernova-item__dropcap-wrapper .nb-supernova-item__dropcap-line {
  --nb-dropcap-line-scale-y: 0; }

.nb-supernova-item .wp-block-button {
  display: block; }

.nb-supernova-item__media {
  display: block; }

/*
 * Currently Slick is applying display: inline-block.
 * Until we find a solution for that,
 * we are going to use !important for our style.
 */
.nb-supernova-item:not(.nb-supernova-item--layout-stacked) {
  display: flex !important; }

.nb-supernova-item--layout-stacked {
  display: block !important; }

@media only screen and (min-width: 768px) {
  :is(.nb-supernova--card-layout-horizontal, .nb-supernova--card-layout-horizontal-reverse) .nb-supernova-item {
    padding-top: calc( -1 * max(0, var(--nb-emphasis-top-spacing)) * var(--nb-spacing));
    padding-bottom: calc( -1 * max(0, var(--nb-emphasis-bottom-spacing)) * var(--nb-spacing)); }
    :is(.nb-supernova--card-layout-horizontal, .nb-supernova--card-layout-horizontal-reverse) .nb-supernova-item .nb-supernova-item__media-wrapper {
      margin-top: calc( min(0, var(--nb-emphasis-top-spacing)) * var(--nb-spacing));
      margin-bottom: calc( min(0, var(--nb-emphasis-bottom-spacing)) * var(--nb-spacing)); } }

@media not screen and (min-width: 768px) {
  :is(.nb-supernova--card-layout-horizontal, .nb-supernova--card-layout-horizontal-reverse) {
    --nb-card-layout-gap: 0 !important;
    --nb-block-top-spacing: 1;
    --nb-block-bottom-spacing: 1;
    --nb-emphasis-top-spacing: 0;
    --nb-emphasis-bottom-spacing: 0; }
    :is(.nb-supernova--card-layout-horizontal, .nb-supernova--card-layout-horizontal-reverse) .nb-supernova-item__media-wrapper,
    :is(.nb-supernova--card-layout-horizontal, .nb-supernova--card-layout-horizontal-reverse) .nb-supernova-item__content {
      padding-top: calc( var(--nb-spacing) * 0.5);
      padding-bottom: calc( var(--nb-spacing) * 0.5); } }

.nb-supernova--1-columns:where(.nb-supernova--card-layout-stacked, .nb-supernova--card-layout-vertical, .nb-supernova--card-layout-vertical-reversed) &gt; .nb-collection.alignfull &gt; .nb-collection__layout:not(.nb-collection__layout--parametric) &gt; .slick-list &gt; .slick-track &gt; .slick-slide &gt; div &gt; .nb-collection__layout-item &gt; .nb-supernova-item &gt; .nb-supernova-item__content &gt; .nb-supernova-item__inner-container,
.nb-supernova--1-columns:where(.nb-supernova--card-layout-stacked, .nb-supernova--card-layout-vertical, .nb-supernova--card-layout-vertical-reversed) &gt; .nb-collection.alignfull &gt; .nb-collection__layout:not(.nb-collection__layout--parametric) &gt; .nb-collection__layout-item &gt; .nb-supernova-item &gt; .nb-supernova-item__content &gt; .nb-supernova-item__inner-container {
  --nb-actual-container-width: min(var(--nb-container-width), calc(100% - var(--nb-wrapper-sides-spacings) * 2));
  --nb-sidecar-sidebar-left-gap: clamp(0px, var(--nb-sidecar-sidebar-left-width) * 999, var(--nb-sidecar-gap));
  --nb-sidecar-sidebar-left-max-width: calc(var(--nb-actual-container-width) * 0.5 - var(--nb-sidecar-gap) * 1.5);
  --nb-sidecar-content-left: calc(50% - var(--nb-sidecar-sides) - var(--nb-sidecar-sidebar-left-width) - var(--nb-sidecar-sidebar-left-gap) - var(--nb-sidecar-gap) * 0.5);
  --nb-sidecar-sidebar-right-gap: clamp(0px, var(--nb-sidecar-sidebar-right-width) * 999, var(--nb-sidecar-gap));
  --nb-sidecar-sidebar-right-max-width: calc(var(--nb-actual-container-width) * 0.5 - var(--nb-sidecar-gap) * 1.5);
  --nb-sidecar-content-right: calc(50% - var(--nb-sidecar-sides) - var(--nb-sidecar-sidebar-right-width) - var(--nb-sidecar-sidebar-right-gap) - var(--nb-sidecar-gap) * 0.5);
  display: grid;
  max-width: none;
  grid-column: fs / fe !important;
  grid-template-columns: [fs] var(--nb-sidecar-sides) [ws] var(--nb-sidecar-sidebar-left-width) [frs] 1fr [gs] var(--nb-sidecar-sidebar-left-gap) [cs] var(--nb-sidecar-content-left) [gcs] calc(var(--nb-sidecar-gap) / 2) [cc] calc(var(--nb-sidecar-gap) / 2) [gce] var(--nb-sidecar-content-right) [ce] var(--nb-sidecar-sidebar-right-gap) [ge] 1fr [fre] var(--nb-sidecar-sidebar-right-width) [we] var(--nb-sidecar-sides) [fe];
  grid-auto-rows: min-content;
  padding-left: 0;
  padding-right: 0; }
  .nb-supernova--1-columns:where(.nb-supernova--card-layout-stacked, .nb-supernova--card-layout-vertical, .nb-supernova--card-layout-vertical-reversed) &gt; .nb-collection.alignfull &gt; .nb-collection__layout:not(.nb-collection__layout--parametric) &gt; .slick-list &gt; .slick-track &gt; .slick-slide &gt; div &gt; .nb-collection__layout-item &gt; .nb-supernova-item &gt; .nb-supernova-item__content &gt; .nb-supernova-item__inner-container &gt; .wp-block-image,
  .nb-supernova--1-columns:where(.nb-supernova--card-layout-stacked, .nb-supernova--card-layout-vertical, .nb-supernova--card-layout-vertical-reversed) &gt; .nb-collection.alignfull &gt; .nb-collection__layout:not(.nb-collection__layout--parametric) &gt; .nb-collection__layout-item &gt; .nb-supernova-item &gt; .nb-supernova-item__content &gt; .nb-supernova-item__inner-container &gt; .wp-block-image {
    display: flex;
    flex-direction: column;
    align-items: center; }
  .nb-supernova--1-columns:where(.nb-supernova--card-layout-stacked, .nb-supernova--card-layout-vertical, .nb-supernova--card-layout-vertical-reversed) &gt; .nb-collection.alignfull &gt; .nb-collection__layout:not(.nb-collection__layout--parametric) &gt; .slick-list &gt; .slick-track &gt; .slick-slide &gt; div &gt; .nb-collection__layout-item &gt; .nb-supernova-item &gt; .nb-supernova-item__content &gt; .nb-supernova-item__inner-container &gt; :where(.wp-block)[data-align=left],
  .nb-supernova--1-columns:where(.nb-supernova--card-layout-stacked, .nb-supernova--card-layout-vertical, .nb-supernova--card-layout-vertical-reversed) &gt; .nb-collection.alignfull &gt; .nb-collection__layout:not(.nb-collection__layout--parametric) &gt; .slick-list &gt; .slick-track &gt; .slick-slide &gt; div &gt; .nb-collection__layout-item &gt; .nb-supernova-item &gt; .nb-supernova-item__content &gt; .nb-supernova-item__inner-container &gt; :where(.wp-block)[data-align=right],
  .nb-supernova--1-columns:where(.nb-supernova--card-layout-stacked, .nb-supernova--card-layout-vertical, .nb-supernova--card-layout-vertical-reversed) &gt; .nb-collection.alignfull &gt; .nb-collection__layout:not(.nb-collection__layout--parametric) &gt; .nb-collection__layout-item &gt; .nb-supernova-item &gt; .nb-supernova-item__content &gt; .nb-supernova-item__inner-container &gt; :where(.wp-block)[data-align=left],
  .nb-supernova--1-columns:where(.nb-supernova--card-layout-stacked, .nb-supernova--card-layout-vertical, .nb-supernova--card-layout-vertical-reversed) &gt; .nb-collection.alignfull &gt; .nb-collection__layout:not(.nb-collection__layout--parametric) &gt; .nb-collection__layout-item &gt; .nb-supernova-item &gt; .nb-supernova-item__content &gt; .nb-supernova-item__inner-container &gt; :where(.wp-block)[data-align=right] {
    height: auto; }
    .nb-supernova--1-columns:where(.nb-supernova--card-layout-stacked, .nb-supernova--card-layout-vertical, .nb-supernova--card-layout-vertical-reversed) &gt; .nb-collection.alignfull &gt; .nb-collection__layout:not(.nb-collection__layout--parametric) &gt; .slick-list &gt; .slick-track &gt; .slick-slide &gt; div &gt; .nb-collection__layout-item &gt; .nb-supernova-item &gt; .nb-supernova-item__content &gt; .nb-supernova-item__inner-container &gt; :where(.wp-block)[data-align=left] &gt; .wp-block-image,
    .nb-supernova--1-columns:where(.nb-supernova--card-layout-stacked, .nb-supernova--card-layout-vertical, .nb-supernova--card-layout-vertical-reversed) &gt; .nb-collection.alignfull &gt; .nb-collection__layout:not(.nb-collection__layout--parametric) &gt; .slick-list &gt; .slick-track &gt; .slick-slide &gt; div &gt; .nb-collection__layout-item &gt; .nb-supernova-item &gt; .nb-supernova-item__content &gt; .nb-supernova-item__inner-container &gt; :where(.wp-block)[data-align=right] &gt; .wp-block-image,
    .nb-supernova--1-columns:where(.nb-supernova--card-layout-stacked, .nb-supernova--card-layout-vertical, .nb-supernova--card-layout-vertical-reversed) &gt; .nb-collection.alignfull &gt; .nb-collection__layout:not(.nb-collection__layout--parametric) &gt; .nb-collection__layout-item &gt; .nb-supernova-item &gt; .nb-supernova-item__content &gt; .nb-supernova-item__inner-container &gt; :where(.wp-block)[data-align=left] &gt; .wp-block-image,
    .nb-supernova--1-columns:where(.nb-supernova--card-layout-stacked, .nb-supernova--card-layout-vertical, .nb-supernova--card-layout-vertical-reversed) &gt; .nb-collection.alignfull &gt; .nb-collection__layout:not(.nb-collection__layout--parametric) &gt; .nb-collection__layout-item &gt; .nb-supernova-item &gt; .nb-supernova-item__content &gt; .nb-supernova-item__inner-container &gt; :where(.wp-block)[data-align=right] &gt; .wp-block-image {
      margin: 0; }
  .nb-supernova--1-columns:where(.nb-supernova--card-layout-stacked, .nb-supernova--card-layout-vertical, .nb-supernova--card-layout-vertical-reversed) &gt; .nb-collection.alignfull &gt; .nb-collection__layout:not(.nb-collection__layout--parametric) &gt; .slick-list &gt; .slick-track &gt; .slick-slide &gt; div &gt; .nb-collection__layout-item &gt; .nb-supernova-item &gt; .nb-supernova-item__content &gt; .nb-supernova-item__inner-container &gt; *:not(.block-list-appender),
  .nb-supernova--1-columns:where(.nb-supernova--card-layout-stacked, .nb-supernova--card-layout-vertical, .nb-supernova--card-layout-vertical-reversed) &gt; .nb-collection.alignfull &gt; .nb-collection__layout:not(.nb-collection__layout--parametric) &gt; .nb-collection__layout-item &gt; .nb-supernova-item &gt; .nb-supernova-item__content &gt; .nb-supernova-item__inner-container &gt; *:not(.block-list-appender) {
    width: 100%;
    max-width: none; }
  .editor-styles-wrapper .nb-supernova--1-columns:where(.nb-supernova--card-layout-stacked, .nb-supernova--card-layout-vertical, .nb-supernova--card-layout-vertical-reversed) &gt; .nb-collection.alignfull &gt; .nb-collection__layout:not(.nb-collection__layout--parametric) &gt; .slick-list &gt; .slick-track &gt; .slick-slide &gt; div &gt; .nb-collection__layout-item &gt; .nb-supernova-item &gt; .nb-supernova-item__content &gt; .nb-supernova-item__inner-container &gt; .wp-block, .editor-styles-wrapper
  .nb-supernova--1-columns:where(.nb-supernova--card-layout-stacked, .nb-supernova--card-layout-vertical, .nb-supernova--card-layout-vertical-reversed) &gt; .nb-collection.alignfull &gt; .nb-collection__layout:not(.nb-collection__layout--parametric) &gt; .nb-collection__layout-item &gt; .nb-supernova-item &gt; .nb-supernova-item__content &gt; .nb-supernova-item__inner-container &gt; .wp-block {
    margin-left: 0;
    margin-right: 0; }
  .nb-supernova--1-columns:where(.nb-supernova--card-layout-stacked, .nb-supernova--card-layout-vertical, .nb-supernova--card-layout-vertical-reversed) &gt; .nb-collection.alignfull &gt; .nb-collection__layout:not(.nb-collection__layout--parametric) &gt; .slick-list &gt; .slick-track &gt; .slick-slide &gt; div &gt; .nb-collection__layout-item &gt; .nb-supernova-item &gt; .nb-supernova-item__content &gt; .nb-supernova-item__inner-container &gt; *,
  .nb-supernova--1-columns:where(.nb-supernova--card-layout-stacked, .nb-supernova--card-layout-vertical, .nb-supernova--card-layout-vertical-reversed) &gt; .nb-collection.alignfull &gt; .nb-collection__layout:not(.nb-collection__layout--parametric) &gt; .nb-collection__layout-item &gt; .nb-supernova-item &gt; .nb-supernova-item__content &gt; .nb-supernova-item__inner-container &gt; * {
    grid-column: var(--block-content-start)/var(--block-content-end); }
  .nb-supernova--1-columns:where(.nb-supernova--card-layout-stacked, .nb-supernova--card-layout-vertical, .nb-supernova--card-layout-vertical-reversed) &gt; .nb-collection.alignfull &gt; .nb-collection__layout:not(.nb-collection__layout--parametric) &gt; .slick-list &gt; .slick-track &gt; .slick-slide &gt; div &gt; .nb-collection__layout-item &gt; .nb-supernova-item &gt; .nb-supernova-item__content &gt; .nb-supernova-item__inner-container &gt; :is(.alignwide, [data-align="wide"]),
  .nb-supernova--1-columns:where(.nb-supernova--card-layout-stacked, .nb-supernova--card-layout-vertical, .nb-supernova--card-layout-vertical-reversed) &gt; .nb-collection.alignfull &gt; .nb-collection__layout:not(.nb-collection__layout--parametric) &gt; .nb-collection__layout-item &gt; .nb-supernova-item &gt; .nb-supernova-item__content &gt; .nb-supernova-item__inner-container &gt; :is(.alignwide, [data-align="wide"]) {
    grid-column: var(--block-wide-start)/var(--block-wide-end); }
  .nb-supernova--1-columns:where(.nb-supernova--card-layout-stacked, .nb-supernova--card-layout-vertical, .nb-supernova--card-layout-vertical-reversed) &gt; .nb-collection.alignfull &gt; .nb-collection__layout:not(.nb-collection__layout--parametric) &gt; .slick-list &gt; .slick-track &gt; .slick-slide &gt; div &gt; .nb-collection__layout-item &gt; .nb-supernova-item &gt; .nb-supernova-item__content &gt; .nb-supernova-item__inner-container &gt; :is(.alignfull, [data-align="full"]),
  .nb-supernova--1-columns:where(.nb-supernova--card-layout-stacked, .nb-supernova--card-layout-vertical, .nb-supernova--card-layout-vertical-reversed) &gt; .nb-collection.alignfull &gt; .nb-collection__layout:not(.nb-collection__layout--parametric) &gt; .nb-collection__layout-item &gt; .nb-supernova-item &gt; .nb-supernova-item__content &gt; .nb-supernova-item__inner-container &gt; :is(.alignfull, [data-align="full"]) {
    grid-column: var(--block-full-start)/var(--block-full-end); }
  @media not screen and (min-width: 1024px) {
    .nb-supernova--1-columns:where(.nb-supernova--card-layout-stacked, .nb-supernova--card-layout-vertical, .nb-supernova--card-layout-vertical-reversed) &gt; .nb-collection.alignfull &gt; .nb-collection__layout:not(.nb-collection__layout--parametric) &gt; .slick-list &gt; .slick-track &gt; .slick-slide &gt; div &gt; .nb-collection__layout-item &gt; .nb-supernova-item &gt; .nb-supernova-item__content &gt; .nb-supernova-item__inner-container,
    .nb-supernova--1-columns:where(.nb-supernova--card-layout-stacked, .nb-supernova--card-layout-vertical, .nb-supernova--card-layout-vertical-reversed) &gt; .nb-collection.alignfull &gt; .nb-collection__layout:not(.nb-collection__layout--parametric) &gt; .nb-collection__layout-item &gt; .nb-supernova-item &gt; .nb-supernova-item__content &gt; .nb-supernova-item__inner-container {
      grid-template-columns: [fs] var(--nb-wrapper-sides-spacings) [ws] auto [gs] 0 [cs] 1fr [gcs] 0 [cc] 0 [gce] 1fr [ce] 0 [ge] auto [we] var(--nb-wrapper-sides-spacings) [fe]; }
      :where(.nb-supernova--1-columns:where(.nb-supernova--card-layout-stacked, .nb-supernova--card-layout-vertical, .nb-supernova--card-layout-vertical-reversed) &gt; .nb-collection.alignfull &gt; .nb-collection__layout:not(.nb-collection__layout--parametric) &gt; .slick-list &gt; .slick-track &gt; .slick-slide &gt; div &gt; .nb-collection__layout-item &gt; .nb-supernova-item &gt; .nb-supernova-item__content &gt; .nb-supernova-item__inner-container, .nb-supernova--1-columns:where(.nb-supernova--card-layout-stacked, .nb-supernova--card-layout-vertical, .nb-supernova--card-layout-vertical-reversed) &gt; .nb-collection.alignfull &gt; .nb-collection__layout:not(.nb-collection__layout--parametric) &gt; .nb-collection__layout-item &gt; .nb-supernova-item &gt; .nb-supernova-item__content &gt; .nb-supernova-item__inner-container) &gt; * {
        grid-column: ws / we; } }
  @media only screen and (min-width: 1024px) {
    .nb-sidecar-area--sidebar .nb-supernova--1-columns:where(.nb-supernova--card-layout-stacked, .nb-supernova--card-layout-vertical, .nb-supernova--card-layout-vertical-reversed) &gt; .nb-collection.alignfull &gt; .nb-collection__layout:not(.nb-collection__layout--parametric) &gt; .slick-list &gt; .slick-track &gt; .slick-slide &gt; div &gt; .nb-collection__layout-item &gt; .nb-supernova-item &gt; .nb-supernova-item__content &gt; .nb-supernova-item__inner-container, .nb-sidecar-area--sidebar
    .nb-supernova--1-columns:where(.nb-supernova--card-layout-stacked, .nb-supernova--card-layout-vertical, .nb-supernova--card-layout-vertical-reversed) &gt; .nb-collection.alignfull &gt; .nb-collection__layout:not(.nb-collection__layout--parametric) &gt; .nb-collection__layout-item &gt; .nb-supernova-item &gt; .nb-supernova-item__content &gt; .nb-supernova-item__inner-container {
      display: block; } }

.nb-supernova-item__inner-container .nb-supernova {
  display: block !important; }

.nb-collection__layout-item {
  overflow: hidden; }
</pre></body></html>