/*--------------------------------------------------------------
# Global
--------------------------------------------------------------*/
@font-face {
  font-family: "ABC Arizona Mix Unlicensed Trial";
  src: url("../fonts/ABCArizonaMix-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ABC Arizona Mix Unlicensed Trial";
  src: url("../fonts/ABCArizonaMix-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ABC Arizona Mix Unlicensed Trial";
  src: url("../fonts/ABCArizonaMix-LightItalic.woff2") format("woff2");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "ABC Arizona Mix Unlicensed Trial";
  src: url("../fonts/ABCArizonaMix-MediumItalic.woff2") format("woff2");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
/* Structure */
/* Typography */
.color-white {
  color: #ffffff;
}

.color-black {
  color: #000000;
}

.color-blue {
  color: #003698;
}

.color-light-blue {
  color: #0043be;
}

.color-sky {
  color: #00c8ff;
}

.color-red {
  color: #ff0059;
}

.color-gray {
  color: #a9a8a6;
}

.color-light-gray {
  color: #c1c0be;
}

body,
button,
input,
select,
optgroup,
textarea {
  color: #ffffff;
  font-family: "ABC Arizona Mix Unlicensed Trial", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.21;
}

p {
  margin: 0;
  padding: 0 0 1rem;
}
p:last-of-type {
  padding: 0;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  clear: both;
  padding: 0 0 1rem;
  margin: 0;
  font-weight: 300;
  text-transform: uppercase;
}

h1,
.h1 {
  font-size: 3.75rem;
  letter-spacing: -0.156rem;
}

h2,
.h2 {
  font-size: 2.25rem;
}

/*
h1,
.h1 {
  font-size: $h1x;
  font-family: $font__heading;
  font-weight: $fontWeightHeavy;
  line-height: $lineHeightMd;
  margin: 0 0 2rem;

  @media screen and (min-width: $lg) {
    font-size: $h1;
  }
}

h2,
.h2 {
  font-size: $h2;
  font-family: $font__heading;
  font-weight: $fontWeightHeavy;
  line-height: $lineHeightMd;
  margin: 0 0 1rem;
}

h3,
.h3 {
  font-size: $h3;
  font-family: $font__heading;
  font-weight: $fontWeightHeavy;
  line-height: $lineHeightMd;
  margin: 0 0 1rem;
}

p {
  margin: 0 0 1rem;
  line-height: $lineHeightLg;
  font-weight: $fontWeightBold;

  &:last-of-type { 
    margin: 0;
  }
}

body,
button,
input,
select,
optgroup,
textarea {
  color: $color__text-main;
  font-family: $font__main;
  font-size: 1rem;
  line-height: $font__line-height-body;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: $color__background-pre;
  font-family: $font__pre;
  line-height: $font__line-height-pre;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: $font__code;
}

abbr,
acronym {
  border-bottom: 1px dotted $color__border-abbr;
  cursor: help;
}

mark,
ins {
  background: $color__background-ins;
  text-decoration: none;
}

big {
  font-size: 125%;
}
  */
.entry-content .button-secondary, .entry-content .button-primary {
  font-size: 1rem;
  padding: 0.75rem 1.5rem;
  border: 1px solid #ffffff;
  border-radius: 3rem;
  display: inline-block;
  font-weight: 500;
  text-align: center;
}

.entry-content .button-primary {
  background-color: transparent;
  color: #ffffff;
}
.entry-content .button-primary:hover {
  color: #003698;
  border-color: #00c8ff;
  background-color: #00c8ff;
}
.entry-content .button-secondary {
  background-color: #ffffff;
  color: #000000;
}
.entry-content .button-secondary:hover {
  color: #003698;
  border-color: #00c8ff;
  background-color: #00c8ff;
}
.entry-content .button-secondary.button-sky {
  color: #003698;
  border-color: #00c8ff;
  background-color: #00c8ff;
}
.entry-content .button-secondary.button-sky:hover {
  color: #000000;
  border-color: #ffffff;
  background-color: #ffffff;
}
.entry-content .button-secondary.button-ruby {
  color: #ffffff;
  border-color: #cc0047;
  background-color: #cc0047;
}
.entry-content .button-secondary.button-ruby:hover {
  color: #000000;
  border-color: #ffffff;
  background-color: #ffffff;
}
.entry-content .button-secondary.button-red-text-light-bule, .entry-content .block--eagle-one.bg-light-blue .button-secondary.cta, .block--eagle-one.bg-light-blue .entry-content .button-secondary.cta {
  color: #0043be;
  border-color: #ff0059;
  background-color: #ff0059;
}
.entry-content .button-secondary.button-red-text-light-bule:hover, .entry-content .block--eagle-one.bg-light-blue .button-secondary.cta:hover, .block--eagle-one.bg-light-blue .entry-content .button-secondary.cta:hover {
  color: #000000;
  border-color: #ffffff;
  background-color: #ffffff;
}

body {
  background-color: #003698;
}

.post,
.page,
.page-content,
.entry-content,
.entry-summary {
  margin: 0;
}

.site-main {
  margin-top: -91px;
}
@media screen and (min-width: 981px) {
  .site-main {
    margin-top: -163px;
  }
}

.container-fluid {
  width: 100%;
}

.container {
  width: 100%;
  max-width: 1212px;
  padding-right: 1rem;
  padding-left: 1rem;
  margin-right: auto;
  margin-left: auto;
}

.full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.sr-only, .block--contact .with_frm_style .frm_primary_label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.block.is_arrow {
  margin-bottom: -18px;
}
@media screen and (min-width: 981px) {
  .block.is_arrow.is_arrow-mobile-only {
    margin-bottom: 0;
  }
  .block.is_arrow.is_arrow-mobile-only::after {
    content: none !important;
  }
}
.block.is_arrow.arrow-red::after, .block.is_arrow.arrow-blue::after, .block.is_arrow.arrow-light-blue::after, .block.is_arrow.arrow-gray::after {
  content: "";
  background-color: transparent;
  background-position: center -20px;
  background-repeat: no-repeat;
  width: 100%;
  height: 18px;
  display: block;
}
.block.arrow-red::after {
  background-image: url("../images/icon-divider-arrow-red.svg");
}
.block.arrow-blue::after {
  background-image: url("../images/icon-divider-arrow-blue.svg");
}
.block.arrow-light-blue::after {
  background-image: url("../images/icon-divider-arrow-light-blue.svg");
}
.block.arrow-gray::after {
  background-image: url("../images/icon-divider-arrow-gray.svg");
}

.site-header {
  padding: 1.75rem 0;
  background-color: transparent;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 981px) {
  .site-header {
    padding: 4rem 0;
  }
}
.site-header .site-header-container {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.site-header .site-header-container .site-branding {
  flex: 0 0 auto;
}
.site-header .custom-logo-link {
  display: inline-block;
}
.site-header .custom-logo-link img {
  max-width: 116px;
}
.site-header .menu-toggle {
  color: #003698;
  background-color: #00c8ff;
  border: 0;
  border-radius: 5rem;
  font-weight: 500;
  padding: 0.5rem 1.5rem;
  display: block;
}
@media screen and (min-width: 981px) {
  .site-header .menu-toggle {
    display: none;
  }
}
.site-header .main-navigation {
  width: auto;
}
@media screen and (min-width: 981px) {
  .site-header .main-navigation {
    flex: 1 1 auto;
  }
}
.site-header .main-navigation li {
  border-bottom: 1px solid #00c8ff;
}
@media screen and (min-width: 981px) {
  .site-header .main-navigation li {
    border-bottom: 0;
  }
}
.site-header .main-navigation li:last-of-type {
  border-bottom: 0;
}
.site-header .main-navigation li.current-menu-item a {
  color: #ffffff;
  font-weight: 500;
}
.site-header .main-navigation a {
  font-size: 2.375rem;
  color: #ffffff;
  padding: 1rem 0;
}
@media screen and (min-width: 981px) {
  .site-header .main-navigation a {
    font-size: 1rem;
    padding: 0;
  }
}
.site-header .main-navigation .menu-container {
  display: none;
  background-color: #003698;
  text-align: center;
  position: fixed;
  z-index: 5;
  top: 91px;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
}
@media screen and (min-width: 981px) {
  .site-header .main-navigation .menu-container {
    display: block;
    position: static;
    background-color: transparent;
  }
}
.site-header .main-navigation ul {
  display: block;
}
@media screen and (min-width: 981px) {
  .site-header .main-navigation ul {
    display: flex;
    justify-content: center;
    gap: 2rem;
  }
}
.site-header .main-navigation.toggled ul {
  display: block;
}
.site-header .main-navigation.toggled .menu-container {
  display: block;
}
.site-header .main-navigation.toggled .menu-toggle {
  background-color: #ff0059;
}
.site-header .main-navigation.toggled .menu-toggle span {
  font-size: 0;
}
.site-header .main-navigation.toggled .menu-toggle span::before {
  content: "Close";
  display: inline-block;
  font-size: 1rem;
}
@media screen and (min-width: 981px) {
  .site-header.nav-color-black .main-navigation a {
    color: #000000;
  }
}
@media screen and (min-width: 981px) {
  .site-header.nav-color-black .main-navigation li.current-menu-item a {
    color: #000000;
  }
}

body.menu-opened {
  overflow: hidden;
}
body.menu-opened .site-header {
  background-color: #003698;
}

/*
.admin-bar {
  .site-header {
    top: 32px;

    @media screen and (max-width: 782px) {
      top: 46px;
    }
  }
}*/
.site-footer {
  padding: 3.25rem 0 6.25rem;
  background-color: #000000;
  color: #ffffff;
}
@media screen and (min-width: 981px) {
  .site-footer {
    padding: 4.5rem 0 4.25rem;
  }
}
.site-footer a {
  color: #ffffff;
  text-decoration: none;
}
.site-footer a:hover {
  text-decoration: underline;
}
.site-footer .site-info {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
  padding-bottom: 2rem;
}
@media screen and (min-width: 981px) {
  .site-footer .site-info {
    grid-template-columns: 3fr 1fr 1fr;
    padding-bottom: 1rem;
  }
}
.site-footer .site-info .column-1 {
  grid-column: 1/span 2;
}
@media screen and (min-width: 981px) {
  .site-footer .site-info .column-1 {
    grid-column: inherit;
  }
}
.site-footer .site-info h2 {
  font-weight: 500;
}
.site-footer .site-info h2,
.site-footer .site-info p {
  font-size: 0.875rem;
}
.site-footer .site-copyright p {
  font-size: 0.75rem;
  padding: 0.1rem;
}

.block--accordion {
  color: #003698;
  /*&::after {
    content: "";
    background: transparent url('../images/icon-divider-arrow-light-blue.svg') center -20px no-repeat;
    width: 100%;
    height: 18px;
    display: block;
  }*/
}
.block--accordion .accordion-container {
  background-color: #0043be;
  padding: 3.125rem 0;
}
@media screen and (min-width: 981px) {
  .block--accordion .accordion-container {
    padding: 4rem 0 6.25rem;
  }
}
.block--accordion .headline {
  margin: 0;
  font-size: clamp(4.5rem, 18vw, 8.5rem);
  line-height: 1;
}
.block--accordion .accordion {
  border-top: 1px solid #00c8ff;
}
.block--accordion .accordion h3 {
  margin: 0;
  padding: 0;
}
.block--accordion .accordion .accordion-trigger {
  font-size: 1.375rem;
  text-align: left;
  background-color: transparent;
  border: none;
  border-radius: 0;
  display: block;
  padding: 0.625rem 1rem;
  width: 100%;
  color: #00c8ff;
  border-bottom: 1px solid #00c8ff;
}
.block--accordion .accordion .accordion-panel {
  max-height: 0;
  transition: max-height 0.2s ease-out;
  overflow: hidden;
  padding: 0;
  color: #00c8ff;
  font-size: 1.188rem;
}
.block--accordion .accordion .accordion-panel-inner {
  padding: 1rem;
}
.block--accordion .accordion-image {
  position: absolute;
  opacity: 0;
  transition: opacity 1s;
  padding: 1rem;
}
@media screen and (min-width: 981px) {
  .block--accordion .accordion-image {
    padding: 0;
  }
}
.block--accordion .accordion-image.open {
  opacity: 1;
}

.block--contact .contact-container {
  overflow: hidden;
  padding: 11rem 0;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .block--contact .contact-container {
    padding: 20rem 0;
  }
}
.block--contact .section-tagline {
  font-size: 1.188rem;
  text-align: center;
  padding-bottom: 1rem;
}
.block--contact .section-headline {
  font-size: 3.5rem;
  color: #00c8ff;
  line-height: 1;
  text-align: center;
  padding-bottom: 3rem;
}
.block--contact .contact-form-wrapper {
  border-radius: 1.5rem;
  padding: 1.25rem;
}
.block--contact .headline {
  font-size: 1.375rem;
}
.block--contact .frm_style_formidable-style.with_frm_style .form-field {
  margin-bottom: 0.5rem;
}
.block--contact input[type=text],
.block--contact input[type=email],
.block--contact input[type=number],
.block--contact input[type=url],
.block--contact input[type=tel],
.block--contact input[type=phone],
.block--contact input[type=search],
.block--contact select,
.block--contact textarea {
  font-size: 1.188rem;
  padding: 1.5rem;
}
.block--contact input[type=text]::placeholder,
.block--contact input[type=email]::placeholder,
.block--contact input[type=number]::placeholder,
.block--contact input[type=url]::placeholder,
.block--contact input[type=tel]::placeholder,
.block--contact input[type=phone]::placeholder,
.block--contact input[type=search]::placeholder,
.block--contact select::placeholder,
.block--contact textarea::placeholder {
  font-size: 1.188rem;
  color: #bab9b7;
}
.block--contact .with_frm_style select {
  color: #bab9b7 !important;
}
.block--contact .frm_style_formidable-style.with_frm_style .frm_submit button,
.block--contact input[type=submit] {
  font-size: 1.188rem;
  background-color: #00c8ff;
  color: #003698;
  box-shadow: none;
  border: 0;
  width: 100%;
  padding: 1rem;
  margin: 0;
}
.block--contact.theme-blue .contact-container {
  background-color: #0043be;
}
.block--contact.theme-blue .contact-form-wrapper {
  background-color: #003698;
}
.block--contact.theme-red .contact-container {
  background-color: #cc0047;
}
.block--contact.theme-red .contact-form-wrapper {
  background-color: #ff0059;
}
.block--contact.theme-red .section-tagline,
.block--contact.theme-red .section-headline {
  color: #ffffff;
}
.block--contact.theme-black .contact-container {
  background-color: #000000;
}
.block--contact.theme-black .contact-form-wrapper {
  background-color: #232322;
}
.block--contact.theme-black .frm_style_formidable-style.with_frm_style .frm_submit button,
.block--contact.theme-black input[type=submit] {
  background-color: #ff0059;
  color: #ffffff;
}

::placeholder {
  color: #bab9b7 !important;
}

.block--hero-home {
  position: relative;
  overflow: hidden;
}
.block--hero-home .bg-image {
  display: block;
  object-fit: cover;
  object-position: center top;
  width: 100%;
  height: 100%;
  max-height: 1200px;
}
.block--hero-home .bg-image.bg-image-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .block--hero-home .bg-image.bg-image-desktop {
    display: block;
  }
}
.block--hero-home .bg-image.bg-image-mobile {
  display: block;
  display: none;
}
@media screen and (min-width: 768px) {
  .block--hero-home .bg-image.bg-image-mobile {
    display: none;
  }
}
.block--hero-home .hero-home-container {
  padding: 7.25rem 0 3.125rem;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .block--hero-home .hero-home-container {
    position: absolute;
    bottom: 4.5rem;
    left: 0;
    width: 100%;
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  .block--hero-home .hero-home-container {
    background-image: none !important;
  }
}
.block--hero-home .content {
  width: 100%;
  height: 100%;
}
.block--hero-home .headline {
  color: #00c8ff;
  padding: 0 0 0.5rem;
}
@media screen and (min-width: 768px) {
  .block--hero-home .headline::before {
    content: "";
    background: transparent url("../images/icon-star.svg") center center no-repeat;
    width: 47px;
    height: 49px;
    display: block;
    margin: 0 0 1.75rem;
  }
}
.block--hero-home .description {
  font-size: 1.375rem;
  text-transform: uppercase;
  margin-bottom: 1.625rem;
}
@media screen and (min-width: 768px) {
  .block--hero-home .description {
    margin-bottom: 1.313rem;
  }
}
.block--hero-home .description::after {
  content: "";
  background: transparent url("../images/icon-star.svg") center center no-repeat;
  width: 47px;
  height: 49px;
  display: block;
  margin: 1.625rem 0 0;
}
@media screen and (min-width: 768px) {
  .block--hero-home .description::after {
    content: none;
  }
}

.block--history {
  overflow: hidden;
}
.block--history .history-container {
  background-color: #a9a8a6;
  padding: 3.125rem 0;
}
@media screen and (min-width: 981px) {
  .block--history .history-container {
    padding: 6.25rem 0;
  }
}
.block--history .headline {
  color: #000000;
  padding: 0 0 2.5rem;
}
.block--history .custom-table {
  color: #ffffff;
  border-collapse: separate;
  border-spacing: 0 0.25rem;
}
.block--history .custom-table th {
  background-color: #1757d1;
  font-size: 1.188rem;
  font-weight: 500;
  padding: 0.625rem 2rem;
  text-align: left;
  display: none;
}
@media screen and (min-width: 981px) {
  .block--history .custom-table th {
    display: table-cell;
  }
}
.block--history .custom-table th:first-child {
  border-top-left-radius: 1.5rem;
}
.block--history .custom-table th:last-child {
  border-top-right-radius: 1.5rem;
}
@media screen and (min-width: 981px) {
  .block--history .custom-table th:nth-child(2) {
    width: 40%;
  }
}
.block--history .custom-table td {
  background-color: #797877;
  padding: 0 1rem 0.5rem;
  font-size: 1rem;
  display: block;
  text-align: center;
}
@media screen and (min-width: 981px) {
  .block--history .custom-table td {
    display: table-cell;
    text-align: left;
    padding: 0.625rem 2rem;
    font-size: 0.813rem;
  }
}
.block--history .custom-table td.empty {
  display: none;
}
@media screen and (min-width: 981px) {
  .block--history .custom-table td.empty {
    display: table-cell;
  }
}
.block--history .custom-table td.empty + td {
  padding-top: 1rem;
}
@media screen and (min-width: 981px) {
  .block--history .custom-table td.empty + td {
    padding-top: 0.625rem;
  }
}
.block--history .custom-table td:first-child {
  font-weight: 500;
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
  padding: 1rem 1rem 0.5rem;
  font-size: 1.188rem;
  color: #ff0059;
}
@media screen and (min-width: 981px) {
  .block--history .custom-table td:first-child {
    border-top-right-radius: 0;
    padding: 0.625rem 2rem;
    font-size: 0.813rem;
    color: #ffffff;
  }
}
.block--history .custom-table td:last-child {
  padding: 0rem 1rem 1rem;
}
@media screen and (min-width: 981px) {
  .block--history .custom-table td:last-child {
    border-top-right-radius: 1.5rem;
    padding: 0.625rem 2rem;
  }
}

.block--slider {
  position: relative;
  overflow: hidden;
}
.block--slider .slider-inner {
  background: #a9a8a6 url("../images/bg-slider.jpg") left bottom no-repeat;
  padding: 11.25rem 0;
}
.block--slider .sliders-container {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 4rem;
}
@media screen and (min-width: 981px) {
  .block--slider .sliders-container {
    grid-template-columns: repeat(3, 1fr);
  }
}
.block--slider .sliders-container .column-slider {
  min-width: 100%;
}
@media screen and (min-width: 981px) {
  .block--slider .sliders-container .column-slider {
    grid-column: 2/span 2;
  }
}
.block--slider .headline {
  padding: 0 0 1.25rem;
  font-size: 2.25rem;
  line-height: 1;
  color: #000000;
}
.block--slider .description {
  font-size: 1.188rem;
  color: #000000;
}
.block--slider .media-container {
  border-radius: 2rem;
  overflow: hidden;
}
.block--slider .swiper {
  overflow: visible;
}
.block--slider .swiper-button-next,
.block--slider .swiper-button-prev {
  display: none;
}
@media screen and (min-width: 981px) {
  .block--slider .swiper-button-next,
  .block--slider .swiper-button-prev {
    display: flex;
  }
}
.block--slider .swiper-button-next::after,
.block--slider .swiper-button-prev::after {
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 0;
  width: 8px;
  height: 21px;
}
.block--slider .swiper-button-next {
  right: -2rem;
}
.block--slider .swiper-button-next::after {
  background-image: url("../images/icon-arrow-right.svg");
}
.block--slider .swiper-button-prev {
  left: -2rem;
}
.block--slider .swiper-button-prev::after {
  background-image: url("../images/icon-arrow-left.svg");
}
.block--slider .swiper-pagination-bullets.swiper-pagination-horizontal {
  background-color: #c1c0be;
  border-radius: 2rem;
  width: auto;
  padding: 0.25rem 0.5rem;
  bottom: -3rem;
  left: 50%;
  transform: translateX(-50%);
}
.block--slider .swiper-pagination-bullet {
  background-color: #a9a8a6;
  opacity: 1;
}
.block--slider .swiper-pagination-bullet-active {
  background-color: #ffffff;
}

.block--stats .content-desktop {
  display: none;
}
@media screen and (min-width: 981px) {
  .block--stats .content-desktop {
    display: block;
    padding: 4.5rem 0;
  }
}
.block--stats .content-desktop .content-top {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.125rem;
  border-bottom: 1px solid #ff0059;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}
.block--stats .content-desktop .content-top .column-stats {
  grid-column: 2/span 2;
  display: flex;
  align-items: flex-end;
  gap: 1rem;
}
.block--stats .content-desktop .content-bottom {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.125rem;
}
.block--stats .content-desktop .content-bottom .column-keys {
  grid-column: 2/span 2;
}
.block--stats .content-mobile {
  padding: 3.125rem 0;
}
@media screen and (min-width: 981px) {
  .block--stats .content-mobile {
    display: none;
  }
}
.block--stats hr {
  background-color: #00c8ff;
  border: 0;
  height: 1px;
  margin: 1.5rem 0;
}
.block--stats .headline {
  color: #00c8ff;
  letter-spacing: -0.04rem;
  line-height: 1;
}
.block--stats .description {
  font-size: 1.188rem;
}
.block--stats .button-primary,
.block--stats .button-secondary {
  margin-top: 2rem;
  width: 100%;
}
.block--stats .button-secondary {
  margin-top: 1rem;
}
.block--stats .stats {
  color: #ff0059;
  padding: 0;
  font-size: clamp(100px, 38vw, 370px);
  line-height: 0.7;
  letter-spacing: -0.9rem;
  display: flex;
  align-items: center;
}
.block--stats .stats span {
  margin-top: -8%;
}
@media screen and (min-width: 768px) {
  .block--stats .stats {
    letter-spacing: -1.25rem;
  }
}
@media screen and (min-width: 981px) {
  .block--stats .stats {
    font-size: clamp(100px, 18vw, 267px);
  }
}
.block--stats .stats-label {
  font-size: 1.25rem;
  text-transform: uppercase;
  padding: 1rem 0;
}
@media screen and (min-width: 981px) {
  .block--stats .stats-label {
    padding: 0;
    font-size: 1.375rem;
    line-height: 1.1;
  }
}
.block--stats .key-projects-title {
  font-size: 1.25rem;
  color: #ffffff;
  padding: 1rem 0 0.5rem;
}
@media screen and (min-width: 981px) {
  .block--stats .key-projects-title {
    font-size: 2.25rem;
    padding: 0;
  }
}
.block--stats .key-projects {
  padding: 0;
  margin: 0;
  list-style: none;
}
.block--stats .key-projects li {
  padding: 1.25rem 0;
}
.block--stats .key-projects-key {
  font-size: 2.25rem;
  color: #00c8ff;
  line-height: 0.9;
}
@media screen and (min-width: 981px) {
  .block--stats .key-projects-key {
    font-size: 2.938rem;
  }
}
.block--stats .key-projects-label {
  font-size: 0.875rem;
}
@media screen and (min-width: 981px) {
  .block--stats .key-projects-label {
    font-size: 1.188rem;
  }
}
.block--stats .mobile-image {
  width: 100%;
}

.block--table {
  overflow: hidden;
}
.block--table .table-container {
  background-color: #003698;
  padding: 3.125rem 0;
}
@media screen and (min-width: 981px) {
  .block--table .table-container {
    padding: 6.25rem 0;
  }
}
.block--table .content-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1.5rem 6.25rem;
}
@media screen and (min-width: 981px) {
  .block--table .content-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.block--table .headline {
  color: #00c8ff;
  line-height: 1;
}
.block--table .description {
  font-size: 1.188rem;
}
.block--table .custom-table-wrapper {
  margin-top: 3rem;
  position: relative;
}
.block--table .custom-table-wrapper::before {
  content: "";
  display: block;
  background: transparent url("../images/icon-divider-arrow-red.svg") center center/contain no-repeat;
  width: 100%;
  height: 38px;
  position: absolute;
  top: 2rem;
  z-index: 1;
}
@media screen and (min-width: 981px) {
  .block--table .custom-table-wrapper::before {
    content: none;
  }
}
.block--table .custom-table {
  font-size: 1.188rem;
  border-collapse: separate;
  border-spacing: 0 0.5rem;
}
@media screen and (min-width: 981px) {
  .block--table .custom-table {
    border-spacing: 0 0.625rem;
  }
}
.block--table .custom-table th {
  display: block;
  padding: 0.75rem;
  font-weight: 300;
  text-align: center;
  color: #003698;
  width: 100%;
  background-color: #00c8ff;
}
@media screen and (min-width: 981px) {
  .block--table .custom-table th {
    display: table-cell;
    text-align: left;
    padding: 0.625rem 6.25rem;
  }
}
.block--table .custom-table th.th-label {
  text-transform: uppercase;
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 981px) {
  .block--table .custom-table th.th-label {
    width: 33.334%;
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 0;
    text-transform: none;
  }
}
.block--table .custom-table th.th-data {
  display: none;
}
@media screen and (min-width: 981px) {
  .block--table .custom-table th.th-data {
    width: 66.666%;
    border-top-right-radius: 1.5rem;
    display: table-cell;
  }
}
@media screen and (min-width: 981px) {
  .block--table .custom-table tr:nth-child(2) td.td-label {
    border-top-left-radius: 1.5rem;
  }
}
@media screen and (min-width: 981px) {
  .block--table .custom-table tr:nth-child(2) td.td-data {
    border-top-right-radius: 1.5rem;
  }
}
@media screen and (min-width: 981px) {
  .block--table .custom-table tr:last-child td.td-label {
    border-bottom-left-radius: 1.5rem;
  }
}
.block--table .custom-table tr:last-child td.td-data {
  border-bottom-left-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
}
@media screen and (min-width: 981px) {
  .block--table .custom-table tr:last-child td.td-data {
    border-bottom-left-radius: 0;
  }
}
.block--table .custom-table td {
  background-color: #0043be;
  display: block;
  text-align: center;
}
@media screen and (min-width: 981px) {
  .block--table .custom-table td {
    display: table-cell;
    text-align: left;
  }
}
.block--table .custom-table td.td-label {
  padding: 1.5rem 1.5rem 0.5rem;
  color: #00c8ff;
  text-transform: uppercase;
}
@media screen and (min-width: 981px) {
  .block--table .custom-table td.td-label {
    padding: 2.5rem 6.25rem;
    color: #ffffff;
    text-transform: none;
  }
}
.block--table .custom-table td.td-data {
  padding: 0 1.5rem 1.5rem;
  font-size: 0.938rem;
}
@media screen and (min-width: 981px) {
  .block--table .custom-table td.td-data {
    background-image: url("../images/icon-star.svg");
    background-position: 3rem center;
    background-repeat: no-repeat;
    background-size: 1.875rem 1.875rem;
    font-size: 1.188rem;
    padding: 2.5rem 6.25rem;
  }
}

.block--team-text .team-text-container {
  background-color: #ff0059;
  padding: 3.125rem 0;
}
@media screen and (min-width: 981px) {
  .block--team-text .team-text-container {
    background-color: #0043be;
  }
}
.block--team-text .content-top {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  gap: 0 3.125rem;
  padding: 2.5rem 0;
}
@media screen and (min-width: 981px) {
  .block--team-text .content-top {
    flex-direction: row;
    border-bottom: 1px solid #ff0059;
    margin: 0 0 2.5rem;
  }
}
.block--team-text .headline {
  font-size: 120px;
  letter-spacing: -0.5rem;
  font-weight: 300;
  line-height: 1;
  color: #ffffff;
  padding: 0;
  display: flex;
  align-items: center;
}
.block--team-text .headline span {
  margin-top: -8%;
}
@media screen and (min-width: 981px) {
  .block--team-text .headline {
    font-size: clamp(20px, 18vw, 289px);
    letter-spacing: -1rem;
    line-height: 0;
    color: #ff0059;
  }
}
.block--team-text .subhead {
  font-size: 2.188rem;
  font-weight: 300;
  line-height: 0.94;
  text-transform: uppercase;
  color: #ffffff;
  padding: 3.125rem;
  text-align: center;
  background-color: #cc0047;
  border-radius: 1.5rem;
}
@media screen and (min-width: 981px) {
  .block--team-text .subhead {
    font-size: 3.375rem;
    text-align: left;
    padding: 0;
    background-color: transparent;
  }
}
.block--team-text .description {
  color: #ffffff;
  font-size: 1.063rem;
}
@media screen and (min-width: 981px) {
  .block--team-text .description {
    width: 50%;
    color: #00c8ff;
    font-size: 1.188rem;
  }
}

.block--teams {
  overflow: hidden;
}
.block--teams .teams-container {
  padding: 3.125rem 0 4rem;
  background: transparent url("../images/bg-teams.jpg") center center/cover no-repeat;
  background-color: #0043be;
}
@media screen and (min-width: 768px) {
  .block--teams .teams-container {
    padding: 3.125rem 0 7rem;
    background-image: none;
  }
}
.block--teams .swiper-container {
  position: relative;
  padding: 0 2rem;
}
@media screen and (min-width: 768px) {
  .block--teams .swiper-container {
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  .block--teams .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}
@media screen and (min-width: 981px) {
  .block--teams .swiper-wrapper {
    grid-template-columns: repeat(4, 1fr);
  }
}
.block--teams .team-card {
  overflow: hidden;
  background-color: #1757d1;
  border-radius: 1.5rem;
  height: 100%;
}
.block--teams .team-card.open .team-bio {
  top: 0;
  opacity: 1;
}
.block--teams .team-card-top {
  position: relative;
}
.block--teams .team-info {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 1.25rem 1.5rem;
  z-index: 9;
}
.block--teams .team-image {
  aspect-ratio: 284/437;
  object-fit: cover;
}
.block--teams .no-image {
  aspect-ratio: 284/437;
  background-color: #000000;
}
.block--teams .team-name {
  font-size: 1.5rem;
  font-weight: 500;
  text-transform: none;
  color: #00c8ff;
  padding: 0 0 0.25rem;
}
.block--teams .team-position {
  font-size: 0.875rem;
  color: #ffffff;
}
.block--teams .team-bio {
  font-size: 0.875rem;
  position: absolute;
  opacity: 0;
  top: 100%;
  transition: top 0.3s ease, opacity 0.3s ease;
  background-color: rgba(0, 0, 0, 0.8);
  width: calc(100% - 2.5rem);
  height: calc(100% - 2.5rem);
  padding: 1.25rem;
  border-radius: 1.5rem;
}
@media screen and (min-width: 768px) {
  .block--teams .team-bio {
    font-size: 0.938rem;
    background: transparent url(../images/icon-divider-arrow-red.svg) 15px -10px/24px 21px no-repeat;
    padding: 1.875rem 1.5rem 2.5rem;
    width: auto;
    height: auto;
    position: static;
    opacity: 1;
    border-radius: 0;
  }
}
.block--teams .swiper-button-next::after,
.block--teams .swiper-button-prev::after {
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 0;
  width: 8px;
  height: 21px;
}
@media screen and (min-width: 768px) {
  .block--teams .swiper-button-next,
  .block--teams .swiper-button-prev {
    display: none;
  }
}
.block--teams .swiper-button-next {
  right: -0.5rem;
}
.block--teams .swiper-button-next::after {
  background-image: url("../images/icon-arrow-right-sky.svg");
}
.block--teams .swiper-button-prev {
  left: -0.5rem;
}
.block--teams .swiper-button-prev::after {
  background-image: url("../images/icon-arrow-left-sky.svg");
}

.block--text-background-image {
  position: relative;
  overflow: hidden;
}
.block--text-background-image .text-background-image-container {
  padding: 7.25rem 0 3.125rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 100%;
  min-height: 900px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.block--text-background-image.bg-red .text-background-image-container {
  background-color: #ff0059;
  background-image: url("../images/bg-text-background-image-red-mobile.jpg");
  background-position: bottom right;
  background-size: cover;
}
@media screen and (min-width: 981px) {
  .block--text-background-image.bg-red .text-background-image-container {
    background-image: url("../images/bg-text-background-image-red-desktop.jpg");
    background-position: top left;
  }
}
.block--text-background-image.bg-light-blue .text-background-image-container {
  background-color: #0043be;
}
.block--text-background-image.bg-blue .text-background-image-container {
  background-color: #003698;
}
.block--text-background-image.is_short .text-background-image-container {
  min-height: 400px;
}
.block--text-background-image .content {
  width: 100%;
  height: 100%;
}
.block--text-background-image .headline {
  padding: 0 0 1.25rem;
  font-size: 2.25rem;
  line-height: 1;
}
@media screen and (min-width: 981px) {
  .block--text-background-image .headline {
    font-size: 3.75rem;
    letter-spacing: -1px;
  }
}
.block--text-background-image.star-above-headline .headline::before {
  content: "";
  background: transparent url("../images/icon-star.svg") center center no-repeat;
  width: 47px;
  height: 49px;
  display: block;
  margin: 0 auto 1.75rem;
}
@media screen and (min-width: 981px) {
  .block--text-background-image.star-above-headline .headline {
    font-size: clamp(1.5rem, 2vw, 2.1rem);
    letter-spacing: -1px;
  }
}
.block--text-background-image .description {
  font-size: 1.188rem;
}
.block--text-background-image .cta-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 0.5rem 1rem;
  margin-top: 2.5rem;
}
@media screen and (min-width: 981px) {
  .block--text-background-image .cta-wrapper {
    flex-direction: row;
  }
}
.block--text-background-image .cta-wrapper .cta {
  width: 100%;
}
@media screen and (min-width: 981px) {
  .block--text-background-image .cta-wrapper .cta {
    width: auto;
  }
}

.block--eagle-one {
  overflow: hidden;
}
.block--eagle-one .eagle-one-container {
  padding: 3.125rem 0 0;
}
@media screen and (min-width: 981px) {
  .block--eagle-one .eagle-one-container {
    padding: 4.75rem 0 4rem;
  }
}
.block--eagle-one.bg-gray .eagle-one-container {
  background-color: #a9a8a6;
  color: #000000;
}
.block--eagle-one.bg-light-blue .eagle-one-container {
  background-color: #0043be;
  color: #ffffff;
}
.block--eagle-one .content {
  position: relative;
}
@media screen and (min-width: 981px) {
  .block--eagle-one .column-content {
    position: absolute;
    width: 38%;
  }
}
.block--eagle-one .headline {
  padding-bottom: 1.5rem;
  line-height: 1;
}
.block--eagle-one .description {
  font-size: 1.188rem;
}
.block--eagle-one .cta {
  position: absolute;
  bottom: 3.5rem;
  left: 1rem;
  width: calc(100% - 2rem);
  z-index: 9;
}
@media screen and (min-width: 981px) {
  .block--eagle-one .cta {
    position: static;
    margin-top: 2rem;
    width: auto;
  }
}
.block--eagle-one .image-mobile {
  margin: 0 auto;
  display: block;
  max-width: none;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  margin-top: 1.5rem;
}
@media screen and (min-width: 981px) {
  .block--eagle-one .image-mobile {
    display: none;
  }
}
.block--eagle-one .image-desktop {
  display: none;
}
@media screen and (min-width: 981px) {
  .block--eagle-one .image-desktop {
    display: block;
    margin-left: auto;
    max-width: 60%;
  }
}
@media screen and (min-width: 1280px) {
  .block--eagle-one .image-desktop {
    max-width: 75%;
  }
}

.block--market-moment {
  color: #000000;
  overflow: hidden;
}
.block--market-moment::after {
  content: "";
  background: transparent url("../images/icon-divider-arrow-gray.svg") center -20px no-repeat;
  width: 100%;
  height: 18px;
  display: block;
}
@media screen and (min-width: 981px) {
  .block--market-moment {
    position: relative;
  }
}
.block--market-moment .market-moment-inner {
  background-color: #a9a8a6;
}
.block--market-moment .market-moment-container {
  padding-top: 6.25rem;
  padding-bottom: 3.125rem;
}
@media screen and (min-width: 981px) {
  .block--market-moment .market-moment-container {
    position: absolute;
    width: 100%;
    top: 12.5rem;
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 981px) {
  .block--market-moment.top-content-spacing-sm .market-moment-container {
    top: 4.5rem;
  }
}
.block--market-moment .content {
  width: 100%;
}
@media screen and (min-width: 981px) {
  .block--market-moment .content {
    width: 25%;
  }
}
@media screen and (min-width: 1280px) {
  .block--market-moment .content {
    width: 27%;
  }
}
@media screen and (min-width: 1406px) {
  .block--market-moment .content {
    width: 33%;
  }
}
.block--market-moment .headline {
  padding-bottom: 1.5rem;
  line-height: 1;
}
.block--market-moment .description {
  font-size: 1.188rem;
}
.block--market-moment .cta {
  position: absolute;
  bottom: 3.5rem;
  left: 1rem;
  width: calc(100% - 2rem);
  z-index: 9;
}
@media screen and (min-width: 981px) {
  .block--market-moment .cta {
    position: static;
    margin-top: 1.5rem;
    width: auto;
  }
}
.block--market-moment .bg-image-mobile {
  display: block;
  width: 100%;
}
@media screen and (min-width: 981px) {
  .block--market-moment .bg-image-mobile {
    display: none;
  }
}
.block--market-moment .bg-image-desktop {
  display: none;
}
@media screen and (min-width: 981px) {
  .block--market-moment .bg-image-desktop {
    display: block;
    width: calc(100% - 2rem);
    max-width: none;
    padding-bottom: 2.5rem;
  }
}

.block--video .video-container {
  padding: 0;
  background-color: #a9a8a6;
}
@media screen and (min-width: 768px) {
  .block--video .video-container {
    padding: 9rem 0;
  }
}
.block--video .headline {
  color: #000000;
  padding: 4rem 1rem 2rem;
}
@media screen and (min-width: 768px) {
  .block--video .headline {
    padding: 0 0 2rem;
  }
}
.block--video .container {
  padding: 0;
}
@media screen and (min-width: 768px) {
  .block--video .container {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.block--video .video-wrapper {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .block--video .video-wrapper {
    border-radius: 2rem;
  }
}

.block--world-overview {
  overflow: hidden;
  color: #ffffff;
}
@media screen and (min-width: 981px) {
  .block--world-overview {
    color: #000000;
  }
}
.block--world-overview .world-overview-container {
  background-color: #ff0059;
  padding: 3.125rem 0;
}
@media screen and (min-width: 981px) {
  .block--world-overview .world-overview-container {
    background-color: #a9a8a6;
    padding: 11.25rem 0;
  }
}
.block--world-overview .world-overview-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1.5rem 4rem;
}
@media screen and (min-width: 981px) {
  .block--world-overview .world-overview-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 981px) {
  .block--world-overview .world-overview-grid .column-chart {
    grid-column: 2/span 2;
    padding: 4rem;
    background-color: #c1c0be;
    border-radius: 1.5rem;
    border-top-left-radius: 0;
  }
}
.block--world-overview .headline {
  padding: 0 0 1.25rem;
  font-size: 2.25rem;
  line-height: 1;
}
.block--world-overview .description {
  font-size: 1.188rem;
}
.block--world-overview .chart-wrapper {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 0 1.25rem;
}
@media screen and (min-width: 981px) {
  .block--world-overview .chart-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
.block--world-overview .chart-wrapper .chart-image {
  grid-column: auto;
  padding: 1.5rem 0.75rem;
  background-color: #ffffff;
  border-top-right-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
}
@media screen and (min-width: 981px) {
  .block--world-overview .chart-wrapper .chart-image {
    grid-column: 1/span 2;
    padding: 0;
    background-color: transparent;
    border-radius: 0;
  }
}
.block--world-overview .chart-wrapper .chart-image .chart {
  width: 100%;
}
.block--world-overview .chart-wrapper .chart-info {
  padding: 1.25rem;
  background-color: #cc0047;
  border-top-right-radius: 1.5rem;
}
@media screen and (min-width: 981px) {
  .block--world-overview .chart-wrapper .chart-info {
    padding: 0;
    background-color: transparent;
    border-radius: 0;
  }
}
.block--world-overview .chart-headline {
  font-size: 1.375rem;
  font-weight: 300;
  padding: 0;
}
@media screen and (min-width: 981px) {
  .block--world-overview .chart-headline {
    padding: 0 0 2.5rem;
  }
}
.block--world-overview .chart-subhead {
  font-size: 1.375rem;
  text-transform: uppercase;
  padding: 0;
}
@media screen and (min-width: 981px) {
  .block--world-overview .chart-subhead {
    font-size: 1.188rem;
    text-transform: none;
  }
}
.block--world-overview .support-headline {
  font-size: 0.813rem;
  font-weight: 500;
  text-transform: uppercase;
  padding: 0;
}
.block--world-overview .support-description {
  font-size: 0.813rem;
}
.block--world-overview .support-contents {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1.5rem 3rem;
  list-style: none;
  padding: 0 0 2rem;
  margin: 0;
  background-color: #cc0047;
  border-bottom-left-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
}
@media screen and (min-width: 981px) {
  .block--world-overview .support-contents {
    grid-template-columns: repeat(3, 1fr);
    background-color: transparent;
    padding: 0;
    margin: 4rem 0 0;
    border-radius: 0;
  }
}
.block--world-overview .support-content {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
@media screen and (min-width: 981px) {
  .block--world-overview .support-content {
    display: block;
  }
}
.block--world-overview .support-content::before {
  content: "";
  display: inline-block;
  background: transparent url("../images/dot-circle.png") right top no-repeat;
  width: 41px;
  height: 62px;
  flex: 0 0 auto;
}
@media screen and (min-width: 981px) {
  .block--world-overview .support-content::before {
    content: none;
  }
}
.block--world-overview .support-content:nth-child(odd) {
  flex-direction: row-reverse;
  text-align: right;
}
@media screen and (min-width: 981px) {
  .block--world-overview .support-content:nth-child(odd) {
    text-align: left;
  }
}
.block--world-overview .support-content:nth-child(odd)::before {
  background-position: left top;
}
.block--world-overview .support-content .support-content-inner {
  width: 80%;
}
@media screen and (min-width: 981px) {
  .block--world-overview .support-content .support-content-inner {
    width: auto;
  }
}
