@charset "UTF-8";
/*
Theme Name: Authentic Theme
Author: Elle
Version: 1.0
Text Domain: authentic_theme
Tags:

*/
/* ●●● FONTS
❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱ */
/* ● Fonts ❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱ */
/* ● Font sizes ❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱ */
/* ● Font weights ❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱ */
/* ●●● COLORS
❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱ */
/* ● Primary Colors ❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱ */
/* ● Secondary Colors ❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱ */
/* ● Text Colors ❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱ */
/* ● Basic colors ❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱ */
/* ● Background Variables ❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱ */
/* ●●● CONTAINERS SIZES
❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱ */
/* ● BREAKPOINTS BOOSTRAP ❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱ */
/* ●●● MIXINGS
❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱ */
/* ● Responsive properties ❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱ */
/* ● Containers ❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱ */
/* ● Texts ❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱ */
/* ●●● BUTTONS
❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱ */
/* ●●● ANIMATIONS
❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱ */
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes slideInFromLeft {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@keyframes slideInFromLeft {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@-webkit-keyframes slideInFromRight {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@keyframes slideInFromRight {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@-webkit-keyframes slideInFromTop {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes slideInFromTop {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes slideInFromBottom {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes slideInFromBottom {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes shakeY {
  0%,
  to {
    -webkit-transform: translateZ(0);
            transform: translateZ(0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0); } }

@keyframes shakeY {
  0%,
  to {
    -webkit-transform: translateZ(0);
            transform: translateZ(0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0); } }

@-webkit-keyframes shakeX {
  0%,
  to {
    -webkit-transform: translateZ(0);
            transform: translateZ(0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0); } }

@keyframes shakeX {
  0%,
  to {
    -webkit-transform: translateZ(0);
            transform: translateZ(0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0); } }

@-webkit-keyframes slideInFromLeftWithOpacity {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 0; }
  50% {
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1; } }

@keyframes slideInFromLeftWithOpacity {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 0; }
  50% {
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1; } }

/*
|| CONTENT
❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱
 * 
 * GENERAL SETTINGS
 * BUTTONS
 * MIXINS
 * UTILITIES
 *  - ACCESIBILITY
 *  - ICONS
 *  - LINKS STYLES
 *  - FLUID FONT SIZE
 * BASIC GRID BOOSTRAP
 * BASIC RICH TEXT STYLES
 * 
 * ❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱
 */
:root {
  --icon-arrow: url("data:image/svg+xml,%3Csvg width='7' height='12' viewBox='0 0 7 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75623 5.37636L1.5508 0.254055C1.36621 0.108741 1.1447 -0.000244141 0.923193 -0.000244141C0.701686 -0.000244141 0.44326 0.108741 0.25867 0.254055C0.110998 0.435697 0.000244141 0.653668 0.000244141 0.907967C0.000244141 1.16227 0.110998 1.38024 0.25867 1.52555L4.79958 5.99395L0.25867 10.4623C0.110998 10.644 0.000244141 10.862 0.000244141 11.1163C0.000244141 11.3706 0.110998 11.5885 0.25867 11.7338C0.44326 11.9155 0.664768 11.9881 0.886276 11.9881C1.10778 11.9881 1.36621 11.8792 1.51388 11.7338L6.71932 6.61153C6.90391 6.42989 6.97774 6.21192 6.97774 5.99395C7.01466 5.77598 6.9039 5.52168 6.75623 5.37636Z' fill='black'/%3E%3C/svg%3E%0A");
  --icon-arrow-down: url("data:image/svg+xml,%3Csvg width='13' height='8' viewBox='0 0 13 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.64903 7.04285L11.7713 1.83742C11.9166 1.65283 12.0256 1.43132 12.0256 1.20981C12.0256 0.988307 11.9166 0.729881 11.7713 0.545291C11.5897 0.397619 11.3717 0.286865 11.1174 0.286865C10.8631 0.286865 10.6452 0.397619 10.4998 0.545291L6.03144 5.0862L1.56305 0.545291C1.3814 0.397619 1.16343 0.286865 0.909134 0.286865C0.654834 0.286865 0.436864 0.397619 0.291551 0.545291C0.109908 0.72988 0.0372512 0.951388 0.0372512 1.1729C0.0372512 1.3944 0.146237 1.65283 0.29155 1.8005L5.41386 7.00594C5.5955 7.19053 5.81347 7.26436 6.03144 7.26436C6.24941 7.30128 6.50371 7.19053 6.64903 7.04285Z' fill='%2303111E'/%3E%3C/svg%3E%0A");
  --icon-play: url("data:image/svg+xml,%3Csvg width='33' height='41' viewBox='0 0 33 41' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M32.879 20.2141L0.0250435 40.2404V0.187714L32.879 20.2141Z' fill='%2303111E'/%3E%3C/svg%3E%0A");
  /** Filters Colors */
  --fc-secundary: invert(39%) sepia(19%) saturate(2904%) hue-rotate(135deg) brightness(91%) contrast(80%);
  --height-header: auto; }

html {
  scroll-behavior: smooth; }

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* ●●● GENERAL SETTINGS
❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱ */
.site {
  position: relative;
  background: white;
  margin-top: var(--height-header);
  /* Offset spacing for header*/ }

.site-header {
  max-width: 2000px;
  margin: 0 auto; }

.body-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }
  .body-background svg {
    width: 100%; }

#site_body {
  font-size: 18px;
  font-family: "nunito-sans", sans-serif;
  font-weight: 400;
  color: #083053;
  line-height: 1.45;
  margin: 0 auto; }
  @media (max-width: 660px) {
    #site_body {
      font-size: 16px; } }

body.wp-admin,
.wp-admin body.wp-editor {
  font-size: 14px; }

p {
  display: block;
  position: relative;
  line-height: calc(1em + 0.5rem);
  margin-bottom: 0.5em;
  margin-top: 1em; }

h1 {
  margin-bottom: 0.3em;
  margin-top: 0.1em;
  font-size: 52px;
  font-family: "Inter", sans-serif;
  line-height: 1.1;
  font-weight: 800;
  margin-bottom: 0.1em;
  margin-top: 0.2em; }
  h1 {
    font-size: 34px; }
    @media screen and (min-width: 661px) {
      h1 {
        font-size: calc(34px + 18 * ((100vw - 661px) / 739)); } }
    @media screen and (min-width: 1400px) {
      h1 {
        font-size: 52px; } }
  @media (max-width: 660px) {
    h1 {
      font-size: 50px; } }
  @media (max-width: 660px) {
    h1 {
      font-size: 34px; } }

h2 {
  font-family: "Inter", sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.3;
  margin-top: 0.1em;
  margin-bottom: 0.15em; }
  h2 {
    font-size: 30px; }
    @media screen and (min-width: 661px) {
      h2 {
        font-size: calc(30px + 10 * ((100vw - 661px) / 739)); } }
    @media screen and (min-width: 1400px) {
      h2 {
        font-size: 40px; } }
  @media (max-width: 660px) {
    h2 {
      font-size: 33px; } }

h3 {
  font-family: "Inter", sans-serif;
  font-size: 34px;
  font-weight: 800;
  line-height: 1.35; }
  h3 {
    font-size: 24px; }
    @media screen and (min-width: 661px) {
      h3 {
        font-size: calc(24px + 10 * ((100vw - 661px) / 739)); } }
    @media screen and (min-width: 1400px) {
      h3 {
        font-size: 34px; } }

h4 {
  font-family: "Inter", sans-serif;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.4; }
  h4 {
    font-size: 20px; }
    @media screen and (min-width: 661px) {
      h4 {
        font-size: calc(20px + 8 * ((100vw - 661px) / 739)); } }
    @media screen and (min-width: 1400px) {
      h4 {
        font-size: 28px; } }

h5 {
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.3; }
  h5 {
    font-size: 19px; }
    @media screen and (min-width: 661px) {
      h5 {
        font-size: calc(19px + 5 * ((100vw - 661px) / 739)); } }
    @media screen and (min-width: 1400px) {
      h5 {
        font-size: 24px; } }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Inter", sans-serif;
  color: black; }

h3,
h4,
h5,
h6 {
  margin-bottom: 0.2em;
  margin-top: 0.2em; }

a {
  -webkit-transition: 0.3s background, 0.3s color;
  -o-transition: 0.3s background, 0.3s color;
  transition: 0.3s background, 0.3s color;
  color: #2487BE; }
  a:hover, a:active {
    color: #083053;
    border-color: transparent; }
  a:focus {
    outline: transparent solid 1px; }
  a.link_external[target="_blank"] {
    padding-right: 1em;
    position: relative; }
    a.link_external[target="_blank"]::before {
      --size: 1ch;
      content: "";
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%) rotate(-45deg);
          -ms-transform: translateY(-50%) rotate(-45deg);
              transform: translateY(-50%) rotate(-45deg);
      right: 0;
      -webkit-filter: invert(10%) sepia(49%) saturate(3210%) hue-rotate(235deg);
              filter: invert(10%) sepia(49%) saturate(3210%) hue-rotate(235deg);
      width: var(--size);
      height: var(--size);
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center;
      background-image: var(--icon-arrow); }

/* ●●● BUTTONS
❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱ */
.co-button,
.button_primary {
  border-radius: 50px;
  display: inline-block;
  font-family: "Inter", sans-serif;
  font-weight: 800;
  font-size: 14px;
  letter-spacing: 0.04em;
  padding: 10px 40px;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: background 0.5s ease, color 0.5s ease, border 0.5s ease;
  -o-transition: background 0.5s ease, color 0.5s ease, border 0.5s ease;
  transition: background 0.5s ease, color 0.5s ease, border 0.5s ease;
  color: white;
  cursor: pointer;
  background: #2487BE;
  color: white;
  border: 2px solid #2487BE; }
  .co-button:hover, .co-button:active, .co-button:focus,
  .button_primary:hover,
  .button_primary:active,
  .button_primary:focus {
    text-decoration: none;
    -webkit-transition: background 0.5s ease, color 0.5s ease, border 0.5s ease;
    -o-transition: background 0.5s ease, color 0.5s ease, border 0.5s ease;
    transition: background 0.5s ease, color 0.5s ease, border 0.5s ease; }
  @media (max-width: 660px) {
    .co-button,
    .button_primary {
      font-size: 13px; } }
  .co-button:focus,
  .button_primary:focus {
    -webkit-box-shadow: #ffffff 0 0 0.5em;
            box-shadow: #ffffff 0 0 0.5em;
    outline: none; }
  .co-button:hover, .co-button:focus,
  .button_primary:hover,
  .button_primary:focus {
    color: white;
    background: #083053;
    border-color: #083053; }

.button_secondary {
  border-radius: 50px;
  display: inline-block;
  font-family: "Inter", sans-serif;
  font-weight: 800;
  font-size: 14px;
  letter-spacing: 0.04em;
  padding: 10px 40px;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: background 0.5s ease, color 0.5s ease, border 0.5s ease;
  -o-transition: background 0.5s ease, color 0.5s ease, border 0.5s ease;
  transition: background 0.5s ease, color 0.5s ease, border 0.5s ease;
  color: white;
  cursor: pointer;
  background: #083053;
  color: white;
  border: 2px solid #083053; }
  .button_secondary:hover, .button_secondary:active, .button_secondary:focus {
    text-decoration: none;
    -webkit-transition: background 0.5s ease, color 0.5s ease, border 0.5s ease;
    -o-transition: background 0.5s ease, color 0.5s ease, border 0.5s ease;
    transition: background 0.5s ease, color 0.5s ease, border 0.5s ease; }
  @media (max-width: 660px) {
    .button_secondary {
      font-size: 13px; } }
  .button_secondary:focus {
    -webkit-box-shadow: #2487BE 0 0 0.5em;
            box-shadow: #2487BE 0 0 0.5em;
    outline: none; }
  .button_secondary:hover, .button_secondary:focus {
    background: #2487BE;
    border-color: #2487BE;
    color: white !important; }

.button_white {
  border-radius: 50px;
  display: inline-block;
  font-family: "Inter", sans-serif;
  font-weight: 800;
  font-size: 14px;
  letter-spacing: 0.04em;
  padding: 10px 40px;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: background 0.5s ease, color 0.5s ease, border 0.5s ease;
  -o-transition: background 0.5s ease, color 0.5s ease, border 0.5s ease;
  transition: background 0.5s ease, color 0.5s ease, border 0.5s ease;
  color: white;
  cursor: pointer;
  background: white;
  color: #083053;
  border: 2px solid white; }
  .button_white:hover, .button_white:active, .button_white:focus {
    text-decoration: none;
    -webkit-transition: background 0.5s ease, color 0.5s ease, border 0.5s ease;
    -o-transition: background 0.5s ease, color 0.5s ease, border 0.5s ease;
    transition: background 0.5s ease, color 0.5s ease, border 0.5s ease; }
  @media (max-width: 660px) {
    .button_white {
      font-size: 13px; } }
  .button_white:focus {
    -webkit-box-shadow: #2487BE 0 0 0.5em;
            box-shadow: #2487BE 0 0 0.5em;
    outline: none; }
  .button_white:hover, .button_white:focus {
    background: #083053;
    border-color: white;
    color: white; }

.button_accent {
  border-radius: 50px;
  display: inline-block;
  font-family: "Inter", sans-serif;
  font-weight: 800;
  font-size: 14px;
  letter-spacing: 0.04em;
  padding: 10px 40px;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: background 0.5s ease, color 0.5s ease, border 0.5s ease;
  -o-transition: background 0.5s ease, color 0.5s ease, border 0.5s ease;
  transition: background 0.5s ease, color 0.5s ease, border 0.5s ease;
  color: white;
  cursor: pointer;
  background: #2487BE;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #083053;
  border: 2px solid #2487BE; }
  .button_accent:hover, .button_accent:active, .button_accent:focus {
    text-decoration: none;
    -webkit-transition: background 0.5s ease, color 0.5s ease, border 0.5s ease;
    -o-transition: background 0.5s ease, color 0.5s ease, border 0.5s ease;
    transition: background 0.5s ease, color 0.5s ease, border 0.5s ease; }
  @media (max-width: 660px) {
    .button_accent {
      font-size: 13px; } }
  .button_accent:focus {
    -webkit-box-shadow: #ffffff 0 0 0.5em;
            box-shadow: #ffffff 0 0 0.5em;
    outline: none; }
  .button_accent:hover, .button_accent:active, .button_accent:focus {
    background: #ffffff;
    border-color: #ffffff; }

.button_outline {
  background-color: transparent; }
  .button_outline.button_primary {
    color: #083053; }
    .button_outline.button_primary:hover, .button_outline.button_primary:focus {
      background-color: #ffffff;
      border-color: #ffffff; }
  .button_outline.button_secondary {
    color: #083053; }
    .button_outline.button_secondary:hover, .button_outline.button_secondary:focus {
      background-color: #ffffff;
      border-color: #ffffff; }
  .button_outline.button_white {
    color: white; }
    .button_outline.button_white:hover, .button_outline.button_white:focus {
      color: #083053;
      background-color: white;
      border-color: white; }

.button_shadow {
  position: relative;
  padding-right: calc(40px + 0.4rem); }
  .button_shadow::before {
    content: '';
    position: absolute;
    top: 6px;
    left: 4px;
    width: 100%;
    height: 100%;
    border-radius: 50px;
    background: #083053;
    opacity: 1;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    z-index: -1; }
  .button_shadow::after {
    --size: 12px;
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: var(--size);
    height: var(--size);
    background-image: var(--icon-arrow);
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 0.4rem;
    -webkit-filter: invert(1);
            filter: invert(1); }
  .button_shadow:hover, .button_shadow:focus {
    background: #2487BE;
    border-color: #2487BE; }
    .button_shadow:hover::before, .button_shadow:focus::before {
      opacity: 0; }

.button_arrow {
  position: relative;
  padding-right: calc(40px + 1rem); }
  .button_arrow::after {
    --size: 12px;
    content: '';
    position: absolute;
    top: 49%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: var(--size);
    height: var(--size);
    background-image: var(--icon-arrow);
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 0.4rem;
    -webkit-filter: invert(1);
            filter: invert(1);
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
    right: calc(40px - 0.6rem); }
  .button_arrow.button_white::after {
    -webkit-filter: invert(0);
            filter: invert(0); }
  .button_arrow.button_white:hover::after, .button_arrow.button_white:focus::after {
    -webkit-filter: invert(1);
            filter: invert(1); }

.button_link {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
  color: #083053;
  position: relative;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  display: inline-block; }
  .button_link::before {
    --size: 12px;
    content: '';
    position: absolute;
    top: 38%;
    -webkit-transform: translateY(-50%) rotate(180deg) translateX(4px);
        -ms-transform: translateY(-50%) rotate(180deg) translateX(4px);
            transform: translateY(-50%) rotate(180deg) translateX(4px);
    width: var(--size);
    height: var(--size);
    background-image: var(--icon-arrow);
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-filter: invert(0);
            filter: invert(0);
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
    left: 0; }
  .button_link::after {
    content: '';
    bottom: 0;
    left: 0;
    height: 3px;
    width: 100%;
    background: #2487BE;
    position: absolute;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all; }
  .button_link:hover, .button_link:focus {
    color: #2487BE; }

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; }
  .screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    -webkit-clip-path: none;
            clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

figure {
  margin: 0; }

.site-main {
  margin: 0 auto; }
  .page-template-tpl-homepage .site-main {
    margin: 0 auto;
    padding: 0; }

.inner-wrapper {
  max-width: 2000px;
  margin: 0 auto; }
  .inner-wrapper--half {
    max-width: 1000px; }
  .footer .inner-wrapper,
  .page-template-tpl-homepage .inner-wrapper {
    padding-left: 50px;
    padding-right: 50px; }
    @media (max-width: 660px) {
      .footer .inner-wrapper,
      .page-template-tpl-homepage .inner-wrapper {
        padding-left: 15px;
        padding-right: 15px; } }
    @media (min-width: 661px) and (max-width: 924px) {
      .footer .inner-wrapper,
      .page-template-tpl-homepage .inner-wrapper {
        padding-left: 30px;
        padding-right: 30px; } }

.medium-width-wrapper {
  padding-left: 30px;
  padding-right: 30px; }
  .medium-width-wrapper {
    padding-left: 30px; }
    @media screen and (min-width: 661px) {
      .medium-width-wrapper {
        padding-left: calc(30px + 60 * ((100vw - 661px) / 739)); } }
    @media screen and (min-width: 1400px) {
      .medium-width-wrapper {
        padding-left: 90px; } }
  .medium-width-wrapper {
    padding-right: 30px; }
    @media screen and (min-width: 661px) {
      .medium-width-wrapper {
        padding-right: calc(30px + 60 * ((100vw - 661px) / 739)); } }
    @media screen and (min-width: 1400px) {
      .medium-width-wrapper {
        padding-right: 90px; } }
  @media (max-width: 660px) {
    .medium-width-wrapper {
      padding-left: 0;
      padding-right: 0; } }

.narrow-wrapper {
  max-width: 619px;
  margin: 0 auto; }
  .narrow-wrapper {
    max-width: 619px; }
    @media screen and (min-width: 1280px) {
      .narrow-wrapper {
        max-width: calc(619px + 371 * ((100vw - 1280px) / 120)); } }
    @media screen and (min-width: 1400px) {
      .narrow-wrapper {
        max-width: 990px; } }

.full-media-wrapper {
  max-width: 2000px;
  margin: 0 auto; }
  .full-media-wrapper {
    padding-left: 0px; }
    @media screen and (min-width: 661px) {
      .full-media-wrapper {
        padding-left: calc(0px + 360 * ((100vw - 661px) / 739)); } }
    @media screen and (min-width: 1400px) {
      .full-media-wrapper {
        padding-left: 360px; } }
  .full-media-wrapper {
    padding-right: 0px; }
    @media screen and (min-width: 661px) {
      .full-media-wrapper {
        padding-right: calc(0px + 360 * ((100vw - 661px) / 739)); } }
    @media screen and (min-width: 1400px) {
      .full-media-wrapper {
        padding-right: 360px; } }
  .full-media-wrapper img {
    width: 100%;
    height: auto; }

.wide-wrapper {
  padding-left: 0px; }
  @media screen and (min-width: 661px) {
    .wide-wrapper {
      padding-left: calc(0px + 30 * ((100vw - 661px) / 739)); } }
  @media screen and (min-width: 1400px) {
    .wide-wrapper {
      padding-left: 30px; } }

.wide-wrapper {
  padding-right: 0px; }
  @media screen and (min-width: 661px) {
    .wide-wrapper {
      padding-right: calc(0px + 30 * ((100vw - 661px) / 739)); } }
  @media screen and (min-width: 1400px) {
    .wide-wrapper {
      padding-right: 30px; } }

.flex-wrapper {
  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;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.col_half {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 49%;
      -ms-flex: 0 0 49%;
          flex: 0 0 49%; }
  @media (max-width: 660px) {
    .col_half {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%; } }

.col_third {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33%;
      -ms-flex: 0 0 33%;
          flex: 0 0 33%; }
  @media (max-width: 660px) {
    .col_third {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%; } }
  @media (min-width: 661px) and (max-width: 924px) {
    .col_third {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 49%;
          -ms-flex: 0 0 49%;
              flex: 0 0 49%; } }

.col_fourth {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%; }
  @media (max-width: 660px) {
    .col_fourth {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%; } }
  @media (min-width: 661px) and (max-width: 924px) {
    .col_fourth {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 49%;
          -ms-flex: 0 0 49%;
              flex: 0 0 49%; } }

.chevron::before {
  border-style: solid;
  border-width: 0.25em 0.25em 0 0;
  content: "";
  display: inline-block;
  height: 0.45em;
  left: 0.15em;
  position: relative;
  top: 0.15em;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  vertical-align: top;
  width: 0.45em; }

.chevron.chevron-right:before {
  left: 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg); }

.chevron.chevron-bottom:before {
  top: 0;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg); }

.chevron.chevron-left:before {
  left: 0.25em;
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg); }

.component {
  margin-top: -30px; }
  .component {
    margin-top: -15px; }
    @media screen and (min-width: 661px) {
      .component {
        margin-top: calc(-15px + -15 * ((100vw - 661px) / 739)); } }
    @media screen and (min-width: 1400px) {
      .component {
        margin-top: -30px; } }
  .component .scroll_padding {
    padding-top: 120px; }
    .component .scroll_padding {
      padding-top: 60px; }
      @media screen and (min-width: 661px) {
        .component .scroll_padding {
          padding-top: calc(60px + 60 * ((100vw - 661px) / 739)); } }
      @media screen and (min-width: 1400px) {
        .component .scroll_padding {
          padding-top: 120px; } }

.hidden-right,
.hidden-left,
.hidden-bottom {
  opacity: 0; }

.slide-in-right {
  -webkit-animation: 1.2s ease 0s 1 slideInFromRight;
          animation: 1.2s ease 0s 1 slideInFromRight; }

.slide-in-left {
  -webkit-animation: 1s ease 0s 1 slideInFromLeft;
          animation: 1s ease 0s 1 slideInFromLeft; }

.slide-in-bottom {
  -webkit-animation: 1.2s ease 0s 1 slideInFromBottom;
          animation: 1.2s ease 0s 1 slideInFromBottom; }

.cookie {
  display: none; }
  .cookie.cookie-hidden {
    display: none; }
  .cookie.cookie-show {
    display: block; }

hr {
  height: 2px;
  background-color: #bec6dd;
  border: 0; }

/* ● COMPONENTS LINES ❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱ */
.component__hr_above, .component__hr_below {
  background: #4D9FCC;
  max-width: 400px;
  margin-top: 1.5rem; }

.component__hr_above {
  margin-top: 0;
  margin-bottom: 1.5rem; }

.component__last_margin {
  padding-bottom: 120px; }
  .component__last_margin {
    padding-bottom: 60px; }
    @media screen and (min-width: 661px) {
      .component__last_margin {
        padding-bottom: calc(60px + 60 * ((100vw - 661px) / 739)); } }
    @media screen and (min-width: 1400px) {
      .component__last_margin {
        padding-bottom: 120px; } }
  .component__last_margin.component__sign_up {
    padding-bottom: 0; }

.fixed_bottom_components .component__last_margin {
  padding-bottom: 0; }

.icon_quote svg {
  width: 34px;
  height: 30px; }

.icon_quote svg path {
  fill: #2487BE;
  opacity: 0.8; }

/* ●●● MIXINS
❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱ */
/* ●●● UTILITIES
❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱ */
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: ""; }

.c-white {
  color: white; }

.img-fluid-fix {
  width: 100%;
  height: auto;
  display: block; }

.p-static {
  position: static !important; }

/*Iframe Responsive*/
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
  margin-bottom: 1.5rem; }

.embed-container iframe,
.embed-container object,
.embed-container embed,
.embed-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.embed-container--twitter .twitter-tweet {
  margin: 0 auto !important; }

.bg-primaryDark {
  background-color: #083053 !important; }

.photo-gray-scale {
  -webkit-filter: grayscale(1) !important;
          filter: grayscale(1) !important; }

.fadeIn--map {
  -webkit-animation: fadeIn 2s !important;
          animation: fadeIn 2s !important; }

.slideInFromRight--map {
  -webkit-animation: slideInFromLeftWithOpacity 1s !important;
          animation: slideInFromLeftWithOpacity 1s !important; }

/* ● ACCESIBILITY ❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱ */
.js-focus-visible :focus:not(.focus-visible) {
  outline: none; }

.js-focus-visible .focus-visible {
  outline: 2px solid #e15c59 !important; }

.js-focus-visible .focus-visible.btn-link {
  display: inline; }

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important; }

.skip-link {
  background: #FFFFFF;
  padding: 0.8rem;
  width: 100%;
  display: block;
  text-align: center;
  color: black;
  font-size: 1.3rem;
  position: fixed;
  top: 0;
  z-index: 10; }
  .skip-link:focus-within, .skip-link:focus {
    color: white;
    background: #083053; }

.sr-tooltip-text:not(:focus-visible):not(:focus):not(:hover) .sr-tooltip-text--item {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important; }

.sr-tooltip-text .sr-tooltip-text--item {
  position: absolute;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 14px;
  text-align: left;
  background: black;
  padding: 0.4rem;
  border-radius: 5px;
  bottom: -1.5rem;
  left: 50%; }

/* ● ICONS ❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱ */
.icon {
  --size: 22px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: var(--size);
  height: var(--size);
  display: inline-block;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all; }

.icon-arrow {
  background-image: var(--icon-arrow); }

.icon-arrow--large {
  background-image: var(--icon-arrow--large); }

/* ● LINKS STYLES ❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱ */
.btn-link {
  text-decoration: none !important;
  color: #083053;
  font-weight: 600;
  position: relative; }
  .btn-link::after {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #ffffff;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all; }
  .btn-link[target="_blank"] {
    padding-right: 1em; }
    .btn-link[target="_blank"]::before {
      --size: 1ch;
      content: "";
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%) rotate(-45deg);
          -ms-transform: translateY(-50%) rotate(-45deg);
              transform: translateY(-50%) rotate(-45deg);
      right: 0;
      -webkit-filter: invert(10%) sepia(49%) saturate(3210%) hue-rotate(235deg) brightness(91%) contrast(101%);
              filter: invert(10%) sepia(49%) saturate(3210%) hue-rotate(235deg) brightness(91%) contrast(101%);
      width: var(--size);
      height: var(--size);
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center;
      background-image: var(--icon-arrow);
      -webkit-transition: 0.3s all;
      -o-transition: 0.3s all;
      transition: 0.3s all; }
    .btn-link[target="_blank"]:hover::before {
      -webkit-filter: var(--fc-secundary);
              filter: var(--fc-secundary); }
  .btn-link:hover {
    color: #ffffff; }

/* ● FLUID FONT SIZE ❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱ */
.fs-big {
  font-size: 36px; }
  @media screen and (min-width: 661px) {
    .fs-big {
      font-size: calc(36px + 36 * ((100vw - 661px) / 739)); } }
  @media screen and (min-width: 1400px) {
    .fs-big {
      font-size: 72px; } }

.fs-48 {
  font-size: 32px; }
  @media screen and (min-width: 661px) {
    .fs-48 {
      font-size: calc(32px + 26 * ((100vw - 661px) / 739)); } }
  @media screen and (min-width: 1400px) {
    .fs-48 {
      font-size: 58px; } }

.fs-32 {
  font-size: 24px; }
  @media screen and (min-width: 661px) {
    .fs-32 {
      font-size: calc(24px + 18 * ((100vw - 661px) / 739)); } }
  @media screen and (min-width: 1400px) {
    .fs-32 {
      font-size: 42px; } }

.fs-30 {
  font-size: 22px; }
  @media screen and (min-width: 661px) {
    .fs-30 {
      font-size: calc(22px + 16 * ((100vw - 661px) / 739)); } }
  @media screen and (min-width: 1400px) {
    .fs-30 {
      font-size: 38px; } }

.fs-28 {
  font-size: 20px; }
  @media screen and (min-width: 661px) {
    .fs-28 {
      font-size: calc(20px + 12 * ((100vw - 661px) / 739)); } }
  @media screen and (min-width: 1400px) {
    .fs-28 {
      font-size: 32px; } }

.fs-25 {
  font-size: 18px; }
  @media screen and (min-width: 661px) {
    .fs-25 {
      font-size: calc(18px + 12 * ((100vw - 661px) / 739)); } }
  @media screen and (min-width: 1400px) {
    .fs-25 {
      font-size: 30px; } }

/* ●●● BASIC GRID BOOSTRAP
❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱ */
.container,
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.container {
  max-width: 2000px; }
  .container {
    padding-right: 15px; }
    @media screen and (min-width: 661px) {
      .container {
        padding-right: calc(15px + 123 * ((100vw - 661px) / 739)); } }
    @media screen and (min-width: 1400px) {
      .container {
        padding-right: 138px; } }
  .container {
    padding-left: 15px; }
    @media screen and (min-width: 661px) {
      .container {
        padding-left: calc(15px + 123 * ((100vw - 661px) / 739)); } }
    @media screen and (min-width: 1400px) {
      .container {
        padding-left: 138px; } }

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.col,
.col-auto,
.col-12,
.col-6,
.col-4,
.col-3 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
  max-width: 100%; }

.col-auto {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.col-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.3333333333%;
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%; }

.col-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%; }

.col-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }

.cols-24 > * {
  margin-bottom: 1.5rem; }

.cols-16 > * {
  margin-bottom: 1rem; }

@media screen and (max-width: 992px) {
  .col-3,
  .col-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; } }

@media screen and (max-width: 576px) {
  .col-3,
  .col-4,
  .col-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; } }

.gutters-8 {
  margin-right: -7px;
  margin-left: -7px; }

.gutters-8 [class^="col-"],
.gutters-8 .col {
  padding-left: 8px;
  padding-right: 8px; }

/* ●●● BASIC RICH TEXT STYLES
❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱ */
.basic-content-styles {
  /* IMAGES */
  /* LISTS */
  /* BLOCKQUOTE */
  /* IFRAMES */
  /* TABLES */ }
  .basic-content-styles * {
    line-height: calc(1.2em + 0.5rem); }
  .basic-content-styles * + * {
    margin-top: 1rem; }
  .basic-content-styles a {
    font-weight: 500;
    color: #2487BE;
    -webkit-text-decoration-color: #2487BE;
            text-decoration-color: #2487BE;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all; }
    .basic-content-styles a:hover, .basic-content-styles a:focus {
      color: #083053; }
  .basic-content-styles h2,
  .basic-content-styles h3,
  .basic-content-styles h4,
  .basic-content-styles h5,
  .basic-content-styles h6 {
    font-family: "Inter", sans-serif;
    color: #083053; }
  .basic-content-styles h2 {
    font-size: 24px; }
    @media screen and (min-width: 661px) {
      .basic-content-styles h2 {
        font-size: calc(24px + 6 * ((100vw - 661px) / 739)); } }
    @media screen and (min-width: 1400px) {
      .basic-content-styles h2 {
        font-size: 30px; } }
  .basic-content-styles h3 {
    font-size: 22px; }
    @media screen and (min-width: 661px) {
      .basic-content-styles h3 {
        font-size: calc(22px + 6 * ((100vw - 661px) / 739)); } }
    @media screen and (min-width: 1400px) {
      .basic-content-styles h3 {
        font-size: 28px; } }
  .basic-content-styles h4 {
    font-size: 20px; }
    @media screen and (min-width: 661px) {
      .basic-content-styles h4 {
        font-size: calc(20px + 4 * ((100vw - 661px) / 739)); } }
    @media screen and (min-width: 1400px) {
      .basic-content-styles h4 {
        font-size: 24px; } }
  .basic-content-styles h5 {
    font-size: 18px; }
    @media screen and (min-width: 661px) {
      .basic-content-styles h5 {
        font-size: calc(18px + 2 * ((100vw - 661px) / 739)); } }
    @media screen and (min-width: 1400px) {
      .basic-content-styles h5 {
        font-size: 20px; } }
  .basic-content-styles h6 {
    text-transform: uppercase; }
    .basic-content-styles h6 {
      font-size: 16px; }
      @media screen and (min-width: 661px) {
        .basic-content-styles h6 {
          font-size: calc(16px + 2 * ((100vw - 661px) / 739)); } }
      @media screen and (min-width: 1400px) {
        .basic-content-styles h6 {
          font-size: 18px; } }
  .basic-content-styles img {
    width: 100%;
    height: auto; }
  .basic-content-styles figure figcaption {
    text-align: center;
    padding: 5px 3rem;
    font-size: 14px; }
  .basic-content-styles li::marker {
    color: #083053;
    font-weight: 500; }
  .basic-content-styles iframe {
    width: 100%; }

.site-header {
  position: absolute;
  width: 100%;
  top: calc(var(--height-header) * (-1));
  height: var(--height-header);
  z-index: 1; }
  @media screen and (max-width: 768px) {
    .site-header--social-networks {
      display: none; } }
  .site-header--top_wrapper {
    background: transparent;
    position: relative;
    top: 0; }
  .site-header--top {
    margin: 0 auto;
    padding: 1rem 0; }
    @media screen and (max-width: 576px) {
      .site-header--top {
        padding: 0; } }
  .site-header--top_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;
    padding-left: 2.5rem;
    padding-right: 2.5rem; }
    @media screen and (max-width: 576px) {
      .site-header--top_inner {
        padding-left: 1rem;
        padding-right: 1.5rem; } }
    @media (min-width: 661px) and (max-width: 924px) {
      .site-header--top_inner {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
            -ms-flex-align: start;
                align-items: flex-start; } }
    @media screen and (max-width: 1200px) {
      .site-header--top_inner {
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; } }
  .site-header--main_logo {
    visibility: visible;
    opacity: 1;
    -webkit-animation: 1.5s ease-in 0s 1 fadeIn;
            animation: 1.5s ease-in 0s 1 fadeIn;
    -webkit-transition: opacity 0.5s ease-in;
    -o-transition: opacity 0.5s ease-in;
    transition: opacity 0.5s ease-in; }
    .site-header--main_logo svg {
      width: 123px;
      height: auto; }
      .site-header--main_logo svg {
        width: 100px; }
        @media screen and (min-width: 661px) {
          .site-header--main_logo svg {
            width: calc(100px + 83 * ((100vw - 661px) / 739)); } }
        @media screen and (min-width: 1400px) {
          .site-header--main_logo svg {
            width: 183px; } }
    .site-header--main_logo.logoHidden {
      visibility: hidden;
      width: 0;
      opacity: 0;
      -webkit-transition: opacity 0.5s ease-in;
      -o-transition: opacity 0.5s ease-in;
      transition: opacity 0.5s ease-in; }
      .site-header--main_logo.logoHidden svg {
        width: 0; }
  .site-header--sticky_logo {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease-in;
    -o-transition: opacity 0.5s ease-in;
    transition: opacity 0.5s ease-in; }
    .site-header--sticky_logo svg {
      width: 0px;
      height: auto; }
    .site-header--sticky_logo.logoActive {
      opacity: 1;
      visibility: visible;
      -webkit-transition: opacity 0.5s ease-in;
      -o-transition: opacity 0.5s ease-in;
      transition: opacity 0.5s ease-in; }
      .site-header--sticky_logo.logoActive svg {
        width: 111px;
        height: auto; }
        .site-header--sticky_logo.logoActive svg {
          width: 100px; }
          @media screen and (min-width: 661px) {
            .site-header--sticky_logo.logoActive svg {
              width: calc(100px + 20 * ((100vw - 661px) / 739)); } }
          @media screen and (min-width: 1400px) {
            .site-header--sticky_logo.logoActive svg {
              width: 120px; } }
  .site-header--mobile_logo {
    width: 150px;
    height: auto;
    padding-left: 15px;
    padding-right: 15px; }
    @media (min-width: 0px) and (max-width: 400px) {
      .site-header--mobile_logo {
        width: 100px; } }
  .site-header #js-logo_toggle {
    text-decoration: none; }
    @media (max-width: 660px) {
      .site-header #js-logo_toggle {
        margin-top: 5px;
        position: relative;
        display: block; } }
  .site-header--mobile {
    position: relative;
    z-index: 9999; }
    @media screen and (min-width: 1200px) {
      .site-header--mobile {
        display: none; } }
  .site-header--right {
    padding-top: 1rem;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    min-width: 0;
    max-width: 100%;
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0; }
    @media screen and (max-width: 1200px) {
      .site-header--right {
        display: none; } }
  .site-header--left {
    padding-top: 1rem;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    min-width: 0;
    max-width: 100%;
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0; }
    @media screen and (max-width: 1200px) {
      .site-header--left {
        margin-left: auto;
        padding-top: 0;
        -webkit-flex-basis: auto;
            -ms-flex-preferred-size: auto;
                flex-basis: auto;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
            -ms-flex-positive: 0;
                flex-grow: 0;
        min-width: auto;
        max-width: none; } }
  .site-header--left_top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (max-width: 1200px) {
      .site-header--left_top {
        margin-top: 0;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
            -ms-flex-pack: end;
                justify-content: flex-end; } }
  .site-header--left_bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (max-width: 1200px) {
      .site-header--left_bottom {
        margin-top: 0; } }
  .site-header--center {
    width: 250px; }
    @media screen and (max-width: 1200px) {
      .site-header--center {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
            -ms-flex-order: -1;
                order: -1; } }
    .site-header--center > a {
      position: relative;
      display: block; }
      .site-header--center > a:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 71.4285714286%; }
    .site-header--center .lottie-player {
      width: 100% !important;
      height: 100% !important;
      -webkit-transform: scale(1.8);
          -ms-transform: scale(1.8);
              transform: scale(1.8);
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      pointer-events: none; }
  .site-header--menu_buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto; }
    .site-header--menu_buttons a {
      width: 100%;
      min-width: 130px; }
    @media screen and (max-width: 1200px) {
      .site-header--menu_buttons {
        display: none; } }
  @media screen and (max-width: 1200px) {
    .site-header--mobile_menu_buttons {
      position: fixed;
      bottom: 0;
      left: 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 100%; }
      .site-header--mobile_menu_buttons a,
      .site-header--mobile_menu_buttons a:link,
      .site-header--mobile_menu_buttons a:visited {
        width: 100%;
        border-radius: 0;
        border: none; }
        .site-header--mobile_menu_buttons a:hover, .site-header--mobile_menu_buttons a:active, .site-header--mobile_menu_buttons a:focus,
        .site-header--mobile_menu_buttons a:link:hover,
        .site-header--mobile_menu_buttons a:link:active,
        .site-header--mobile_menu_buttons a:link:focus,
        .site-header--mobile_menu_buttons a:visited:hover,
        .site-header--mobile_menu_buttons a:visited:active,
        .site-header--mobile_menu_buttons a:visited:focus {
          border-radius: 0;
          border: none; } }
    @media screen and (max-width: 1200px) and (max-width: 576px) {
      .site-header--mobile_menu_buttons a,
      .site-header--mobile_menu_buttons a:link,
      .site-header--mobile_menu_buttons a:visited {
        padding: 0.5rem; } }
  .site-header--mobile_menu_button {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .site-header--join_button, .site-header--donate_button {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .site-header--join_button {
    padding-right: 15px; }
  .site-header--languages {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    color: #E2E9F0;
    margin-left: 0px; }
    @media screen and (max-width: 576px) {
      .site-header--languages {
        margin-left: 1.5rem; } }
    .site-header--languages ul {
      list-style-type: none;
      margin: 0;
      -webkit-padding-start: 20px;
              padding-inline-start: 20px;
      line-height: 1;
      padding-left: 1rem; }
      @media screen and (max-width: 576px) {
        .site-header--languages ul {
          padding-left: 0; } }
    .site-header--languages a,
    .site-header--languages a:visited {
      color: white;
      padding: 0;
      font-size: 12px;
      font-family: "Inter", sans-serif;
      text-decoration: none;
      position: relative;
      text-transform: uppercase;
      font-weight: 100;
      letter-spacing: 0.08em;
      top: -2px; }
      .site-header--languages a:hover,
      .site-header--languages a:visited:hover {
        color: #4D9FCC; }
  .site-header--social_links {
    padding-right: 15px; }
    @media (max-width: 660px) {
      .site-header--social_links {
        display: none; } }
  .site-header--mobile_social_links {
    display: none; }
    @media (max-width: 660px) {
      .site-header--mobile_social_links {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding: 30px 15px 60px;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: space-evenly;
        -webkit-justify-content: space-evenly;
            -ms-flex-pack: space-evenly;
                justify-content: space-evenly;
        max-width: 75%;
        margin: 0 auto; } }
    .site-header--mobile_social_links.closed {
      display: none; }
  .site-header--mobile_social_icon {
    text-decoration: none;
    padding: 10px; }
    .site-header--mobile_social_icon:link, .site-header--mobile_social_icon:visited {
      text-decoration: none; }
      .site-header--mobile_social_icon:link:hover svg, .site-header--mobile_social_icon:link:focus svg, .site-header--mobile_social_icon:link:active svg, .site-header--mobile_social_icon:visited:hover svg, .site-header--mobile_social_icon:visited:focus svg, .site-header--mobile_social_icon:visited:active svg {
        fill: #2487BE; }
    .site-header--mobile_social_icon svg {
      fill: white;
      height: 20px;
      width: auto;
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
  .site-header--social_icon {
    text-decoration: none;
    padding: 10px; }
    .site-header--social_icon {
      padding: 4px; }
      @media screen and (min-width: 661px) {
        .site-header--social_icon {
          padding: calc(4px + 6 * ((100vw - 661px) / 739)); } }
      @media screen and (min-width: 1400px) {
        .site-header--social_icon {
          padding: 10px; } }
    .site-header--social_icon:first-child {
      padding-left: 0; }
    .site-header--social_icon:link, .site-header--social_icon:visited {
      text-decoration: none; }
      .site-header--social_icon:link:hover svg, .site-header--social_icon:link:focus svg, .site-header--social_icon:link:active svg, .site-header--social_icon:visited:hover svg, .site-header--social_icon:visited:focus svg, .site-header--social_icon:visited:active svg {
        fill: #2487BE; }
    .site-header--social_icon svg {
      fill: white;
      height: 14px;
      width: auto;
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }

.main-nav {
  padding: 0;
  /* ●●● MENU MOBILE
	❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱ */ }
  .main-nav--container .menu-item + .menu-item {
    margin-left: 2.5rem; }
    @media screen and (max-width: 1200px) {
      .main-nav--container .menu-item + .menu-item {
        margin-left: 0; } }
  .main-nav--container a {
    position: relative;
    color: white;
    font-size: 14px;
    -webkit-transition: border-width 0.1s ease-in;
    -o-transition: border-width 0.1s ease-in;
    transition: border-width 0.1s ease-in;
    text-decoration: none;
    font-weight: 700;
    font-family: "Inter", sans-serif;
    letter-spacing: 0.5px;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
    font-family: "Inter", sans-serif;
    text-transform: uppercase; }
    .main-nav--container a::after {
      content: "";
      position: absolute;
      bottom: -4px;
      left: 0;
      width: 100%;
      height: 2px;
      background: #4D9FCC;
      opacity: 0;
      -webkit-transition: 0.3s all;
      -o-transition: 0.3s all;
      transition: 0.3s all; }
    .main-nav--container a:hover, .main-nav--container a:focus {
      color: #4D9FCC; }
      .main-nav--container a:hover::after, .main-nav--container a:focus::after {
        background: #4D9FCC;
        opacity: 1; }
  .main-nav--container a[target="_blank"] {
    padding-right: 1em; }
    .main-nav--container a[target="_blank"]::before {
      --size: 1ch;
      content: "";
      position: absolute;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%) rotate(-45deg);
          -ms-transform: translateY(-50%) rotate(-45deg);
              transform: translateY(-50%) rotate(-45deg);
      -webkit-filter: brightness(0) invert(1);
              filter: brightness(0) invert(1);
      right: 0;
      width: var(--size);
      height: var(--size);
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center;
      background-image: var(--icon-arrow); }
    .main-nav--container a[target="_blank"]:hover::before {
      -webkit-filter: invert(65%) sepia(18%) saturate(803%) hue-rotate(95deg) brightness(103%) contrast(92%) brightness(100%) invert(0);
              filter: invert(65%) sepia(18%) saturate(803%) hue-rotate(95deg) brightness(103%) contrast(92%) brightness(100%) invert(0); }
  @media screen and (max-width: 1200px) {
    .main-nav {
      position: fixed;
      z-index: 9999;
      width: 100%;
      top: 0;
      left: 0;
      text-align: center;
      background: #2487BE;
      height: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-align-content: center;
          -ms-flex-line-pack: center;
              align-content: center; }
      .main-nav.closed {
        display: none; }
      .main-nav .main-nav--container {
        padding-top: 60px;
        width: 100%;
        opacity: 1;
        -webkit-transition: height 0.3s ease-in, border, 0.3s ease-in, opacity 0.3s ease-in;
        -o-transition: height 0.3s ease-in, border, 0.3s ease-in, opacity 0.3s ease-in;
        transition: height 0.3s ease-in, border, 0.3s ease-in, opacity 0.3s ease-in; }
        .main-nav .main-nav--container.closed {
          height: 0;
          opacity: 0;
          padding-top: 0;
          padding-bottom: 0; }
          .main-nav .main-nav--container.closed .main-nav--menu {
            display: none;
            -webkit-transition: all 0.5s ease-in;
            -o-transition: all 0.5s ease-in;
            transition: all 0.5s ease-in; }
          .main-nav .main-nav--container.closed .menu-item {
            opacity: 0; }
        .main-nav .main-nav--container .menu-item a {
          font-weight: 600;
          color: white;
          -webkit-transition: border-width 0.1s ease-in;
          -o-transition: border-width 0.1s ease-in;
          transition: border-width 0.1s ease-in;
          text-decoration: none;
          text-transform: none; }
          .main-nav .main-nav--container .menu-item a {
            font-size: 24px; } }
        @media screen and (max-width: 1200px) and (min-width: 661px) {
          .main-nav .main-nav--container .menu-item a {
            font-size: calc(24px + 9 * ((100vw - 661px) / 739)); } }
        @media screen and (max-width: 1200px) and (min-width: 1400px) {
          .main-nav .main-nav--container .menu-item a {
            font-size: 33px; } }
  @media screen and (max-width: 1200px) {
        .main-nav .main-nav--container .main-nav--menu {
          display: block; } }
  .main-nav--menu {
    list-style-type: none;
    margin: 0;
    padding-left: 0; }
    @media (min-width: 661px) {
      .main-nav--menu {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; } }
  .main-nav .menu-item {
    -webkit-transition: background-color 0.2s ease-in;
    -o-transition: background-color 0.2s ease-in;
    transition: background-color 0.2s ease-in; }
    .main-nav .menu-item.donate-button:hover a, .main-nav .menu-item.donate-button:active a, .main-nav .menu-item.donate-button:focus a {
      color: #E2E9F0;
      border-bottom: 2px solid transparent;
      text-decoration: none; }
    .main-nav .menu-item.donate-button a {
      border-radius: 50px;
      display: inline-block;
      font-family: "Inter", sans-serif;
      font-weight: 800;
      font-size: 14px;
      letter-spacing: 0.04em;
      padding: 10px 40px;
      text-decoration: none;
      text-transform: uppercase;
      text-align: center;
      -webkit-transition: background 0.5s ease, color 0.5s ease, border 0.5s ease;
      -o-transition: background 0.5s ease, color 0.5s ease, border 0.5s ease;
      transition: background 0.5s ease, color 0.5s ease, border 0.5s ease;
      color: white;
      cursor: pointer;
      background: #2487BE;
      color: white;
      border: 2px solid #2487BE;
      padding: 14px 5px 12px;
      min-width: 145px;
      line-height: 1; }
      .main-nav .menu-item.donate-button a:hover, .main-nav .menu-item.donate-button a:active, .main-nav .menu-item.donate-button a:focus {
        text-decoration: none;
        -webkit-transition: background 0.5s ease, color 0.5s ease, border 0.5s ease;
        -o-transition: background 0.5s ease, color 0.5s ease, border 0.5s ease;
        transition: background 0.5s ease, color 0.5s ease, border 0.5s ease; }
      @media (max-width: 660px) {
        .main-nav .menu-item.donate-button a {
          font-size: 13px; } }
      .main-nav .menu-item.donate-button a:focus {
        -webkit-box-shadow: #ffffff 0 0 0.5em;
                box-shadow: #ffffff 0 0 0.5em;
        outline: none; }
      .main-nav .menu-item.donate-button a:hover, .main-nav .menu-item.donate-button a:focus {
        color: white;
        background: #083053;
        border-color: #083053; }
      .main-nav .menu-item.donate-button a:hover, .main-nav .menu-item.donate-button a:active, .main-nav .menu-item.donate-button a:focus {
        line-height: 1; }
    .main-nav .menu-item.signup-button:hover a, .main-nav .menu-item.signup-button:active a, .main-nav .menu-item.signup-button:focus a {
      color: #E2E9F0;
      border-bottom: 2px solid transparent;
      text-decoration: none; }
    .main-nav .menu-item.signup-button a {
      border-radius: 50px;
      display: inline-block;
      font-family: "Inter", sans-serif;
      font-weight: 800;
      font-size: 14px;
      letter-spacing: 0.04em;
      padding: 10px 40px;
      text-decoration: none;
      text-transform: uppercase;
      text-align: center;
      -webkit-transition: background 0.5s ease, color 0.5s ease, border 0.5s ease;
      -o-transition: background 0.5s ease, color 0.5s ease, border 0.5s ease;
      transition: background 0.5s ease, color 0.5s ease, border 0.5s ease;
      color: white;
      cursor: pointer;
      background: #083053;
      color: white;
      border: 2px solid #083053;
      padding: 14px 5px 12px;
      min-width: 145px;
      line-height: 1; }
      .main-nav .menu-item.signup-button a:hover, .main-nav .menu-item.signup-button a:active, .main-nav .menu-item.signup-button a:focus {
        text-decoration: none;
        -webkit-transition: background 0.5s ease, color 0.5s ease, border 0.5s ease;
        -o-transition: background 0.5s ease, color 0.5s ease, border 0.5s ease;
        transition: background 0.5s ease, color 0.5s ease, border 0.5s ease; }
      @media (max-width: 660px) {
        .main-nav .menu-item.signup-button a {
          font-size: 13px; } }
      .main-nav .menu-item.signup-button a:focus {
        -webkit-box-shadow: #2487BE 0 0 0.5em;
                box-shadow: #2487BE 0 0 0.5em;
        outline: none; }
      .main-nav .menu-item.signup-button a:hover, .main-nav .menu-item.signup-button a:focus {
        background: #2487BE;
        border-color: #2487BE;
        color: white !important; }

.nav_toggle {
  background: transparent;
  border: none;
  border-radius: 0;
  color: #FFFFFF;
  font-size: 15px;
  font-weight: 500;
  padding: 10px 1rem;
  text-transform: uppercase;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-right: 0; }
  .nav_toggle:hover, .nav_toggle:focus, .nav_toggle:active {
    background-color: transparent;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    color: #ffffff;
    outline: none;
    background: none; }
  .nav_toggle:hover span {
    background-color: transparent; }
  @media (min-width: 1200px) {
    .nav_toggle {
      display: none; } }
  .page-template-tpl-landingPage-php .nav_toggle {
    display: none; }
  .nav_toggle.closed {
    background-color: transparent; }
    .nav_toggle.closed:hover span {
      background-color: #FFFFFF; }
  .nav_toggle--icon {
    border-top: 2px solid transparent;
    display: inline-block;
    margin-left: 5px;
    position: relative;
    -webkit-transition: border-color 0.2s ease-in, width 0.2s ease-in;
    -o-transition: border-color 0.2s ease-in, width 0.2s ease-in;
    transition: border-color 0.2s ease-in, width 0.2s ease-in;
    width: 40px;
    -webkit-box-shadow: none;
            box-shadow: none; }
    .closed .nav_toggle--icon {
      border-top-color: white;
      top: -5px; }
    .nav_toggle--icon:before, .nav_toggle--icon:after {
      background-color: white;
      content: "";
      height: 2px;
      left: 0;
      position: absolute;
      top: -11px;
      -webkit-transition: width 0.2s ease-in, -webkit-transform 0.2s ease-in;
      transition: width 0.2s ease-in, -webkit-transform 0.2s ease-in;
      -o-transition: transform 0.2s ease-in, width 0.2s ease-in;
      transition: transform 0.2s ease-in, width 0.2s ease-in;
      transition: transform 0.2s ease-in, width 0.2s ease-in, -webkit-transform 0.2s ease-in;
      width: 40px;
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      .closed .nav_toggle--icon:before, .closed .nav_toggle--icon:after {
        -webkit-transform: rotate(0);
            -ms-transform: rotate(0);
                transform: rotate(0); }
    .nav_toggle--icon:before {
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }
      .closed .nav_toggle--icon:before {
        top: -12px; }
    .nav_toggle--icon:after {
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg); }
      .closed .nav_toggle--icon:after {
        top: 8px; }

.site-header.scroll {
  max-width: none;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  background-color: transparent;
  -webkit-animation: fadeIn 1s;
          animation: fadeIn 1s;
  height: auto; }
  @media screen and (max-width: 1200px) {
    .site-header.scroll {
      -webkit-animation: none;
              animation: none; } }
  @media (max-width: 660px) {
    .site-header.scroll {
      margin-left: 0;
      margin-right: 0; } }
  .site-header.scroll .site-header--top_wrapper {
    background-color: transparent; }
  .site-header.scroll .site-header--top {
    max-width: 2000px;
    margin: 0 auto;
    padding-left: 50px;
    padding-right: 50px; }
    @media (max-width: 660px) {
      .site-header.scroll .site-header--top {
        padding-right: 0;
        padding-left: 0; } }
  .site-header.scroll .site-header--top_inner {
    padding: 0; }
    @media (max-width: 660px) {
      .site-header.scroll .site-header--top_inner {
        padding: 0.5rem 1.2rem 0.5rem 1rem; } }
  .site-header.scroll .site-header--social_links {
    display: none; }
  .site-header.scroll .site-header--menu_buttons {
    display: none; }
    .site-header.scroll .site-header--menu_buttons a {
      font-size: 15px;
      min-width: 130px; }
  .site-header.scroll .site-header--right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .site-header.scroll .site-header--rigth_bottom {
    margin-top: 0; }
    .site-header.scroll .site-header--rigth_bottom a {
      text-shadow: -1px -1px 20px #2487BE; }
  .site-header.scroll #js-logo_toggle {
    text-decoration: none; }
    @media (max-width: 660px) {
      .site-header.scroll #js-logo_toggle {
        margin-top: 1px;
        position: relative;
        display: block; } }

.admin-bar .site-header.scroll {
  top: 32px; }

@media (max-width: 660px) {
  .site-header.scroll .nav_toggle {
    background: transparent; }
    .site-header.scroll .nav_toggle.closed {
      background: transparent; }
      .site-header.scroll .nav_toggle.closed .nav_toggle--icon {
        border-color: #E2E9F0; }
        .site-header.scroll .nav_toggle.closed .nav_toggle--icon:before, .site-header.scroll .nav_toggle.closed .nav_toggle--icon:after {
          background-color: #E2E9F0;
          -webkit-transition: all 0.5s ease;
          -o-transition: all 0.5s ease;
          transition: all 0.5s ease; } }

.logo-site {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto; }

.topper-inner {
  padding-top: 250px !important; }

.home-topper {
  position: relative;
  padding-top: 350px;
  padding-bottom: 3rem;
  background: #083053; }
  @media screen and (max-width: 576px) {
    .home-topper {
      padding-top: 200px; } }
  .home-topper--title {
    text-transform: uppercase; }
  .home-topper--sub-headline {
    color: white;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    margin-bottom: -0.7rem;
    padding-left: 0.2rem; }
  .home-topper--headline {
    color: white;
    font-family: "Inter", sans-serif;
    font-weight: 800;
    margin: 0;
    margin-top: 1rem;
    max-width: 1000px; }
  .home-topper--image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    mix-blend-mode: multiply; }

.signup--inner {
  background: transparent;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .signup--inner {
    padding-left: 30px; }
    @media screen and (min-width: 661px) {
      .signup--inner {
        padding-left: calc(30px + 240 * ((100vw - 661px) / 739)); } }
    @media screen and (min-width: 1400px) {
      .signup--inner {
        padding-left: 270px; } }
  .signup--inner {
    padding-right: 30px; }
    @media screen and (min-width: 661px) {
      .signup--inner {
        padding-right: calc(30px + 240 * ((100vw - 661px) / 739)); } }
    @media screen and (min-width: 1400px) {
      .signup--inner {
        padding-right: 270px; } }
  @media (max-width: 660px) {
    .signup--inner {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding-left: calc(30px - 7px);
      padding-right: calc(30px - 7px); } }

.signup--headline {
  font-size: 52px;
  font-family: "Inter", sans-serif;
  font-weight: 800;
  line-height: 1.1; }
  .signup--headline {
    font-size: 34px; }
    @media screen and (min-width: 661px) {
      .signup--headline {
        font-size: calc(34px + 18 * ((100vw - 661px) / 739)); } }
    @media screen and (min-width: 1400px) {
      .signup--headline {
        font-size: 52px; } }
  @media (max-width: 660px) {
    .signup--headline {
      font-size: 34px; } }
  @media screen and (max-width: 660px) and (min-width: 0px) {
    .signup--headline {
      font-size: calc(34px + -10.8888888889 * ((100vw - 0px) / 660)); } }
  @media screen and (max-width: 660px) and (min-width: 660px) {
    .signup--headline {
      font-size: 23.1111111111px; } }

.signup--description {
  margin-top: 0.5em;
  padding-right: 10px; }

.signup--text_wrapper {
  padding: 0 0 0 45px;
  color: #083053; }
  @media (max-width: 660px) {
    .signup--text_wrapper {
      text-align: left;
      padding: 0 9px; } }

@media (max-width: 660px) {
  .signup--text {
    width: 100%;
    margin-top: 60px; } }

@media (min-width: 661px) and (max-width: 924px) {
  .signup--text {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 28%;
        -ms-flex: 0 0 28%;
            flex: 0 0 28%;
    margin-top: -114px; } }

@media (min-width: 661px) and (max-width: 957px) {
  .signup--text {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 45%;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
    margin-top: -320px; } }

@media (min-width: 925px) {
  .signup--text {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 39%;
        -ms-flex: 0 0 39%;
            flex: 0 0 39%; } }

.signup--form {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 61%;
      -ms-flex: 0 0 61%;
          flex: 0 0 61%; }
  @media (max-width: 660px) {
    .signup--form {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%; } }
  @media (min-width: 661px) and (max-width: 924px) {
    .signup--form {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 70%;
          -ms-flex: 0 0 70%;
              flex: 0 0 70%; } }
  @media (min-width: 661px) and (max-width: 957px) {
    .signup--form {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 50%;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      padding: 0;
      margin: 0; } }

.signup .ngp-form.fastaction-enabled {
  padding: 60px 15px; }
  .signup .ngp-form.fastaction-enabled {
    padding-top: 30px; }
    @media screen and (min-width: 661px) {
      .signup .ngp-form.fastaction-enabled {
        padding-top: calc(30px + 60 * ((100vw - 661px) / 739)); } }
    @media screen and (min-width: 1400px) {
      .signup .ngp-form.fastaction-enabled {
        padding-top: 90px; } }
  .signup .ngp-form.fastaction-enabled {
    padding-bottom: 30px; }
    @media screen and (min-width: 661px) {
      .signup .ngp-form.fastaction-enabled {
        padding-bottom: calc(30px + 60 * ((100vw - 661px) / 739)); } }
    @media screen and (min-width: 1400px) {
      .signup .ngp-form.fastaction-enabled {
        padding-bottom: 90px; } }
  .signup .ngp-form.fastaction-enabled {
    padding-left: 0px; }
    @media screen and (min-width: 661px) {
      .signup .ngp-form.fastaction-enabled {
        padding-left: calc(0px + 15 * ((100vw - 661px) / 739)); } }
    @media screen and (min-width: 1400px) {
      .signup .ngp-form.fastaction-enabled {
        padding-left: 15px; } }
  .signup .ngp-form.fastaction-enabled {
    padding-right: 0px; }
    @media screen and (min-width: 661px) {
      .signup .ngp-form.fastaction-enabled {
        padding-right: calc(0px + 15 * ((100vw - 661px) / 739)); } }
    @media screen and (min-width: 1400px) {
      .signup .ngp-form.fastaction-enabled {
        padding-right: 15px; } }
  @media (max-width: 660px) {
    .signup .ngp-form.fastaction-enabled {
      padding-left: 0;
      padding-right: 0;
      padding-top: 15px;
      padding-bottom: 45px; } }
  .signup .ngp-form.fastaction-enabled .at-inner {
    background: transparent; }
    .signup .ngp-form.fastaction-enabled .at-inner .at-title {
      display: none; }
    .signup .ngp-form.fastaction-enabled .at-inner .at-markup {
      display: none; }
    .signup .ngp-form.fastaction-enabled .at-inner .ContactInformation legend {
      display: none; }
    .signup .ngp-form.fastaction-enabled .at-inner .SmsSubscribeMobilePhone {
      margin-top: 3px; }
    .signup .ngp-form.fastaction-enabled .at-inner .at-form-submit {
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      padding: 0 0.625rem; }
      .signup .ngp-form.fastaction-enabled .at-inner .at-form-submit input {
        border-radius: 50px;
        display: inline-block;
        font-family: "Inter", sans-serif;
        font-weight: 800;
        font-size: 14px;
        letter-spacing: 0.04em;
        padding: 10px 40px;
        text-decoration: none;
        text-transform: uppercase;
        text-align: center;
        -webkit-transition: background 0.5s ease, color 0.5s ease, border 0.5s ease;
        -o-transition: background 0.5s ease, color 0.5s ease, border 0.5s ease;
        transition: background 0.5s ease, color 0.5s ease, border 0.5s ease;
        color: white;
        cursor: pointer;
        background: #2487BE;
        color: white;
        border: 2px solid #2487BE; }
        .signup .ngp-form.fastaction-enabled .at-inner .at-form-submit input:hover, .signup .ngp-form.fastaction-enabled .at-inner .at-form-submit input:active, .signup .ngp-form.fastaction-enabled .at-inner .at-form-submit input:focus {
          text-decoration: none;
          -webkit-transition: background 0.5s ease, color 0.5s ease, border 0.5s ease;
          -o-transition: background 0.5s ease, color 0.5s ease, border 0.5s ease;
          transition: background 0.5s ease, color 0.5s ease, border 0.5s ease; }
        @media (max-width: 660px) {
          .signup .ngp-form.fastaction-enabled .at-inner .at-form-submit input {
            font-size: 13px; } }
        .signup .ngp-form.fastaction-enabled .at-inner .at-form-submit input:focus {
          -webkit-box-shadow: #ffffff 0 0 0.5em;
                  box-shadow: #ffffff 0 0 0.5em;
          outline: none; }
        .signup .ngp-form.fastaction-enabled .at-inner .at-form-submit input:hover, .signup .ngp-form.fastaction-enabled .at-inner .at-form-submit input:focus {
          color: white;
          background: #083053;
          border-color: #083053; }
        @media (max-width: 660px) {
          .signup .ngp-form.fastaction-enabled .at-inner .at-form-submit input {
            width: 100%; } }
    .signup .ngp-form.fastaction-enabled .at-inner label {
      font-family: "Inter", sans-serif;
      font-size: 15px;
      color: #2487BE;
      text-transform: uppercase;
      letter-spacing: -0.03em;
      font-weight: 800; }
      .signup .ngp-form.fastaction-enabled .at-inner label small {
        color: #083053;
        opacity: 0.6;
        padding: 0 .375em; }
    .signup .ngp-form.fastaction-enabled .at-inner input[type="text"],
    .signup .ngp-form.fastaction-enabled .at-inner input[type="password"],
    .signup .ngp-form.fastaction-enabled .at-inner input[type="date"],
    .signup .ngp-form.fastaction-enabled .at-inner input[type="datetime"],
    .signup .ngp-form.fastaction-enabled .at-inner input[type="datetime-local"],
    .signup .ngp-form.fastaction-enabled .at-inner input[type="month"],
    .signup .ngp-form.fastaction-enabled .at-inner input[type="week"],
    .signup .ngp-form.fastaction-enabled .at-inner input[type="email"],
    .signup .ngp-form.fastaction-enabled .at-inner input[type="number"],
    .signup .ngp-form.fastaction-enabled .at-inner input[type="search"],
    .signup .ngp-form.fastaction-enabled .at-inner input[type="tel"],
    .signup .ngp-form.fastaction-enabled .at-inner input[type="time"],
    .signup .ngp-form.fastaction-enabled .at-inner input[type="url"],
    .signup .ngp-form.fastaction-enabled .at-inner input[type="color"],
    .signup .ngp-form.fastaction-enabled .at-inner textarea {
      background-color: transparent;
      border: 2px solid #083053;
      border-radius: 0px;
      padding: 23px 15px;
      margin-bottom: .55em;
      font-size: 1.2rem;
      -webkit-transition: background-color 0.5s ease-in-out;
      -o-transition: background-color 0.5s ease-in-out;
      transition: background-color 0.5s ease-in-out; }
      .signup .ngp-form.fastaction-enabled .at-inner input[type="text"]:focus, .signup .ngp-form.fastaction-enabled .at-inner input[type="text"]:hover, .signup .ngp-form.fastaction-enabled .at-inner input[type="text"]:active,
      .signup .ngp-form.fastaction-enabled .at-inner input[type="password"]:focus,
      .signup .ngp-form.fastaction-enabled .at-inner input[type="password"]:hover,
      .signup .ngp-form.fastaction-enabled .at-inner input[type="password"]:active,
      .signup .ngp-form.fastaction-enabled .at-inner input[type="date"]:focus,
      .signup .ngp-form.fastaction-enabled .at-inner input[type="date"]:hover,
      .signup .ngp-form.fastaction-enabled .at-inner input[type="date"]:active,
      .signup .ngp-form.fastaction-enabled .at-inner input[type="datetime"]:focus,
      .signup .ngp-form.fastaction-enabled .at-inner input[type="datetime"]:hover,
      .signup .ngp-form.fastaction-enabled .at-inner input[type="datetime"]:active,
      .signup .ngp-form.fastaction-enabled .at-inner input[type="datetime-local"]:focus,
      .signup .ngp-form.fastaction-enabled .at-inner input[type="datetime-local"]:hover,
      .signup .ngp-form.fastaction-enabled .at-inner input[type="datetime-local"]:active,
      .signup .ngp-form.fastaction-enabled .at-inner input[type="month"]:focus,
      .signup .ngp-form.fastaction-enabled .at-inner input[type="month"]:hover,
      .signup .ngp-form.fastaction-enabled .at-inner input[type="month"]:active,
      .signup .ngp-form.fastaction-enabled .at-inner input[type="week"]:focus,
      .signup .ngp-form.fastaction-enabled .at-inner input[type="week"]:hover,
      .signup .ngp-form.fastaction-enabled .at-inner input[type="week"]:active,
      .signup .ngp-form.fastaction-enabled .at-inner input[type="email"]:focus,
      .signup .ngp-form.fastaction-enabled .at-inner input[type="email"]:hover,
      .signup .ngp-form.fastaction-enabled .at-inner input[type="email"]:active,
      .signup .ngp-form.fastaction-enabled .at-inner input[type="number"]:focus,
      .signup .ngp-form.fastaction-enabled .at-inner input[type="number"]:hover,
      .signup .ngp-form.fastaction-enabled .at-inner input[type="number"]:active,
      .signup .ngp-form.fastaction-enabled .at-inner input[type="search"]:focus,
      .signup .ngp-form.fastaction-enabled .at-inner input[type="search"]:hover,
      .signup .ngp-form.fastaction-enabled .at-inner input[type="search"]:active,
      .signup .ngp-form.fastaction-enabled .at-inner input[type="tel"]:focus,
      .signup .ngp-form.fastaction-enabled .at-inner input[type="tel"]:hover,
      .signup .ngp-form.fastaction-enabled .at-inner input[type="tel"]:active,
      .signup .ngp-form.fastaction-enabled .at-inner input[type="time"]:focus,
      .signup .ngp-form.fastaction-enabled .at-inner input[type="time"]:hover,
      .signup .ngp-form.fastaction-enabled .at-inner input[type="time"]:active,
      .signup .ngp-form.fastaction-enabled .at-inner input[type="url"]:focus,
      .signup .ngp-form.fastaction-enabled .at-inner input[type="url"]:hover,
      .signup .ngp-form.fastaction-enabled .at-inner input[type="url"]:active,
      .signup .ngp-form.fastaction-enabled .at-inner input[type="color"]:focus,
      .signup .ngp-form.fastaction-enabled .at-inner input[type="color"]:hover,
      .signup .ngp-form.fastaction-enabled .at-inner input[type="color"]:active,
      .signup .ngp-form.fastaction-enabled .at-inner textarea:focus,
      .signup .ngp-form.fastaction-enabled .at-inner textarea:hover,
      .signup .ngp-form.fastaction-enabled .at-inner textarea:active {
        -webkit-transition: background-color 0.5s ease-in-out;
        -o-transition: background-color 0.5s ease-in-out;
        transition: background-color 0.5s ease-in-out;
        background-color: #083053;
        color: #E2E9F0; }
      @media (min-width: 661px) and (max-width: 924px) {
        .signup .ngp-form.fastaction-enabled .at-inner input[type="text"],
        .signup .ngp-form.fastaction-enabled .at-inner input[type="password"],
        .signup .ngp-form.fastaction-enabled .at-inner input[type="date"],
        .signup .ngp-form.fastaction-enabled .at-inner input[type="datetime"],
        .signup .ngp-form.fastaction-enabled .at-inner input[type="datetime-local"],
        .signup .ngp-form.fastaction-enabled .at-inner input[type="month"],
        .signup .ngp-form.fastaction-enabled .at-inner input[type="week"],
        .signup .ngp-form.fastaction-enabled .at-inner input[type="email"],
        .signup .ngp-form.fastaction-enabled .at-inner input[type="number"],
        .signup .ngp-form.fastaction-enabled .at-inner input[type="search"],
        .signup .ngp-form.fastaction-enabled .at-inner input[type="tel"],
        .signup .ngp-form.fastaction-enabled .at-inner input[type="time"],
        .signup .ngp-form.fastaction-enabled .at-inner input[type="url"],
        .signup .ngp-form.fastaction-enabled .at-inner input[type="color"],
        .signup .ngp-form.fastaction-enabled .at-inner textarea {
          padding: 10px 15px;
          height: 44px; } }
    .signup .ngp-form.fastaction-enabled .at-inner input::-webkit-input-placeholder {
      color: #083053;
      opacity: 1; }
    .signup .ngp-form.fastaction-enabled .at-inner input::-moz-placeholder {
      color: #083053;
      opacity: 1; }
    .signup .ngp-form.fastaction-enabled .at-inner input::-ms-input-placeholder {
      color: #083053;
      opacity: 1; }
    .signup .ngp-form.fastaction-enabled .at-inner input::placeholder {
      color: #083053;
      opacity: 1; }
    .signup .ngp-form.fastaction-enabled .at-inner .at-check input + span {
      margin-bottom: 0;
      margin-top: 5px; }
    .signup .ngp-form.fastaction-enabled .at-inner input[type="checkbox"]:checked + span:before {
      background-color: #083053;
      border-color: #083053;
      border-radius: 0;
      top: 0; }
    .signup .ngp-form.fastaction-enabled .at-inner input[type="checkbox"] + span:after {
      top: 3px; }
    .signup .ngp-form.fastaction-enabled .at-inner .at-legal,
    .signup .ngp-form.fastaction-enabled .at-inner .at-legal p {
      color: #083053;
      font-size: 15px;
      line-height: 1.4; }
    .signup .ngp-form.fastaction-enabled .at-inner input[type="tel"] {
      padding-left: 50px; }
  .signup .ngp-form.fastaction-enabled p:last-child {
    margin-bottom: 0.5em; }

.signup .at .error select:required,
.signup .at .error textarea:required,
.signup .at .error input[type="email"]:required::-webkit-input-placeholder,
.signup .at .error input[type="text"]:required,
.signup .at .error input[type="password"]:required,
.signup .at .error input[type="date"]:required,
.signup .at .error input[type="datetime"]:required,
.signup .at .error input[type="datetime-local"]:required,
.signup .at .error input[type="month"]:required,
.signup .at .error input[type="week"]:required,
.signup .at .error input[type="email"]:required,
.signup .at .error input[type="number"]:required,
.signup .at .error input[type="search"]:required,
.signup .at .error input[type="tel"]:required,
.signup .at .error input[type="time"]:required,
.signup .at .error input[type="url"]:required,
.signup .at .error input[type="color"]:required,
.signup textarea.at .error input:required {
  color: #ffffff;
  border-color: #ffffff;
  background-color: transparent; }

.signup .at .error select:required,
.signup .at .error textarea:required,
.signup .at .error input[type="email"]:required::-moz-placeholder,
.signup .at .error input[type="text"]:required,
.signup .at .error input[type="password"]:required,
.signup .at .error input[type="date"]:required,
.signup .at .error input[type="datetime"]:required,
.signup .at .error input[type="datetime-local"]:required,
.signup .at .error input[type="month"]:required,
.signup .at .error input[type="week"]:required,
.signup .at .error input[type="email"]:required,
.signup .at .error input[type="number"]:required,
.signup .at .error input[type="search"]:required,
.signup .at .error input[type="tel"]:required,
.signup .at .error input[type="time"]:required,
.signup .at .error input[type="url"]:required,
.signup .at .error input[type="color"]:required,
.signup textarea.at .error input:required {
  color: #ffffff;
  border-color: #ffffff;
  background-color: transparent; }

.signup .at .error select:required,
.signup .at .error textarea:required,
.signup .at .error input[type="email"]:required::-ms-input-placeholder,
.signup .at .error input[type="text"]:required,
.signup .at .error input[type="password"]:required,
.signup .at .error input[type="date"]:required,
.signup .at .error input[type="datetime"]:required,
.signup .at .error input[type="datetime-local"]:required,
.signup .at .error input[type="month"]:required,
.signup .at .error input[type="week"]:required,
.signup .at .error input[type="email"]:required,
.signup .at .error input[type="number"]:required,
.signup .at .error input[type="search"]:required,
.signup .at .error input[type="tel"]:required,
.signup .at .error input[type="time"]:required,
.signup .at .error input[type="url"]:required,
.signup .at .error input[type="color"]:required,
.signup textarea.at .error input:required {
  color: #ffffff;
  border-color: #ffffff;
  background-color: transparent; }

.signup .at .error select:required,
.signup .at .error textarea:required,
.signup .at .error input[type="email"]:required::placeholder,
.signup .at .error input[type="text"]:required,
.signup .at .error input[type="password"]:required,
.signup .at .error input[type="date"]:required,
.signup .at .error input[type="datetime"]:required,
.signup .at .error input[type="datetime-local"]:required,
.signup .at .error input[type="month"]:required,
.signup .at .error input[type="week"]:required,
.signup .at .error input[type="email"]:required,
.signup .at .error input[type="number"]:required,
.signup .at .error input[type="search"]:required,
.signup .at .error input[type="tel"]:required,
.signup .at .error input[type="time"]:required,
.signup .at .error input[type="url"]:required,
.signup .at .error input[type="color"]:required,
.signup textarea.at .error input:required {
  color: #ffffff;
  border-color: #ffffff;
  background-color: transparent; }

@media (max-width: 660px) {
  .signup .at .at-fieldset {
    padding: 0; } }

.donations {
  margin-bottom: -8rem;
  position: relative;
  overflow: hidden; }
  @media screen and (max-width: 576px) {
    .donations .container {
      padding: 0; } }
  .donations .row {
    background-color: #083053;
    padding: 2.5rem 2rem;
    border-radius: 10px; }
    @media screen and (max-width: 576px) {
      .donations .row {
        padding: 2.5rem 1.5rem; } }
  .donations--content {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 3%; }
    @media screen and (max-width: 576px) {
      .donations--content {
        margin-bottom: 1.5rem;
        padding-left: 0; } }
    @media screen and (min-width: 1200px) {
      .donations--content {
        padding-left: 6%; } }
  .donations--title {
    color: white;
    text-transform: uppercase; }
  .donations--description {
    margin-bottom: 1.5rem; }
  .donations--amounts .col {
    min-width: 130px; }
    @media screen and (min-width: 1200px) {
      .donations--amounts .col {
        min-width: 33%; } }
  .donations--amounts-item {
    width: 100%; }
  .donations--img-primary {
    display: block; }
    @media screen and (min-width: 576px) {
      .donations--img-primary {
        padding-right: 1rem; } }
  .donations--img-secondary {
    display: block;
    width: 50%;
    margin-left: 3rem;
    margin-top: -10vw; }
  .donations--disclaimer {
    font-size: .75rem;
    margin-top: 0; }

#updates-form .at-inner {
  background: none; }

#updates-form .at-title,
#updates-form .at-markup.HeaderHtml,
#updates-form .at-markup.FooterHtml {
  display: none; }

#updates-form .at-legend {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important; }

#updates-form .at-fieldset {
  padding: 0; }

#updates-form .at-row.FirstName.LastName > *, #updates-form .at-row.at-row-solo.EmailAddress > *, #updates-form .at-row.at-row-solo.PostalCode > * {
  margin-left: 0.5rem;
  margin-right: 0.5rem; }
  @media screen and (max-width: 576px) {
    #updates-form .at-row.FirstName.LastName > *, #updates-form .at-row.at-row-solo.EmailAddress > *, #updates-form .at-row.at-row-solo.PostalCode > * {
      margin-left: 0;
      margin-right: 0; } }

#updates-form .at-row.at-row-solo.EmailAddress, #updates-form .at-row.at-row-solo.PostalCode {
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

#updates-form label {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  color: white;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-family: "nunito-sans", sans-serif;
  margin-left: 0.5rem;
  margin-right: 0.5rem; }
  @media screen and (max-width: 576px) {
    #updates-form label {
      margin-left: 0;
      margin-right: 0; } }
  #updates-form label small {
    color: white;
    font-size: 12px;
    position: relative;
    top: -1px;
    text-transform: uppercase; }

#updates-form input {
  border-radius: 0;
  border: 2px solid #D6DAE7;
  background: white;
  -webkit-transition: .3s background;
  -o-transition: .3s background;
  transition: .3s background; }
  #updates-form input:focus {
    background: #E2E9F0; }

#updates-form .at-form-submit {
  padding: 0;
  margin-top: 1rem; }

#updates-form .at-submit {
  width: 100%;
  margin: 0 auto;
  border-radius: 50px;
  display: inline-block;
  font-family: "Inter", sans-serif;
  font-weight: 800;
  font-size: 14px;
  letter-spacing: 0.04em;
  padding: 10px 40px;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: background 0.5s ease, color 0.5s ease, border 0.5s ease;
  -o-transition: background 0.5s ease, color 0.5s ease, border 0.5s ease;
  transition: background 0.5s ease, color 0.5s ease, border 0.5s ease;
  color: white;
  cursor: pointer;
  background: #2487BE;
  color: white;
  border: 2px solid #2487BE; }
  #updates-form .at-submit:hover, #updates-form .at-submit:active, #updates-form .at-submit:focus {
    text-decoration: none;
    -webkit-transition: background 0.5s ease, color 0.5s ease, border 0.5s ease;
    -o-transition: background 0.5s ease, color 0.5s ease, border 0.5s ease;
    transition: background 0.5s ease, color 0.5s ease, border 0.5s ease; }
  @media (max-width: 660px) {
    #updates-form .at-submit {
      font-size: 13px; } }
  #updates-form .at-submit:focus {
    -webkit-box-shadow: #ffffff 0 0 0.5em;
            box-shadow: #ffffff 0 0 0.5em;
    outline: none; }
  #updates-form .at-submit:hover, #updates-form .at-submit:focus {
    color: white;
    background: #083053;
    border-color: #083053; }
  #updates-form .at-submit:hover, #updates-form .at-submit:focus {
    border-color: #2487BE; }

#updates-form #fastaction-signup {
  display: none; }

#updates-form #fastaction-login {
  display: none; }

.donation_bar {
  width: 100%;
  position: fixed;
  bottom: -300px;
  background-color: #2487BE;
  z-index: 6;
  padding-bottom: 25px;
  padding-top: 25px;
  -webkit-transition: bottom .5s ease;
  -o-transition: bottom .5s ease;
  transition: bottom .5s ease; }
  @media (max-width: 660px) {
    .donation_bar {
      display: none; } }
  .donation_bar .flex-wrapper {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (min-width: 0px) and (max-width: 924px) {
      .donation_bar .flex-wrapper {
        -webkit-justify-content: space-around;
            -ms-flex-pack: distribute;
                justify-content: space-around; } }
  .donation_bar.cookie-show {
    bottom: 0px;
    -webkit-transition: bottom .8s ease;
    -o-transition: bottom .8s ease;
    transition: bottom .8s ease;
    -webkit-transition-delay: 5s;
         -o-transition-delay: 5s;
            transition-delay: 5s; }
  .donation_bar.closed, .donation_bar.cookie-hidden {
    bottom: -300px;
    -webkit-transition: bottom .5s ease;
    -o-transition: bottom .5s ease;
    transition: bottom .5s ease;
    -webkit-transition-delay: 0;
         -o-transition-delay: 0;
            transition-delay: 0; }
  .donation_bar--headline {
    font-family: "Inter", sans-serif;
    /* text-transform: none; */
    line-height: 1;
    color: #E2E9F0;
    font-size: 52px;
    font-family: "Inter", sans-serif;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 0px;
    font-weight: 700;
    text-transform: uppercase; }
    .donation_bar--headline {
      font-size: 34px; }
      @media screen and (min-width: 661px) {
        .donation_bar--headline {
          font-size: calc(34px + 18 * ((100vw - 661px) / 739)); } }
      @media screen and (min-width: 1400px) {
        .donation_bar--headline {
          font-size: 52px; } }
    @media (max-width: 660px) {
      .donation_bar--headline {
        font-size: 34px; } }
  @media screen and (max-width: 660px) and (min-width: 0px) {
    .donation_bar--headline {
      font-size: calc(34px + -10.8888888889 * ((100vw - 0px) / 660)); } }
  @media screen and (max-width: 660px) and (min-width: 660px) {
    .donation_bar--headline {
      font-size: 23.1111111111px; } }
    .donation_bar--headline {
      font-size: 26px; }
      @media screen and (min-width: 661px) {
        .donation_bar--headline {
          font-size: calc(26px + 16 * ((100vw - 661px) / 739)); } }
      @media screen and (min-width: 1400px) {
        .donation_bar--headline {
          font-size: 42px; } }
  .donation_bar--description {
    width: 100%;
    color: #E2E9F0;
    margin-left: 5px; }
    @media (min-width: 0px) and (max-width: 924px) {
      .donation_bar--description {
        width: 100%;
        text-align: center; } }
    @media (max-width: 660px) {
      .donation_bar--description {
        width: 100%;
        margin-bottom: 15px; } }
    .donation_bar--description p {
      margin-top: 0;
      padding-top: 0; }
  @media (min-width: 0px) and (max-width: 924px) {
    .donation_bar--text {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      padding-right: 0px;
      text-align: center; } }
  @media (min-width: 925px) {
    .donation_bar--text {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 40%;
          -ms-flex: 0 0 40%;
              flex: 0 0 40%;
      padding-right: 30px; } }
  @media (min-width: 1251px) {
    .donation_bar--text {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 30%;
          -ms-flex: 0 0 30%;
              flex: 0 0 30%; } }
  @media (min-width: 1500px) {
    .donation_bar--text {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 auto;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto; } }
  @media (min-width: 0px) and (max-width: 924px) {
    .donation_bar--buttons {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%; } }
  @media (min-width: 925px) {
    .donation_bar--buttons {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 60%;
          -ms-flex: 0 0 60%;
              flex: 0 0 60%;
      max-width: 740px; } }
  @media (min-width: 1251px) {
    .donation_bar--buttons {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 70%;
          -ms-flex: 0 0 70%;
              flex: 0 0 70%; } }
  .donation_bar--button_wrapper {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .donation_bar--button {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    min-width: 0;
    margin: 1%; }
    @media (max-width: 660px) {
      .donation_bar--button {
        padding-left: 0px; } }
  @media screen and (max-width: 660px) and (min-width: 0px) {
    .donation_bar--button {
      padding-left: calc(0px + 30 * ((100vw - 0px) / 660)); } }
  @media screen and (max-width: 660px) and (min-width: 660px) {
    .donation_bar--button {
      padding-left: 30px; } }
    @media (max-width: 660px) {
      .donation_bar--button {
        padding-right: 0px; } }
  @media screen and (max-width: 660px) and (min-width: 0px) {
    .donation_bar--button {
      padding-right: calc(0px + 30 * ((100vw - 0px) / 660)); } }
  @media screen and (max-width: 660px) and (min-width: 660px) {
    .donation_bar--button {
      padding-right: 30px; } }
  .donation_bar--button_other {
    border-color: #072A49;
    color: white; }
    .donation_bar--button_other:link, .donation_bar--button_other:visited,
    .donation_bar--button_other a:link,
    .donation_bar--button_other a:visited {
      border-color: #072A49;
      background: transparent !important;
      color: white; }
      .donation_bar--button_other:link:hover, .donation_bar--button_other:link:active, .donation_bar--button_other:link:focus, .donation_bar--button_other:visited:hover, .donation_bar--button_other:visited:active, .donation_bar--button_other:visited:focus,
      .donation_bar--button_other a:link:hover,
      .donation_bar--button_other a:link:active,
      .donation_bar--button_other a:link:focus,
      .donation_bar--button_other a:visited:hover,
      .donation_bar--button_other a:visited:active,
      .donation_bar--button_other a:visited:focus {
        background-color: white !important;
        border-color: white;
        color: #083053; }
    .donation_bar--button_other:link, .donation_bar--button_other:visited {
      border-color: #072A49;
      color: white; }
    @media (max-width: 660px) {
      .donation_bar--button_other {
        padding-left: 5px; } }
  @media screen and (max-width: 660px) and (min-width: 0px) {
    .donation_bar--button_other {
      padding-left: calc(5px + 15 * ((100vw - 0px) / 660)); } }
  @media screen and (max-width: 660px) and (min-width: 660px) {
    .donation_bar--button_other {
      padding-left: 20px; } }
    @media (max-width: 660px) {
      .donation_bar--button_other {
        padding-right: 5px; } }
  @media screen and (max-width: 660px) and (min-width: 0px) {
    .donation_bar--button_other {
      padding-right: calc(5px + 15 * ((100vw - 0px) / 660)); } }
  @media screen and (max-width: 660px) and (min-width: 660px) {
    .donation_bar--button_other {
      padding-right: 20px; } }
  .donation_bar--close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    --size: 40px;
    width: var(--size);
    height: var(--size);
    cursor: pointer; }
    .donation_bar--close button {
      background: none;
      border: none;
      cursor: pointer;
      position: absolute;
      top: 0;
      right: 0;
      -webkit-transition: .3s all;
      -o-transition: .3s all;
      transition: .3s all;
      padding: 15px; }
      .donation_bar--close button:before, .donation_bar--close button:after {
        content: '';
        background-color: white;
        width: 1px;
        height: 20px;
        position: absolute;
        right: 50%;
        top: 50%; }
      .donation_bar--close button:before {
        -webkit-transform: translateY(-50%) rotate(45deg);
            -ms-transform: translateY(-50%) rotate(45deg);
                transform: translateY(-50%) rotate(45deg); }
      .donation_bar--close button:after {
        -webkit-transform: translateY(-50%) rotate(-45deg);
            -ms-transform: translateY(-50%) rotate(-45deg);
                transform: translateY(-50%) rotate(-45deg); }
      .donation_bar--close button:hover, .donation_bar--close button:focus, .donation_bar--close button:active {
        outline: none;
        border: none !important;
        -webkit-box-shadow: none !important;
                box-shadow: none !important; }
        .donation_bar--close button:hover:before, .donation_bar--close button:hover:after, .donation_bar--close button:focus:before, .donation_bar--close button:focus:after, .donation_bar--close button:active:before, .donation_bar--close button:active:after {
          background-color: #072A49; }
      @media (min-width: 0px) and (max-width: 924px) {
        .donation_bar--close button {
          padding: 15px 30px; } }
  .donation_bar--disclaimer {
    font-size: 12px;
    text-align: center;
    padding: 5px 15px;
    color: #E2E9F0;
    font-family: "nunito-sans", sans-serif;
    font-weight: 400; }
  .donation_bar--amounts .button_secondary:not([disabled]):hover, .donation_bar--amounts .button_secondary:not([disabled]):focus {
    background-color: white;
    border-color: white;
    color: #083053 !important; }
  .donation_bar.closed.delay {
    bottom: -400px;
    -webkit-transition: bottom 1s ease;
    -o-transition: bottom 1s ease;
    transition: bottom 1s ease; }
  .donation_bar.delay {
    bottom: 0px;
    -webkit-transition: bottom 1s ease;
    -o-transition: bottom 1s ease;
    transition: bottom 1s ease; }

.news_feed--left_align {
  text-align: left; }

.news_feed--center_align {
  text-align: center; }

.news_feed--top {
  width: 50%;
  margin-bottom: 30px; }
  .news_feed--center_align .news_feed--top {
    margin: 0 auto 30px; }

.news_feed--title_left {
  font-size: 52px;
  font-family: "Inter", sans-serif;
  font-weight: 800;
  line-height: 1.1;
  width: 66%; }
  .news_feed--title_left {
    font-size: 34px; }
    @media screen and (min-width: 661px) {
      .news_feed--title_left {
        font-size: calc(34px + 18 * ((100vw - 661px) / 739)); } }
    @media screen and (min-width: 1400px) {
      .news_feed--title_left {
        font-size: 52px; } }
  @media (max-width: 660px) {
    .news_feed--title_left {
      font-size: 34px; } }
  @media screen and (max-width: 660px) and (min-width: 0px) {
    .news_feed--title_left {
      font-size: calc(34px + -10.8888888889 * ((100vw - 0px) / 660)); } }
  @media screen and (max-width: 660px) and (min-width: 660px) {
    .news_feed--title_left {
      font-size: 23.1111111111px; } }
  @media (max-width: 660px) {
    .news_feed--title_left {
      padding-left: 0px;
      padding-right: 20px;
      width: 100%; } }

.news_feed--title_center {
  margin: 0 auto;
  width: 80%; }
  @media (max-width: 660px) {
    .news_feed--title_center {
      width: 100%; } }

.news_feed--item_title {
  text-decoration: none;
  margin-top: 15px;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  text-transform: none; }
  .news_feed--three_items .news_feed--item_title {
    font-size: 24px; }
    @media screen and (min-width: 661px) {
      .news_feed--three_items .news_feed--item_title {
        font-size: calc(24px + 30 * ((100vw - 661px) / 739)); } }
    @media screen and (min-width: 1400px) {
      .news_feed--three_items .news_feed--item_title {
        font-size: 54px; } }
  .news_feed--four_items .news_feed--item_title {
    text-decoration: underline; }
    .news_feed--four_items .news_feed--item_title {
      font-size: 20px; }
      @media screen and (min-width: 661px) {
        .news_feed--four_items .news_feed--item_title {
          font-size: calc(20px + 22 * ((100vw - 661px) / 739)); } }
      @media screen and (min-width: 1400px) {
        .news_feed--four_items .news_feed--item_title {
          font-size: 42px; } }
    .news_feed--four_items .news_feed--item_title:link, .news_feed--four_items .news_feed--item_title:visited {
      text-decoration: underline; }
  .news_feed--item_title:link, .news_feed--item_title:visited {
    text-decoration: none; }
  .news_feed--item_title:hover, .news_feed--item_title:focus, .news_feed--item_title:active {
    text-decoration: none;
    color: #4D9FCC;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }

.news_feed--item_wrapper {
  padding-right: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .news_feed--center_align .news_feed--item_wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }

.news_feed--item_bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end; }
  .news_feed--center_align .news_feed--item_bottom {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  @media (max-width: 660px) {
    .news_feed--item_bottom {
      width: 100%; }
      .news_feed--item_bottom .button_link {
        padding-left: 5px;
        padding-right: 35px;
        text-align: center;
        width: 100%; } }

.news_feed--element {
  margin-bottom: 15px;
  margin-top: 15px; }
  @media (min-width: 661px) {
    .news_feed--element:last-child .news_feed--item_wrapper {
      padding-right: 0; } }

.news_feed--source {
  font-size: 15px;
  line-height: 1.7;
  letter-spacing: 0.01em;
  text-transform: uppercase; }
  .news_feed--source {
    font-size: 12px; }
    @media screen and (min-width: 661px) {
      .news_feed--source {
        font-size: calc(12px + 3 * ((100vw - 661px) / 739)); } }
    @media screen and (min-width: 1400px) {
      .news_feed--source {
        font-size: 15px; } }
  @media (max-width: 660px) {
    .news_feed--source {
      font-size: 13px; } }

.topper_nav {
  margin-top: 0px; }
  @media screen and (min-width: 661px) {
    .topper_nav {
      margin-top: calc(0px + 90 * ((100vw - 661px) / 739)); } }
  @media screen and (min-width: 1400px) {
    .topper_nav {
      margin-top: 90px; } }

.topper_nav--items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.topper_nav--item {
  margin: 0 1rem;
  color: #083053; }
  .topper_nav--item {
    font-size: 14px; }
    @media screen and (min-width: 661px) {
      .topper_nav--item {
        font-size: calc(14px + 4 * ((100vw - 661px) / 739)); } }
    @media screen and (min-width: 1400px) {
      .topper_nav--item {
        font-size: 18px; } }
  .topper_nav--item:not(.topper_nav--headline) {
    font-weight: 800;
    text-decoration: none;
    color: #083053;
    position: relative;
    margin-bottom: auto;
    text-transform: uppercase;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    letter-spacing: 1px; }
    .topper_nav--item:not(.topper_nav--headline)::before {
      content: '';
      position: absolute;
      bottom: -4px;
      left: 0;
      width: 100%;
      height: 2px;
      background: transparent;
      -webkit-transition: .3s all;
      -o-transition: .3s all;
      transition: .3s all; }
    .topper_nav--item:not(.topper_nav--headline):hover {
      color: #2487BE; }
      .topper_nav--item:not(.topper_nav--headline):hover::before {
        background: #2487BE; }

@media screen and (max-width: 768px) {
  .topper_nav {
    display: none; } }

.tm {
  padding: 5rem 0 3rem; }
  .tm {
    padding-top: 0px; }
    @media screen and (min-width: 661px) {
      .tm {
        padding-top: calc(0px + 80 * ((100vw - 661px) / 739)); } }
    @media screen and (min-width: 1400px) {
      .tm {
        padding-top: 80px; } }
  .tm {
    padding-bottom: 0px; }
    @media screen and (min-width: 661px) {
      .tm {
        padding-bottom: calc(0px + 48 * ((100vw - 661px) / 739)); } }
    @media screen and (min-width: 1400px) {
      .tm {
        padding-bottom: 48px; } }
  .tm[data-position-image="left"] .tm--col-image {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1; }
  @media screen and (max-width: 576px) {
    .tm .col {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%; } }
  .tm--headline {
    font-family: "Inter", sans-serif;
    text-transform: uppercase;
    font-weight: 800;
    color: #083053; }
  .tm--description {
    margin-bottom: 2rem; }
    .tm--description p {
      margin-top: 0; }
      .tm--description p strong {
        text-transform: uppercase;
        color: #2487BE;
        font-weight: 800;
        font-family: "Inter", sans-serif; }
  .tm--image {
    border-radius: 10px;
    width: 100%;
    height: auto; }
  .tm--col-content {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }

.tti--inner {
  padding-right: 0;
  padding-left: 3%; }
  .page-template-tpl-homepage .tti--inner {
    padding-right: 0;
    padding-left: 30px; }

.tti--image_wrapper {
  line-height: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(36, 62, 140, 0.1)), to(rgba(170, 39, 125, 0.1)));
  background: -webkit-linear-gradient(left, rgba(36, 62, 140, 0.1) 0%, rgba(170, 39, 125, 0.1) 100%);
  background: -o-linear-gradient(left, rgba(36, 62, 140, 0.1) 0%, rgba(170, 39, 125, 0.1) 100%);
  background: linear-gradient(90deg, rgba(36, 62, 140, 0.1) 0%, rgba(170, 39, 125, 0.1) 100%); }
  .tti--image_wrapper img.tti--image {
    width: 100%;
    height: auto;
    opacity: 55%; }

.tti--caption {
  font-weight: 800;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 1.7;
  letter-spacing: 0.01em;
  margin-bottom: 10px;
  letter-spacing: 0.05em;
  text-align: right; }
  .tti--caption {
    font-size: 12px; }
    @media screen and (min-width: 661px) {
      .tti--caption {
        font-size: calc(12px + 3 * ((100vw - 661px) / 739)); } }
    @media screen and (min-width: 1400px) {
      .tti--caption {
        font-size: 15px; } }
  @media (max-width: 660px) {
    .tti--caption {
      font-size: 13px; } }
  @media (max-width: 660px) {
    .tti--caption {
      margin-right: 15px; } }

.tti .flex-wrapper {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 660px) {
    .tti .flex-wrapper {
      padding: 0; } }

.tti--headline,
.tti--headline p {
  font-family: "Inter", sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.3; }
  .tti--headline,
  .tti--headline p {
    font-size: 30px; }
    @media screen and (min-width: 661px) {
      .tti--headline,
      .tti--headline p {
        font-size: calc(30px + 10 * ((100vw - 661px) / 739)); } }
    @media screen and (min-width: 1400px) {
      .tti--headline,
      .tti--headline p {
        font-size: 40px; } }
  @media (max-width: 660px) {
    .tti--headline,
    .tti--headline p {
      font-size: 33px; } }

.tti--headline p {
  margin-top: .2em;
  margin-bottom: 0; }

.tti--description p {
  margin-bottom: 0; }

.tti--featured_image_wrapper {
  margin-top: -32%;
  z-index: 1;
  position: relative;
  padding-left: 4%; }

.tti--featured_image {
  width: 55%;
  height: auto; }

.tti--featured_caption {
  font-weight: 800;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 1.7;
  letter-spacing: 0.01em;
  margin-bottom: 10px;
  letter-spacing: 0.05em; }
  .tti--featured_caption {
    font-size: 12px; }
    @media screen and (min-width: 661px) {
      .tti--featured_caption {
        font-size: calc(12px + 3 * ((100vw - 661px) / 739)); } }
    @media screen and (min-width: 1400px) {
      .tti--featured_caption {
        font-size: 15px; } }
  @media (max-width: 660px) {
    .tti--featured_caption {
      font-size: 13px; } }

.tti--image {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 56%;
      -ms-flex: 0 0 56%;
          flex: 0 0 56%; }
  @media (max-width: 660px) {
    .tti--image {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1; } }
  .tti--image.image_right {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
    @media (max-width: 660px) {
      .tti--image.image_right {
        margin-top: 30px;
        margin-bottom: 0; }
        .tti--image.image_right .tm--inner_col {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: reverse;
          -webkit-flex-direction: column-reverse;
              -ms-flex-direction: column-reverse;
                  flex-direction: column-reverse; }
          .tti--image.image_right .tm--inner_col img {
            margin-bottom: 10px; } }
  @media (min-width: 661px) and (max-width: 924px) {
    .tti--image .tti--inner_col {
      margin-top: -20%; } }
  @media (min-width: 925px) {
    .tti--image .tti--inner_col {
      margin-top: -17%; } }

.tti--text {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 40%;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%; }
  .tti--text .tti--inner_col {
    padding: 15px; }
  @media (max-width: 660px) {
    .tti--text {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%; } }
  .tti--text.image_right .tti--inner_col {
    padding-right: 15px; }
    @media screen and (min-width: 661px) {
      .tti--text.image_right .tti--inner_col {
        padding-right: calc(15px + 45 * ((100vw - 661px) / 739)); } }
    @media screen and (min-width: 1400px) {
      .tti--text.image_right .tti--inner_col {
        padding-right: 60px; } }
  @media (max-width: 660px) {
    .tti--text.image_right .tti--inner_col {
      padding-right: 0;
      padding-left: 0;
      margin: 15px; } }
  @media (min-width: 661px) and (max-width: 924px) {
    .tti--text.image_right .tti--inner_col {
      padding-left: 0; } }

.limage--caption {
  color: #2487BE;
  padding-top: 15px;
  width: 50%;
  font-size: 15px;
  line-height: 1.7;
  letter-spacing: 0.01em; }
  .limage--caption {
    font-size: 12px; }
    @media screen and (min-width: 661px) {
      .limage--caption {
        font-size: calc(12px + 3 * ((100vw - 661px) / 739)); } }
    @media screen and (min-width: 1400px) {
      .limage--caption {
        font-size: 15px; } }
  @media (max-width: 660px) {
    .limage--caption {
      font-size: 13px; } }
  @media (max-width: 660px) {
    .limage--caption {
      width: 90%; } }
  @media (min-width: 661px) and (max-width: 924px) {
    .limage--caption {
      width: 70%; } }

.lquote {
  text-align: center; }
  .lquote--quote {
    font-family: "Inter", sans-serif;
    font-size: 40px;
    font-weight: 600;
    line-height: 1.3;
    padding: 15px 45px; }
    .lquote--quote {
      font-size: 30px; }
      @media screen and (min-width: 661px) {
        .lquote--quote {
          font-size: calc(30px + 10 * ((100vw - 661px) / 739)); } }
      @media screen and (min-width: 1400px) {
        .lquote--quote {
          font-size: 40px; } }
    @media (max-width: 660px) {
      .lquote--quote {
        font-size: 33px; } }
    .lquote--quote {
      font-size: 38px; }
      @media screen and (min-width: 661px) {
        .lquote--quote {
          font-size: calc(38px + 14 * ((100vw - 661px) / 739)); } }
      @media screen and (min-width: 1400px) {
        .lquote--quote {
          font-size: 52px; } }
    @media (max-width: 660px) {
      .lquote--quote {
        padding: 15px 0; } }
  .lquote--attribution {
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
    line-height: 1.7;
    letter-spacing: 0.01em;
    padding-top: 5px;
    padding-bottom: 15px; }
    .lquote--attribution {
      font-size: 12px; }
      @media screen and (min-width: 661px) {
        .lquote--attribution {
          font-size: calc(12px + 3 * ((100vw - 661px) / 739)); } }
      @media screen and (min-width: 1400px) {
        .lquote--attribution {
          font-size: 15px; } }
    @media (max-width: 660px) {
      .lquote--attribution {
        font-size: 13px; } }

.fcta {
  background: #E2E9F0;
  padding: 6.25rem 0;
  overflow: hidden; }
  @media screen and (max-width: 576px) {
    .fcta .col {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%; } }
  .fcta--col-content {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40%;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    max-width: 40%; }
  .fcta--content {
    text-align: center;
    height: 100%; }
    .fcta--content {
      padding-top: 32px; }
      @media screen and (min-width: 661px) {
        .fcta--content {
          padding-top: calc(32px + 64 * ((100vw - 661px) / 739)); } }
      @media screen and (min-width: 1400px) {
        .fcta--content {
          padding-top: 96px; } }
  .fcta--image-wrapper svg {
    width: 100%;
    height: auto; }
    @media screen and (max-width: 576px) {
      .fcta--image-wrapper svg {
        display: none; } }
  .fcta--image-wrapper a path {
    -webkit-transition: .3s fill;
    -o-transition: .3s fill;
    transition: .3s fill; }
  .fcta--image-wrapper a[class*="link-state"]:hover *,
  .fcta--image-wrapper a[class*="link-state"]:focus * {
    fill: black; }
  .fcta--image {
    width: 100%;
    height: auto; }
  @media screen and (min-width: 576px) {
    .fcta--image-link {
      display: none; } }
  .fcta--ornament {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 40%;
    height: auto;
    -webkit-transform: translateX(30%);
        -ms-transform: translateX(30%);
            transform: translateX(30%);
    pointer-events: none; }
    @media screen and (max-width: 1200px) {
      .fcta--ornament {
        width: 30%; } }
    @media screen and (max-width: 576px) {
      .fcta--ornament {
        -webkit-transform: scaleY(-1) rotate(261deg) translateX(15px);
            -ms-transform: scaleY(-1) rotate(261deg) translateX(15px);
                transform: scaleY(-1) rotate(261deg) translateX(15px); } }
  .fcta--inner {
    background: #2487BE;
    padding: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 15px; }
    .fcta--inner {
      padding: 30px; }
      @media screen and (min-width: 661px) {
        .fcta--inner {
          padding: calc(30px + 30 * ((100vw - 661px) / 739)); } }
      @media screen and (min-width: 1400px) {
        .fcta--inner {
          padding: 60px; } }
    @media (max-width: 660px) {
      .fcta--inner {
        margin-left: -30px;
        margin-right: -30px;
        padding-bottom: 45px;
        padding-top: 45px; } }
  .fcta--headline {
    font-family: "Inter", sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 0.9;
    margin-bottom: 0;
    color: #083053; }
  .fcta--description {
    font-family: "Inter", sans-serif;
    text-align: center;
    margin-top: 5px;
    color: #083053;
    max-width: 360px;
    margin: 0 auto; }
  .fcta--cta_button {
    margin-top: 20px;
    margin-bottom: 15px; }
    @media (max-width: 660px) {
      .fcta--cta_button {
        margin-bottom: 0; } }

.page-template-tpl-homepage .component__featured_cta {
  margin-top: 0; }
  .page-template-tpl-homepage .component__featured_cta .scroll_padding {
    padding: 0; }

@media screen and (max-width: 992px) {
  .mci .col {
    min-width: 300px; } }

.mci--item-image {
  border-radius: 10px; }

.mci--item-caption {
  margin: 0.5rem 0;
  font-size: 12px;
  color: #083053; }

.mct--item:first-child h3,
.mct--item:first-child .mct--item_text {
  padding-right: 20px; }

.mct--item_inner {
  padding-right: 15px; }
  .mct--item_inner:last-child {
    padding-right: 15px; }

.merchandise--headline {
  font-size: 52px;
  font-family: "Inter", sans-serif;
  font-weight: 800;
  line-height: 1.1;
  color: #E2E9F0;
  margin-bottom: 0.3em; }
  .merchandise--headline {
    font-size: 34px; }
    @media screen and (min-width: 661px) {
      .merchandise--headline {
        font-size: calc(34px + 18 * ((100vw - 661px) / 739)); } }
    @media screen and (min-width: 1400px) {
      .merchandise--headline {
        font-size: 52px; } }
  @media (max-width: 660px) {
    .merchandise--headline {
      font-size: 34px; } }
  @media screen and (max-width: 660px) and (min-width: 0px) {
    .merchandise--headline {
      font-size: calc(34px + -10.8888888889 * ((100vw - 0px) / 660)); } }
  @media screen and (max-width: 660px) and (min-width: 660px) {
    .merchandise--headline {
      font-size: 23.1111111111px; } }

.merchandise--image {
  width: 100%;
  height: auto;
  display: block;
  line-height: 0; }

.merchandise--items {
  margin-right: -15px; }

.merchandise--item {
  border-radius: 13px;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin-bottom: 30px;
  display: block;
  margin-right: 15px; }
  .merchandise--item:link, .merchandise--item:visited {
    text-decoration: none; }
    .merchandise--item:link:hover, .merchandise--item:link:active, .merchandise--item:link:focus, .merchandise--item:visited:hover, .merchandise--item:visited:active, .merchandise--item:visited:focus {
      text-decoration: none; }
      .merchandise--item:link:hover button, .merchandise--item:link:active button, .merchandise--item:link:focus button, .merchandise--item:visited:hover button, .merchandise--item:visited:active button, .merchandise--item:visited:focus button {
        display: block;
        -webkit-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
        cursor: pointer; }
      .merchandise--item:link:hover .merchandise--item_about, .merchandise--item:link:active .merchandise--item_about, .merchandise--item:link:focus .merchandise--item_about, .merchandise--item:visited:hover .merchandise--item_about, .merchandise--item:visited:active .merchandise--item_about, .merchandise--item:visited:focus .merchandise--item_about {
        background-color: #083053;
        border-color: #083053;
        -webkit-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out; }
      .merchandise--item:link:hover .merchandise--item_name, .merchandise--item:link:active .merchandise--item_name, .merchandise--item:link:focus .merchandise--item_name, .merchandise--item:visited:hover .merchandise--item_name, .merchandise--item:visited:active .merchandise--item_name, .merchandise--item:visited:focus .merchandise--item_name {
        color: #4D9FCC; }
  @media (max-width: 660px) {
    .merchandise--item {
      margin-bottom: 15px; } }

.merchandise--item_about {
  border: 1px solid #FFFFFF;
  border-bottom-left-radius: 13px;
  border-bottom-right-radius: 13px;
  border-top: none;
  display: grid;
  color: #E2E9F0;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  padding: 20px 15px 15px; }
  .col_forth .merchandise--item_about {
    text-align: center; }
  @media (max-width: 660px) {
    .merchandise--item_about {
      padding: 20px 6px 15px; } }

.merchandise--item_name {
  font-family: "Inter", sans-serif;
  font-size: 34px;
  font-weight: 800;
  line-height: 1.35;
  text-transform: uppercase; }
  .merchandise--item_name {
    font-size: 24px; }
    @media screen and (min-width: 661px) {
      .merchandise--item_name {
        font-size: calc(24px + 10 * ((100vw - 661px) / 739)); } }
    @media screen and (min-width: 1400px) {
      .merchandise--item_name {
        font-size: 34px; } }
  .merchandise--item_name {
    font-size: 24px; }
    @media screen and (min-width: 661px) {
      .merchandise--item_name {
        font-size: calc(24px + 11 * ((100vw - 661px) / 739)); } }
    @media screen and (min-width: 1400px) {
      .merchandise--item_name {
        font-size: 35px; } }
  .col_fourth .merchandise--item_name {
    text-align: center; }

.merchandise--item_text {
  font-weight: 400; }
  .col_third .merchandise--item_text {
    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;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .col_fourth .merchandise--item_text {
    text-align: center; }

.merchandise--item_price {
  font-weight: 800; }
  .col_fourth .merchandise--item_price {
    display: block; }

.merchandise button {
  position: absolute;
  top: 60%;
  left: 50%;
  -webkit-transform: translate(-50%, -60%);
      -ms-transform: translate(-50%, -60%);
          transform: translate(-50%, -60%);
  display: none;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out; }

.merchandise .col_fourth button {
  top: 40%;
  -webkit-transform: translate(-50%, -40%);
      -ms-transform: translate(-50%, -40%);
          transform: translate(-50%, -40%); }

.scl--inner_wrapper {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 0; }

.scl--inner {
  width: 70%; }
  @media (max-width: 660px) {
    .scl--inner {
      width: 100%; } }

.scl hr {
  height: 1px; }

.scl--headline {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: .05em; }
  @media (max-width: 660px) {
    .scl--headline {
      font-size: 12px; } }

.scl--link.button_link:link, .scl--link.button_link:visited {
  font-size: 15px;
  color: #ffffff;
  border: none;
  text-decoration: none;
  margin-top: 0;
  padding-right: 25px; }
  @media (max-width: 660px) {
    .scl--link.button_link:link, .scl--link.button_link:visited {
      font-size: 14px; } }
  .scl--link.button_link:link:after, .scl--link.button_link:visited:after {
    top: 4px;
    right: 3px;
    height: 12px;
    width: 12px; }
  .scl--link.button_link:link:hover, .scl--link.button_link:link:active, .scl--link.button_link:link:focus, .scl--link.button_link:visited:hover, .scl--link.button_link:visited:active, .scl--link.button_link:visited:focus {
    border: none;
    color: #2487BE;
    text-decoration: underline; }
  .scl--link.button_link:link.button_internal:after, .scl--link.button_link:visited.button_internal:after {
    background-image: url(images/internal_icon_pink.svg); }
  .scl--link.button_link:link.button_internal:hover:after, .scl--link.button_link:link.button_internal:focus:after, .scl--link.button_link:link.button_internal:active:after, .scl--link.button_link:visited.button_internal:hover:after, .scl--link.button_link:visited.button_internal:focus:after, .scl--link.button_link:visited.button_internal:active:after {
    background-image: url(images/internal_icon_blue.svg); }
  .scl--link.button_link:link.button_external:after, .scl--link.button_link:visited.button_external:after {
    background-image: url(images/external_icon_pink.svg); }
  .scl--link.button_link:link.button_external:hover:after, .scl--link.button_link:link.button_external:focus:after, .scl--link.button_link:link.button_external:active:after, .scl--link.button_link:visited.button_external:hover:after, .scl--link.button_link:visited.button_external:focus:after, .scl--link.button_link:visited.button_external:active:after {
    background-image: url(images/external_icon_blue.svg); }

.endorsements--headline {
  font-family: "Inter", sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 30px; }
  .endorsements--headline {
    font-size: 30px; }
    @media screen and (min-width: 661px) {
      .endorsements--headline {
        font-size: calc(30px + 10 * ((100vw - 661px) / 739)); } }
    @media screen and (min-width: 1400px) {
      .endorsements--headline {
        font-size: 40px; } }
  @media (max-width: 660px) {
    .endorsements--headline {
      font-size: 33px; } }
  .endorsements--headline {
    margin-bottom: 0px; }
    @media screen and (min-width: 661px) {
      .endorsements--headline {
        margin-bottom: calc(0px + 30 * ((100vw - 661px) / 739)); } }
    @media screen and (min-width: 1400px) {
      .endorsements--headline {
        margin-bottom: 30px; } }
  .endorsements--headline {
    margin-top: 0px; }
    @media screen and (min-width: 661px) {
      .endorsements--headline {
        margin-top: calc(0px + -30 * ((100vw - 661px) / 739)); } }
    @media screen and (min-width: 1400px) {
      .endorsements--headline {
        margin-top: -30px; } }

.endorsements--list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  position: relative; }

.endorsements--icon {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 200px;
  border: 1px solid #bdc5dd;
  border-radius: 400px;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  margin-top: 30px; }
  .endorsements--icon {
    height: 100px; }
    @media screen and (min-width: 661px) {
      .endorsements--icon {
        height: calc(100px + 100 * ((100vw - 661px) / 739)); } }
    @media screen and (min-width: 1400px) {
      .endorsements--icon {
        height: 200px; } }
  .endorsements--icon {
    width: 100px; }
    @media screen and (min-width: 661px) {
      .endorsements--icon {
        width: calc(100px + 100 * ((100vw - 661px) / 739)); } }
    @media screen and (min-width: 1400px) {
      .endorsements--icon {
        width: 200px; } }

.endorsements--image {
  width: 200px;
  height: auto; }
  .endorsements--image {
    width: 100px; }
    @media screen and (min-width: 661px) {
      .endorsements--image {
        width: calc(100px + 100 * ((100vw - 661px) / 739)); } }
    @media screen and (min-width: 1400px) {
      .endorsements--image {
        width: 200px; } }

.endorsements--text {
  margin-top: 10px;
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.3;
  text-align: center;
  line-height: 1.1; }
  .endorsements--text {
    font-size: 19px; }
    @media screen and (min-width: 661px) {
      .endorsements--text {
        font-size: calc(19px + 5 * ((100vw - 661px) / 739)); } }
    @media screen and (min-width: 1400px) {
      .endorsements--text {
        font-size: 24px; } }

.news_feed--left_align {
  text-align: left; }

.news_feed--center_align {
  text-align: center; }

.news_feed--top {
  width: 50%;
  margin-bottom: 30px; }
  .news_feed--center_align .news_feed--top {
    margin: 0 auto 30px; }

.news_feed--title_left {
  font-size: 52px;
  font-family: "Inter", sans-serif;
  font-weight: 800;
  line-height: 1.1;
  width: 66%; }
  .news_feed--title_left {
    font-size: 34px; }
    @media screen and (min-width: 661px) {
      .news_feed--title_left {
        font-size: calc(34px + 18 * ((100vw - 661px) / 739)); } }
    @media screen and (min-width: 1400px) {
      .news_feed--title_left {
        font-size: 52px; } }
  @media (max-width: 660px) {
    .news_feed--title_left {
      font-size: 34px; } }
  @media screen and (max-width: 660px) and (min-width: 0px) {
    .news_feed--title_left {
      font-size: calc(34px + -10.8888888889 * ((100vw - 0px) / 660)); } }
  @media screen and (max-width: 660px) and (min-width: 660px) {
    .news_feed--title_left {
      font-size: 23.1111111111px; } }
  @media (max-width: 660px) {
    .news_feed--title_left {
      padding-left: 0px;
      padding-right: 20px;
      width: 100%; } }

.news_feed--title_center {
  margin: 0 auto;
  width: 80%; }
  @media (max-width: 660px) {
    .news_feed--title_center {
      width: 100%; } }

.news_feed--item_title {
  text-decoration: none;
  margin-top: 15px;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  text-transform: none; }
  .news_feed--three_items .news_feed--item_title {
    font-size: 24px; }
    @media screen and (min-width: 661px) {
      .news_feed--three_items .news_feed--item_title {
        font-size: calc(24px + 30 * ((100vw - 661px) / 739)); } }
    @media screen and (min-width: 1400px) {
      .news_feed--three_items .news_feed--item_title {
        font-size: 54px; } }
  .news_feed--four_items .news_feed--item_title {
    text-decoration: underline; }
    .news_feed--four_items .news_feed--item_title {
      font-size: 20px; }
      @media screen and (min-width: 661px) {
        .news_feed--four_items .news_feed--item_title {
          font-size: calc(20px + 22 * ((100vw - 661px) / 739)); } }
      @media screen and (min-width: 1400px) {
        .news_feed--four_items .news_feed--item_title {
          font-size: 42px; } }
    .news_feed--four_items .news_feed--item_title:link, .news_feed--four_items .news_feed--item_title:visited {
      text-decoration: underline; }
  .news_feed--item_title:link, .news_feed--item_title:visited {
    text-decoration: none; }
  .news_feed--item_title:hover, .news_feed--item_title:focus, .news_feed--item_title:active {
    text-decoration: none;
    color: #4D9FCC;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }

.news_feed--item_wrapper {
  padding-right: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .news_feed--center_align .news_feed--item_wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }

.news_feed--item_bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end; }
  .news_feed--center_align .news_feed--item_bottom {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  @media (max-width: 660px) {
    .news_feed--item_bottom {
      width: 100%; }
      .news_feed--item_bottom .button_link {
        padding-left: 5px;
        padding-right: 35px;
        text-align: center;
        width: 100%; } }

.news_feed--element {
  margin-bottom: 15px;
  margin-top: 15px; }
  @media (min-width: 661px) {
    .news_feed--element:last-child .news_feed--item_wrapper {
      padding-right: 0; } }

.news_feed--source {
  font-size: 15px;
  line-height: 1.7;
  letter-spacing: 0.01em;
  text-transform: uppercase; }
  .news_feed--source {
    font-size: 12px; }
    @media screen and (min-width: 661px) {
      .news_feed--source {
        font-size: calc(12px + 3 * ((100vw - 661px) / 739)); } }
    @media screen and (min-width: 1400px) {
      .news_feed--source {
        font-size: 15px; } }
  @media (max-width: 660px) {
    .news_feed--source {
      font-size: 13px; } }

.social_feed .juicer-feed p {
  line-height: 1.3; }

.social_feed .juicer-feed .feed-item {
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 0px transparent;
          box-shadow: 0px 0px 0px transparent; }

.social_feed .juicer-feed .j-twitter-display-name {
  font-family: "Inter", sans-serif;
  color: #083053;
  font-weight: 800;
  text-transform: uppercase; }

.social_feed .juicer-feed .j-twitter-screen-name {
  font-family: "Inter", sans-serif;
  color: #083053;
  font-weight: 400; }

.social_feed .juicer-feed li.feed-item.j-twitter .j-twitter-quote {
  margin-top: 10px; }

.social_feed .juicer-feed .j-paginate {
  border-color: #E2E9F0;
  margin-bottom: 0; }
  .social_feed .juicer-feed .j-paginate:hover, .social_feed .juicer-feed .j-paginate:active, .social_feed .juicer-feed .j-paginate:focus {
    border-color: #083053; }

.social_feed .juicer-feed.white li.feed-item.j-twitter .j-message, .social_feed .juicer-feed.user li.feed-item.j-twitter .j-message, .social_feed .juicer-feed.juicer-widget li.feed-item.j-twitter .j-message, .social_feed .juicer-feed.colors li.feed-item.j-twitter .j-message, .social_feed .juicer-feed.gray li.feed-item.j-twitter .j-message, .social_feed .juicer-feed.modern li.feed-item.j-twitter .j-message, .social_feed .juicer-feed.polaroid li.feed-item.j-twitter .j-message {
  color: #2487BE;
  font-family: "Inter", sans-serif;
  font-size: 15px; }

.social_feed .juicer-feed.white li.feed-item .j-message a:link, .social_feed .juicer-feed.white li.feed-item .j-message a:visited, .social_feed .juicer-feed.white li.feed-item .j-edit a:link, .social_feed .juicer-feed.white li.feed-item .j-edit a:visited, .social_feed .juicer-feed.user li.feed-item .j-message a:link, .social_feed .juicer-feed.user li.feed-item .j-message a:visited, .social_feed .juicer-feed.user li.feed-item .j-edit a:link, .social_feed .juicer-feed.user li.feed-item .j-edit a:visited, .social_feed .juicer-feed.juicer-widget li.feed-item .j-message a:link, .social_feed .juicer-feed.juicer-widget li.feed-item .j-message a:visited, .social_feed .juicer-feed.juicer-widget li.feed-item .j-edit a:link, .social_feed .juicer-feed.juicer-widget li.feed-item .j-edit a:visited, .social_feed .juicer-feed.colors li.feed-item .j-message a:link, .social_feed .juicer-feed.colors li.feed-item .j-message a:visited, .social_feed .juicer-feed.colors li.feed-item .j-edit a:link, .social_feed .juicer-feed.colors li.feed-item .j-edit a:visited, .social_feed .juicer-feed.gray li.feed-item .j-message a:link, .social_feed .juicer-feed.gray li.feed-item .j-message a:visited, .social_feed .juicer-feed.gray li.feed-item .j-edit a:link, .social_feed .juicer-feed.gray li.feed-item .j-edit a:visited, .social_feed .juicer-feed.modern li.feed-item .j-message a:link, .social_feed .juicer-feed.modern li.feed-item .j-message a:visited, .social_feed .juicer-feed.modern li.feed-item .j-edit a:link, .social_feed .juicer-feed.modern li.feed-item .j-edit a:visited, .social_feed .juicer-feed.polaroid li.feed-item .j-message a:link, .social_feed .juicer-feed.polaroid li.feed-item .j-message a:visited, .social_feed .juicer-feed.polaroid li.feed-item .j-edit a:link, .social_feed .juicer-feed.polaroid li.feed-item .j-edit a:visited {
  color: #E2E9F0; }

.social_feed .juicer-feed.modern li.feed-item.words .j-message {
  line-height: 0;
  padding-bottom: 0; }

.social_feed .juicer-feed h1.referral {
  display: none !important; }

.stats--wrapper {
  border: 1px solid #083053;
  border-radius: 50px;
  color: #083053;
  overflow: hidden; }

.stats--left {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 35%;
      -ms-flex: 0 0 35%;
          flex: 0 0 35%;
  background: #2487BE; }
  @media (max-width: 660px) {
    .stats--left {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%; } }

.stats--right {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 65%;
      -ms-flex: 0 0 65%;
          flex: 0 0 65%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 660px) {
    .stats--right {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%; } }

.stats--left_inner {
  padding: 30px; }
  .stats--left_inner {
    padding: 30px; }
    @media screen and (min-width: 661px) {
      .stats--left_inner {
        padding: calc(30px + 30 * ((100vw - 661px) / 739)); } }
    @media screen and (min-width: 1400px) {
      .stats--left_inner {
        padding: 60px; } }

.stats--headline {
  font-family: "Inter", sans-serif;
  font-size: 34px;
  font-weight: 800;
  line-height: 1.35; }
  .stats--headline {
    font-size: 24px; }
    @media screen and (min-width: 661px) {
      .stats--headline {
        font-size: calc(24px + 10 * ((100vw - 661px) / 739)); } }
    @media screen and (min-width: 1400px) {
      .stats--headline {
        font-size: 34px; } }
  @media (max-width: 800px) {
    .stats--headline {
      font-size: 27px; } }

.stats--sub {
  font-size: 15px;
  line-height: 1.7;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 15px; }
  .stats--sub {
    font-size: 12px; }
    @media screen and (min-width: 661px) {
      .stats--sub {
        font-size: calc(12px + 3 * ((100vw - 661px) / 739)); } }
    @media screen and (min-width: 1400px) {
      .stats--sub {
        font-size: 15px; } }
  @media (max-width: 660px) {
    .stats--sub {
      font-size: 13px; } }

.stats--list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start; }
  .stats--list {
    padding-top: 21px; }
    @media screen and (min-width: 661px) {
      .stats--list {
        padding-top: calc(21px + 9 * ((100vw - 661px) / 739)); } }
    @media screen and (min-width: 1400px) {
      .stats--list {
        padding-top: 30px; } }
  .stats--list {
    padding-bottom: 21px; }
    @media screen and (min-width: 661px) {
      .stats--list {
        padding-bottom: calc(21px + 9 * ((100vw - 661px) / 739)); } }
    @media screen and (min-width: 1400px) {
      .stats--list {
        padding-bottom: 30px; } }
  .stats--list {
    padding-left: 15px; }
    @media screen and (min-width: 661px) {
      .stats--list {
        padding-left: calc(15px + 15 * ((100vw - 661px) / 739)); } }
    @media screen and (min-width: 1400px) {
      .stats--list {
        padding-left: 30px; } }
  .stats--list {
    padding-right: 15px; }
    @media screen and (min-width: 661px) {
      .stats--list {
        padding-right: calc(15px + 15 * ((100vw - 661px) / 739)); } }
    @media screen and (min-width: 1400px) {
      .stats--list {
        padding-right: 30px; } }
  .stats--list.one_row {
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly; }

.stats--single_inner {
  padding: 14px; }

.stats .col_fourth .stats--number {
  font-size: 52px;
  font-family: "Inter", sans-serif;
  font-weight: 800;
  line-height: 1.1; }
  .stats .col_fourth .stats--number {
    font-size: 34px; }
    @media screen and (min-width: 661px) {
      .stats .col_fourth .stats--number {
        font-size: calc(34px + 18 * ((100vw - 661px) / 739)); } }
    @media screen and (min-width: 1400px) {
      .stats .col_fourth .stats--number {
        font-size: 52px; } }
  @media (max-width: 660px) {
    .stats .col_fourth .stats--number {
      font-size: 34px; } }
  @media screen and (max-width: 660px) and (min-width: 0px) {
    .stats .col_fourth .stats--number {
      font-size: calc(34px + -10.8888888889 * ((100vw - 0px) / 660)); } }
  @media screen and (max-width: 660px) and (min-width: 660px) {
    .stats .col_fourth .stats--number {
      font-size: 23.1111111111px; } }
  .stats .col_fourth .stats--number {
    font-size: 34px; }
    @media screen and (min-width: 661px) {
      .stats .col_fourth .stats--number {
        font-size: calc(34px + 46 * ((100vw - 661px) / 739)); } }
    @media screen and (min-width: 1400px) {
      .stats .col_fourth .stats--number {
        font-size: 80px; } }

.stats .col_fourth .stats--text {
  font-size: 16px; }
  .stats .col_fourth .stats--text {
    font-size: 12px; }
    @media screen and (min-width: 661px) {
      .stats .col_fourth .stats--text {
        font-size: calc(12px + 4 * ((100vw - 661px) / 739)); } }
    @media screen and (min-width: 1400px) {
      .stats .col_fourth .stats--text {
        font-size: 16px; } }

.stats .col_third .stats--number {
  font-size: 52px;
  font-family: "Inter", sans-serif;
  font-weight: 800;
  line-height: 1.1; }
  .stats .col_third .stats--number {
    font-size: 34px; }
    @media screen and (min-width: 661px) {
      .stats .col_third .stats--number {
        font-size: calc(34px + 18 * ((100vw - 661px) / 739)); } }
    @media screen and (min-width: 1400px) {
      .stats .col_third .stats--number {
        font-size: 52px; } }
  @media (max-width: 660px) {
    .stats .col_third .stats--number {
      font-size: 34px; } }
  @media screen and (max-width: 660px) and (min-width: 0px) {
    .stats .col_third .stats--number {
      font-size: calc(34px + -10.8888888889 * ((100vw - 0px) / 660)); } }
  @media screen and (max-width: 660px) and (min-width: 660px) {
    .stats .col_third .stats--number {
      font-size: 23.1111111111px; } }
  .stats .col_third .stats--number {
    font-size: 34px; }
    @media screen and (min-width: 661px) {
      .stats .col_third .stats--number {
        font-size: calc(34px + 66 * ((100vw - 661px) / 739)); } }
    @media screen and (min-width: 1400px) {
      .stats .col_third .stats--number {
        font-size: 100px; } }

.stats .col_third .stats--text {
  font-size: 16px; }
  .stats .col_third .stats--text {
    font-size: 12px; }
    @media screen and (min-width: 661px) {
      .stats .col_third .stats--text {
        font-size: calc(12px + 4 * ((100vw - 661px) / 739)); } }
    @media screen and (min-width: 1400px) {
      .stats .col_third .stats--text {
        font-size: 16px; } }

@media (max-width: 660px) {
  .stats .col_fourth,
  .stats .col_third {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%; } }

@media (max-width: 370px) {
  .stats .col_fourth,
  .stats .col_third {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; } }

@media (max-width: 660px) {
  .stats .col_fourth .stats--number,
  .stats .col_third .stats--number {
    font-size: 44px; } }

@media (max-width: 660px) {
  .stats .col_fourth .stats--text,
  .stats .col_third .stats--text {
    font-size: 16px; } }

@media (max-width: 660px) {
  .stats .col_third.one_row {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 70%;
        -ms-flex: 0 0 70%;
            flex: 0 0 70%;
    margin: 0 auto; } }

.stats .col_third.one_row .stats--number {
  text-align: center; }
  .stats .col_third.one_row .stats--number {
    font-size: 54px; }
    @media screen and (min-width: 661px) {
      .stats .col_third.one_row .stats--number {
        font-size: calc(54px + 66 * ((100vw - 661px) / 739)); } }
    @media screen and (min-width: 1400px) {
      .stats .col_third.one_row .stats--number {
        font-size: 120px; } }
  @media (max-width: 660px) {
    .stats .col_third.one_row .stats--number {
      font-size: 74px; } }

.stats .col_third.one_row .stats--text {
  text-align: center;
  font-size: 16px; }
  .stats .col_third.one_row .stats--text {
    font-size: 16px; }
    @media screen and (min-width: 661px) {
      .stats .col_third.one_row .stats--text {
        font-size: calc(16px + 0 * ((100vw - 661px) / 739)); } }
    @media screen and (min-width: 1400px) {
      .stats .col_third.one_row .stats--text {
        font-size: 16px; } }

.grid--headline-wrapper {
  text-align: center; }
  .grid--headline-wrapper {
    margin-bottom: 32px; }
    @media screen and (min-width: 661px) {
      .grid--headline-wrapper {
        margin-bottom: calc(32px + 24 * ((100vw - 661px) / 739)); } }
    @media screen and (min-width: 1400px) {
      .grid--headline-wrapper {
        margin-bottom: 56px; } }

.grid--description {
  text-align: center;
  max-width: 630px;
  margin: 0 auto; }
  .grid--description p {
    margin-top: 0; }

.grid--item {
  padding: 3rem 2.5rem;
  text-align: center;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #2487BE;
  border-radius: 10px; }
  .grid--item_headline {
    font-weight: 700;
    color: white;
    font-family: "nunito-sans", sans-serif;
    font-size: 28px;
    margin-bottom: 1.5rem;
    margin-top: 0;
    max-width: 190px; }
  .grid--item_link {
    display: block;
    min-width: 170px;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin-top: auto; }
    .grid--item_link[target="_blank"] {
      padding-right: calc(1em + 40px); }
      .grid--item_link[target="_blank"]::before {
        --size: 1ch;
        content: "";
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%) rotate(-45deg);
            -ms-transform: translateY(-50%) rotate(-45deg);
                transform: translateY(-50%) rotate(-45deg);
        right: 35px;
        -webkit-filter: invert(1);
                filter: invert(1);
        width: var(--size);
        height: var(--size);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        background-image: var(--icon-arrow); }

.grid--link-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.grid--cpt-states {
  padding-top: 40px; }
  @media screen and (min-width: 661px) {
    .grid--cpt-states {
      padding-top: calc(40px + 120 * ((100vw - 661px) / 739)); } }
  @media screen and (min-width: 1400px) {
    .grid--cpt-states {
      padding-top: 160px; } }

.grid--cpt-states {
  padding-bottom: 26px; }
  @media screen and (min-width: 661px) {
    .grid--cpt-states {
      padding-bottom: calc(26px + 130 * ((100vw - 661px) / 739)); } }
  @media screen and (min-width: 1400px) {
    .grid--cpt-states {
      padding-bottom: 156px; } }

.news_topper {
  margin-top: 40px; }
  @media screen and (min-width: 661px) {
    .news_topper {
      margin-top: calc(40px + 60 * ((100vw - 661px) / 739)); } }
  @media screen and (min-width: 1400px) {
    .news_topper {
      margin-top: 100px; } }

.news_topper--headline {
  color: #083053; }

.news--scl {
  padding-top: 60px;
  text-align: center; }
  .news--scl {
    padding-top: 30px; }
    @media screen and (min-width: 661px) {
      .news--scl {
        padding-top: calc(30px + 30 * ((100vw - 661px) / 739)); } }
    @media screen and (min-width: 1400px) {
      .news--scl {
        padding-top: 60px; } }
  .news--scl a {
    color: #083053;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .news--scl .scl--inner_wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .news--scl .scl--cta_link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .news--scl .scl--cta_link svg {
      margin-right: 10px; }

.news #more_posts {
  margin: 0 auto;
  display: block;
  position: relative; }
  .news #more_posts {
    margin-bottom: 32px; }
    @media screen and (min-width: 661px) {
      .news #more_posts {
        margin-bottom: calc(32px + 80 * ((100vw - 661px) / 739)); } }
    @media screen and (min-width: 1400px) {
      .news #more_posts {
        margin-bottom: 112px; } }
  .news #more_posts.hide {
    display: none; }

.news_topper--category {
  color: #ffffff;
  font-size: 15px;
  line-height: 1.7;
  letter-spacing: 0.01em;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  display: block;
  margin-bottom: 15px; }
  .news_topper--category {
    font-size: 12px; }
    @media screen and (min-width: 661px) {
      .news_topper--category {
        font-size: calc(12px + 3 * ((100vw - 661px) / 739)); } }
    @media screen and (min-width: 1400px) {
      .news_topper--category {
        font-size: 15px; } }
  @media (max-width: 660px) {
    .news_topper--category {
      font-size: 13px; } }

.news_topper--headline {
  margin-bottom: 0.2em; }

.news_topper--meta {
  color: #2487BE;
  padding-bottom: 30px;
  display: inline-block; }

.news_topper hr {
  width: 25%;
  margin: 0; }

.news_cards {
  margin-top: 88px; }
  .news_cards--element + .news_cards--element {
    margin-top: 24px; }
    @media screen and (min-width: 661px) {
      .news_cards--element + .news_cards--element {
        margin-top: calc(24px + 24 * ((100vw - 661px) / 739)); } }
    @media screen and (min-width: 1400px) {
      .news_cards--element + .news_cards--element {
        margin-top: 48px; } }
  .news_cards--element {
    border-bottom: 2px solid #4D9FCC;
    padding-bottom: 3rem; }
    .news_cards--element:last-of-type {
      margin-bottom: 48px; }
      @media screen and (min-width: 661px) {
        .news_cards--element:last-of-type {
          margin-bottom: calc(48px + 48 * ((100vw - 661px) / 739)); } }
      @media screen and (min-width: 1400px) {
        .news_cards--element:last-of-type {
          margin-bottom: 96px; } }
  .news_cards--source {
    font-weight: 600;
    color: #2487BE;
    position: relative;
    margin-bottom: 1.5rem; }
    .news_cards--source::after {
      content: '';
      position: absolute;
      bottom: -6px;
      left: 50%;
      width: 288px;
      height: 2px;
      background: #ffffff;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%); }
  .news_cards--title-wrapper {
    text-decoration: none;
    color: #083053; }
    .news_cards--title-wrapper:hover, .news_cards--title-wrapper:focus {
      color: #2487BE; }
  .news_cards--title {
    font-weight: 800;
    color: inherit; }
  .news_cards--metadata {
    font-size: .9375rem;
    color: #083053;
    text-transform: uppercase;
    letter-spacing: 1px; }
  .news_cards--excerpt {
    margin-top: 0.5rem;
    font-size: 1rem;
    margin-bottom: 1.5rem; }

.page-components-news {
  margin-bottom: 40px; }
  @media screen and (min-width: 661px) {
    .page-components-news {
      margin-bottom: calc(40px + 88 * ((100vw - 661px) / 739)); } }
  @media screen and (min-width: 1400px) {
    .page-components-news {
      margin-bottom: 128px; } }

.jobs--scl {
  text-align: center;
  border-top: 1px solid #2487BE; }
  .jobs--scl {
    padding-top: 24px; }
    @media screen and (min-width: 661px) {
      .jobs--scl {
        padding-top: calc(24px + 8 * ((100vw - 661px) / 739)); } }
    @media screen and (min-width: 1400px) {
      .jobs--scl {
        padding-top: 32px; } }
  .jobs--scl {
    margin-top: 24px; }
    @media screen and (min-width: 661px) {
      .jobs--scl {
        margin-top: calc(24px + 8 * ((100vw - 661px) / 739)); } }
    @media screen and (min-width: 1400px) {
      .jobs--scl {
        margin-top: 32px; } }
  .jobs--scl {
    margin-bottom: 40px; }
    @media screen and (min-width: 661px) {
      .jobs--scl {
        margin-bottom: calc(40px + 56 * ((100vw - 661px) / 739)); } }
    @media screen and (min-width: 1400px) {
      .jobs--scl {
        margin-bottom: 96px; } }
  .jobs--scl .scl--inner_wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .jobs--scl .scl--cta_link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .jobs--scl .scl--cta_link svg {
      margin-right: 10px; }
    .jobs--scl .scl--cta_link a,
    .jobs--scl .scl--cta_link a:link,
    .jobs--scl .scl--cta_link a:visited {
      color: #083053; }
      .jobs--scl .scl--cta_link a:hover, .jobs--scl .scl--cta_link a:focus, .jobs--scl .scl--cta_link a:active,
      .jobs--scl .scl--cta_link a:link:hover,
      .jobs--scl .scl--cta_link a:link:focus,
      .jobs--scl .scl--cta_link a:link:active,
      .jobs--scl .scl--cta_link a:visited:hover,
      .jobs--scl .scl--cta_link a:visited:focus,
      .jobs--scl .scl--cta_link a:visited:active {
        -webkit-text-decoration-color: #ffffff;
                text-decoration-color: #ffffff; }

.jobs--detail_headline {
  text-transform: uppercase;
  color: #083053; }

.jobs--section {
  border-bottom: 1px solid #2487BE; }
  .jobs--section {
    padding-bottom: 16px; }
    @media screen and (min-width: 661px) {
      .jobs--section {
        padding-bottom: calc(16px + 24 * ((100vw - 661px) / 739)); } }
    @media screen and (min-width: 1400px) {
      .jobs--section {
        padding-bottom: 40px; } }
  .jobs--section {
    padding-top: 16px; }
    @media screen and (min-width: 661px) {
      .jobs--section {
        padding-top: calc(16px + 24 * ((100vw - 661px) / 739)); } }
    @media screen and (min-width: 1400px) {
      .jobs--section {
        padding-top: 40px; } }

.jobs--detail_sections .jobs--section:last-child {
  border-bottom: none; }

.jobs--app_link {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
  color: #2487BE; }
  .jobs--app_link a,
  .jobs--app_link a:link,
  .jobs--app_link a:visited {
    color: #2487BE;
    font-weight: 400; }
    .jobs--app_link a:hover, .jobs--app_link a:focus, .jobs--app_link a:active,
    .jobs--app_link a:link:hover,
    .jobs--app_link a:link:focus,
    .jobs--app_link a:link:active,
    .jobs--app_link a:visited:hover,
    .jobs--app_link a:visited:focus,
    .jobs--app_link a:visited:active {
      -webkit-text-decoration-color: #ffffff;
              text-decoration-color: #ffffff; }

.jobs--featured_cta {
  text-align: center;
  color: #2487BE; }
  .jobs--featured_cta .fcta--description a,
  .jobs--featured_cta .fcta--description a:link,
  .jobs--featured_cta .fcta--description a:visited {
    color: #083053;
    font-weight: 400; }
    .jobs--featured_cta .fcta--description a:hover, .jobs--featured_cta .fcta--description a:focus, .jobs--featured_cta .fcta--description a:active,
    .jobs--featured_cta .fcta--description a:link:hover,
    .jobs--featured_cta .fcta--description a:link:focus,
    .jobs--featured_cta .fcta--description a:link:active,
    .jobs--featured_cta .fcta--description a:visited:hover,
    .jobs--featured_cta .fcta--description a:visited:focus,
    .jobs--featured_cta .fcta--description a:visited:active {
      color: #ffffff;
      -webkit-text-decoration-color: #ffffff;
              text-decoration-color: #ffffff; }

.jobs--featured_cta-link {
  margin-top: 2rem; }

.jobs_cards {
  margin-top: 60px; }
  .jobs_cards article hr {
    margin-bottom: 2.5em;
    margin-top: 2.4em; }
    @media (max-width: 660px) {
      .jobs_cards article hr {
        display: none; } }
  @media (max-width: 660px) {
    .jobs_cards--element {
      margin-bottom: 3.5em; } }
  .jobs_cards--source {
    font-size: 15px;
    line-height: 1.7;
    letter-spacing: 0.01em;
    font-weight: 800;
    text-transform: uppercase; }
    .jobs_cards--source {
      font-size: 12px; }
      @media screen and (min-width: 661px) {
        .jobs_cards--source {
          font-size: calc(12px + 3 * ((100vw - 661px) / 739)); } }
      @media screen and (min-width: 1400px) {
        .jobs_cards--source {
          font-size: 15px; } }
    @media (max-width: 660px) {
      .jobs_cards--source {
        font-size: 13px; } }
  .jobs_cards--title {
    font-family: "Inter", sans-serif;
    font-size: 40px;
    font-weight: 600;
    line-height: 1.3;
    color: #083053;
    text-decoration: none;
    text-transform: none;
    margin-top: 0.5em;
    margin-bottom: 0em;
    text-transform: uppercase; }
    .jobs_cards--title {
      font-size: 30px; }
      @media screen and (min-width: 661px) {
        .jobs_cards--title {
          font-size: calc(30px + 10 * ((100vw - 661px) / 739)); } }
      @media screen and (min-width: 1400px) {
        .jobs_cards--title {
          font-size: 40px; } }
    @media (max-width: 660px) {
      .jobs_cards--title {
        font-size: 33px; } }
    .jobs_cards--title:hover, .jobs_cards--title:active, .jobs_cards--title:focus {
      text-decoration: underline;
      color: #2487BE; }
    .jobs_cards--title:link, .jobs_cards--title:visited {
      text-decoration: none; }
      .jobs_cards--title:link:hover, .jobs_cards--title:link:active, .jobs_cards--title:link:focus, .jobs_cards--title:visited:hover, .jobs_cards--title:visited:active, .jobs_cards--title:visited:focus {
        text-decoration: underline;
        color: #2487BE; }

.footer {
  background: #E2E9F0;
  padding-top: 200px;
  color: black;
  margin-top: 0;
  padding-bottom: 100px; }
  @media screen and (max-width: 768px) {
    .footer .col-6 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%; } }
  .footer--buttons a {
    display: block; }
  .footer--buttons a + a {
    margin-top: 1rem; }
  .footer--buttons .button_outline {
    color: black; }
  .footer--ngp-form {
    /** We use together a selector of type ID, to be able to win any previous cascade style without using important. */ }
    .footer--ngp-form_wrapper#footer--ngp-form {
      max-width: 290px;
      margin-left: auto;
      /** Styles inner form */ }
      .footer--ngp-form_wrapper#footer--ngp-form .at-inner {
        background: none; }
      .footer--ngp-form_wrapper#footer--ngp-form .at-title,
      .footer--ngp-form_wrapper#footer--ngp-form .at-markup.HeaderHtml,
      .footer--ngp-form_wrapper#footer--ngp-form .at-markup.FooterHtml {
        display: none; }
      .footer--ngp-form_wrapper#footer--ngp-form .at-legend {
        position: absolute !important;
        width: 1px !important;
        height: 1px !important;
        padding: 0 !important;
        margin: -1px !important;
        overflow: hidden !important;
        clip: rect(0, 0, 0, 0) !important;
        white-space: nowrap !important;
        border: 0 !important; }
      .footer--ngp-form_wrapper#footer--ngp-form .at-fieldset {
        padding: 0; }
      .footer--ngp-form_wrapper#footer--ngp-form .at-row.FirstName.LastName > *, .footer--ngp-form_wrapper#footer--ngp-form .at-row.at-row-solo.EmailAddress > *, .footer--ngp-form_wrapper#footer--ngp-form .at-row.at-row-solo.PostalCode > * {
        margin-left: 0.5rem;
        margin-right: 0.5rem; }
        @media screen and (max-width: 576px) {
          .footer--ngp-form_wrapper#footer--ngp-form .at-row.FirstName.LastName > *, .footer--ngp-form_wrapper#footer--ngp-form .at-row.at-row-solo.EmailAddress > *, .footer--ngp-form_wrapper#footer--ngp-form .at-row.at-row-solo.PostalCode > * {
            margin-left: 0;
            margin-right: 0; } }
      .footer--ngp-form_wrapper#footer--ngp-form .at-row.at-row-solo.EmailAddress, .footer--ngp-form_wrapper#footer--ngp-form .at-row.at-row-solo.PostalCode {
        -webkit-flex-basis: 50%;
            -ms-flex-preferred-size: 50%;
                flex-basis: 50%;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
            -ms-flex-positive: 1;
                flex-grow: 1; }
      .footer--ngp-form_wrapper#footer--ngp-form label {
        margin: 0;
        font-size: 14px;
        font-weight: 600;
        color: white;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        font-family: "nunito-sans", sans-serif;
        margin-left: 0.5rem;
        margin-right: 0.5rem; }
        @media screen and (max-width: 576px) {
          .footer--ngp-form_wrapper#footer--ngp-form label {
            margin-left: 0;
            margin-right: 0; } }
        .footer--ngp-form_wrapper#footer--ngp-form label small {
          color: white;
          font-size: 12px;
          position: relative;
          top: -1px;
          text-transform: uppercase; }
      .footer--ngp-form_wrapper#footer--ngp-form input {
        border-radius: 0;
        border: 2px solid #D6DAE7;
        background: white;
        -webkit-transition: .3s background;
        -o-transition: .3s background;
        transition: .3s background; }
        .footer--ngp-form_wrapper#footer--ngp-form input:focus {
          background: #E2E9F0; }
      .footer--ngp-form_wrapper#footer--ngp-form .at-form-submit {
        padding: 0;
        margin-top: 1rem; }
      .footer--ngp-form_wrapper#footer--ngp-form .at-submit {
        width: 100%;
        margin: 0 auto;
        border-radius: 50px;
        display: inline-block;
        font-family: "Inter", sans-serif;
        font-weight: 800;
        font-size: 14px;
        letter-spacing: 0.04em;
        padding: 10px 40px;
        text-decoration: none;
        text-transform: uppercase;
        text-align: center;
        -webkit-transition: background 0.5s ease, color 0.5s ease, border 0.5s ease;
        -o-transition: background 0.5s ease, color 0.5s ease, border 0.5s ease;
        transition: background 0.5s ease, color 0.5s ease, border 0.5s ease;
        color: white;
        cursor: pointer;
        background: #2487BE;
        color: white;
        border: 2px solid #2487BE; }
        .footer--ngp-form_wrapper#footer--ngp-form .at-submit:hover, .footer--ngp-form_wrapper#footer--ngp-form .at-submit:active, .footer--ngp-form_wrapper#footer--ngp-form .at-submit:focus {
          text-decoration: none;
          -webkit-transition: background 0.5s ease, color 0.5s ease, border 0.5s ease;
          -o-transition: background 0.5s ease, color 0.5s ease, border 0.5s ease;
          transition: background 0.5s ease, color 0.5s ease, border 0.5s ease; }
        @media (max-width: 660px) {
          .footer--ngp-form_wrapper#footer--ngp-form .at-submit {
            font-size: 13px; } }
        .footer--ngp-form_wrapper#footer--ngp-form .at-submit:focus {
          -webkit-box-shadow: #ffffff 0 0 0.5em;
                  box-shadow: #ffffff 0 0 0.5em;
          outline: none; }
        .footer--ngp-form_wrapper#footer--ngp-form .at-submit:hover, .footer--ngp-form_wrapper#footer--ngp-form .at-submit:focus {
          color: white;
          background: #083053;
          border-color: #083053; }
        .footer--ngp-form_wrapper#footer--ngp-form .at-submit:hover, .footer--ngp-form_wrapper#footer--ngp-form .at-submit:focus {
          border-color: #2487BE; }
      .footer--ngp-form_wrapper#footer--ngp-form #fastaction-signup {
        display: none; }
      .footer--ngp-form_wrapper#footer--ngp-form #fastaction-login {
        display: none; }
    .footer--ngp-form_title {
      text-transform: none;
      font-weight: 600;
      margin-bottom: 1rem; }
      .footer--ngp-form_title {
        font-size: 16px; }
        @media screen and (min-width: 661px) {
          .footer--ngp-form_title {
            font-size: calc(16px + 4 * ((100vw - 661px) / 739)); } }
        @media screen and (min-width: 1400px) {
          .footer--ngp-form_title {
            font-size: 20px; } }
  .footer a:hover, .footer a:active, .footer a:focus,
  .footer a:link:hover,
  .footer a:link:active,
  .footer a:link:focus,
  .footer a:visited:hover,
  .footer a:visited:active,
  .footer a:visited:focus {
    color: #2487BE; }
  @media (max-width: 660px) {
    .footer {
      padding-bottom: 60px; } }
  .page-template-tpl-homepage .footer {
    margin-top: 0;
    padding-bottom: 200px; }
    @media (max-width: 660px) {
      .page-template-tpl-homepage .footer {
        padding-bottom: 60px; } }
  .footer .medium-width-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .footer--bottom {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    text-align: center; }
  .footer--logo {
    max-width: 380px; }
    @media screen and (max-width: 768px) {
      .footer--logo {
        margin: 0 auto;
        margin-bottom: 1rem; } }
    .footer--logo a,
    .footer--logo a:link,
    .footer--logo a:visited {
      color: #E2E9F0;
      text-decoration: none;
      text-transform: uppercase; }
      .footer--logo a:hover, .footer--logo a:active, .footer--logo a:focus,
      .footer--logo a:link:hover,
      .footer--logo a:link:active,
      .footer--logo a:link:focus,
      .footer--logo a:visited:hover,
      .footer--logo a:visited:active,
      .footer--logo a:visited:focus {
        color: #083053; }
    .footer--logo svg {
      width: 100%;
      height: auto; }
  .footer--address {
    margin-top: 15px;
    font-weight: 400;
    margin-bottom: 1.5rem; }
    .footer--address span {
      display: block; }
  .footer--email {
    color: black !important;
    font-weight: normal !important; }
  .footer--menu {
    margin-top: 1.5rem; }
    .footer--menu ul {
      list-style: none;
      text-align: left;
      padding: 0;
      margin-top: 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
    .footer--menu a {
      font-size: 14px;
      color: #083053;
      font-weight: 700;
      text-decoration: none;
      text-transform: uppercase;
      font-family: "Inter", sans-serif; }
      .footer--menu a:hover {
        color: #2487BE; }
    .footer--menu li + li {
      margin-left: 2.5rem; }
    @media screen and (max-width: 576px) {
      .footer--menu li {
        margin-left: 0.5rem !important;
        margin-right: 0.5rem !important; } }
  .footer--social-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    @media screen and (max-width: 768px) {
      .footer--social-wrapper {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    @media screen and (max-width: 576px) {
      .footer--social-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; }
        .footer--social-wrapper > * + * {
          margin-top: 1rem; } }
  .footer--social {
    margin-right: 1rem; }
    @media screen and (max-width: 576px) {
      .footer--social {
        margin-right: 0; } }
    .footer--social svg {
      fill: #083053; }
  .footer--paidforby {
    text-align: center;
    margin: 1rem auto;
    border: 1px solid #083053;
    padding: 15px 20px;
    max-width: 500px;
    font-size: 15px;
    color: #083053;
    text-transform: none;
    display: inline-block;
    opacity: .8;
    font-size: 12px;
    font-family: "Inter", sans-serif; }
  .footer--copyright {
    max-width: 500px;
    margin: 0 auto;
    padding-bottom: 10px;
    font-size: 15px; }
    .footer--copyright a:hover, .footer--copyright a:active, .footer--copyright a:focus,
    .footer--copyright a:link:hover,
    .footer--copyright a:link:active,
    .footer--copyright a:link:focus,
    .footer--copyright a:visited:hover,
    .footer--copyright a:visited:active,
    .footer--copyright a:visited:focus {
      color: #083053;
      -webkit-text-decoration-color: #ffffff;
              text-decoration-color: #ffffff; }
  .footer--disclaimer {
    max-width: 500px;
    margin: 0 auto;
    font-size: 15px; }
  .footer--links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 2.5rem; }
    .footer--links a {
      font-size: 14px;
      color: #083053;
      font-weight: 700;
      text-decoration: none;
      text-transform: uppercase;
      font-family: "Inter", sans-serif; }
    .footer--links a + a {
      margin-left: 1rem; }
  .footer--authentic {
    font-size: 13px; }
    .footer--authentic a,
    .footer--authentic a:link,
    .footer--authentic a:visited {
      text-transform: none; }
      .footer--authentic a:hover, .footer--authentic a:active, .footer--authentic a:focus,
      .footer--authentic a:link:hover,
      .footer--authentic a:link:active,
      .footer--authentic a:link:focus,
      .footer--authentic a:visited:hover,
      .footer--authentic a:visited:active,
      .footer--authentic a:visited:focus {
        color: #083053;
        -webkit-text-decoration-color: #ffffff;
                text-decoration-color: #ffffff; }

.map-usa {
  background-color: #E2E9F0;
  padding: 6.25rem 0;
  padding-bottom: 12vw;
  overflow: hidden;
  position: relative;
  z-index: 0; }
  @media screen and (max-width: 576px) {
    .map-usa {
      padding: 3.25rem 0; } }
  .map-usa--description {
    padding-left: 4rem; }
    .map-usa--description {
      font-size: 20px; }
      @media screen and (min-width: 661px) {
        .map-usa--description {
          font-size: calc(20px + 8 * ((100vw - 661px) / 739)); } }
      @media screen and (min-width: 1400px) {
        .map-usa--description {
          font-size: 28px; } }
    @media screen and (max-width: 992px) {
      .map-usa--description {
        padding-left: 0; } }
    @media screen and (max-width: 576px) {
      .map-usa--description {
        margin-bottom: 1.5rem; } }
    .map-usa--description :first-child {
      margin-top: 0; }
  .map-usa--title-wrapper {
    text-align: center;
    margin-left: auto;
    position: relative;
    padding-bottom: 65px;
    max-width: 480px; }
    @media screen and (max-width: 992px) {
      .map-usa--title-wrapper {
        margin-bottom: 2rem;
        max-width: 100%; } }
    .map-usa--title-wrapper::after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 2vw;
      width: 50vw;
      height: 50px;
      border-bottom: 35px dotted white;
      border-bottom-style: dotted; }
      @media screen and (max-width: 992px) {
        .map-usa--title-wrapper::after {
          right: auto;
          left: 50%;
          -webkit-transform: translateX(-50%);
              -ms-transform: translateX(-50%);
                  transform: translateX(-50%); } }
  .map-usa--state-title {
    text-transform: uppercase;
    font-weight: 800;
    color: #083053; }
    .map-usa--state-title {
      font-size: 24px; }
      @media screen and (min-width: 661px) {
        .map-usa--state-title {
          font-size: calc(24px + 8 * ((100vw - 661px) / 739)); } }
      @media screen and (min-width: 1400px) {
        .map-usa--state-title {
          font-size: 32px; } }
  .map-usa--election-date {
    font-size: 1rem;
    margin-top: 0;
    max-width: 250px;
    margin: 0 auto 1rem; }
  .map-usa--states {
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
    -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
            transform-origin: top left;
    position: relative;
    z-index: 1; }
    @media screen and (max-width: 1200px) {
      .map-usa--states {
        -webkit-transform: scale(1);
            -ms-transform: scale(1);
                transform: scale(1); } }
    .map-usa--states {
      padding-top: 32px; }
      @media screen and (min-width: 661px) {
        .map-usa--states {
          padding-top: calc(32px + 48 * ((100vw - 661px) / 739)); } }
      @media screen and (min-width: 1400px) {
        .map-usa--states {
          padding-top: 80px; } }
    .map-usa--states svg {
      width: 100%;
      height: auto; }
    .map-usa--states a path {
      -webkit-transition: 0.3s all;
      -o-transition: 0.3s all;
      transition: 0.3s all; }
    .map-usa--states a[class*="link-state"] {
      position: relative; }
    .map-usa--states a[class*="link-state"]:hover *,
    .map-usa--states a[class*="link-state"]:focus * {
      fill: black; }
  .map-usa--key-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    max-width: 350px;
    margin-left: auto;
    text-align: right;
    margin-top: 3rem; }
  .map-usa--key-title {
    font-size: 17px;
    font-weight: 800;
    padding-left: 6rem; }
    @media screen and (max-width: 576px) {
      .map-usa--key-title {
        font-size: 15px; } }
  .map-usa--key-ornament {
    margin-top: -2.7rem;
    width: 100%;
    height: auto;
    max-width: 320px;
    pointer-events: none;
    margin-bottom: 1.8rem; }
  .map-usa--key-description {
    font-size: 1rem;
    max-width: 270px;
    line-height: 1.2;
    color: #2487BE; }
    @media screen and (max-width: 992px) {
      .map-usa--key-description {
        display: none; } }
  .map-usa--states-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 3rem auto;
    max-width: 400px; }
    @media screen and (max-width: 576px) {
      .map-usa--states-mobile {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; } }
    @media screen and (min-width: 992px) {
      .map-usa--states-mobile {
        display: none; } }
  .map-usa--mobile-description {
    margin-right: 1rem;
    text-transform: uppercase;
    font-weight: 800;
    color: #2487BE;
    font-family: "Inter", sans-serif; }
    @media screen and (max-width: 576px) {
      .map-usa--mobile-description {
        margin-right: 0;
        margin-bottom: 1rem; } }
  .map-usa--mobile-select {
    background: white;
    border: 1px solid #2487BE;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 50px;
    padding: 0.8rem 1.2rem;
    font-size: 18px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    position: relative;
    background-image: var(--icon-arrow-down);
    width: 100%;
    background-repeat: no-repeat;
    background-position: center right 16px;
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    min-width: 0;
    max-width: 100%;
    color: #083053; }
  @media screen and (max-width: 1200px) {
    .map-usa .row-title .col-6,
    .map-usa .row-map .col-6 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%; } }

.tooltip-container {
  position: absolute;
  display: none;
  padding: 0.5rem;
  background: rgba(255, 255, 255, 0.9);
  font-size: 1rem;
  color: #083053;
  border-radius: 5px;
  z-index: 5; }

.cadidate-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 1.5rem; }
  @media screen and (max-width: 1200px) {
    .cadidate-item {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  .cadidate-item--title-wrapper {
    text-align: center;
    padding-right: 1rem; }
  .cadidate-item--title {
    color: #083053; }
    .cadidate-item--title {
      font-size: 18px; }
      @media screen and (min-width: 661px) {
        .cadidate-item--title {
          font-size: calc(18px + 5 * ((100vw - 661px) / 739)); } }
      @media screen and (min-width: 1400px) {
        .cadidate-item--title {
          font-size: 23px; } }
  .cadidate-item--election-year {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 800;
    font-family: "Inter", sans-serif;
    background: #2487BE;
    padding: 0.8rem 0.5rem;
    border-radius: 50px;
    color: white;
    width: 170px;
    margin: 0 auto; }
    @media screen and (max-width: 576px) {
      .cadidate-item--election-year {
        font-size: 10px;
        padding: 0.5rem 0.5rem;
        width: 140px; } }
  .cadidate-item--image-wrapper {
    width: 30%; }
    @media screen and (max-width: 576px) {
      .cadidate-item--image-wrapper {
        max-width: 45%; } }
  .cadidate-item--image {
    width: 100%;
    height: auto;
    max-width: 230px;
    border-radius: 100%; }

[data-has-active-election="false"] {
  display: none; }

.col-candidates {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

.row-map .col-candidates {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.state {
  background: #E2E9F0;
  padding: 5rem 0;
  overflow: hidden; }
  .state--map {
    text-align: center; }
  .state--map-link {
    margin-top: 3rem;
    margin-bottom: 3rem; }
  .state--img {
    width: 100%;
    height: auto;
    max-height: 600px;
    -o-object-fit: contain;
       object-fit: contain; }
  .state--description {
    padding-left: 3rem; }
    .state--description {
      font-size: 18px; }
      @media screen and (min-width: 661px) {
        .state--description {
          font-size: calc(18px + 10 * ((100vw - 661px) / 739)); } }
      @media screen and (min-width: 1400px) {
        .state--description {
          font-size: 28px; } }
    @media screen and (max-width: 576px) {
      .state--description {
        padding-left: 0; } }
  .state--candidates-title {
    color: #083053;
    text-align: center; }
    @media screen and (max-width: 576px) {
      .state--candidates-title {
        margin-top: 3rem;
        margin-bottom: 1rem; } }
  .state .cadidate-item {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .state .map-usa--title-wrapper {
    max-width: 50%; }
    @media screen and (max-width: 992px) {
      .state .map-usa--title-wrapper {
        max-width: 100%; } }

.col-current-senators {
  position: relative; }
  .col-current-senators::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 2px;
    height: calc(100% - 3rem);
    background: #2487BE;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
    @media screen and (max-width: 576px) {
      .col-current-senators::before {
        width: 0;
        height: 0; } }

.row-candidates {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .row-candidates {
    margin-top: 0px; }
    @media screen and (min-width: 661px) {
      .row-candidates {
        margin-top: calc(0px + 80 * ((100vw - 661px) / 739)); } }
    @media screen and (min-width: 1400px) {
      .row-candidates {
        margin-top: 80px; } }
  .row-candidates[data-has-candidates="false"] .col-candidates {
    display: none; }
  .row-candidates[data-has-candidates="false"] .col-current-senators::before {
    display: none; }

.page-404 #page-blocks {
  padding-top: 120px; }
  .page-404 #page-blocks {
    padding-top: 60px; }
    @media screen and (min-width: 661px) {
      .page-404 #page-blocks {
        padding-top: calc(60px + 60 * ((100vw - 661px) / 739)); } }
    @media screen and (min-width: 1400px) {
      .page-404 #page-blocks {
        padding-top: 120px; } }

.page-404 .page-content {
  margin-left: 15px; }
  @media (max-width: 660px) {
    .page-404 .page-content {
      margin-left: 0; } }
  .page-404 .page-content h2 {
    color: #083053; }

.search-form {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .search-form * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .search-form form > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .search-form input[type='text'] {
    padding: 0.5rem 0.5rem;
    width: 100%;
    max-width: 600px;
    height: 3rem;
    border-radius: 3px;
    border-color: #083053; }
  .search-form input[type='submit'] {
    height: 100%;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 0.5rem 5rem;
    border: none;
    background: #4D9FCC;
    height: 3rem;
    cursor: pointer;
    font-weight: 700;
    color: white;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 3px;
    margin-left: -0.4rem;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
    /* Medium */
    /* Small */ }
    .search-form input[type='submit']:hover {
      background: #072A49 !important; }
    @media screen and (max-width: 768px) {
      .search-form input[type='submit'] {
        padding: 0.5rem 2rem; } }
    @media screen and (max-width: 576px) {
      .search-form input[type='submit'] {
        padding: 0.5rem 1rem; } }

.page-search {
  /* ●●● PAGINATION [LOOP]
    ❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱ */ }
  .page-search #page-blocks {
    padding-top: 120px; }
    .page-search #page-blocks {
      padding-top: 60px; }
      @media screen and (min-width: 661px) {
        .page-search #page-blocks {
          padding-top: calc(60px + 60 * ((100vw - 661px) / 739)); } }
      @media screen and (min-width: 1400px) {
        .page-search #page-blocks {
          padding-top: 120px; } }
  .page-search .news_feed--feed_wrapper h2 {
    color: #083053; }
  .page-search .news_feed--feed_wrapper > article + article {
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 2px solid #4D9FCC; }
  .page-search .news_feed--item_top {
    width: 100%; }
  .page-search .news_feed--item_bottom a {
    width: auto;
    margin-top: 1.5em; }
  .page-search .news_feed--source {
    font-size: .9375rem;
    color: #083053;
    text-transform: uppercase;
    letter-spacing: 1px; }
  .page-search h2.news_feed--item_title {
    font-family: "Inter", sans-serif;
    font-size: 40px;
    font-weight: 600;
    line-height: 1.3;
    color: #083053;
    text-decoration: none;
    text-transform: none;
    margin-top: 0.5em;
    margin-bottom: 0em; }
    .page-search h2.news_feed--item_title {
      font-size: 30px; }
      @media screen and (min-width: 661px) {
        .page-search h2.news_feed--item_title {
          font-size: calc(30px + 10 * ((100vw - 661px) / 739)); } }
      @media screen and (min-width: 1400px) {
        .page-search h2.news_feed--item_title {
          font-size: 40px; } }
    @media (max-width: 660px) {
      .page-search h2.news_feed--item_title {
        font-size: 33px; } }
    .page-search h2.news_feed--item_title:hover, .page-search h2.news_feed--item_title:active, .page-search h2.news_feed--item_title:focus {
      text-decoration: none;
      color: #2487BE; }
    .page-search h2.news_feed--item_title:link, .page-search h2.news_feed--item_title:visited {
      text-decoration: none; }
      .page-search h2.news_feed--item_title:link:hover, .page-search h2.news_feed--item_title:link:active, .page-search h2.news_feed--item_title:link:focus, .page-search h2.news_feed--item_title:visited:hover, .page-search h2.news_feed--item_title:visited:active, .page-search h2.news_feed--item_title:visited:focus {
        text-decoration: none;
        color: #2487BE; }
  .page-search--pagination {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 5rem; }
    .page-search--pagination .page-numbers {
      width: 40px;
      height: 40px;
      border-radius: 3px;
      background: white;
      font-weight: 700;
      border: 2px solid #072A49;
      color: #072A49;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      margin: 0 4px;
      -webkit-transition: .3s all;
      -o-transition: .3s all;
      transition: .3s all;
      text-decoration: none;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
    .page-search--pagination .page-numbers:hover {
      background: #072A49;
      color: white; }
    .page-search--pagination .page-numbers.current {
      background: #4D9FCC;
      border: none;
      color: white; }
    .page-search--pagination .page-numbers.current:hover {
      background: #072A49; }
    .page-search--pagination .page-numbers.next {
      display: none; }
    .page-search--pagination .page-numbers.prev {
      display: none; }

.video--headline {
  text-align: center;
  margin-bottom: 1rem; }

.video--item {
  margin-bottom: 1rem; }

.video--caption {
  color: #083053;
  position: relative;
  padding-bottom: 1.5rem;
  font-weight: 700; }

.video--thumb-image-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  cursor: pointer;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all; }
  .video--thumb-image-wrapper:focus, .video--thumb-image-wrapper:hover {
    -webkit-filter: brightness(0.8);
            filter: brightness(0.8); }
  .video--thumb-image-wrapper::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background: var(--icon-play) no-repeat center;
    background-color: transparent; }

.video--thumb-image {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1; }

.popup {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  background-color: rgba(36, 135, 190, 0.85);
  -webkit-animation: .3s ease-out 0s 1 fadeIn;
          animation: .3s ease-out 0s 1 fadeIn; }
  .popup--wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%; }
    @media (max-width: 660px) {
      .popup--wrapper {
        width: 99%; } }
  .popup--container {
    width: 80%;
    max-width: 650px;
    display: block;
    -webkit-animation: 1.5s ease-out 0s 1 fadeIn;
            animation: 1.5s ease-out 0s 1 fadeIn; }
    @media (min-width: 925px) and (max-width: 1250px) {
      .popup--container {
        width: 50%; } }
    @media (min-width: 0px) and (max-width: 924px) {
      .popup--container {
        width: 50%; } }
    @media (max-width: 530px) {
      .popup--container {
        width: 90%; } }
  .popup--container_donation {
    width: 100%;
    max-width: 650px;
    display: block; }
    @media (max-width: 660px) {
      .popup--container_donation {
        width: 90%; } }
  .popup--container_donation-img {
    width: 100%;
    max-width: 1280px;
    display: block; }
    @media (max-width: 660px) {
      .popup--container_donation-img {
        width: 90%; } }
  .popup--container_cta-img {
    max-width: 650px; }
  .popup--inner {
    width: 85%;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #2487BE;
    -webkit-animation: 1.2s ease-out 0s 1 fadeIn;
            animation: 1.2s ease-out 0s 1 fadeIn; }
    @media (max-width: 660px) {
      .popup--inner {
        margin: 0 auto;
        width: 90%; } }
  .popup--inner_cta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0px; }
  .popup--inner_cta_base {
    width: 100%; }
  @media (max-width: 660px) {
    .popup--inner_donation {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; } }
  @media (max-width: 460px) {
    .popup--inner_donation {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      width: initial; } }
  .popup--inner_donation_img {
    padding: 0px;
    -webkit-animation: 0.5s ease-out 0s 1 fadeIn;
            animation: 0.5s ease-out 0s 1 fadeIn; }
    @media (min-width: 646px) and (max-width: 800px) {
      .popup--inner_donation_img {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row; } }
  .popup--form-wrapper {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    background: url(images/popup_bg.svg) no-repeat;
    background-color: #083053;
    background-size: cover;
    background-position: center; }
    @media (max-width: 660px) {
      .popup--form-wrapper {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center; } }
  .popup--form-wrapper-cta-img {
    width: initial;
    padding: 0px; }
    @media (max-width: 360px) {
      .popup--form-wrapper-cta-img {
        padding: 15px; } }
  .popup--form-wrapper-cta {
    padding: 30px; }
    @media (min-width: 1251px) {
      .popup--form-wrapper-cta {
        padding: 60px; } }
  .popup--form-wrapper-donation {
    width: 100%;
    padding: 60px; }
    @media (max-width: 500px) {
      .popup--form-wrapper-donation {
        padding: 30px; } }
  .popup--form-wrapper-donation-img {
    position: relative;
    z-index: 2;
    width: 55%;
    padding: 0px; }
    @media (min-width: 0px) and (max-width: 850px) {
      .popup--form-wrapper-donation-img {
        width: 87%; } }
    @media (max-width: 660px) {
      .popup--form-wrapper-donation-img {
        width: 100%; } }
    .popup--form-wrapper-donation-img .popup--form-top {
      -webkit-box-pack: left;
      -webkit-justify-content: left;
          -ms-flex-pack: left;
              justify-content: left;
      padding: 15% 10% 10%; }
      @media (min-width: 0px) and (max-width: 850px) {
        .popup--form-wrapper-donation-img .popup--form-top {
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center; } }
  .popup--form-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (max-width: 660px) {
      .popup--form-top {
        width: 98%; } }
  .popup--img {
    height: 100%;
    display: block; }
    @media (min-width: 0px) and (max-width: 924px) {
      .popup--img {
        height: 260px;
        width: auto; }
        .popup--img {
          height: 200px; } }
    @media screen and (min-width: 0px) and (max-width: 924px) and (min-width: 661px) {
      .popup--img {
        height: calc(200px + 60 * ((100vw - 661px) / 739)); } }
    @media screen and (min-width: 0px) and (max-width: 924px) and (min-width: 1400px) {
      .popup--img {
        height: 260px; } }
  @media (min-width: 0px) and (max-width: 360px) {
    .popup--image {
      display: none; } }
  .popup--cta_img img {
    width: 100%;
    max-height: 300px; }
  .popup--donation_img {
    width: 45%;
    overflow: hidden;
    position: relative; }
    @media (min-width: 0px) and (max-width: 850px) {
      .popup--donation_img {
        display: none; } }
    .popup--donation_img img {
      width: auto;
      height: 100%;
      position: absolute;
      top: 50%;
      right: 50%;
      -webkit-transform: translate(50%, -50%);
          -ms-transform: translate(50%, -50%);
              transform: translate(50%, -50%); }
  .popup--title {
    font-family: "nunito-sans", sans-serif;
    text-align: center;
    width: 70%;
    padding: 15px;
    line-height: 90%;
    color: #E2E9F0;
    font-size: 52px;
    font-family: "Inter", sans-serif;
    line-height: 1.1;
    font-weight: 800;
    margin-bottom: 0.1em;
    margin-top: 0.2em; }
    .popup--title {
      font-size: 34px; }
      @media screen and (min-width: 661px) {
        .popup--title {
          font-size: calc(34px + 18 * ((100vw - 661px) / 739)); } }
      @media screen and (min-width: 1400px) {
        .popup--title {
          font-size: 52px; } }
    @media (max-width: 660px) {
      .popup--title {
        font-size: 50px; } }
    @media (max-width: 660px) {
      .popup--title {
        font-size: 16px;
        padding: 5px; } }
  .popup--title_cta {
    font-size: 72px;
    font-family: "Inter", sans-serif;
    font-weight: 800;
    line-height: 1.2; }
    .popup--title_cta {
      font-size: 56px; }
      @media screen and (min-width: 661px) {
        .popup--title_cta {
          font-size: calc(56px + 16 * ((100vw - 661px) / 739)); } }
      @media screen and (min-width: 1400px) {
        .popup--title_cta {
          font-size: 72px; } }
  .popup--title_ctaimage {
    font-size: 52px;
    font-family: "Inter", sans-serif;
    line-height: 1.1;
    font-weight: 800;
    margin-bottom: 0.1em;
    margin-top: 0.2em; }
    .popup--title_ctaimage {
      font-size: 34px; }
      @media screen and (min-width: 661px) {
        .popup--title_ctaimage {
          font-size: calc(34px + 18 * ((100vw - 661px) / 739)); } }
      @media screen and (min-width: 1400px) {
        .popup--title_ctaimage {
          font-size: 52px; } }
    @media (max-width: 660px) {
      .popup--title_ctaimage {
        font-size: 50px; } }
  @media (max-width: 660px) {
    .popup--title_donation {
      font-size: 52px;
      font-family: "Inter", sans-serif;
      line-height: 1.1;
      font-weight: 800;
      margin-bottom: 0.1em;
      margin-top: 0.2em; }
      .popup--title_donation {
        font-size: 34px; } }
    @media screen and (max-width: 660px) and (min-width: 661px) {
      .popup--title_donation {
        font-size: calc(34px + 18 * ((100vw - 661px) / 739)); } }
    @media screen and (max-width: 660px) and (min-width: 1400px) {
      .popup--title_donation {
        font-size: 52px; } }
  @media (max-width: 660px) and (max-width: 660px) {
    .popup--title_donation {
      font-size: 50px; } }
  .popup--title_donation_img {
    font-family: "nunito-sans", sans-serif;
    line-height: 0.9;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 0.1em;
    margin-top: 0.2em;
    padding: 0px;
    text-align: left;
    width: 85%; }
    @media (min-width: 0px) and (max-width: 850px) {
      .popup--title_donation_img {
        text-align: center; } }
    @media (max-width: 660px) {
      .popup--title_donation_img {
        font-size: 52px;
        font-family: "Inter", sans-serif;
        line-height: 1.1;
        font-weight: 800;
        margin-bottom: 0.1em;
        margin-top: 0.2em; }
        .popup--title_donation_img {
          font-size: 34px; } }
    @media screen and (max-width: 660px) and (min-width: 661px) {
      .popup--title_donation_img {
        font-size: calc(34px + 18 * ((100vw - 661px) / 739)); } }
    @media screen and (max-width: 660px) and (min-width: 1400px) {
      .popup--title_donation_img {
        font-size: 52px; } }
  @media (max-width: 660px) and (max-width: 660px) {
    .popup--title_donation_img {
      font-size: 50px; } }
  .popup--description {
    width: 100%;
    padding: 30px;
    font-weight: regular;
    color: #E2E9F0;
    font-size: 15px;
    line-height: 1.7;
    letter-spacing: 0.01em;
    line-height: 1.2; }
    .popup--description {
      font-size: 12px; }
      @media screen and (min-width: 661px) {
        .popup--description {
          font-size: calc(12px + 3 * ((100vw - 661px) / 739)); } }
      @media screen and (min-width: 1400px) {
        .popup--description {
          font-size: 15px; } }
    @media (max-width: 660px) {
      .popup--description {
        font-size: 13px; } }
    .popup--description p {
      margin-top: 0px; }
    @media (max-width: 660px) {
      .popup--description {
        padding: 0px 15px;
        font-size: 11px; } }
  .popup--description_img {
    width: 90%;
    padding: 0px; }
    @media (max-width: 660px) {
      .popup--description_img {
        padding: 0px 15px;
        font-size: 15px;
        line-height: 1.7;
        letter-spacing: 0.01em; }
        .popup--description_img {
          font-size: 12px; } }
    @media screen and (max-width: 660px) and (min-width: 661px) {
      .popup--description_img {
        font-size: calc(12px + 3 * ((100vw - 661px) / 739)); } }
    @media screen and (max-width: 660px) and (min-width: 1400px) {
      .popup--description_img {
        font-size: 15px; } }
  @media (max-width: 660px) and (max-width: 660px) {
    .popup--description_img {
      font-size: 13px; } }
    .popup--description_img p {
      text-align: left; }
      @media (min-width: 0px) and (max-width: 850px) {
        .popup--description_img p {
          text-align: center; } }
  .popup--description_base {
    width: 90%;
    padding: 0px; }
    @media (max-width: 660px) {
      .popup--description_base {
        padding: 0px 15px;
        font-size: 15px;
        line-height: 1.7;
        letter-spacing: 0.01em; }
        .popup--description_base {
          font-size: 12px; } }
    @media screen and (max-width: 660px) and (min-width: 661px) {
      .popup--description_base {
        font-size: calc(12px + 3 * ((100vw - 661px) / 739)); } }
    @media screen and (max-width: 660px) and (min-width: 1400px) {
      .popup--description_base {
        font-size: 15px; } }
  @media (max-width: 660px) and (max-width: 660px) {
    .popup--description_base {
      font-size: 13px; } }
    .popup--description_base p {
      text-align: center; }
  .popup--form_disclaimer {
    font-size: 15px;
    line-height: 1.7;
    letter-spacing: 0.01em;
    color: #E2E9F0;
    text-align: left;
    line-height: 1.2;
    margin-top: 1em; }
    .popup--form_disclaimer {
      font-size: 12px; }
      @media screen and (min-width: 661px) {
        .popup--form_disclaimer {
          font-size: calc(12px + 3 * ((100vw - 661px) / 739)); } }
      @media screen and (min-width: 1400px) {
        .popup--form_disclaimer {
          font-size: 15px; } }
    @media (max-width: 660px) {
      .popup--form_disclaimer {
        font-size: 13px; } }
  .popup .donations {
    width: 100%;
    background-color: transparent;
    display: contents; }
    .popup .donations--amounts {
      width: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin-bottom: 15px; }
    .popup .donations--amount {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 49%;
      padding-top: 15px; }
      .popup .donations--amount a {
        margin: 0px; }
    .popup .donations--button {
      width: 100%;
      border-radius: 50px;
      display: inline-block;
      font-family: "Inter", sans-serif;
      font-weight: 800;
      font-size: 14px;
      letter-spacing: 0.04em;
      padding: 10px 40px;
      text-decoration: none;
      text-transform: uppercase;
      text-align: center;
      -webkit-transition: background 0.5s ease, color 0.5s ease, border 0.5s ease;
      -o-transition: background 0.5s ease, color 0.5s ease, border 0.5s ease;
      transition: background 0.5s ease, color 0.5s ease, border 0.5s ease;
      color: white;
      cursor: pointer;
      background: #2487BE;
      color: white;
      border: 2px solid #2487BE;
      margin: 0 10%; }
      .popup .donations--button:hover, .popup .donations--button:active, .popup .donations--button:focus {
        text-decoration: none;
        -webkit-transition: background 0.5s ease, color 0.5s ease, border 0.5s ease;
        -o-transition: background 0.5s ease, color 0.5s ease, border 0.5s ease;
        transition: background 0.5s ease, color 0.5s ease, border 0.5s ease; }
      @media (max-width: 660px) {
        .popup .donations--button {
          font-size: 13px; } }
      .popup .donations--button:focus {
        -webkit-box-shadow: #ffffff 0 0 0.5em;
                box-shadow: #ffffff 0 0 0.5em;
        outline: none; }
      .popup .donations--button:hover, .popup .donations--button:focus {
        color: white;
        background: #083053;
        border-color: #083053; }
      .popup .donations--button {
        font-size: 12px; }
        @media screen and (min-width: 661px) {
          .popup .donations--button {
            font-size: calc(12px + 4 * ((100vw - 661px) / 739)); } }
        @media screen and (min-width: 1400px) {
          .popup .donations--button {
            font-size: 16px; } }
      @media (max-width: 660px) {
        .popup .donations--button {
          font-size: 12px; } }
      @media (min-width: 0px) and (max-width: 360px) {
        .popup .donations--button {
          margin-bottom: 5px;
          padding: 7px 20px 7px; } }
    .popup .donations--button-other {
      border-radius: 50px;
      display: inline-block;
      font-family: "Inter", sans-serif;
      font-weight: 800;
      font-size: 14px;
      letter-spacing: 0.04em;
      padding: 10px 40px;
      text-decoration: none;
      text-transform: uppercase;
      text-align: center;
      -webkit-transition: background 0.5s ease, color 0.5s ease, border 0.5s ease;
      -o-transition: background 0.5s ease, color 0.5s ease, border 0.5s ease;
      transition: background 0.5s ease, color 0.5s ease, border 0.5s ease;
      color: white;
      cursor: pointer;
      background: #2487BE;
      -webkit-box-shadow: none;
              box-shadow: none;
      color: #083053;
      border: 2px solid #2487BE;
      color: #E2E9F0;
      width: 100%;
      margin: 0 10%; }
      .popup .donations--button-other:hover, .popup .donations--button-other:active, .popup .donations--button-other:focus {
        text-decoration: none;
        -webkit-transition: background 0.5s ease, color 0.5s ease, border 0.5s ease;
        -o-transition: background 0.5s ease, color 0.5s ease, border 0.5s ease;
        transition: background 0.5s ease, color 0.5s ease, border 0.5s ease; }
      @media (max-width: 660px) {
        .popup .donations--button-other {
          font-size: 13px; } }
      .popup .donations--button-other:focus {
        -webkit-box-shadow: #ffffff 0 0 0.5em;
                box-shadow: #ffffff 0 0 0.5em;
        outline: none; }
      .popup .donations--button-other:hover, .popup .donations--button-other:active, .popup .donations--button-other:focus {
        background: #ffffff;
        border-color: #ffffff; }
      .popup .donations--button-other {
        font-size: 12px; }
        @media screen and (min-width: 661px) {
          .popup .donations--button-other {
            font-size: calc(12px + 4 * ((100vw - 661px) / 739)); } }
        @media screen and (min-width: 1400px) {
          .popup .donations--button-other {
            font-size: 16px; } }
      @media (max-width: 660px) {
        .popup .donations--button-other {
          font-size: 12px; } }
      @media (min-width: 0px) and (max-width: 360px) {
        .popup .donations--button-other {
          margin-bottom: 5px;
          padding: 7px 20px 7px; } }
    .popup .donations--button:hover, .popup .donations--button:focus, .popup .donations--button:active, .popup .donations--button-other:hover, .popup .donations--button-other:focus, .popup .donations--button-other:active {
      background-color: #FFFFFF;
      color: #083053;
      border-color: #FFFFFF; }
  .popup--cta {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 15px; }
    .popup--cta a, .popup--ctaa, .popup--cta:link, .popup--cta:visited,
    .popup--cta a:link,
    .popup--cta a:visited {
      border-radius: 50px;
      display: inline-block;
      font-family: "Inter", sans-serif;
      font-weight: 800;
      font-size: 14px;
      letter-spacing: 0.04em;
      padding: 10px 40px;
      text-decoration: none;
      text-transform: uppercase;
      text-align: center;
      -webkit-transition: background 0.5s ease, color 0.5s ease, border 0.5s ease;
      -o-transition: background 0.5s ease, color 0.5s ease, border 0.5s ease;
      transition: background 0.5s ease, color 0.5s ease, border 0.5s ease;
      color: white;
      cursor: pointer;
      background: #2487BE;
      color: white;
      border: 2px solid #2487BE;
      padding: 0.3em 1.5em 0.4em; }
      .popup--cta a:hover, .popup--cta a:active, .popup--cta a:focus, .popup--ctaa:hover, .popup--ctaa:active, .popup--ctaa:focus, .popup--cta:link:hover, .popup--cta:link:active, .popup--cta:link:focus, .popup--cta:visited:hover, .popup--cta:visited:active, .popup--cta:visited:focus,
      .popup--cta a:link:hover,
      .popup--cta a:link:active,
      .popup--cta a:link:focus,
      .popup--cta a:visited:hover,
      .popup--cta a:visited:active,
      .popup--cta a:visited:focus {
        text-decoration: none;
        -webkit-transition: background 0.5s ease, color 0.5s ease, border 0.5s ease;
        -o-transition: background 0.5s ease, color 0.5s ease, border 0.5s ease;
        transition: background 0.5s ease, color 0.5s ease, border 0.5s ease; }
      @media (max-width: 660px) {
        .popup--cta a, .popup--ctaa, .popup--cta:link, .popup--cta:visited,
        .popup--cta a:link,
        .popup--cta a:visited {
          font-size: 13px; } }
      .popup--cta a:focus, .popup--ctaa:focus, .popup--cta:link:focus, .popup--cta:visited:focus,
      .popup--cta a:link:focus,
      .popup--cta a:visited:focus {
        -webkit-box-shadow: #ffffff 0 0 0.5em;
                box-shadow: #ffffff 0 0 0.5em;
        outline: none; }
      .popup--cta a:hover, .popup--cta a:focus, .popup--ctaa:hover, .popup--ctaa:focus, .popup--cta:link:hover, .popup--cta:link:focus, .popup--cta:visited:hover, .popup--cta:visited:focus,
      .popup--cta a:link:hover,
      .popup--cta a:link:focus,
      .popup--cta a:visited:hover,
      .popup--cta a:visited:focus {
        color: white;
        background: #083053;
        border-color: #083053; }
      .popup--cta a, .popup--ctaa, .popup--cta:link, .popup--cta:visited,
      .popup--cta a:link,
      .popup--cta a:visited {
        font-size: 20px; }
        @media screen and (min-width: 661px) {
          .popup--cta a, .popup--ctaa, .popup--cta:link, .popup--cta:visited,
          .popup--cta a:link,
          .popup--cta a:visited {
            font-size: calc(20px + 8 * ((100vw - 661px) / 739)); } }
        @media screen and (min-width: 1400px) {
          .popup--cta a, .popup--ctaa, .popup--cta:link, .popup--cta:visited,
          .popup--cta a:link,
          .popup--cta a:visited {
            font-size: 28px; } }
      @media (max-width: 660px) {
        .popup--cta a, .popup--ctaa, .popup--cta:link, .popup--cta:visited,
        .popup--cta a:link,
        .popup--cta a:visited {
          font-size: 14px; } }
  .popup--cta_btn_img {
    width: 100%; }
    @media (max-width: 359px) {
      .popup--cta_btn_img {
        padding: 15px; } }
    @media (min-width: 360px) {
      .popup--cta_btn_img a {
        border-radius: 0px !important;
        -webkit-box-shadow: none !important;
                box-shadow: none !important;
        width: inherit; } }
  .popup--close {
    position: absolute;
    top: 10px;
    right: 0px;
    padding: 10px;
    -webkit-transition: background 0.5s ease, color 0.5s ease, border 0.5s ease;
    -o-transition: background 0.5s ease, color 0.5s ease, border 0.5s ease;
    transition: background 0.5s ease, color 0.5s ease, border 0.5s ease; }
    @media (max-width: 360px) {
      .popup--close {
        top: -5px;
        right: -25px;
        padding: 10px; } }
    .popup--close button {
      margin: 0;
      border: none;
      background: transparent !important;
      -webkit-box-sizing: unset;
              box-sizing: unset;
      -webkit-box-shadow: none;
              box-shadow: none;
      position: relative;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin: 0;
      height: 10px;
      width: 10px; }
      .popup--close button:before, .popup--close button:after {
        position: absolute;
        content: '';
        width: 50%;
        height: 2px;
        /* cross thickness */
        background-color: #E2E9F0;
        -webkit-transition: background-color 0.2s ease;
        -o-transition: background-color 0.2s ease;
        transition: background-color 0.2s ease; }
        @media (max-width: 360px) {
          .popup--close button:before, .popup--close button:after {
            width: 30%; } }
      .popup--close button:before {
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg); }
      .popup--close button:after {
        -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotate(-45deg); }
      .popup--close button:hover, .popup--close button:focus, .popup--close button:active {
        outline: none;
        border: none !important;
        background: none; }
        .popup--close button:hover:before, .popup--close button:hover:after, .popup--close button:focus:before, .popup--close button:focus:after, .popup--close button:active:before, .popup--close button:active:after {
          background-color: #4D9FCC; }
  .popup--close-cta {
    top: -300px; }
    @media (max-width: 360px) {
      .popup--close-cta {
        top: -5px;
        right: -25px;
        padding: 10px; } }
  .popup--close-donation {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity 250ms ease-out, visibility 1s ease-out 100ms;
    -o-transition: opacity 250ms ease-out, visibility 1s ease-out 100ms;
    transition: opacity 250ms ease-out, visibility 1s ease-out 100ms; }
    @media (max-width: 400px) {
      .popup--close-donation {
        top: -5px;
        right: -25px;
        padding: 10px; } }
    @media (max-width: 400px) {
      .popup--close-donation button:before, .popup--close-donation button:after {
        width: 30%; } }
  .popup.closed {
    -webkit-transition: opacity 250ms ease-out, visibility 1s ease-out 100ms;
    -o-transition: opacity 250ms ease-out, visibility 1s ease-out 100ms;
    transition: opacity 250ms ease-out, visibility 1s ease-out 100ms;
    visibility: hidden;
    opacity: 0; }
/*# sourceMappingURL=style.css.map */