@font-face {
  font-family: "GTWalsheim";
  src: url(../../fonts/GT-Walsheim-Pro-Regular.woff);
  src: url(../../fonts/GT-Walsheim-Pro-Regular.ttf);
  font-weight: normal; }

@font-face {
  font-family: "GTWalsheim";
  src: url(../../fonts/GT-Walsheim-Pro-Bold.woff);
  src: url(../../fonts/GT-Walsheim-Pro-Bold.ttf);
  font-weight: 500; }

@-webkit-keyframes bounce {
  0% {
    -webkit-transform: scaleY(1.5);
            transform: scaleY(1.5); }
  10% {
    -webkit-transform: scaleY(0.9);
            transform: scaleY(0.9); }
  50% {
    -webkit-transform: scaleY(1.5);
            transform: scaleY(1.5); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes bounce {
  0% {
    -webkit-transform: scaleY(1.5);
            transform: scaleY(1.5); }
  10% {
    -webkit-transform: scaleY(0.9);
            transform: scaleY(0.9); }
  50% {
    -webkit-transform: scaleY(1.5);
            transform: scaleY(1.5); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@-webkit-keyframes fill {
  0% {
    width: 0%;
    height: 5px; }
  100% {
    width: 100%;
    height: 5px; } }

@keyframes fill {
  0% {
    width: 0%;
    height: 5px; }
  100% {
    width: 100%;
    height: 5px; } }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.fadeOut {
  -webkit-animation: fadeOut 2s;
          animation: fadeOut 2s; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

audio,
canvas,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden] {
  display: none; }

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

a:focus {
  outline: thin dotted; }

a:active,
a:hover {
  outline: 0; }

h1 {
  font-size: 2em; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: 700; }

dfn {
  font-style: italic; }

mark {
  background: #ff0;
  color: #000; }

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

pre {
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: \201c \201d \2018 \2019; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0; }

button,
input {
  line-height: normal; }

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
input[disabled] {
  cursor: default; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

textarea {
  overflow: auto;
  vertical-align: top; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

body,
figure {
  margin: 0; }

legend,
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

@font-face {
  font-family: "GTWalsheim";
  src: url(../../fonts/GT-Walsheim-Pro-Regular.woff);
  src: url(../../fonts/GT-Walsheim-Pro-Regular.ttf);
  font-weight: normal; }

@font-face {
  font-family: "GTWalsheim";
  src: url(../../fonts/GT-Walsheim-Pro-Bold.woff);
  src: url(../../fonts/GT-Walsheim-Pro-Bold.ttf);
  font-weight: 500; }

@keyframes bounce {
  0% {
    -webkit-transform: scaleY(1.5);
            transform: scaleY(1.5); }
  10% {
    -webkit-transform: scaleY(0.9);
            transform: scaleY(0.9); }
  50% {
    -webkit-transform: scaleY(1.5);
            transform: scaleY(1.5); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes fill {
  0% {
    width: 0%;
    height: 5px; }
  100% {
    width: 100%;
    height: 5px; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.fadeOut {
  -webkit-animation: fadeOut 2s;
          animation: fadeOut 2s; }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.block {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10rem 0;
  color: #fff;
  font-family: "GTWalsheim", sans-serif;
  position: relative;
  background-size: contain; }
  @media (max-width: 1500px) {
    .block {
      background-size: cover; } }
  @media (max-width: 500px) {
    .block {
      padding: 0; } }
  .block--promo {
    justify-content: center; }
    @media (max-width: 500px) {
      .block--promo {
        justify-content: flex-start; } }
    .block--promo .block__heading {
      width: 100%;
      margin: 2rem 0; }
      @media (max-width: 970px) {
        .block--promo .block__heading {
          margin: 2rem auto; } }
    .block--promo .block__content {
      align-items: center; }
      .block--promo .block__content .block__text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start; }
    .block--promo .figure img {
      opacity: 0; }
  .block--center {
    justify-content: center; }
    .block--center .block__heading {
      margin: 2rem 0; }
  .block--center {
    text-align: center;
    padding: 30rem 0; }
    @media (max-width: 767px) {
      .block--center {
        padding: 15rem 0; } }
  .block--dark {
    color: #4a4a4a; }
  .block--grey {
    color: #6f6f6f; }
  .block__content {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    width: 100%; }
    .block__content--rowReverse {
      flex-direction: row-reverse; }
    .block__content--reverse {
      align-items: flex-end; }
    @media (max-width: 500px) {
      .block__content {
        flex-direction: column-reverse;
        text-align: center;
        font-size: 1.6rem;
        align-items: initial; } }
    @media (max-width: 500px) {
      .block__content--columnReverse {
        flex-direction: column; } }
  .block__heading {
    font-size: 5rem;
    line-height: 5.4rem;
    color: #fff;
    max-width: 78rem;
    font-weight: 500; }
    @media (max-width: 500px) {
      .block__heading {
        text-align: center;
        font-size: 3.6rem;
        line-height: 4rem; } }
    .block__heading--black {
      color: #000; }
    .block__heading--dark {
      color: #003478; }
    .block__heading--light {
      color: #fff; }
    .block__heading--small {
      font-size: 2.4rem; }
    .block__heading--center {
      text-align: center;
      margin: 0 auto; }
      @media (max-width: 970px) {
        .block__heading--center {
          width: 90%;
          margin: 2rem auto; } }
    .block__heading--medium {
      font-size: 2.6rem; }
  .block__subHeading {
    color: #4a4a4a;
    width: 50%;
    margin: 0 auto; }
    @media (max-width: 970px) {
      .block__subHeading {
        width: 75%; } }
    @media (max-width: 767px) {
      .block__subHeading {
        width: 90%; } }
    .block__subHeading--light {
      color: #fff; }
  .block__text {
    max-width: 48.4rem;
    line-height: 1.17;
    margin: 0 4rem; }
    @media (max-width: 1175px) {
      .block__text {
        flex: 0 0 45%; } }
    @media (max-width: 500px) {
      .block__text {
        padding: 5rem 4rem;
        margin: 0; } }
    .block__text--center {
      width: 100%;
      max-width: 78rem;
      margin: 0 auto;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-align: center; }
      @media (max-width: 1175px) {
        .block__text--center {
          flex-basis: 75%; } }
      @media (max-width: 500px) {
        .block__text--center {
          margin: initial;
          align-items: initial;
          min-height: 35rem; } }
  .block__media {
    width: 50%; }
    @media (max-width: 500px) {
      .block__media {
        width: 100%; }
        .block__media .wp-block-embed,
        .block__media .wp-block-image {
          margin-bottom: 0; } }
  .block__video {
    width: 100% !important;
    height: 60rem !important; }
    @media (max-width: 1349px) {
      .block__video {
        height: 45rem !important; } }
    @media (max-width: 500px) {
      .block__video {
        height: 36rem !important; } }
    .block__video--hide {
      display: none; }
  .block__link {
    padding: 1.25rem 2.5rem;
    border-radius: 2px;
    font-size: 1.8rem;
    transition: all 0.2s ease-in-out;
    text-decoration: none; }
    @media (max-width: 1175px) {
      .block__link {
        font-size: 1.6rem; } }
    @media (max-width: 767px) {
      .block__link {
        font-size: 1.8rem; } }
    @media (max-width: 500px) {
      .block__link {
        display: block;
        width: 100%;
        margin: 1rem auto; } }
    .block__link--light {
      color: #31f0bc; }
    .block__link:active {
      box-shadow: inherit; }
  .block__figcaption:not(.block--slideshow.block__figcaption) {
    font-size: 2.4rem;
    line-height: 1.2; }
  .block__button--hidden {
    display: none; }
  .block__cards {
    display: flex;
    flex-flow: row wrap;
    width: 80%;
    margin: 2.5rem auto 0;
    text-align: center;
    padding: 0; }
    @media (max-width: 1660px) {
      .block__cards {
        width: 95%; } }
    @media (max-width: 1500px) {
      .block__cards {
        width: 100%; } }
    .block__cards .figure {
      height: 22.5rem; }
      @media (max-width: 970px) {
        .block__cards .figure {
          height: 18rem; } }
      @media (max-width: 500px) {
        .block__cards .figure {
          width: 100%;
          height: inherit; } }
      .block__cards .figure img {
        -o-object-fit: cover;
           object-fit: cover;
        height: 100%;
        border-radius: 4px 4px 0 0;
        max-height: 25rem; }
        @media (max-width: 500px) {
          .block__cards .figure img {
            height: 15rem; } }
      .block__cards .figure__caption {
        font-size: 2rem;
        background: #fff;
        padding: 1.5rem 0;
        min-height: 7rem;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 0 0 4px 4px;
        color: #003478; }
  .block p {
    font-size: 2.4rem; }

.figure {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 75%;
  background-repeat: no-repeat; }
  @media (max-width: 1349px) {
    .figure {
      max-height: 47.5rem; } }
  @media (max-width: 1175px) {
    .figure {
      max-height: 40rem; } }
  @media (max-width: 500px) {
    .figure {
      max-height: 30rem; } }
  .figure--reverse {
    left: 0;
    right: initial; }
  .figure img {
    width: 100%;
    display: block; }

.entry .entry-content {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important; }

.entry .entry-content > *,
.entry .entry-summary > * {
  margin: 0 !important; }

.image-button {
  padding: 0;
  display: block;
  justify-content: flex-end;
  flex: 0 1 50%; }

.image-button--hide {
  display: none; }

wp-block-image .components-resizable-box__container {
  display: block; }

.block__paragraph {
  margin-bottom: 2.5rem; }
