/*      Request ID: caa02c769593f75320e4d55d0dd3c072 (05/28/2026 2:32pm) (NclLDoAgDAXAE0m9kRF4SpPyCa2it1cXLmY1dK6dxhgf5yGVzSEe1A4vHJZkWWjhsndERjElS8hQSjWjrTumTXCxF5DaLW/M019Og+oD)      */
/*      Resource ID: e4985ecfa726aecdc5e9c7b104f (0-homepage.scss, compiled by node-sass, minified by none) (05/27/2026 6:16pm) (A:72028, B:72166, C:84348, D:84468, F:84468, J:84468, K:84468)      */
.color-black {
  color: #000;
}

.color-white {
  color: #ffffff;
}

.color-gray-0 {
  color: #2d2d2d;
}

.color-gray-0p5 {
  color: #4A4A4A;
}

.color-gray-1 {
  color: #6e6e6e;
}

.color-gray-2 {
  color: #9f9f9f;
}

.color-gray-3 {
  color: #b0bac2;
}

.color-gray-3-mono {
  color: #b9b9b9;
}

.color-gray-4 {
  color: #d8d8d8;
}

.color-gray-5 {
  color: #e6e6e6;
}

.color-gray-6 {
  color: #f2f0f0;
}

.color-gray-form {
  color: #6c757d;
}

.color-blue-1 {
  color: #002d52;
}

.color-blue-2 {
  color: #003865;
}

.color-blue-3 {
  color: #224a6b;
}

.color-blue-4 {
  color: #2c608a;
}

.color-blue-5 {
  color: #4e7391;
}

.color-blue-6 {
  color: #c1cbd4;
}

.color-blue-7 {
  color: #d8e4ed;
}

.color-blue-8 {
  color: #97bcde;
}

.color-yellow {
  color: #f2a900;
}

.color-teal {
  color: #91c9c0;
}

.color-pink {
  color: #e8bec9;
}

.color-tawny {
  color: #936a5b;
}

.color-brown {
  color: #7a4c35;
}

.color-peach {
  color: #e6a667;
}

.color-orange {
  color: #f08346;
}

.color-beige {
  color: #d9c1a9;
}

.color-green {
  color: #66804b;
}

.color-red {
  color: #c44747;
}

.color-purple {
  color: #7b3f82;
}

body.homepage .site-main-content {
  overflow-x: hidden;
}

.homepage-block {
  position: relative;
  margin: 0;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  --hp-padding-y: 40px;
  --hp-padding-x: 30px;
  --hp-video-extra-width: 10;
  --hp-primary-ratio: 0.5;
  --hp-primary-percent: 50%;
  --hp-primary-vw: 50vw;
  --hp-other-ratio: 0.5;
  --hp-other-percent: 50%;
  --hp-other-vw: 50vw;
}

@media only screen and (min-width: 992px) {
  .homepage-block {
    --hp-padding-y: 50px;
    --hp-padding-x: 5vw;
  }
}

.homepage-block.size-30.size-30 {
  --hp-primary-ratio: 0.3;
  --hp-primary-percent: 30%;
  --hp-primary-vw: 30vw;
  --hp-other-ratio: 0.7;
  --hp-other-percent: 70%;
  --hp-other-vw: 70vw;
}

.homepage-block.size-70.size-70 {
  --hp-primary-ratio: 0.7;
  --hp-primary-percent: 70%;
  --hp-primary-vw: 70vw;
  --hp-other-ratio: 0.3;
  --hp-other-percent: 30%;
  --hp-other-vw: 30vw;
}

.homepage-block.size-40.size-40 {
  --hp-primary-ratio: 0.4;
  --hp-primary-percent: 40%;
  --hp-primary-vw: 40vw;
  --hp-other-ratio: 0.6;
  --hp-other-percent: 60%;
  --hp-other-vw: 60vw;
}

.homepage-block.size-60.size-60 {
  --hp-primary-ratio: 0.6;
  --hp-primary-percent: 60%;
  --hp-primary-vw: 60vw;
  --hp-other-ratio: 0.4;
  --hp-other-percent: 40%;
  --hp-other-vw: 40vw;
}

.homepage-block.size-45.size-45 {
  --hp-primary-ratio: 0.45;
  --hp-primary-percent: 45%;
  --hp-primary-vw: 45vw;
  --hp-other-ratio: 0.55;
  --hp-other-percent: 55%;
  --hp-other-vw: 55vw;
}

.homepage-block.size-55.size-55 {
  --hp-primary-ratio: 0.55;
  --hp-primary-percent: 55%;
  --hp-primary-vw: 55vw;
  --hp-other-ratio: 0.45;
  --hp-other-percent: 45%;
  --hp-other-vw: 45vw;
}

.homepage-block.size-50.size-50 {
  --hp-primary-ratio: 0.5;
  --hp-primary-percent: 50%;
  --hp-primary-vw: 50vw;
  --hp-other-ratio: 0.5;
  --hp-other-percent: 50%;
  --hp-other-vw: 50vw;
}

.homepage-block .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.homepage-content,
.homepage-graphics {
  position: relative;
  max-width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.homepage-content {
  padding: var(--hp-padding-y) var(--hp-padding-x);
  line-height: 1.3;
  z-index: 10;
  align-content: center;
}

.homepage-content>*:first-child {
  margin-top: 0;
}

.homepage-content a,
.homepage-content p a,
.homepage-content li a {
  font-family: FFMarkWebProBold;
  font-weight: normal;
  font-style: normal;
  color: #003865;
  text-decoration: none;
}

.homepage-content a:hover,
.homepage-content a:focus,
.homepage-content p a:hover,
.homepage-content p a:focus,
.homepage-content li a:hover,
.homepage-content li a:focus {
  text-decoration: underline;
}

.homepage-graphics {
  overflow: hidden;
  z-index: 5;
  --hp-video-ratio: 0.56;
  --hp-video-width-modifier: 0.5;
}

.homepage-graphics picture,
.homepage-graphics img {
  width: 100%;
  max-width: 100%;
  display: block;
  float: none;
  height: auto;
}

.homepage-graphics .lw_image_caption {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: rgba(34, 74, 107, 0.95);
  color: #ffffff;
  width: calc(100% - 130px) !important;
  max-width: 90% !important;
  padding: 10px 10px;
}

@media only screen and (min-width: 992px) {
  .homepage-graphics .lw_image_caption {
    width: calc(50% - 20px) !important;
    max-width: 50% !important;
  }
}

.homepage-block.size-30.size-30 .homepage-graphics {
  --hp-video-width-modifier: 0.7;
}

.homepage-block.size-70.size-70 .homepage-graphics {
  --hp-video-width-modifier: 0.3;
}

.homepage-block.size-40.size-40 .homepage-graphics {
  --hp-video-width-modifier: 0.6;
}

.homepage-block.size-60.size-60 .homepage-graphics {
  --hp-video-width-modifier: 0.4;
}

.homepage-block.size-45.size-45 .homepage-graphics {
  --hp-video-width-modifier: 0.55;
}

.homepage-block.size-55.size-55 .homepage-graphics {
  --hp-video-width-modifier: 0.45;
}

.homepage-block.size-50.size-50 .homepage-graphics {
  --hp-video-width-modifier: 0.5;
}

@media only screen and (max-width: 991px) {
  .homepage-graphics {
    --hp-video-width-modifier: 1 !important;
  }

  .homepage-graphics:has(.fluid-width-video-wrapper) {
    height: calc(var(--hp-video-ratio) * 100vw);
  }
}

.fluid-width-video-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  max-height: 700px;
  width: 100vw;
  padding-top: calc(var(--hp-video-ratio) * 100vw) !important;
}

.fluid-width-video-wrapper embed,
.fluid-width-video-wrapper iframe,
.fluid-width-video-wrapper object {
  border: none;
}

button.video-control.play-pause {
  z-index: 10;
  position: absolute;
  width: auto;
  height: auto;
  top: 10px;
  right: 10px;
  font-family: FFMarkWebProMedium;
  font-weight: normal;
  font-style: normal;
  opacity: 0.9;
  border: 0;
  border-radius: 1rem;
  background: #003865;
  color: #f2a900;
  line-height: 1.2;
  white-space: nowrap;
  text-decoration: none;
  margin: 0;
  cursor: pointer;
  font-size: 0.8em;
  min-width: 100px;
  padding: 0.5em 15px 0.6em;
}

button.video-control.play-pause:hover,
button.video-control.play-pause:focus {
  opacity: 1;
}

button.video-control.play-pause .fas {
  padding-right: 10px;
  font-size: 0.90em;
}

@media only screen and (min-width: 580px) {
  button.video-control.play-pause {
    font-size: 1em;
    min-width: 140px;
    padding: 0.5em 15px 0.6em;
  }
}

@media only screen and (max-width: 991px) {
  .homepage-content.primary {
    order: 2;
  }

  .homepage-content.primary::before {
    content: '';
    display: block;
    position: absolute;
    top: -62px;
    left: 30px;
    border: solid transparent;
    height: 0;
    width: 0;
    pointer-events: none;
    border-bottom-color: #ffffff;
    border-width: 32px;
  }

  .no-up-arrow .homepage-content.primary::before {
    top: 0;
    left: -1px;
    border-width: 0px;
  }

  .homepage-graphics {
    order: 1;
  }

  .homepage-content.secondary {
    order: 3;
  }
}

.homepage-graphics .lw_gallery.lw_gallery_hero {
  min-width: 100%;
  min-height: 100%;
}

.homepage-graphics .lw_gallery.lw_gallery_hero .lwg-hero-swiper {
  height: 56.25vw;
  overflow: hidden;
  position: relative;
}

.homepage-graphics .lw_gallery.lw_gallery_hero img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  max-height: none;
  max-width: none;
  min-width: 100%;
  min-height: 100%;
  height: auto;
  width: auto;
}

.homepage-graphics .lw_gallery.lw_gallery_hero .lwg-hero-caption-container {
  background: #ffffff;
  padding: 0px 18px 25px 18px;
}

.homepage-graphics .lw_gallery.lw_gallery_hero .lwg-hero-caption {
  position: relative;
  width: 100%;
  bottom: 0;
  left: 0;
  min-height: 0;
  text-align: left;
}

.homepage-graphics .lw_gallery.lw_gallery_hero .lwg-hero-caption-text {
  min-height: 45px;
}

@media only screen and (min-width: 992px) {
  .homepage-graphics .lw_gallery.lw_gallery_hero .lwg-hero-swiper {
    height: 100%;
  }

  .homepage-graphics .lw_gallery.lw_gallery_hero .lwg-hero-caption {
    position: absolute;
    width: 96%;
    top: unset;
    bottom: 15px;
    left: unset;
    right: 2%;
  }
}

.homepage-block.arrange-fill {
  --hp-video-extra-width: 775;
}

.homepage-block.arrange-fill:not(.use-secondary) .homepage-content.secondary {
  display: none;
}

.homepage-block.arrange-fill.use-secondary .homepage-graphics {
  display: none;
}

.homepage-block.arrange-fill.invert .homepage-graphics {
  order: 1;
}

.homepage-block.arrange-fill.invert .homepage-content.secondary {
  order: 2;
}

.homepage-block.arrange-fill.invert .homepage-content.primary {
  order: 3;
}

.homepage-block.arrange-fill .homepage-graphics:has(.fluid-width-video-wrapper) {
  background: #224a6b;
}

@media only screen and (min-width: 992px) {
  .homepage-block.arrange-fill .fluid-width-video-wrapper {
    --hp-video-width: calc(var(--hp-other-vw) + ((1px - ((100vw - 992px) / (1008))) * var(--hp-video-extra-width)));
    width: clamp(var(--hp-other-vw), var(--hp-video-width), 150vw);
    min-width: var(--hp-other-vw);
    padding-top: calc(var(--hp-video-ratio) * clamp(var(--hp-other-vw), var(--hp-video-width), 150vw)) !important;
    /*&::after {
      content: "";
      display: block;
      position: absolute;
      top: -9999px;
      left: -9999px;
      padding-top: var(--hp-video-width); // real width
      padding-left: var(--hp-other-vw); // min width
      padding-right: calc(((1px - ((100vw - 992px) / (1008))) * var(--hp-video-extra-width))); // extra width
      padding-bottom: 150vw; // max width
    }*/
  }
}

@media only screen and (min-width: 2000px) {
  .homepage-block.arrange-fill .fluid-width-video-wrapper {
    --hp-video-width: 1px;
  }
}

@media only screen and (max-width: 991px) {
  .homepage-block.arrange-fill.use-secondary .homepage-content.primary::before {
    display: none;
  }
}

@media only screen and (min-width: 992px) {
  .homepage-block.arrange-fill .homepage-content.primary {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 var(--hp-primary-percent);
    -ms-flex: 0 0 var(--hp-primary-percent);
    flex: 0 0 var(--hp-primary-percent);
  }

  .homepage-block.arrange-fill .homepage-graphics,
  .homepage-block.arrange-fill .homepage-content.secondary {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 var(--hp-other-percent);
    -ms-flex: 0 0 var(--hp-other-percent);
    flex: 0 0 var(--hp-other-percent);
  }

  .homepage-block.arrange-fill.has-explore .homepage-content.primary {
    padding-bottom: 100px;
  }

  .homepage-block.arrange-fill .homepage-graphics img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    max-height: none;
    max-width: none;
    min-width: 100%;
    min-height: 100%;
    height: auto;
    width: auto;
  }
}

.homepage-block.arrange-float {
  --hp-float-padding-outer: calc(var(--hp-padding-x) + 1vw);
  --hp-float-padding-inner: calc(var(--hp-padding-x) / 2);
  --hp-primary-ratio: 0.45;
  --hp-primary-percent: 45%;
  --hp-primary-vw: 45vw;
  --hp-other-ratio: 0.55;
  --hp-other-percent: 55%;
  --hp-other-vw: 55vw;
}

.homepage-block.arrange-float .homepage-content.secondary {
  display: none;
}

.homepage-block.arrange-float.invert .homepage-graphics {
  order: 1;
}

.homepage-block.arrange-float.invert .homepage-content.primary {
  order: 2;
}

.homepage-block.arrange-float.invert .homepage-content.secondary {
  order: 3;
}

@media only screen and (min-width: 992px) {
  .homepage-block.arrange-float {
    padding: var(--hp-padding-y) 0;
  }

  .homepage-block.arrange-float .inner {
    align-items: center;
  }

  .homepage-block.arrange-float .homepage-content,
  .homepage-block.arrange-float .homepage-set {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .homepage-block.arrange-float .homepage-content.primary {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 var(--hp-primary-percent);
    -ms-flex: 0 0 var(--hp-primary-percent);
    flex: 0 0 var(--hp-primary-percent);
  }

  .homepage-block.arrange-float .homepage-graphics,
  .homepage-block.arrange-float .homepage-content.secondary {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 var(--hp-other-percent);
    -ms-flex: 0 0 var(--hp-other-percent);
    flex: 0 0 var(--hp-other-percent);
  }

  .homepage-block.arrange-float:not(.use-edge) .homepage-graphics:has(.fluid-width-video-wrapper) {
    --hp-video-width: calc(var(--hp-other-vw) - var(--hp-float-padding-inner) - var(--hp-float-padding-outer));
    height: calc(var(--hp-video-ratio) * var(--hp-video-width));
  }

  .homepage-block.arrange-float:not(.use-edge) .homepage-graphics .lw_image_caption,
  .homepage-block.arrange-float:not(.use-edge) button.video-control.play-pause {
    right: calc(10px + var(--hp-float-padding-outer));
  }

  .homepage-block.arrange-float.use-edge .homepage-graphics:has(.fluid-width-video-wrapper) {
    --hp-video-width: calc(var(--hp-other-vw) - var(--hp-float-padding-inner));
    height: calc(var(--hp-video-ratio) * var(--hp-video-width));
  }

  .homepage-block.arrange-float.use-edge .homepage-graphics .lw_image_caption,
  .homepage-block.arrange-float.use-edge button.video-control.play-pause {
    right: 10px;
  }

  .homepage-block.arrange-float:not(.invert) .homepage-content {
    padding: 0 var(--hp-float-padding-inner) 0 var(--hp-float-padding-outer);
  }

  .homepage-block.arrange-float:not(.invert) .homepage-graphics {
    padding: 0 var(--hp-float-padding-outer) 0 var(--hp-float-padding-inner);
  }

  .homepage-block.arrange-float:not(.invert).use-edge .homepage-graphics {
    padding-right: 0;
  }

  .homepage-block.arrange-float.invert .homepage-content {
    padding: 0 var(--hp-float-padding-outer) 0 var(--hp-float-padding-inner);
  }

  .homepage-block.arrange-float.invert .homepage-graphics {
    padding: 0 var(--hp-float-padding-inner) 0 var(--hp-float-padding-outer);
  }

  .homepage-block.arrange-float.invert .homepage-graphics .lw_image_caption {
    right: calc(10px + var(--hp-float-padding-inner));
    left: unset;
  }

  .homepage-block.arrange-float.invert button.video-control.play-pause {
    right: calc(10px + var(--hp-float-padding-inner));
  }

  .homepage-block.arrange-float.invert.use-edge .homepage-graphics {
    padding-left: 0;
  }
}

.homepage-block.arrange-stack {
  --hp-video-extra-width: 50;
}

.homepage-block.arrange-stack:not(.use-secondary) .homepage-content.secondary {
  display: none;
}

.homepage-block.arrange-stack.invert .homepage-graphics {
  order: 1;
}

.homepage-block.arrange-stack.invert .homepage-content.primary {
  order: 2;
}

.homepage-block.arrange-stack.invert .homepage-content.secondary {
  order: 3;
}

.homepage-block.arrange-stack.use-background .homepage-graphics:has(.lw_image) {
  position: absolute;
  padding: 0 !important;
  margin: 0 !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.homepage-block.arrange-stack.use-background .homepage-graphics:has(.lw_image) img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  max-height: none;
  max-width: none;
  min-width: 100%;
  min-height: 100%;
  height: auto;
  width: auto;
}

.homepage-block.arrange-stack.use-background .homepage-content {
  text-shadow: 0 0 20px #EAF6FF;
}

.homepage-block.arrange-stack.use-background .homepage-content .standard-btn,
.homepage-block.arrange-stack.use-background .homepage-content .arrow-btn {
  text-shadow: none !important;
}

@media only screen and (max-width: 991px) {
  .homepage-block.arrange-stack.use-background:has(.lw_image) .homepage-content.primary::before {
    display: none;
  }

  .homepage-block.arrange-stack.use-background:has(.fluid-width-video-wrapper) .homepage-content {
    text-shadow: none;
  }
}

@media only screen and (min-width: 992px) {
  .homepage-block.arrange-stack {
    padding: 60px 0;
    text-align: center;
  }

  .homepage-block.arrange-stack .inner {
    max-width: 700px;
    margin: 0 auto;
  }

  .homepage-block.arrange-stack .homepage-content,
  .homepage-block.arrange-stack .homepage-graphics {
    padding: 0;
  }

  .homepage-block.arrange-stack .homepage-content+.homepage-content,
  .homepage-block.arrange-stack .homepage-content+.homepage-graphics,
  .homepage-block.arrange-stack .homepage-graphics+.homepage-content,
  .homepage-block.arrange-stack .homepage-graphics+.homepage-graphics {
    margin-top: 40px;
  }

  .homepage-block.arrange-stack.invert:not(.use-bleed) .homepage-graphics {
    margin: 0 0 40px;
  }

  .homepage-block.arrange-stack.use-bleed:not(.use-background) {
    margin-bottom: 150px;
    padding-top: 0px;
  }

  .homepage-block.arrange-stack.use-bleed:not(.use-background) .inner {
    position: relative;
    top: 150px;
    margin-top: -90px;
  }

  .homepage-block.arrange-stack.use-bleed:not(.use-background) .homepage-content.primary {
    order: 1;
  }

  .homepage-block.arrange-stack.use-bleed:not(.use-background) .homepage-content.secondary {
    order: 2;
  }

  .homepage-block.arrange-stack.use-bleed:not(.use-background) .homepage-graphics {
    order: 3;
  }

  .homepage-block.arrange-stack .homepage-graphics:has(.fluid-width-video-wrapper) {
    height: calc(700px * var(--hp-video-ratio));
  }

  .homepage-block.arrange-stack.use-background .homepage-graphics:has(.fluid-width-video-wrapper),
  .homepage-block.arrange-stack.use-background .homepage-graphics:has(iframe[src*="vimeo"]) {
    position: absolute;
    padding: 0 !important;
    margin: 0 !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .homepage-block.arrange-stack.use-background .homepage-graphics>iframe[src*="vimeo"] {
    opacity: 0;
  }

  .homepage-block.arrange-stack.use-background .homepage-graphics:has(iframe[src*="835966142"]) {
    background: no-repeat center/101% url(../images/10273_intro-video-first-frame.png);
  }
}

@media only screen and (min-width: 992px) and (min-width: 992px) {
  .homepage-block.arrange-stack.use-background .fluid-width-video-wrapper {
    --hp-video-width: calc(100vw + ((1px - ((100vw - 992px) / (208))) * var(--hp-video-extra-width)));
    width: clamp(100vw, var(--hp-video-width), 150vw);
    min-width: 100vw;
    padding-top: calc(var(--hp-video-ratio) * clamp(100vw, var(--hp-video-width), 150vw)) !important;
    /*&::after {
      content: "";
      display: block;
      position: absolute;
      top: -9999px;
      left: -9999px;
      padding-top: var(--hp-video-width); // real width
      padding-left: 100vw; // min width
      padding-right: calc(((1px - ((100vw - 992px) / (208))) * var(--hp-video-extra-width))); // extra width
      padding-bottom: 150vw; // max width
    }*/
  }
}

@media only screen and (min-width: 992px) and (min-width: 1200px) {
  .homepage-block.arrange-stack.use-background .fluid-width-video-wrapper {
    --hp-video-width: 1px;
  }
}

@media only screen and (min-width: 992px) {
  .homepage-block.arrange-stack.size-30 .inner {
    max-width: 420px;
  }

  .homepage-block.arrange-stack.size-30:has(.use-background) .homepage-graphics:has(.fluid-width-video-wrapper) {
    height: calc(420px * var(--hp-video-ratio));
  }

  .homepage-block.arrange-stack.size-70 .inner {
    max-width: 980px;
  }

  .homepage-block.arrange-stack.size-70:has(.use-background) .homepage-graphics:has(.fluid-width-video-wrapper) {
    height: calc(980px * var(--hp-video-ratio));
  }

  .homepage-block.arrange-stack.size-40 .inner {
    max-width: 560px;
  }

  .homepage-block.arrange-stack.size-40:has(.use-background) .homepage-graphics:has(.fluid-width-video-wrapper) {
    height: calc(560px * var(--hp-video-ratio));
  }

  .homepage-block.arrange-stack.size-60 .inner {
    max-width: 840px;
  }

  .homepage-block.arrange-stack.size-60:has(.use-background) .homepage-graphics:has(.fluid-width-video-wrapper) {
    height: calc(840px * var(--hp-video-ratio));
  }

  .homepage-block.arrange-stack.size-45 .inner {
    max-width: 630px;
  }

  .homepage-block.arrange-stack.size-45:has(.use-background) .homepage-graphics:has(.fluid-width-video-wrapper) {
    height: calc(630px * var(--hp-video-ratio));
  }

  .homepage-block.arrange-stack.size-55 .inner {
    max-width: 770px;
  }

  .homepage-block.arrange-stack.size-55:has(.use-background) .homepage-graphics:has(.fluid-width-video-wrapper) {
    height: calc(770px * var(--hp-video-ratio));
  }

  .homepage-block.arrange-stack.size-50 .inner {
    max-width: 700px;
  }

  .homepage-block.arrange-stack.size-50:has(.use-background) .homepage-graphics:has(.fluid-width-video-wrapper) {
    height: calc(700px * var(--hp-video-ratio));
  }

  .homepage-block.arrange-stack.use-background.use-lead-video {
    padding: 0;
    --hp-video-extra-width: 100;
  }

  .homepage-block.arrange-stack.use-background.use-lead-video .inner {
    width: 100%;
    max-width: 100%;
  }

  .homepage-block.arrange-stack.use-background.use-lead-video .homepage-content.primary {
    margin-top: clamp(60px, 10vw, 20vh);
    padding: 180px 10% 60px;
    background: rgba(0, 0, 0, 0.75);
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 19%, black 100%);
    background: -o-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 19%, black 100%);
    background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 19%, black 100%);
    background: url(../images/lead-video-text-background.png) top center;
  }
}

.homepage-block.arrange-blank .homepage-graphics,
.homepage-block.arrange-blank .homepage-content.secondary {
  display: none;
}

.homepage-block.arrange-blank,
.homepage-block.arrange-blank .homepage-content,
.homepage-block.arrange-blank .homepage-graphics {
  margin: 0;
  padding: 0;
}

@media only screen and (max-width: 991px) {
  .homepage-block.arrange-blank .homepage-content.primary::before {
    display: none;
  }
}

.homepage-content,
.homepage-set {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.homepage-content>*,
.homepage-set>* {
  order: 3;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.homepage-content .homepage-content-title,
.homepage-set .homepage-content-title {
  order: 2;
}

.homepage-content .homepage-content-meta,
.homepage-set .homepage-content-meta {
  order: 1;
}

.homepage-content .homepage-set-titles,
.homepage-set .homepage-set-titles {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-direction: column;
  order: 1;
}

.homepage-content.three-columns .homepage-subset,
.homepage-set.three-columns .homepage-subset {
  margin-bottom: 2em;
  text-align: center;
}

@media only screen and (min-width: 992px) {

  .homepage-content.three-columns .homepage-subset,
  .homepage-set.three-columns .homepage-subset {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 31%;
    -ms-flex: 0 0 31%;
    flex: 0 0 31%;
    margin-bottom: 0;
  }
}

.homepage-content.three-columns .homepage-subset .homepage-subset-title,
.homepage-set.three-columns .homepage-subset .homepage-subset-title {
  margin-top: 0;
}

@media only screen and (min-width: 992px) {

  .homepage-content.three-columns .homepage-subset .homepage-subset-title,
  .homepage-set.three-columns .homepage-subset .homepage-subset-title {
    min-height: 5em;
  }
}

.homepage-content.three-columns .homepage-subset .homepage-subset-image,
.homepage-set.three-columns .homepage-subset .homepage-subset-image {
  margin: 1em 0;
}

.homepage-content-title {
  font-family: Calluna-Bold;
  font-weight: normal;
  font-style: normal;
  color: #003865;
  display: block;
  font-size: 4.8rem;
  line-height: 1.05;
  margin-bottom: 25px;
  margin-top: 0;
  padding-top: 12px;
  border-top: 2px solid #f2a900;
  border-top: 0;
  padding-top: 0;
}

.homepage-content-title em {
  font-family: Calluna-BoldIt;
}

@media only screen and (min-width: 992px) and (max-width: 1299px) {
  .homepage-content-title {
    font-size: 4.6rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage-content-title {
    font-size: 4.1rem;
  }
}

@media only screen and (max-width: 579px),
only screen and (min-width: 580px) and (max-width: 767px) {
  .homepage-content-title {
    font-size: 3.9rem;
  }
}

@media only screen and (max-width: 435px) {
  .homepage-content-title {
    font-size: 3.4rem;
  }
}

.homepage-content-title.no-line {
  border: none;
  padding-top: 0;
}

.homepage-content-title small {
  font-size: .6em;
}

.homepage-content-title a {
  font-family: inherit !important;
  text-decoration: underline !important;
}

#hb-cta .homepage-content-title {
  font-size: 7rem;
}

.homepage-content-meta:not(:empty) {
  font-family: FFMarkWebProBook;
  font-weight: normal;
  font-style: normal;
  color: #6e6e6e;
  font-size: 1.6rem;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 1.1px;
  margin-top: 0;
  margin-bottom: 4px;
  padding-bottom: 4px;
  margin-bottom: 12px;
  border-bottom: 2px solid #f2a900;
}

.homepage-content-meta b,
.homepage-content-meta strong {
  color: #003865;
}

.homepage-content-buttons.single {
  margin-top: 1.15em;
}

.homepage-content-buttons.multiple {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  justify-content: space-around;
}

.homepage-content-buttons.multiple .homepage-content-button {
  margin-top: 1.15em;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 45%;
  -ms-flex: 0 0 45%;
  flex: 0 0 45%;
}

.homepage-content-buttons.multiple a {
  min-width: 80%;
}

.homepage-content-buttons.multiple a.standard-btn,
.homepage-content-buttons.multiple a.arrow-btn {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.homepage-content-buttons.multiple a.arrow-btn::after {
  margin-top: 0.275em;
}

.homepage-block table {
  background-color: #ffffff;
}

@media only screen and (min-width: 992px) {
  .homepage-block.align-left {
    text-align: left;
  }

  .homepage-block.align-center {
    text-align: center;
  }

  .homepage-block.align-right {
    text-align: right;
  }
}

.homepage-block.blue {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #002d52;
  color: #ffffff;
}

.homepage-block.blue h2,
.homepage-block.blue .h2 {
  color: #ffffff;
}

.homepage-block.blue h3,
.homepage-block.blue .h3 {
  color: #f2a900;
}

.homepage-block.blue h4,
.homepage-block.blue .h4 {
  color: #ffffff;
}

.homepage-block.blue h5,
.homepage-block.blue .h5 {
  color: #f2a900;
}

.homepage-block.blue h6,
.homepage-block.blue .h6 {
  color: #ffffff;
}

.homepage-block.blue table {
  background-color: #002d52;
}

.homepage-block.blue table.data th,
.homepage-block.blue table.data td,
.homepage-block.blue table.scroll th,
.homepage-block.blue table.scroll td {
  border: 1px solid #9f9f9f;
}

.homepage-block.blue table.has-header tr:first-child td,
.homepage-block.blue table.has-header tr:first-child th,
.homepage-block.blue table thead tr:first-child td,
.homepage-block.blue table thead tr:first-child th {
  background-color: #002a4d;
  color: #ffffff;
}

.homepage-block.blue .homepage-content a,
.homepage-block.blue .homepage-content p a,
.homepage-block.blue .homepage-content li a {
  color: #f2a900;
}

.homepage-block.blue .homepage-content a.standard-btn,
.homepage-block.blue .homepage-content a.arrow-btn {
  color: #003865;
}

.homepage-block.blue.wave::before,
.homepage-block.blue.waves::before {
  z-index: 1;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-filter: contrast(0.1);
  filter: contrast(0.01);
  background-image: url(../images/minwave.png);
  background-position: top left;
  background-repeat: repeat;
  background-size: auto auto;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3 / 2),
only screen and (min-device-pixel-ratio: 1.5) {

  .homepage-block.blue.wave::before,
  .homepage-block.blue.waves::before {
    background-image: url(../images/minwave@2x.png);
  }
}

.homepage-block.blue.triangle::before,
.homepage-block.blue.triangles::before {
  z-index: 1;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-filter: contrast(0.1);
  filter: contrast(0.01);
  background-image: url(../images/triangles.png);
  background-position: top left;
  background-repeat: repeat;
  background-size: auto auto;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3 / 2),
only screen and (min-device-pixel-ratio: 1.5) {

  .homepage-block.blue.triangle::before,
  .homepage-block.blue.triangles::before {
    background-image: url(../images/triangles@2x.png);
  }
}

.homepage-block.blue.chevron::before,
.homepage-block.blue.chevrons::before {
  z-index: 1;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-filter: contrast(0.1);
  filter: contrast(0.01);
  background-image: url(../images/chevrons.png);
  background-position: top left;
  background-repeat: repeat;
  background-size: auto auto;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3 / 2),
only screen and (min-device-pixel-ratio: 1.5) {

  .homepage-block.blue.chevron::before,
  .homepage-block.blue.chevrons::before {
    background-image: url(../images/chevrons@2x.png);
  }
}

@media only screen and (max-width: 991px) {
  .homepage-block.blue .homepage-content.primary::before {
    border-bottom-color: #002d52;
  }
}

.homepage-block.blue .homepage-content-title {
  color: #ffffff;
}

.homepage-block.blue .homepage-content-meta {
  color: #97bcde;
  padding-bottom: 0;
  border-bottom: none;
}

.homepage-block.blue .homepage-content-meta b,
.homepage-block.blue .homepage-content-meta strong {
  color: #f2a900;
}

.homepage-block.blue.arrange-stack.use-background .homepage-content {
  text-shadow: 0 0 20px #00163D;
}

.homepage-block.blue.arrange-stack.use-background .homepage-content .homepage-content-meta {
  color: #ffffff;
}

@media only screen and (max-width: 991px) {
  .homepage-block.no-arrow .homepage-content.primary::before {
    display: none;
  }
}

@media only screen and (min-width: 992px) {
  .homepage-block.arrange-stack.use-background.custom-lead-video {
    padding: 0;
    --hp-video-extra-width: 100;
  }

  .homepage-block.arrange-stack.use-background.custom-lead-video .inner {
    width: 100%;
    max-width: 100%;
  }

  .homepage-block.arrange-stack.use-background.custom-lead-video .custom-lead-video-spacer {
    pointer-events: none;
    height: 45vw;
    max-height: 800px;
  }

  .homepage-block.arrange-stack.use-background.custom-lead-video .homepage-content.primary {
    position: absolute;
    bottom: 0;
    width: 100%;
    margin-top: 60px;
    padding: 60px var(--hp-padding-x) 40px;
    background: rgba(0, 0, 0, 0.75);
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 40px, rgba(0, 0, 0, 0.9) 100%);
    background: -o-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 40px, rgba(0, 0, 0, 0.9) 100%);
    background: linear-gradient(rgba(0, 40, 71, 0) 0%, rgba(0, 40, 71, 0.7) 40px, rgba(0, 40, 71, 0.9) 100%);
  }

  .homepage-block.arrange-stack.use-background.custom-lead-video .homepage-content.primary p.lw_let_me_type {
    display: none;
  }

  .homepage-block.arrange-stack.use-background.custom-lead-video.use-explore-down .homepage-content.primary {
    padding-bottom: 60px;
  }

  .homepage-block.arrange-stack.use-background.custom-lead-video .homepage-content,
  .homepage-block.arrange-stack.use-background.custom-lead-video .homepage-set {
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
  }

  .homepage-block.arrange-stack.use-background.custom-lead-video .homepage-content>.homepage-set-titles,
  .homepage-block.arrange-stack.use-background.custom-lead-video .homepage-content>.homepage-content-title,
  .homepage-block.arrange-stack.use-background.custom-lead-video .homepage-set>.homepage-set-titles,
  .homepage-block.arrange-stack.use-background.custom-lead-video .homepage-set>.homepage-content-title {
    flex: 2 1 20%;
    text-align: left;
  }

  .homepage-block.arrange-stack.use-background.custom-lead-video .homepage-content>.homepage-content-meta,
  .homepage-block.arrange-stack.use-background.custom-lead-video .homepage-set>.homepage-content-meta {
    display: none;
  }

  .homepage-block.arrange-stack.use-background.custom-lead-video .homepage-content-title {
    margin-bottom: 0;
  }

  .homepage-block.arrange-stack.use-background.custom-lead-video .homepage-content-text {
    flex: 3 1 60%;
    padding: 0 40px 0 20px;
  }

  .homepage-block.arrange-stack.use-background.custom-lead-video .homepage-content-buttons {
    flex: 1 0 200px;
    flex-direction: column;
  }

  .homepage-block.arrange-stack.use-background.custom-lead-video .homepage-content-buttons .homepage-content-button,
  .homepage-block.arrange-stack.use-background.custom-lead-video .homepage-content-buttons a {
    width: 100%;
  }

  .homepage-block.arrange-stack.use-background.custom-lead-video .homepage-content-button {
    margin: 0;
  }

  .homepage-block.arrange-stack.use-background.custom-lead-video .homepage-content-button+.homepage-content-button {
    margin-top: 1.15em;
  }
}

@media only screen and (min-width: 1100px) {
  .homepage-block.arrange-stack.use-background.custom-lead-video .custom-lead-video-spacer {
    height: 44vw;
  }
}

@media only screen and (min-width: 1200px) {
  .homepage-block.arrange-stack.use-background.custom-lead-video .custom-lead-video-spacer {
    height: 43vw;
  }
}

@media only screen and (min-width: 1300px) {
  .homepage-block.arrange-stack.use-background.custom-lead-video .custom-lead-video-spacer {
    height: 42vw;
  }
}

@media only screen and (min-width: 1400px) {
  .homepage-block.arrange-stack.use-background.custom-lead-video .custom-lead-video-spacer {
    height: 41vw;
  }
}

@media only screen and (min-width: 1500px) {
  .homepage-block.arrange-stack.use-background.custom-lead-video .custom-lead-video-spacer {
    height: 40vw;
  }
}

.homepage-block.arrange-stack.use-background.custom-lead-image {
  padding: 0;
}

@media only screen and (max-width: 991px) {
  .homepage-block.arrange-stack.use-background.custom-lead-image .homepage-graphics:has(.lw_image) {
    position: static;
    padding: 0 !important;
    margin: 0 !important;
    top: unset;
    left: unset;
    width: auto;
    height: auto;
    pointer-events: auto;
  }

  .homepage-block.arrange-stack.use-background.custom-lead-image .homepage-graphics:has(.lw_image) img {
    position: static;
    left: unset;
    top: unset;
    -webkit-transform: none;
    transform: none;
    max-height: 66.66vw;
    max-width: 100%;
    min-width: 0;
    min-height: 0;
    height: auto;
    width: auto;
  }

  .homepage-block.arrange-stack.use-background.custom-lead-image .homepage-content {
    text-shadow: none !important;
  }
}

@media only screen and (min-width: 992px) {
  .homepage-block.arrange-stack.use-background.custom-lead-image .inner {
    width: 100%;
    max-width: 100%;
  }

  .homepage-block.arrange-stack.use-background.custom-lead-image .custom-lead-image-spacer {
    pointer-events: none;
    height: 50vw;
    max-height: 80vh;
    min-height: 300px;
  }

  .homepage-block.arrange-stack.use-background.custom-lead-image .homepage-content.primary {
    position: absolute;
    bottom: 0;
    width: 100%;
    margin-top: 60px;
    padding: 60px var(--hp-padding-x) 40px;
    background: rgba(0, 0, 0, 0.75);
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 40px, rgba(0, 0, 0, 0.9) 100%);
    background: -o-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 40px, rgba(0, 0, 0, 0.9) 100%);
    background: linear-gradient(rgba(0, 40, 71, 0) 0%, rgba(0, 40, 71, 0.7) 40px, rgba(0, 40, 71, 0.9) 100%);
  }

  .homepage-block.arrange-stack.use-background.custom-lead-image .homepage-content.primary p.lw_let_me_type {
    display: none;
  }

  .homepage-block.arrange-stack.use-background.custom-lead-image.use-explore-down .homepage-content.primary {
    padding-bottom: 60px;
  }

  .homepage-block.arrange-stack.use-background.custom-lead-image .homepage-graphics:has(.lw_image) img {
    width: 100%;
  }

  .homepage-block.arrange-stack.use-background.custom-lead-image .homepage-content,
  .homepage-block.arrange-stack.use-background.custom-lead-image .homepage-set {
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
  }

  .homepage-block.arrange-stack.use-background.custom-lead-image .homepage-content>.homepage-set-titles,
  .homepage-block.arrange-stack.use-background.custom-lead-image .homepage-content>.homepage-content-title,
  .homepage-block.arrange-stack.use-background.custom-lead-image .homepage-set>.homepage-set-titles,
  .homepage-block.arrange-stack.use-background.custom-lead-image .homepage-set>.homepage-content-title {
    flex: 2 1 20%;
    text-align: left;
  }

  .homepage-block.arrange-stack.use-background.custom-lead-image .homepage-content>.homepage-content-meta,
  .homepage-block.arrange-stack.use-background.custom-lead-image .homepage-set>.homepage-content-meta {
    display: none;
  }

  .homepage-block.arrange-stack.use-background.custom-lead-image .homepage-content-title {
    margin-bottom: 0;
  }

  .homepage-block.arrange-stack.use-background.custom-lead-image .homepage-content-text {
    flex: 3 1 60%;
    padding: 0 40px 0 20px;
  }

  .homepage-block.arrange-stack.use-background.custom-lead-image .homepage-content-buttons {
    flex: 1 0 200px;
    flex-direction: column;
  }

  .homepage-block.arrange-stack.use-background.custom-lead-image .homepage-content-buttons .homepage-content-button,
  .homepage-block.arrange-stack.use-background.custom-lead-image .homepage-content-buttons a {
    width: 100%;
  }

  .homepage-block.arrange-stack.use-background.custom-lead-image .homepage-content-button {
    margin: 0;
  }

  .homepage-block.arrange-stack.use-background.custom-lead-image .homepage-content-button+.homepage-content-button {
    margin-top: 1.15em;
  }
}

.homepage-block.arrange-fill.force-horizontal-image .homepage-graphics img {
  max-width: 100%;
}

.easter-egg {
  --caption-width: 10vw;
  --overlap-y-offset: 0px;
  --caption-y-offset: 0px;
  --caption-x-offset: 0px;
  z-index: 10;
  position: absolute;
  /* Placement of easter egg element. */
  /* Placement of easter egg caption. */
}

@media only screen and (max-width: 991px) {
  .easter-egg {
    display: none;
  }
}

.easter-egg,
.easter-egg.left {
  left: 0;
  right: unset;
}

.easter-egg.right {
  left: unset;
  right: 0;
}

.easter-egg,
.easter-egg.in-block-top {
  top: 3%;
  top: calc(3% + var(--overlap-y-offset));
  bottom: unset;
}

.easter-egg.in-block-bottom {
  top: unset;
  bottom: 3%;
  bottom: calc(3% + var(--overlap-y-offset));
}

.easter-egg.overlap-above {
  --overlap-y-offset: -100px;
  top: calc(0% + -100px);
  top: calc(0% + var(--overlap-y-offset));
  bottom: unset;
}

.easter-egg.overlap-below {
  --overlap-y-offset: -100px;
  top: unset;
  bottom: calc(0% + -100px);
  bottom: calc(0% + var(--overlap-y-offset));
}

.easter-egg .easter-egg-caption {
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  font-family: FFMarkWebProBookItalic;
  font-weight: normal;
  font-style: normal;
  z-index: 1;
  line-height: 1.3;
  font-size: 1.3rem;
  min-width: 100px;
  width: 10vw;
  width: var(--caption-width);
  max-width: 190px;
  position: absolute;
}

.easter-egg .easter-egg-caption {
  color: #b0bac2;
}

.easter-egg.on-white .easter-egg-caption {
  color: #6e6e6e;
}

.easter-egg.on-blue .easter-egg-caption {
  color: #e6e6e6;
}

.easter-egg .easter-egg-caption,
.easter-egg.left .easter-egg-caption {
  border: unset;
  border-left: 1px solid #b0bac2;
  padding: unset;
  padding-left: 8px;
  text-align: left;
}

.easter-egg .easter-egg-caption,
.easter-egg.outside .easter-egg-caption,
.easter-egg.left .easter-egg-caption,
.easter-egg.left.outside .easter-egg-caption {
  left: 100%;
  left: calc(100% + var(--caption-x-offset));
  right: unset;
}

.easter-egg.inside .easter-egg-caption,
.easter-egg.left.inside .easter-egg-caption {
  left: unset;
  right: 0%;
  right: calc(0% - var(--caption-x-offset));
}

.easter-egg.right .easter-egg-caption {
  border: unset;
  border-right: 1px solid #b0bac2;
  padding: unset;
  padding-right: 8px;
  text-align: right;
}

.easter-egg.right .easter-egg-caption,
.easter-egg.right.outside .easter-egg-caption {
  left: unset;
  right: 100%;
  right: calc(100% - var(--caption-x-offset));
}

.easter-egg.right.inside .easter-egg-caption {
  left: 0%;
  left: calc(0% + var(--caption-x-offset));
  right: unset;
}

.easter-egg.over .easter-egg-caption {
  top: unset;
  bottom: 100%;
  bottom: calc(100% - var(--caption-y-offset));
  border: unset;
  border-bottom: 1px solid #b0bac2;
  padding: unset;
  padding-bottom: 8px;
}

.easter-egg.high .easter-egg-caption {
  top: 0;
  top: calc(0% + var(--caption-y-offset));
  bottom: unset;
}

.easter-egg .easter-egg-caption,
.easter-egg.low .easter-egg-caption {
  top: unset;
  bottom: 0;
  bottom: calc(0% - var(--caption-y-offset));
}

.easter-egg.under .easter-egg-caption {
  top: 100%;
  top: calc(100% + var(--caption-y-offset));
  bottom: unset;
  border: unset;
  border-top: 1px solid #b0bac2;
  padding: unset;
  padding-top: 8px;
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes blink {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes alwaysblink {
  0% {
    opacity: 0.1;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0.1;
  }
}

.yline {
  --width: 900px;
  --start-offset: 0px;
  --y-offset: -20px;
  --x-offset: -15px;
  position: absolute;
  top: calc(100% + var(--y-offset));
  left: 50%;
  z-index: 3;
  width: var(--width);
  margin-left: calc(((var(--width) / 2) * -1) + var(--x-offset));
  pointer-events: none;
  background-repeat: no-repeat;
  background-position: center calc(0% + var(--start-offset));
}

@media only screen and (max-width: 991px) {
  .yline {
    display: none;
  }
}

.yline.yline-1,
.yline.wide-curve {
  background-image: url(../images/10277_yline-wide-curve.png);
  --y-offset: -80px;
  max-height: 725px;
}

.yline.yline-2,
.yline.around-back {
  background-image: url(../images/10274_yline-around-back.png);
  --y-offset: -150px;
  max-height: 450px;
}

.yline.yline-3,
.yline.meander {
  background-image: url(../images/10276_yline-meander.png);
  --y-offset: -100px;
  max-height: 700px;
}

.yline.zipper {
  background-image: url(../images/10278_yline-zipper.png);
  --y-offset: -50px;
  max-height: 1000px;
}

.yline.yline-4,
.yline.end-straight {
  background-image: url(../images/10275_yline-end-straight.png);
  --y-offset: -150px;
  max-height: 300px;
}

.yline.inverse {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}

.explore {
  z-index: 1;
  position: absolute;
  top: calc(100% - 99px);
  left: 50%;
  margin-left: -180px;
}

.department-homepage .explore {
  top: calc(100% + 20px);
}

.explore .explore-text {
  font-family: FFMarkWebProBook;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  font-size: 2.2rem;
  line-height: 1.2;
  letter-spacing: 1.2px;
  margin: 0;
  color: #6e6e6e;
  opacity: 0;
  -webkit-animation: fadein 1000ms ease 400ms 1 forwards;
  animation: fadein 1000ms ease 400ms 1 forwards;
}

.department-homepage .explore .explore-text {
  font-size: 1.7rem;
  width: 150px;
}

.explore .explore-arrow {
  position: absolute;
  right: calc(100% + 15px);
  top: 16px;
  height: 0;
  width: 0;
  pointer-events: none;
  border: solid transparent;
  border-right-color: #f2a900;
  border-width: 11px 18px;
  opacity: 0;
  -webkit-animation: blink 1000ms linear 1100ms infinite;
  animation: blink 1000ms linear 1100ms infinite;
}

@media only screen and (max-width: 579px),
only screen and (min-width: 580px) and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .explore {
    display: none;
  }
}

.explore-down {
  z-index: 10;
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.explore-down .explore-text {
  font-family: FFMarkWebProBook;
  font-weight: normal;
  font-style: normal;
  position: relative;
  text-transform: uppercase;
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0.05454em;
  margin: 0;
  color: #e6e6e6;
  opacity: 0;
  -webkit-animation: fadein 1000ms ease 400ms 1 forwards;
  animation: fadein 1000ms ease 400ms 1 forwards;
}

.explore-down .explore-text a {
  text-decoration: none;
}

.explore-down .explore-text a :hover {
  text-decoration: none;
}

.department-homepage .explore-down .explore-text {
  font-size: 1.7rem;
  width: 150px;
}

.explore-down .explore-text::before,
.explore-down .explore-text::after {
  content: "";
  position: absolute;
  top: 100%;
  top: calc(100% - 2px);
  width: 0;
  pointer-events: none;
  border: solid transparent;
  border-top-color: #f2a900;
  border-width: 14px 14px;
  opacity: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-animation: alwaysblink 3000ms linear infinite;
  animation: alwaysblink 3000ms linear infinite;
}

.explore-down .explore-text::before {
  left: calc(100% + 10px);
}

.explore-down .explore-text::after {
  right: calc(100% + 10px);
}

.explore-down .explore-arrow {
  display: none;
  /*position: absolute;
    top: calc(100% + 10px);
    left: 50%;
    width: 0;
    pointer-events: none;
    border: solid transparent;
    border-top-color: $yellow;
    border-width: 20px 30px;
    opacity: 0;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -webkit-animation: alwaysblink 3000ms linear infinite;
    animation: alwaysblink 3000ms linear infinite;*/
}

.explore-down #explore {
  position: relative;
  top: -150px;
}

@media only screen and (max-width: 579px),
only screen and (min-width: 580px) and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .explore-down {
    display: none;
  }
}

.homepage-statistics h2 {
  flex: 0 0 100%;
  max-width: 100%;
  font-size: 2.4rem;
}

.homepage-statistics .stat {
  display: table;
  position: relative;
  text-align: center;
  background: #224a6b;
  color: #ffffff;
  padding: 3rem 4%;
}

.homepage-statistics .stat.starred .stat-number {
  color: #f2a900;
}

@media only screen and (min-width: 768px) {
  .homepage-statistics .stat {
    display: block;
    max-width: 33.333333%;
  }
}

.homepage-statistics .stat>* {
  vertical-align: middle;
}

.homepage-statistics .stat-number {
  display: table-cell;
  font-family: georgia, serif;
  color: inherit;
  font-size: 6rem;
  border-right: 2px solid #f2a900;
  line-height: 0.9;
  margin: 0;
  padding: 0 2rem 0 0;
  width: 50px;
  pointer-events: none;
}

.homepage-statistics .stat-number.small {
  font-size: 5rem;
}

@media only screen and (max-width: 435px) {
  .homepage-statistics .stat-number {
    font-size: 5rem;
  }

  .homepage-statistics .stat-number.small {
    font-size: 4rem;
  }
}

@media only screen and (min-width: 768px) {
  .homepage-statistics .stat-number {
    display: block;
    border-right: none;
    border-bottom: 2px solid #f2a900;
    margin: 0 0 1.5rem;
    padding: 0 0 1.5rem;
    width: auto;
  }

  .homepage-statistics .stat-number.small {
    font-size: 5rem;
    line-height: 5.4rem;
  }
}

@media only screen and (min-width: 1300px) {
  .homepage-statistics .stat-number {
    font-size: 8rem;
  }

  .homepage-statistics .stat-number.small {
    font-size: 6rem;
    line-height: 7.2rem;
  }
}

.homepage-statistics .stat-text {
  display: table-cell;
  font-size: 1.8rem;
  padding: 0 0 0 1.5rem;
  pointer-events: none;
}

@media only screen and (max-width: 435px) {
  .homepage-statistics .stat-text {
    font-size: 1.6rem;
  }
}

@media only screen and (min-width: 768px) {
  .homepage-statistics .stat-text {
    display: block;
    font-size: 1.7rem;
    padding: 0;
  }
}

@media only screen and (min-width: 992px) {
  .homepage-statistics .stat-text {
    font-size: 1.8rem;
  }
}

@media only screen and (min-width: 1300px) {
  .homepage-statistics .stat-text {
    font-size: 2rem;
  }
}

.homepage-statistics .stat-link {
  display: block;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 3px solid #224a6b;
  transition: border 0.25s;
}

.homepage-statistics .stat-link:hover,
.homepage-statistics .stat-link:focus {
  border: 3px solid #f2a900;
}

.homepage-statistics .stat-link .link-text {
  position: absolute;
  top: 0;
  left: 120%;
}

.homepage-statistics .stat-link .corner-square {
  display: none;
}

.homepage-statistics .stat-link .prompt {
  display: block;
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  background: #f2a900;
  padding: 0px 3px 3px 0px;
  font-size: 14px;
  color: #003865;
  text-decoration: none;
}

.homepage-statistics .stat-link .prompt:hover,
.homepage-statistics .stat-link .prompt:focus {
  color: inherit;
  text-decoration: inherit;
}

.blue .homepage-statistics .stat-link .prompt:hover,
.blue .homepage-statistics .stat-link .prompt:focus {
  color: #224a6b;
}

.homepage-statistics .stat-link .prompt::before {
  content: "";
  background: #f2a900;
  position: absolute;
  width: 40px;
  height: 40px;
  -ms-transform: rotate(35deg);
  transform: rotate(35deg);
  left: -15px;
  top: 8px;
  z-index: -1;
}

.homepage-statistics .gray .stat,
.homepage-statistics.gray .stat,
.homepage-statistics .grey .stat,
.homepage-statistics.grey .stat {
  background: #f2f0f0;
  color: #003865;
}

.homepage-statistics .gray .stat-link,
.homepage-statistics.gray .stat-link,
.homepage-statistics .grey .stat-link,
.homepage-statistics.grey .stat-link {
  border: 3px solid #f2f0f0;
}

.homepage-statistics .gray .stat-link:hover,
.homepage-statistics .gray .stat-link:focus,
.homepage-statistics.gray .stat-link:hover,
.homepage-statistics.gray .stat-link:focus,
.homepage-statistics .grey .stat-link:hover,
.homepage-statistics .grey .stat-link:focus,
.homepage-statistics.grey .stat-link:hover,
.homepage-statistics.grey .stat-link:focus {
  border: 3px solid #224a6b;
}

.homepage-statistics .gray .stat-link .prompt,
.homepage-statistics.gray .stat-link .prompt,
.homepage-statistics .grey .stat-link .prompt,
.homepage-statistics.grey .stat-link .prompt {
  background: #224a6b;
  color: #f2f0f0;
}

.homepage-statistics .gray .stat-link .prompt:hover,
.homepage-statistics .gray .stat-link .prompt:focus,
.homepage-statistics.gray .stat-link .prompt:hover,
.homepage-statistics.gray .stat-link .prompt:focus,
.homepage-statistics .grey .stat-link .prompt:hover,
.homepage-statistics .grey .stat-link .prompt:focus,
.homepage-statistics.grey .stat-link .prompt:hover,
.homepage-statistics.grey .stat-link .prompt:focus {
  color: inherit;
  text-decoration: inherit;
}

.homepage-statistics .gray .stat-link .prompt::before,
.homepage-statistics.gray .stat-link .prompt::before,
.homepage-statistics .grey .stat-link .prompt::before,
.homepage-statistics.grey .stat-link .prompt::before {
  background: #224a6b;
}

.picture-card {
  text-align: left !important;
}

#hb-news .homepage-content .picture-card-list,
#hb-news .homepage-content .picture-card-list .picture-card {
  margin: 0;
}

.swiper-root:not(.is-ready) .swiper-container,
.mobile-slider:not(.is-ready) .swiper-container,
.always-slider:not(.is-ready) .swiper-container {
  margin: 0 auto;
  padding: 0;
  position: static;
  overflow: visible;
}

.swiper-root:not(.is-ready) .swiper-wrapper,
.mobile-slider:not(.is-ready) .swiper-wrapper,
.always-slider:not(.is-ready) .swiper-wrapper {
  position: static;
  width: auto;
  height: auto;
  display: block;
  transform: none;
  transition-property: none;
  box-sizing: border-box;
}

.swiper-root:not(.is-ready) .swiper-slide,
.mobile-slider:not(.is-ready) .swiper-slide,
.always-slider:not(.is-ready) .swiper-slide {
  width: auto;
  height: auto;
  position: static;
  transition-property: none;
}

.swiper-root:not(.is-ready) .swiper-pagination,
.swiper-root:not(.is-ready) .swiper-button-next,
.swiper-root:not(.is-ready) .swiper-button-prev,
.mobile-slider:not(.is-ready) .swiper-pagination,
.mobile-slider:not(.is-ready) .swiper-button-next,
.mobile-slider:not(.is-ready) .swiper-button-prev,
.always-slider:not(.is-ready) .swiper-pagination,
.always-slider:not(.is-ready) .swiper-button-next,
.always-slider:not(.is-ready) .swiper-button-prev {
  display: none;
}

.homepage-stories-slider {
  width: 100%;
  min-width: 50%;
  max-width: 100%;
  position: relative;
  padding: 0 var(--hp-padding-x) var(--hp-padding-y);
  align-items: center;
}

.homepage-stories-slider h2,
.homepage-stories-slider .hp-stories-heading {
  font-family: Calluna-Bold;
  font-weight: normal;
  font-style: normal;
  color: #003865;
  display: block;
  font-size: 4.8rem;
  line-height: 1.05;
  margin-bottom: 25px;
  margin-top: 0;
  padding-top: 12px;
  border-top: 2px solid #f2a900;
  margin-top: 0;
  border-top: 0;
  padding-top: var(--hp-padding-y);
  padding-bottom: 12px;
  border-bottom: 2px solid #f2a900;
  margin-bottom: 12px;
  text-align: center;
}

.homepage-stories-slider h2 em,
.homepage-stories-slider .hp-stories-heading em {
  font-family: Calluna-BoldIt;
}

@media only screen and (min-width: 992px) and (max-width: 1299px) {

  .homepage-stories-slider h2,
  .homepage-stories-slider .hp-stories-heading {
    font-size: 4.6rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  .homepage-stories-slider h2,
  .homepage-stories-slider .hp-stories-heading {
    font-size: 4.1rem;
  }
}

@media only screen and (max-width: 579px),
only screen and (min-width: 580px) and (max-width: 767px) {

  .homepage-stories-slider h2,
  .homepage-stories-slider .hp-stories-heading {
    font-size: 3.9rem;
  }
}

@media only screen and (max-width: 435px) {

  .homepage-stories-slider h2,
  .homepage-stories-slider .hp-stories-heading {
    font-size: 3.4rem;
  }
}

.homepage-stories-slider h2.no-line,
.homepage-stories-slider .hp-stories-heading.no-line {
  border: none;
  padding-top: 0;
}

.homepage-stories-slider h2 small,
.homepage-stories-slider .hp-stories-heading small {
  font-size: .6em;
}

.blue .homepage-stories-slider h2,
.blue .homepage-stories-slider .hp-stories-heading {
  color: #ffffff;
}

.homepage-stories-slider .swiper-pagination {
  position: static;
  margin: 12px 5% 8px;
}

.homepage-stories-slider .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  margin: 15px;
  opacity: 0.4;
}

.homepage-stories-slider .swiper-pagination-bullet-active {
  opacity: 1;
  background: #003865;
}

.blue .homepage-stories-slider .swiper-pagination-bullet-active {
  background: #f2a900;
}

.homepage-stories-slider .swiper-container {
  max-width: 1400px;
}

.homepage-stories-slider .hp-story {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 40px 0px 0px;
  margin: var(--hp-padding-y) 0px 0px;
}

.homepage-stories-slider .hp-story-text,
.homepage-stories-slider .hp-story-image {
  position: relative;
  max-width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.homepage-stories-slider .hp-story-text {
  order: 2;
}

.homepage-stories-slider .hp-story-text .homepage-content-title {
  font-size: 3.4rem;
}

@media only screen and (max-width: 435px) {
  .homepage-stories-slider .hp-story-text .homepage-content-title {
    font-size: 3rem;
  }
}

@media only screen and (min-width: 992px) {
  .homepage-stories-slider .hp-story-text .homepage-content-title {
    font-size: 3.8rem;
  }
}

.homepage-stories-slider .hp-story-text .homepage-content-meta {
  border-bottom: 0;
}

.homepage-stories-slider .hp-story-image {
  order: 1;
  margin-bottom: 20px;
}

.homepage-stories-slider .hp-story-image .lw_image {
  width: 100%;
}

.homepage-stories-slider .hp-story-image img {
  display: block;
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
}

.homepage-stories-slider .swiper-button-next,
.homepage-stories-slider .swiper-button-prev {
  position: absolute;
  top: calc(var(--hp-padding-y) + 87px + (300px / 2) - (44px / 2));
  margin: 0;
  width: 52.8px;
  height: 52.8px;
  border-radius: 2px;
  background-size: 27px 44px;
}

.homepage-stories-slider .swiper-button-next {
  right: calc(var(--hp-padding-x) + 5px);
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027px%2044px'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23002d52'%2F%3E%3C%2Fsvg%3E");
}

.blue .homepage-stories-slider .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027px%2044px'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23f2a900'%2F%3E%3C%2Fsvg%3E");
}

.homepage-stories-slider .swiper-button-prev {
  left: calc(var(--hp-padding-x) + 5px);
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027px%2044px'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23002d52'%2F%3E%3C%2Fsvg%3E");
}

.blue .homepage-stories-slider .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027px%2044px'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23f2a900'%2F%3E%3C%2Fsvg%3E");
}

@media only screen and (max-width: 511.2px) {

  .homepage-stories-slider .swiper-button-next,
  .homepage-stories-slider .swiper-button-prev {
    left: -999999px;
    right: unset;
    background-color: #f2a900;
  }

  .blue .homepage-stories-slider .swiper-button-next,
  .blue .homepage-stories-slider .swiper-button-prev {
    background-color: #224a6b;
  }

  .homepage-stories-slider .swiper-button-next:focus {
    left: unset;
    right: calc(var(--hp-padding-x) + 5px);
  }

  .homepage-stories-slider .swiper-button-prev:focus {
    left: calc(var(--hp-padding-x) + 5px);
    right: unset;
  }
}

@media only screen and (min-width: 992px) {
  .homepage-stories-slider .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    margin: 16px;
  }

  .homepage-stories-slider .hp-story {
    margin: calc(var(--hp-padding-y) / 2) 0px 0px;
  }

  .homepage-stories-slider .hp-story-text {
    -webkit-box-flex: 0;
    -webkit-flex: 1 1;
    -ms-flex: 1 1;
    flex: 1 1;
    padding-left: calc(var(--hp-padding-x) / 4);
  }

  .homepage-stories-slider .hp-story-image {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: calc(var(--hp-padding-x) / 4);
    margin: 0;
  }

  .homepage-stories-slider .hp-story-image picture {
    background: #224a6b;
  }

  .homepage-stories-slider .hp-story-image img {
    width: 25vw;
  }

  .homepage-stories-slider .swiper-button-next,
  .homepage-stories-slider .swiper-button-prev {
    top: calc(50% - 26.4px);
  }

  .homepage-stories-slider .swiper-button-next {
    right: calc(var(--hp-padding-x) - 52.8px - 5px);
  }

  .homepage-stories-slider .swiper-button-prev {
    left: calc(var(--hp-padding-x) - 52.8px - 5px);
  }
}

@media only screen and (min-width: 1400px) {
  .homepage-stories-slider .swiper-button-next {
    right: calc(var(--hp-padding-x) + 1vw);
  }

  .homepage-stories-slider .swiper-button-prev {
    left: calc(var(--hp-padding-x) + 1vw);
  }
}

.homepage-stories-slider.is-ready {
  width: 1px;
}

.homepage-stories-slider.is-ready .swiper-container {
  max-width: 1100px;
}

.homepage-stories-slider.is-ready .hp-story {
  margin: 0;
}

.homepage-stats-slider {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 100%;
}

.homepage-stats-slider h2 {
  color: #ffffff;
}

.homepage-stats-slider .swiper-pagination {
  bottom: 20px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.homepage-stats-slider .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  margin: 24px 15px 16px;
  opacity: 0.4;
}

.homepage-stats-slider .swiper-pagination-bullet-active {
  opacity: 1;
  background: #003865;
}

.blue .homepage-stats-slider .swiper-pagination-bullet-active {
  background: #f2a900;
}

.homepage-stats-slider .swiper-wrapper.swiper-wrapper {
  box-sizing: border-box;
}

.homepage-stats-slider .stat-block.stat-block {
  position: relative;
  overflow: hidden;
  background: #003865;
  padding: 100px 5%;
}

.homepage-stats-slider .stat-background,
.homepage-stats-slider .stat-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.homepage-stats-slider .stat-background {
  background: #003865;
  background-position: center !important;
  background-size: cover !important;
  transition: transform 0.5s;
}

.homepage-stats-slider .stat-overlay {
  background: #003865;
  opacity: 80%;
}

.homepage-stats-slider .stat-text {
  position: relative;
  width: 100%;
  color: #ffffff;
  text-shadow: #2d2d2d 3px 2px 4px;
}

.homepage-stats-slider .stat-text h3,
.homepage-stats-slider .stat-text h4,
.homepage-stats-slider .stat-text h5 {
  color: #ffffff;
}

.homepage-stats-slider .stat-text p {
  margin: 0;
}

.homepage-stats-slider .stat-text p+p {
  margin-top: 1em;
}

.homepage-stats-slider .swiper-button-next,
.homepage-stats-slider .swiper-button-prev {
  position: absolute;
  top: unset;
  bottom: 20px;
  margin: 0;
  width: 55px;
  height: 55px;
  background-size: 27px 44px;
}

.homepage-stats-slider .swiper-button-next {
  right: 5%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027px%2044px'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23f2a900'%2F%3E%3C%2Fsvg%3E");
}

.homepage-stats-slider .swiper-button-prev {
  left: 5%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027px%2044px'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23f2a900'%2F%3E%3C%2Fsvg%3E");
}

@media only screen and (min-width: 992px) {
  .homepage-stats-slider:not(.is-ready) .swiper-wrapper {
    display: flex;
    justify-content: space-between;
  }

  .homepage-stats-slider .stat-block.stat-block {
    padding: 80px 3%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .homepage-stats-slider .stat-block.stat-block:hover .stat-background {
    transform: scale(1.1, 1.1);
  }
}

.homepage-stats-slider.is-ready .stat-block.stat-block {
  padding: 200px 5% 95px;
  height: auto;
}

.lw_editor_on .homepage-block {
  /*margin-top: 32px;
  &::before {
    content: attr(data-block-label);
    position: absolute;
    top: -32px;
    left: 0;
    background: #000;
    color: #FFF;
    width: 100%;
    padding: 7px 0 9px;
    font-size: 16px;
    text-align: center;
  }*/
}

.lw_editor_on .homepage-block .lw_pages_editor,
.lw_editor_on .homepage-block .lw_wrapper.mce-content-body {
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
}

.lw_editor_on .homepage-block.arrange-stack.use-background .homepage-graphics.homepage-graphics {
  position: static !important;
  height: auto !important;
  margin-top: 40px !important;
}

.lw_editor_on .homepage-block img {
  position: static !important;
  webkit-transform: none !important;
  transform: none !important;
  max-width: 100% !important;
  max-height: 100% !important;
}

.test-slider {
  max-width: 100%;
  width: 1px;
  background-color: #224a6b;
  color: #ffffff;
}

.test-slider:not(.is-ready) .swiper-container {
  margin: 0;
  padding: 0;
  position: static;
  overflow: visible;
}

.test-slider:not(.is-ready) .swiper-wrapper {
  position: static;
  width: auto;
  height: auto;
  display: block;
  transform: none;
  transition-property: none;
}

.test-slider:not(.is-ready) .swiper-slide {
  width: auto;
  height: auto;
  position: static;
  transition-property: none;
}

.test-slider.test-slider h2 {
  color: #ffffff;
}

.test-slider.test-slider .slide-inner *:first-child {
  margin-top: 0;
}

.test-slider:not(.is-ready) .swiper-slide {
  border: 1px solid #f2a900;
  padding: 10px 20px;
}

.test-slider:not(.is-ready) .slide-inner *:first-child {
  margin-top: 0;
}

.test-slider.is-ready .swiper-slide {
  padding: 0;
  text-align: center;
}

.test-slider.is-ready .slide-inner {
  padding: 5% 20px;
  border: 1px dotted #999;
}

.homepage-paginated-stories {
  position: relative;
  padding: var(--hp-padding-y) var(--hp-padding-x);
  align-items: center;
}

.homepage-paginated-stories h2 {
  font-family: Calluna-Bold;
  font-weight: normal;
  font-style: normal;
  color: #003865;
  display: block;
  font-size: 4.8rem;
  line-height: 1.05;
  margin-bottom: 25px;
  margin-top: 0;
  padding-top: 12px;
  border-top: 2px solid #f2a900;
  margin-top: 0;
  border-top: 0;
  padding-top: 0;
  padding-bottom: 12px;
  border-bottom: 2px solid #f2a900;
  margin-bottom: 30px;
  text-align: center;
}

.homepage-paginated-stories h2 em {
  font-family: Calluna-BoldIt;
}

@media only screen and (min-width: 992px) and (max-width: 1299px) {
  .homepage-paginated-stories h2 {
    font-size: 4.6rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage-paginated-stories h2 {
    font-size: 4.1rem;
  }
}

@media only screen and (max-width: 579px),
only screen and (min-width: 580px) and (max-width: 767px) {
  .homepage-paginated-stories h2 {
    font-size: 3.9rem;
  }
}

@media only screen and (max-width: 435px) {
  .homepage-paginated-stories h2 {
    font-size: 3.4rem;
  }
}

.homepage-paginated-stories h2.no-line {
  border: none;
  padding-top: 0;
}

.homepage-paginated-stories h2 small {
  font-size: .6em;
}

.blue .homepage-paginated-stories h2 {
  color: #ffffff;
}

.homepage-paginated-stories .hp-story {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.homepage-paginated-stories .lw_paginate {
  width: 106px;
  height: 56px;
}

.homepage-paginated-stories .lw_paginate .lw_paginate_next,
.homepage-paginated-stories .lw_paginate .lw_paginate_prev {
  display: inline-block;
  overflow: hidden;
  margin-bottom: 6px;
  margin-right: 6px;
  width: 34px;
  height: 34px;
  border: 2px solid #4e7391;
  position: relative;
  color: transparent;
}

.homepage-paginated-stories .lw_paginate .lw_paginate_next::before,
.homepage-paginated-stories .lw_paginate .lw_paginate_prev::before {
  content: '';
  display: inline-block;
  padding: 4px 8px;
  font-size: 2.3rem;
  color: #4e7391;
  font-family: "Font Awesome 7 Free";
  font-family: var(--fa-family-classic);
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.homepage-paginated-stories .lw_paginate .lw_paginate_next:hover,
.homepage-paginated-stories .lw_paginate .lw_paginate_next:focus,
.homepage-paginated-stories .lw_paginate .lw_paginate_prev:hover,
.homepage-paginated-stories .lw_paginate .lw_paginate_prev:focus {
  border-color: #668dac;
}

.homepage-paginated-stories .lw_paginate .lw_paginate_next:hover::before,
.homepage-paginated-stories .lw_paginate .lw_paginate_next:focus::before,
.homepage-paginated-stories .lw_paginate .lw_paginate_prev:hover::before,
.homepage-paginated-stories .lw_paginate .lw_paginate_prev:focus::before {
  color: #668dac;
}

.homepage-paginated-stories .lw_paginate .lw_paginate_prev::before {
  content: '\f053';
}

.homepage-paginated-stories .lw_paginate .lw_paginate_next::before {
  content: '\f054';
}

.homepage-paginated-stories .lw_paginate .lw_paginate_count,
.homepage-paginated-stories .lw_paginate .lw_paginate_total,
.homepage-paginated-stories .lw_paginate .lw_spinner {
  display: none;
}

.homepage-paginated-stories .lw_paginate .lw_paginate_next,
.homepage-paginated-stories .lw_paginate .lw_paginate_prev {
  z-index: 1;
  position: absolute;
  top: 0;
  margin-right: 0;
  width: 50px;
  height: 50px;
}

.homepage-paginated-stories .lw_paginate .lw_paginate_next::before,
.homepage-paginated-stories .lw_paginate .lw_paginate_prev::before {
  font-size: 33.8px;
  padding: 4px 12.5px;
}

.homepage-paginated-stories .lw_paginate .lw_paginate_prev {
  left: 0;
}

.homepage-paginated-stories .lw_paginate .lw_paginate_next {
  right: 0;
}

.homepage-paginated-stories .lw_paginate::before,
.homepage-paginated-stories .lw_paginate::after {
  content: '';
  display: inline-block;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 50px;
  height: 50px;
  padding: 4px 12.5px;
  font-size: 33.8px;
  color: #b0bac2;
  border: 2px solid #b0bac2;
  font-family: "Font Awesome 7 Free";
  font-family: var(--fa-family-classic);
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.homepage-paginated-stories .lw_paginate::before {
  content: '\f053';
  left: 0;
}

.homepage-paginated-stories .lw_paginate::after {
  content: '\f054';
  right: 0;
}

.blue .homepage-paginated-stories .lw_paginate {
  width: 106px;
  height: 56px;
}

.blue .homepage-paginated-stories .lw_paginate .lw_paginate_next,
.blue .homepage-paginated-stories .lw_paginate .lw_paginate_prev {
  display: inline-block;
  overflow: hidden;
  margin-bottom: 6px;
  margin-right: 6px;
  width: 34px;
  height: 34px;
  border: 2px solid #f2a900;
  position: relative;
  color: transparent;
}

.blue .homepage-paginated-stories .lw_paginate .lw_paginate_next::before,
.blue .homepage-paginated-stories .lw_paginate .lw_paginate_prev::before {
  content: '';
  display: inline-block;
  padding: 4px 8px;
  font-size: 2.3rem;
  color: #f2a900;
  font-family: "Font Awesome 7 Free";
  font-family: var(--fa-family-classic);
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.blue .homepage-paginated-stories .lw_paginate .lw_paginate_next:hover,
.blue .homepage-paginated-stories .lw_paginate .lw_paginate_next:focus,
.blue .homepage-paginated-stories .lw_paginate .lw_paginate_prev:hover,
.blue .homepage-paginated-stories .lw_paginate .lw_paginate_prev:focus {
  border-color: #ffbe26;
}

.blue .homepage-paginated-stories .lw_paginate .lw_paginate_next:hover::before,
.blue .homepage-paginated-stories .lw_paginate .lw_paginate_next:focus::before,
.blue .homepage-paginated-stories .lw_paginate .lw_paginate_prev:hover::before,
.blue .homepage-paginated-stories .lw_paginate .lw_paginate_prev:focus::before {
  color: #ffbe26;
}

.blue .homepage-paginated-stories .lw_paginate .lw_paginate_prev::before {
  content: '\f053';
}

.blue .homepage-paginated-stories .lw_paginate .lw_paginate_next::before {
  content: '\f054';
}

.blue .homepage-paginated-stories .lw_paginate .lw_paginate_count,
.blue .homepage-paginated-stories .lw_paginate .lw_paginate_total,
.blue .homepage-paginated-stories .lw_paginate .lw_spinner {
  display: none;
}

.blue .homepage-paginated-stories .lw_paginate .lw_paginate_next,
.blue .homepage-paginated-stories .lw_paginate .lw_paginate_prev {
  z-index: 1;
  position: absolute;
  top: 0;
  margin-right: 0;
  width: 50px;
  height: 50px;
}

.blue .homepage-paginated-stories .lw_paginate .lw_paginate_next::before,
.blue .homepage-paginated-stories .lw_paginate .lw_paginate_prev::before {
  font-size: 33.8px;
  padding: 4px 12.5px;
}

.blue .homepage-paginated-stories .lw_paginate .lw_paginate_prev {
  left: 0;
}

.blue .homepage-paginated-stories .lw_paginate .lw_paginate_next {
  right: 0;
}

.blue .homepage-paginated-stories .lw_paginate::before,
.blue .homepage-paginated-stories .lw_paginate::after {
  content: '';
  display: inline-block;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 50px;
  height: 50px;
  padding: 4px 12.5px;
  font-size: 33.8px;
  color: #b0bac2;
  border: 2px solid #b0bac2;
  font-family: "Font Awesome 7 Free";
  font-family: var(--fa-family-classic);
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.blue .homepage-paginated-stories .lw_paginate::before {
  content: '\f053';
  left: 0;
}

.blue .homepage-paginated-stories .lw_paginate::after {
  content: '\f054';
  right: 0;
}

.homepage-paginated-stories .lw_paginate.lw_paginate {
  height: 50px;
  width: 100%;
  margin: calc(var(--hp-padding-y) / 1.5) auto 0;
}

.homepage-paginated-stories .hp-story-text,
.homepage-paginated-stories .hp-story-image {
  position: relative;
  max-width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.homepage-paginated-stories .hp-story-text {
  order: 2;
}

.homepage-paginated-stories .hp-story-text .homepage-content-title {
  font-size: 3.4rem;
}

@media only screen and (max-width: 435px) {
  .homepage-paginated-stories .hp-story-text .homepage-content-title {
    font-size: 3rem;
  }
}

@media only screen and (min-width: 992px) {
  .homepage-paginated-stories .hp-story-text .homepage-content-title {
    font-size: 3.8rem;
  }
}

.homepage-paginated-stories .hp-story-text .homepage-content-meta {
  border-bottom: 0;
}

.homepage-paginated-stories .hp-story-image {
  order: 1;
  margin-bottom: 20px;
}

.homepage-paginated-stories .hp-story-image .lw_image {
  width: 100%;
}

.homepage-paginated-stories .hp-story-image img {
  display: block;
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
}

@media only screen and (min-width: 700px) {
  .homepage-paginated-stories .lw_paginate.lw_paginate {
    width: calc(100% - (var(--hp-padding-x) * 2));
    position: absolute;
    top: calc(var(--hp-padding-y) + 87px + (400px / 2) - (50px / 2));
    left: var(--hp-padding-x);
    margin: 0;
  }
}

@media only screen and (min-width: 992px) {
  .homepage-paginated-stories {
    padding: var(--hp-padding-y) calc(var(--hp-padding-x) + 75px);
  }

  .homepage-paginated-stories .lw_paginate.lw_paginate {
    width: calc(100% - (var(--hp-padding-x) * 2));
    top: calc(50% - 25px);
    bottom: unset;
  }

  .homepage-paginated-stories .hp-story-text {
    -webkit-box-flex: 0;
    -webkit-flex: 1 1;
    -ms-flex: 1 1;
    flex: 1 1;
    padding-left: calc(var(--hp-padding-x) / 4);
  }

  .homepage-paginated-stories .hp-story-image {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: calc(var(--hp-padding-x) / 4);
    margin: 0;
  }

  .homepage-paginated-stories .hp-story-image picture {
    background: #224a6b;
  }

  .homepage-paginated-stories .hp-story-image img {
    width: 25vw;
  }
}

.stat-blocks {
  position: relative;
  z-index: 10;
}

.stat-blocks .stat-block {
  position: relative;
  overflow: hidden;
  background: #003865;
  padding: 60px 5%;
}

@media only screen and (min-width: 768px) {
  .stat-blocks .stat-block {
    padding: 80px 3%;
  }
}

.stat-blocks .stat-block:hover .background {
  transform: scale(1.1, 1.1);
}

.stat-blocks .background,
.stat-blocks .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.stat-blocks .background {
  background: #003865;
  background-position: center !important;
  background-size: cover !important;
  transition: transform 0.5s;
}

.stat-blocks .overlay {
  background: #003865;
  opacity: 50%;
}

.stat-blocks .text {
  position: relative;
  width: 100%;
  color: #ffffff;
  text-shadow: #2d2d2d 3px 2px 4px;
}

.stat-blocks .text h4,
.stat-blocks .text h5 {
  color: #ffffff;
}

.block-divider {
  width: 100%;
  height: auto;
  background: #000;
  color: #FFF;
  padding: 1em 5%;
  font-size: 2rem;
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.block-divider .divider-text,
.block-divider .buttons {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  min-height: 45px;
}

.block-divider .buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.block-divider .button {
  display: block;
  background: #A00;
  padding: 5px 10px 10px;
  border-radius: 10px;
  margin: 5px 10px;
  cursor: pointer;
  min-width: 175px;
  text-align: center;
}

.block-divider .button.active {
  background: #0A0;
}

.block-divider .button.align,
.block-divider .button.size {
  background: #00A;
}

@media only screen and (min-width: 992px) {

  .block-divider .divider-text,
  .block-divider .buttons {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}

body.hp-dev .homepage-content.primary {
  min-height: 3em;
  position: relative;
  border: 2px #F99 solid;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

body.hp-dev .homepage-content.primary::after {
  content: ".primary";
  color: #000 !important;
  position: absolute;
  right: 0;
  bottom: 0;
  background: #FCC;
  padding: 4px;
  border: #F99 2px solid;
}

body.hp-dev .homepage-content.secondary {
  min-height: 3em;
  position: relative;
  border: 2px #9F9 solid;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

body.hp-dev .homepage-content.secondary::after {
  content: ".secondary";
  color: #000 !important;
  position: absolute;
  right: 0;
  bottom: 0;
  background: #CFC;
  padding: 4px;
  border: #9F9 2px solid;
}

body.hp-dev .homepage-graphics {
  min-height: 3em;
  position: relative;
  border: 2px #99F solid;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

body.hp-dev .homepage-graphics::after {
  content: ".graphics";
  color: #000 !important;
  position: absolute;
  right: 0;
  bottom: 0;
  background: #CCF;
  padding: 4px;
  border: #99F 2px solid;
}

body.yline-dev .yline {
  border: #F00 1px solid;
  background-color: rgba(255, 0, 0, 0.05);
  z-index: 100 !important;
}

body.yline-dev::before {
  content: "vpv";
  text-align: left;
  width: 100vw;
  height: 2px;
  background: #0F0;
  color: #0F0;
  position: fixed;
  top: calc(50% - 1px);
  left: 0;
  z-index: 100;
}

body.yline-dev::after {
  content: "vph";
  text-align: left;
  width: 2px;
  height: 100vh;
  background: #00F;
  color: #00F;
  position: fixed;
  top: 0;
  left: calc(50% - 1px);
  z-index: 100;
}

body.yline-dev .homepage-block::after {
  content: "hbv";
  text-align: left;
  width: 100vw;
  height: 2px;
  background: #000;
  color: #000;
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  z-index: 100;
}