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

*/
section.component {
  background-color: #2B3990;
  padding-top: 44px !important;
  padding-bottom: 44px !important; }
  @media (max-width: 660px) {
    section.component {
      padding-top: 22px !important;
      padding-bottom: 22px !important; } }
  @media (min-width: 661px) and (max-width: 1060px) {
    section.component {
      padding-top: 11px !important;
      padding-bottom: 11px !important; } }

@-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%);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; } }

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

/*————————————————————————————————————————————————————*\
	●❱ Mixings
\*————————————————————————————————————————————————————*/
/*  |> BREAKPOINTS BOOSTRAP
——————————————————————————————————————————————————————*/
:root {
  --icon-play: url("data:image/svg+xml,%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.1055 6.09766L0.105469 12.0977V0.0976562L12.1055 6.09766Z' fill='black'/%3E%3C/svg%3E%0A");
  --icon-arrow-down: url("data:image/svg+xml,%3Csvg width='53' height='31' viewBox='0 0 53 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L26.5 29.5L52 1' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  --icon-arrow-right: url("data:image/svg+xml,%3Csvg width='11' height='14' viewBox='0 0 11 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_843_490)'%3E%3Cpath d='M7.98363 6.72059L2.356 1.18283C2.15644 1.02573 1.91697 0.907906 1.67749 0.907906C1.43802 0.907906 1.15863 1.02573 0.959073 1.18283C0.799424 1.3792 0.679688 1.61485 0.679688 1.88978C0.679688 2.1647 0.799424 2.40035 0.959073 2.55745L5.86828 7.38827L0.959073 12.2191C0.799424 12.4155 0.679688 12.6511 0.679688 12.926C0.679688 13.201 0.799424 13.4366 0.959073 13.5937C1.15863 13.7901 1.39811 13.8686 1.63758 13.8686C1.87706 13.8686 2.15644 13.7508 2.31609 13.5937L7.94372 8.05594C8.14328 7.85957 8.22311 7.62392 8.22311 7.38827C8.26302 7.15262 8.14328 6.87769 7.98363 6.72059Z' fill='black'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_843_490'%3E%3Crect width='10.2857' height='13' fill='black' transform='translate(0.679199 0.908203)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A"); }

.icon {
  --size: 22px;
  width: var(--size);
  height: var(--size);
  display: inline-block;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  background: currentColor;
  vertical-align: middle;
  -webkit-transition: var(--g-trans);
  -o-transition: var(--g-trans);
  transition: var(--g-trans); }

.icon-play {
  -webkit-mask-image: var(--icon-play);
          mask-image: var(--icon-play); }

.icon-arrow-down {
  -webkit-mask-image: var(--icon-arrow-down);
          mask-image: var(--icon-arrow-down); }

.icon-arrow-right {
  -webkit-mask-image: var(--icon-arrow-right);
          mask-image: var(--icon-arrow-right); }

html {
  scroll-behavior: smooth; }

body {
  overflow-x: hidden; }

.site {
  position: relative;
  background: #E5E5E5; }

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

.site-wrapper {
  max-width: 2000px;
  margin: 0 auto;
  background: #FFFFFF; }

#primary {
  background-color: #FFFFFF;
  position: relative;
  max-width: 2000px;
  margin: 0 auto; }

.page-template-tpl-homepage #primary {
  background-color: transparent;
  position: relative;
  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: 20px;
  font-size: 20px;
  line-height: 1.45;
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  color: #131314;
  line-height: 1.45;
  margin: 0 auto; }
  #site_body {
    font-size: 14px; }
    @media screen and (min-width: 661px) {
      #site_body {
        font-size: calc(14px + 6 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      #site_body {
        font-size: 20px; } }
  @media (max-width: 660px) {
    #site_body {
      font-size: 14px; } }

.component__bg_dark {
  position: relative;
  background: #2B3990;
  color: #F5F5F5; }
  .component__bg_dark hr {
    color: #FFFFFF;
    background-color: #FFFFFF; }
  .component__bg_dark a,
  .component__bg_dark a:link,
  .component__bg_dark a:visited {
    color: #F5F5F5; }

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

p {
  display: inline-block;
  position: relative;
  line-height: 1.45;
  margin-bottom: 0.5em;
  margin-top: 0.75em; }
  p:last-child {
    margin-bottom: 0; }

h1 {
  margin-bottom: 0.3em;
  margin-top: 0.1em;
  font-size: 60px;
  font-family: "futura-pt", sans-serif;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: -0.01em;
  margin-bottom: 0.1em;
  margin-top: 0.2em;
  font-weight: 800; }
  h1 {
    font-size: 32px; }
    @media screen and (min-width: 661px) {
      h1 {
        font-size: calc(32px + 28 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      h1 {
        font-size: 60px; } }
  @media (max-width: 660px) {
    h1 {
      font-size: 42px; } }
  @media (max-width: 660px) {
    h1 {
      font-size: 32px; } }

h2 {
  font-family: "futura-pt", sans-serif;
  font-size: 52px;
  font-weight: 700;
  line-height: 1.2em;
  letter-spacing: .01em;
  margin-top: 0.1em;
  margin-bottom: 0.15em; }
  h2 {
    font-size: 20px; }
    @media screen and (min-width: 661px) {
      h2 {
        font-size: calc(20px + 32 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      h2 {
        font-size: 52px; } }
  @media (max-width: 660px) {
    h2 {
      font-size: 33px; } }

h3 {
  font-family: "futura-pt", sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: .01em; }
  h3 {
    font-size: 20px; }
    @media screen and (min-width: 661px) {
      h3 {
        font-size: calc(20px + 16 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      h3 {
        font-size: 36px; } }

h4 {
  font-family: "futura-pt", sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: .01em; }
  h4 {
    font-size: 18px; }
    @media screen and (min-width: 661px) {
      h4 {
        font-size: calc(18px + 16 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      h4 {
        font-size: 34px; } }

h5 {
  font-family: "futura-pt", sans-serif;
  font-size: 29px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: .01em; }
  h5 {
    font-size: 18px; }
    @media screen and (min-width: 661px) {
      h5 {
        font-size: calc(18px + 11 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      h5 {
        font-size: 29px; } }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "futura-pt", sans-serif;
  font-weight: 700; }

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

a:link, a:visited {
  color: #131314;
  text-decoration: underline;
  -webkit-transition: color .3s ease;
  -o-transition: color .3s ease;
  transition: color .3s ease; }

a:hover, a:active {
  color: #F8BF15;
  border-color: transparent; }

a:focus {
  outline: transparent solid 1px; }

.co-button,
button,
.button_primary {
  border-radius: 8px;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: inline-block;
  font-family: "futura-pt", sans-serif;
  font-weight: 800;
  font-size: 15px;
  letter-spacing: 0.05em;
  padding: 15px 30px 15px;
  text-decoration: none;
  text-align: center;
  text-shadow: 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;
  min-width: 170px;
  background: #F8BF15;
  background-size: 300% 100%;
  color: #2B3990;
  border: 2px solid #F8BF15;
  text-transform: uppercase;
  font-weight: 700; }
  .co-button,
  button,
  .button_primary {
    font-size: 11px; }
    @media screen and (min-width: 661px) {
      .co-button,
      button,
      .button_primary {
        font-size: calc(11px + 4 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .co-button,
      button,
      .button_primary {
        font-size: 15px; } }
  .co-button,
  button,
  .button_primary {
    padding-left: 10px; }
    @media screen and (min-width: 661px) {
      .co-button,
      button,
      .button_primary {
        padding-left: calc(10px + 20 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .co-button,
      button,
      .button_primary {
        padding-left: 30px; } }
  .co-button,
  button,
  .button_primary {
    padding-right: 10px; }
    @media screen and (min-width: 661px) {
      .co-button,
      button,
      .button_primary {
        padding-right: calc(10px + 20 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .co-button,
      button,
      .button_primary {
        padding-right: 30px; } }
  .co-button:hover:link, .co-button:hover:visited,
  .co-button:hover a:link,
  .co-button:hover a:visited, .co-button:active:link, .co-button:active:visited,
  .co-button:active a:link,
  .co-button:active a:visited, .co-button:focus:link, .co-button:focus:visited,
  .co-button:focus a:link,
  .co-button:focus a:visited,
  button:hover:link,
  button:hover:visited,
  button:hover a:link,
  button:hover a:visited,
  button:active:link,
  button:active:visited,
  button:active a:link,
  button:active a:visited,
  button:focus:link,
  button:focus:visited,
  button:focus a:link,
  button:focus a:visited,
  .button_primary:hover:link,
  .button_primary:hover:visited,
  .button_primary:hover a:link,
  .button_primary:hover a:visited,
  .button_primary:active:link,
  .button_primary:active:visited,
  .button_primary:active a:link,
  .button_primary:active a:visited,
  .button_primary:focus:link,
  .button_primary:focus:visited,
  .button_primary:focus a:link,
  .button_primary:focus a:visited {
    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; }
  .co-button:link, .co-button:visited,
  .co-button a:link,
  .co-button a:visited,
  button:link,
  button:visited,
  button a:link,
  button a:visited,
  .button_primary:link,
  .button_primary:visited,
  .button_primary a:link,
  .button_primary a:visited {
    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; }
    p .co-button:link, p .co-button:visited, p
    .co-button a:link, p
    .co-button a:visited, p
    button:link, p
    button:visited, p
    button a:link, p
    button a:visited, p
    .button_primary:link, p
    .button_primary:visited, p
    .button_primary a:link, p
    .button_primary a:visited {
      text-decoration: none; }
  .co-button:focus,
  button:focus,
  .button_primary:focus {
    outline: none; }
  .co-button:hover, .co-button:active, .co-button:focus,
  button:hover,
  button:active,
  button:focus,
  .button_primary:hover,
  .button_primary:active,
  .button_primary:focus {
    background-color: #f3d26d;
    border-color: #f3d26d;
    color: #2B3990; }
    .co-button:hover:link, .co-button:hover:visited,
    .co-button:hover a:link,
    .co-button:hover a:visited, .co-button:active:link, .co-button:active:visited,
    .co-button:active a:link,
    .co-button:active a:visited, .co-button:focus:link, .co-button:focus:visited,
    .co-button:focus a:link,
    .co-button:focus a:visited,
    button:hover:link,
    button:hover:visited,
    button:hover a:link,
    button:hover a:visited,
    button:active:link,
    button:active:visited,
    button:active a:link,
    button:active a:visited,
    button:focus:link,
    button:focus:visited,
    button:focus a:link,
    button:focus a:visited,
    .button_primary:hover:link,
    .button_primary:hover:visited,
    .button_primary:hover a:link,
    .button_primary:hover a:visited,
    .button_primary:active:link,
    .button_primary:active:visited,
    .button_primary:active a:link,
    .button_primary:active a:visited,
    .button_primary:focus:link,
    .button_primary:focus:visited,
    .button_primary:focus a:link,
    .button_primary:focus a:visited {
      background-color: #f3d26d;
      border-color: #f3d26d;
      color: #2B3990; }

.button_secondary {
  border-radius: 8px;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: inline-block;
  font-family: "futura-pt", sans-serif;
  font-weight: 800;
  font-size: 15px;
  letter-spacing: 0.05em;
  padding: 15px 30px 15px;
  text-decoration: none;
  text-align: center;
  text-shadow: 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;
  min-width: 170px;
  background: #F8BF15;
  background-size: 300% 100%;
  color: #FFFFFF;
  border: 2px solid #2B3990;
  text-transform: uppercase;
  font-weight: 700; }
  .button_secondary {
    font-size: 11px; }
    @media screen and (min-width: 661px) {
      .button_secondary {
        font-size: calc(11px + 4 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .button_secondary {
        font-size: 15px; } }
  .button_secondary {
    padding-left: 10px; }
    @media screen and (min-width: 661px) {
      .button_secondary {
        padding-left: calc(10px + 20 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .button_secondary {
        padding-left: 30px; } }
  .button_secondary {
    padding-right: 10px; }
    @media screen and (min-width: 661px) {
      .button_secondary {
        padding-right: calc(10px + 20 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .button_secondary {
        padding-right: 30px; } }
  .button_secondary:hover:link, .button_secondary:hover:visited,
  .button_secondary:hover a:link,
  .button_secondary:hover a:visited, .button_secondary:active:link, .button_secondary:active:visited,
  .button_secondary:active a:link,
  .button_secondary:active a:visited, .button_secondary:focus:link, .button_secondary:focus:visited,
  .button_secondary:focus a:link,
  .button_secondary:focus a:visited {
    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; }
  .button_secondary:link, .button_secondary:visited,
  .button_secondary a:link,
  .button_secondary a:visited {
    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; }
    p .button_secondary:link, p .button_secondary:visited, p
    .button_secondary a:link, p
    .button_secondary a:visited {
      text-decoration: none; }
  .button_secondary:focus {
    -webkit-box-shadow: #2B3990 0 0 0.5em;
            box-shadow: #2B3990 0 0 0.5em;
    outline: none; }
  .button_secondary:hover, .button_secondary:active, .button_secondary:focus {
    background-position: 100% 0;
    background: #2B3990;
    border: 2px solid #2B3990; }
    .button_secondary:hover:link, .button_secondary:hover:visited,
    .button_secondary:hover a:link,
    .button_secondary:hover a:visited, .button_secondary:active:link, .button_secondary:active:visited,
    .button_secondary:active a:link,
    .button_secondary:active a:visited, .button_secondary:focus:link, .button_secondary:focus:visited,
    .button_secondary:focus a:link,
    .button_secondary:focus a:visited {
      background: #2B3990;
      border: 2px solid #2B3990; }
  .component__bg_dark .button_secondary:hover, .component__bg_dark .button_secondary:active, .component__bg_dark .button_secondary:focus {
    background-position: 100% 0;
    background: #FFFFFF;
    border: 2px solid #FFFFFF;
    color: #2B3990; }
    .component__bg_dark .button_secondary:hover:link, .component__bg_dark .button_secondary:hover:visited,
    .component__bg_dark .button_secondary:hover a:link,
    .component__bg_dark .button_secondary:hover a:visited, .component__bg_dark .button_secondary:active:link, .component__bg_dark .button_secondary:active:visited,
    .component__bg_dark .button_secondary:active a:link,
    .component__bg_dark .button_secondary:active a:visited, .component__bg_dark .button_secondary:focus:link, .component__bg_dark .button_secondary:focus:visited,
    .component__bg_dark .button_secondary:focus a:link,
    .component__bg_dark .button_secondary:focus a:visited {
      background: #FFFFFF;
      border: 2px solid #FFFFFF;
      color: #2B3990; }

.button_secondary_blue_mobile {
  border-radius: 8px;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: inline-block;
  font-family: "futura-pt", sans-serif;
  font-weight: 800;
  font-size: 15px;
  letter-spacing: 0.05em;
  padding: 15px 30px 15px;
  text-decoration: none;
  text-align: center;
  text-shadow: 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;
  min-width: 170px;
  background: #2B3990;
  background-size: 300% 100%;
  color: #FFFFFF;
  border: 2px solid #2B3990; }
  .button_secondary_blue_mobile {
    font-size: 11px; }
    @media screen and (min-width: 661px) {
      .button_secondary_blue_mobile {
        font-size: calc(11px + 4 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .button_secondary_blue_mobile {
        font-size: 15px; } }
  .button_secondary_blue_mobile {
    padding-left: 10px; }
    @media screen and (min-width: 661px) {
      .button_secondary_blue_mobile {
        padding-left: calc(10px + 20 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .button_secondary_blue_mobile {
        padding-left: 30px; } }
  .button_secondary_blue_mobile {
    padding-right: 10px; }
    @media screen and (min-width: 661px) {
      .button_secondary_blue_mobile {
        padding-right: calc(10px + 20 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .button_secondary_blue_mobile {
        padding-right: 30px; } }
  .button_secondary_blue_mobile:hover:link, .button_secondary_blue_mobile:hover:visited,
  .button_secondary_blue_mobile:hover a:link,
  .button_secondary_blue_mobile:hover a:visited, .button_secondary_blue_mobile:active:link, .button_secondary_blue_mobile:active:visited,
  .button_secondary_blue_mobile:active a:link,
  .button_secondary_blue_mobile:active a:visited, .button_secondary_blue_mobile:focus:link, .button_secondary_blue_mobile:focus:visited,
  .button_secondary_blue_mobile:focus a:link,
  .button_secondary_blue_mobile:focus a:visited {
    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; }
  .button_secondary_blue_mobile:link, .button_secondary_blue_mobile:visited,
  .button_secondary_blue_mobile a:link,
  .button_secondary_blue_mobile a:visited {
    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; }
    p .button_secondary_blue_mobile:link, p .button_secondary_blue_mobile:visited, p
    .button_secondary_blue_mobile a:link, p
    .button_secondary_blue_mobile a:visited {
      text-decoration: none; }
  .button_secondary_blue_mobile:focus {
    -webkit-box-shadow: #2B3990 0 0 0.5em;
            box-shadow: #2B3990 0 0 0.5em;
    outline: none; }
  .button_secondary_blue_mobile:hover, .button_secondary_blue_mobile:active, .button_secondary_blue_mobile:focus {
    background-position: 100% 0;
    background: #243E8C;
    border: 2px solid #243E8C; }
    .button_secondary_blue_mobile:hover:link, .button_secondary_blue_mobile:hover:visited,
    .button_secondary_blue_mobile:hover a:link,
    .button_secondary_blue_mobile:hover a:visited, .button_secondary_blue_mobile:active:link, .button_secondary_blue_mobile:active:visited,
    .button_secondary_blue_mobile:active a:link,
    .button_secondary_blue_mobile:active a:visited, .button_secondary_blue_mobile:focus:link, .button_secondary_blue_mobile:focus:visited,
    .button_secondary_blue_mobile:focus a:link,
    .button_secondary_blue_mobile:focus a:visited {
      color: #FFFFFF;
      background: #243E8C;
      border: 2px solid #243E8C; }
  .component__bg_dark .button_secondary_blue_mobile:hover, .component__bg_dark .button_secondary_blue_mobile:active, .component__bg_dark .button_secondary_blue_mobile:focus {
    background-position: 100% 0;
    background: #FFFFFF;
    border: 2px solid #FFFFFF;
    color: #2B3990; }
    .component__bg_dark .button_secondary_blue_mobile:hover:link, .component__bg_dark .button_secondary_blue_mobile:hover:visited,
    .component__bg_dark .button_secondary_blue_mobile:hover a:link,
    .component__bg_dark .button_secondary_blue_mobile:hover a:visited, .component__bg_dark .button_secondary_blue_mobile:active:link, .component__bg_dark .button_secondary_blue_mobile:active:visited,
    .component__bg_dark .button_secondary_blue_mobile:active a:link,
    .component__bg_dark .button_secondary_blue_mobile:active a:visited, .component__bg_dark .button_secondary_blue_mobile:focus:link, .component__bg_dark .button_secondary_blue_mobile:focus:visited,
    .component__bg_dark .button_secondary_blue_mobile:focus a:link,
    .component__bg_dark .button_secondary_blue_mobile:focus a:visited {
      background: #FFFFFF;
      border: 2px solid #FFFFFF;
      color: #2B3990; }

.button_secondary_blue {
  border-radius: 8px;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: inline-block;
  font-family: "futura-pt", sans-serif;
  font-weight: 800;
  font-size: 15px;
  letter-spacing: 0.05em;
  padding: 15px 30px 15px;
  text-decoration: none;
  text-align: center;
  text-shadow: 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;
  min-width: 170px;
  background: #243E8C;
  background-size: 300% 100%;
  color: #2B3990;
  border: 2px solid #243E8C; }
  .button_secondary_blue {
    font-size: 11px; }
    @media screen and (min-width: 661px) {
      .button_secondary_blue {
        font-size: calc(11px + 4 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .button_secondary_blue {
        font-size: 15px; } }
  .button_secondary_blue {
    padding-left: 10px; }
    @media screen and (min-width: 661px) {
      .button_secondary_blue {
        padding-left: calc(10px + 20 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .button_secondary_blue {
        padding-left: 30px; } }
  .button_secondary_blue {
    padding-right: 10px; }
    @media screen and (min-width: 661px) {
      .button_secondary_blue {
        padding-right: calc(10px + 20 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .button_secondary_blue {
        padding-right: 30px; } }
  .button_secondary_blue:hover:link, .button_secondary_blue:hover:visited,
  .button_secondary_blue:hover a:link,
  .button_secondary_blue:hover a:visited, .button_secondary_blue:active:link, .button_secondary_blue:active:visited,
  .button_secondary_blue:active a:link,
  .button_secondary_blue:active a:visited, .button_secondary_blue:focus:link, .button_secondary_blue:focus:visited,
  .button_secondary_blue:focus a:link,
  .button_secondary_blue:focus a:visited {
    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; }
  .button_secondary_blue:link, .button_secondary_blue:visited,
  .button_secondary_blue a:link,
  .button_secondary_blue a:visited {
    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; }
    p .button_secondary_blue:link, p .button_secondary_blue:visited, p
    .button_secondary_blue a:link, p
    .button_secondary_blue a:visited {
      text-decoration: none; }
  .button_secondary_blue:focus {
    -webkit-box-shadow: #243E8C 0 0 0.5em;
            box-shadow: #243E8C 0 0 0.5em;
    outline: none; }
  .button_secondary_blue:hover, .button_secondary_blue:active, .button_secondary_blue:focus {
    background-position: 100% 0;
    background: #243E8C;
    border: 2px solid #2B3990; }
    .button_secondary_blue:hover:link, .button_secondary_blue:hover:visited,
    .button_secondary_blue:hover a:link,
    .button_secondary_blue:hover a:visited, .button_secondary_blue:active:link, .button_secondary_blue:active:visited,
    .button_secondary_blue:active a:link,
    .button_secondary_blue:active a:visited, .button_secondary_blue:focus:link, .button_secondary_blue:focus:visited,
    .button_secondary_blue:focus a:link,
    .button_secondary_blue:focus a:visited {
      background: #F8BF15;
      border: 2px solid #F8BF15; }
  .component__bg_dark .button_secondary_blue:hover, .component__bg_dark .button_secondary_blue:active, .component__bg_dark .button_secondary_blue:focus {
    background-position: 100% 0;
    background: #FFFFFF;
    border: 2px solid #FFFFFF;
    color: #2B3990; }
    .component__bg_dark .button_secondary_blue:hover:link, .component__bg_dark .button_secondary_blue:hover:visited,
    .component__bg_dark .button_secondary_blue:hover a:link,
    .component__bg_dark .button_secondary_blue:hover a:visited, .component__bg_dark .button_secondary_blue:active:link, .component__bg_dark .button_secondary_blue:active:visited,
    .component__bg_dark .button_secondary_blue:active a:link,
    .component__bg_dark .button_secondary_blue:active a:visited, .component__bg_dark .button_secondary_blue:focus:link, .component__bg_dark .button_secondary_blue:focus:visited,
    .component__bg_dark .button_secondary_blue:focus a:link,
    .component__bg_dark .button_secondary_blue:focus a:visited {
      background: #FFFFFF;
      border: 2px solid #FFFFFF;
      color: #2B3990; }

.button_link_internal {
  font-size: 20px;
  line-height: 1.45;
  background: transparent;
  color: #2B3990;
  border: none;
  -webkit-text-decoration: solid underline #F8BF15 2px;
          text-decoration: solid underline #F8BF15 2px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  padding-left: 15px;
  padding-right: 40px;
  margin-top: 15px;
  display: inline-block; }
  .button_link_internal {
    font-size: 14px; }
    @media screen and (min-width: 661px) {
      .button_link_internal {
        font-size: calc(14px + 6 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .button_link_internal {
        font-size: 20px; } }
  .button_link_internal:hover, .button_link_internal:active, .button_link_internal:focus {
    background: transparent;
    -webkit-text-decoration: solid underline #243E8C 2px;
            text-decoration: solid underline #243E8C 2px; }
    .button_link_internal:hover:link, .button_link_internal:hover:visited,
    .button_link_internal:hover a:link,
    .button_link_internal:hover a:visited, .button_link_internal:active:link, .button_link_internal:active:visited,
    .button_link_internal:active a:link,
    .button_link_internal:active a:visited, .button_link_internal:focus:link, .button_link_internal:focus:visited,
    .button_link_internal:focus a:link,
    .button_link_internal:focus a:visited {
      background: transparent;
      -webkit-text-decoration: solid underline #243E8C 2px;
              text-decoration: solid underline #243E8C 2px;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
  .button_link_internal:link, .button_link_internal:visited,
  .button_link_internal a:link,
  .button_link_internal a:visited {
    color: #2B3990;
    -webkit-text-decoration: solid underline #F8BF15 2px;
            text-decoration: solid underline #F8BF15 2px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
    p .button_link_internal:link, p .button_link_internal:visited, p
    .button_link_internal a:link, p
    .button_link_internal a:visited {
      text-decoration: none; }
  .button_link_internal:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
    border-bottom-color: #2B3990;
    outline: none; }
  .button_link_internal:after {
    content: '';
    height: 13px;
    width: 13px;
    position: absolute;
    right: 15px;
    top: 6px; }
  .component__bg_dark .button_link_internal {
    border-bottom-color: #f3d26d; }
  .button_link_internal:after {
    background-image: url(images/more-arrow.svg);
    height: 14px;
    width: 12px;
    background-size: contain;
    background-repeat: no-repeat; }
  .component__bg_dark .button_link_internal:after {
    background-image: url(images/more-arrow-white.svg);
    height: 12px;
    width: 12px; }

.button_link_external {
  font-size: 20px;
  line-height: 1.45;
  background: transparent;
  color: #2B3990;
  border: none;
  -webkit-text-decoration: solid underline #F8BF15 2px;
          text-decoration: solid underline #F8BF15 2px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  padding-left: 15px;
  padding-right: 40px;
  margin-top: 15px;
  display: inline-block; }
  .button_link_external {
    font-size: 14px; }
    @media screen and (min-width: 661px) {
      .button_link_external {
        font-size: calc(14px + 6 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .button_link_external {
        font-size: 20px; } }
  .button_link_external:hover, .button_link_external:active, .button_link_external:focus {
    background: transparent;
    -webkit-text-decoration: solid underline #243E8C 2px;
            text-decoration: solid underline #243E8C 2px; }
    .button_link_external:hover:link, .button_link_external:hover:visited,
    .button_link_external:hover a:link,
    .button_link_external:hover a:visited, .button_link_external:active:link, .button_link_external:active:visited,
    .button_link_external:active a:link,
    .button_link_external:active a:visited, .button_link_external:focus:link, .button_link_external:focus:visited,
    .button_link_external:focus a:link,
    .button_link_external:focus a:visited {
      background: transparent;
      -webkit-text-decoration: solid underline #243E8C 2px;
              text-decoration: solid underline #243E8C 2px;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
  .button_link_external:link, .button_link_external:visited,
  .button_link_external a:link,
  .button_link_external a:visited {
    color: #2B3990;
    -webkit-text-decoration: solid underline #F8BF15 2px;
            text-decoration: solid underline #F8BF15 2px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
    p .button_link_external:link, p .button_link_external:visited, p
    .button_link_external a:link, p
    .button_link_external a:visited {
      text-decoration: none; }
  .button_link_external:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
    border-bottom-color: #2B3990;
    outline: none; }
  .button_link_external:after {
    content: '';
    height: 13px;
    width: 13px;
    position: absolute;
    right: 15px;
    top: 6px; }
  .component__bg_dark .button_link_external {
    border-bottom-color: #f3d26d; }
  .button_link_external:after {
    background-image: url(images/more-external-site.svg); }
  .component__bg_dark .button_link_external:after {
    background-image: url(images/more-external-site-white.svg); }

.button_link.button_external {
  font-size: 20px;
  line-height: 1.45;
  background: transparent;
  color: #2B3990;
  border: none;
  -webkit-text-decoration: solid underline #F8BF15 2px;
          text-decoration: solid underline #F8BF15 2px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  padding-left: 15px;
  padding-right: 40px;
  margin-top: 15px;
  display: inline-block; }
  .button_link.button_external {
    font-size: 14px; }
    @media screen and (min-width: 661px) {
      .button_link.button_external {
        font-size: calc(14px + 6 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .button_link.button_external {
        font-size: 20px; } }
  .button_link.button_external:hover, .button_link.button_external:active, .button_link.button_external:focus {
    background: transparent;
    -webkit-text-decoration: solid underline #243E8C 2px;
            text-decoration: solid underline #243E8C 2px; }
    .button_link.button_external:hover:link, .button_link.button_external:hover:visited,
    .button_link.button_external:hover a:link,
    .button_link.button_external:hover a:visited, .button_link.button_external:active:link, .button_link.button_external:active:visited,
    .button_link.button_external:active a:link,
    .button_link.button_external:active a:visited, .button_link.button_external:focus:link, .button_link.button_external:focus:visited,
    .button_link.button_external:focus a:link,
    .button_link.button_external:focus a:visited {
      background: transparent;
      -webkit-text-decoration: solid underline #243E8C 2px;
              text-decoration: solid underline #243E8C 2px;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
  .button_link.button_external:link, .button_link.button_external:visited,
  .button_link.button_external a:link,
  .button_link.button_external a:visited {
    color: #2B3990;
    -webkit-text-decoration: solid underline #F8BF15 2px;
            text-decoration: solid underline #F8BF15 2px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
    p .button_link.button_external:link, p .button_link.button_external:visited, p
    .button_link.button_external a:link, p
    .button_link.button_external a:visited {
      text-decoration: none; }
  .button_link.button_external:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
    border-bottom-color: #2B3990;
    outline: none; }
  .button_link.button_external:after {
    content: '';
    height: 13px;
    width: 13px;
    position: absolute;
    right: 15px;
    top: 6px; }
  .component__bg_dark .button_link.button_external {
    border-bottom-color: #f3d26d; }
  .button_link.button_external:after {
    background-image: url(images/more-external-site.svg); }
  .component__bg_dark .button_link.button_external:after {
    background-image: url(images/more-external-site-white.svg); }

.button_link.button_internal {
  font-size: 20px;
  line-height: 1.45;
  background: transparent;
  color: #2B3990;
  border: none;
  -webkit-text-decoration: solid underline #F8BF15 2px;
          text-decoration: solid underline #F8BF15 2px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  padding-left: 15px;
  padding-right: 40px;
  margin-top: 15px;
  display: inline-block; }
  .button_link.button_internal {
    font-size: 14px; }
    @media screen and (min-width: 661px) {
      .button_link.button_internal {
        font-size: calc(14px + 6 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .button_link.button_internal {
        font-size: 20px; } }
  .button_link.button_internal:hover, .button_link.button_internal:active, .button_link.button_internal:focus {
    background: transparent;
    -webkit-text-decoration: solid underline #243E8C 2px;
            text-decoration: solid underline #243E8C 2px; }
    .button_link.button_internal:hover:link, .button_link.button_internal:hover:visited,
    .button_link.button_internal:hover a:link,
    .button_link.button_internal:hover a:visited, .button_link.button_internal:active:link, .button_link.button_internal:active:visited,
    .button_link.button_internal:active a:link,
    .button_link.button_internal:active a:visited, .button_link.button_internal:focus:link, .button_link.button_internal:focus:visited,
    .button_link.button_internal:focus a:link,
    .button_link.button_internal:focus a:visited {
      background: transparent;
      -webkit-text-decoration: solid underline #243E8C 2px;
              text-decoration: solid underline #243E8C 2px;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
  .button_link.button_internal:link, .button_link.button_internal:visited,
  .button_link.button_internal a:link,
  .button_link.button_internal a:visited {
    color: #2B3990;
    -webkit-text-decoration: solid underline #F8BF15 2px;
            text-decoration: solid underline #F8BF15 2px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
    p .button_link.button_internal:link, p .button_link.button_internal:visited, p
    .button_link.button_internal a:link, p
    .button_link.button_internal a:visited {
      text-decoration: none; }
  .button_link.button_internal:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
    border-bottom-color: #2B3990;
    outline: none; }
  .button_link.button_internal:after {
    content: '';
    height: 13px;
    width: 13px;
    position: absolute;
    right: 15px;
    top: 6px; }
  .component__bg_dark .button_link.button_internal {
    border-bottom-color: #f3d26d; }
  .button_link.button_internal:after {
    background-image: url(images/more-arrow.svg);
    height: 14px;
    width: 12px;
    background-size: contain;
    background-repeat: no-repeat; }
  .component__bg_dark .button_link.button_internal:after {
    background-image: url(images/more-arrow-white.svg);
    height: 12px;
    width: 12px; }

.button_accent,
.button_outline {
  border-radius: 8px;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: inline-block;
  font-family: "futura-pt", sans-serif;
  font-weight: 800;
  font-size: 15px;
  letter-spacing: 0.05em;
  padding: 15px 30px 15px;
  text-decoration: none;
  text-align: center;
  text-shadow: 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;
  min-width: 170px;
  background: transparent;
  box-shadow: none;
  color: #FFFFFF !important;
  border: 2px solid #FFFFFF; }
  .button_accent,
  .button_outline {
    font-size: 11px; }
    @media screen and (min-width: 661px) {
      .button_accent,
      .button_outline {
        font-size: calc(11px + 4 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .button_accent,
      .button_outline {
        font-size: 15px; } }
  .button_accent,
  .button_outline {
    padding-left: 10px; }
    @media screen and (min-width: 661px) {
      .button_accent,
      .button_outline {
        padding-left: calc(10px + 20 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .button_accent,
      .button_outline {
        padding-left: 30px; } }
  .button_accent,
  .button_outline {
    padding-right: 10px; }
    @media screen and (min-width: 661px) {
      .button_accent,
      .button_outline {
        padding-right: calc(10px + 20 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .button_accent,
      .button_outline {
        padding-right: 30px; } }
  .button_accent:hover:link, .button_accent:hover:visited,
  .button_accent:hover a:link,
  .button_accent:hover a:visited, .button_accent:active:link, .button_accent:active:visited,
  .button_accent:active a:link,
  .button_accent:active a:visited, .button_accent:focus:link, .button_accent:focus:visited,
  .button_accent:focus a:link,
  .button_accent:focus a:visited,
  .button_outline:hover:link,
  .button_outline:hover:visited,
  .button_outline:hover a:link,
  .button_outline:hover a:visited,
  .button_outline:active:link,
  .button_outline:active:visited,
  .button_outline:active a:link,
  .button_outline:active a:visited,
  .button_outline:focus:link,
  .button_outline:focus:visited,
  .button_outline:focus a:link,
  .button_outline:focus a:visited {
    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; }
  .button_accent:link, .button_accent:visited,
  .button_accent a:link,
  .button_accent a:visited,
  .button_outline:link,
  .button_outline:visited,
  .button_outline a:link,
  .button_outline a:visited {
    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; }
    p .button_accent:link, p .button_accent:visited, p
    .button_accent a:link, p
    .button_accent a:visited, p
    .button_outline:link, p
    .button_outline:visited, p
    .button_outline a:link, p
    .button_outline a:visited {
      text-decoration: none; }
  .button_accent:focus,
  .button_outline:focus {
    -webkit-box-shadow: #F8BF15 0 0 0.5em;
            box-shadow: #F8BF15 0 0 0.5em;
    outline: none; }
  .button_accent:hover, .button_accent:active, .button_accent:focus,
  .button_outline:hover,
  .button_outline:active,
  .button_outline:focus {
    background-position: 100% 0;
    background: #FFFFFF;
    border: 2px solid #FFFFFF;
    color: #131314 !important; }
    .button_accent:hover:link, .button_accent:hover:visited,
    .button_accent:hover a:link,
    .button_accent:hover a:visited, .button_accent:active:link, .button_accent:active:visited,
    .button_accent:active a:link,
    .button_accent:active a:visited, .button_accent:focus:link, .button_accent:focus:visited,
    .button_accent:focus a:link,
    .button_accent:focus a:visited,
    .button_outline:hover:link,
    .button_outline:hover:visited,
    .button_outline:hover a:link,
    .button_outline:hover a:visited,
    .button_outline:active:link,
    .button_outline:active:visited,
    .button_outline:active a:link,
    .button_outline:active a:visited,
    .button_outline:focus:link,
    .button_outline:focus:visited,
    .button_outline:focus a:link,
    .button_outline:focus a:visited {
      background: #FFFFFF;
      border: 2px solid #FFFFFF;
      color: #131314 !important; }
  .button_accent:visited,
  .button_accent a:visited,
  .button_outline:visited,
  .button_outline a:visited {
    color: #131314; }
  .component__bg_dark .button_accent, .component__bg_dark
  .button_outline {
    color: #131314; }
    .component__bg_dark .button_accent:hover, .component__bg_dark .button_accent:active, .component__bg_dark .button_accent:focus, .component__bg_dark
    .button_outline:hover, .component__bg_dark
    .button_outline:active, .component__bg_dark
    .button_outline:focus {
      background-position: 100% 0;
      background: #FFFFFF;
      border: 2px solid #F8BF15;
      color: #131314; }
      .component__bg_dark .button_accent:hover:link, .component__bg_dark .button_accent:hover:visited,
      .component__bg_dark .button_accent:hover a:link,
      .component__bg_dark .button_accent:hover a:visited, .component__bg_dark .button_accent:active:link, .component__bg_dark .button_accent:active:visited,
      .component__bg_dark .button_accent:active a:link,
      .component__bg_dark .button_accent:active a:visited, .component__bg_dark .button_accent:focus:link, .component__bg_dark .button_accent:focus:visited,
      .component__bg_dark .button_accent:focus a:link,
      .component__bg_dark .button_accent:focus a:visited, .component__bg_dark
      .button_outline:hover:link, .component__bg_dark
      .button_outline:hover:visited,
      .component__bg_dark
      .button_outline:hover a:link,
      .component__bg_dark
      .button_outline:hover a:visited, .component__bg_dark
      .button_outline:active:link, .component__bg_dark
      .button_outline:active:visited,
      .component__bg_dark
      .button_outline:active a:link,
      .component__bg_dark
      .button_outline:active a:visited, .component__bg_dark
      .button_outline:focus:link, .component__bg_dark
      .button_outline:focus:visited,
      .component__bg_dark
      .button_outline:focus a:link,
      .component__bg_dark
      .button_outline:focus a:visited {
        background: #FFFFFF;
        border: 2px solid #F8BF15;
        color: #131314; }
    .component__bg_dark .button_accent:link, .component__bg_dark .button_accent:visited, .component__bg_dark
    .button_outline:link, .component__bg_dark
    .button_outline:visited {
      color: #131314; }

.button_accent,
.button_outline_light {
  border-radius: 8px;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: inline-block;
  font-family: "futura-pt", sans-serif;
  font-weight: 800;
  font-size: 15px;
  letter-spacing: 0.05em;
  padding: 15px 30px 15px;
  text-decoration: none;
  text-align: center;
  text-shadow: 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;
  min-width: 170px;
  background: transparent;
  box-shadow: none;
  color: #FFFFFF;
  border: 2px solid #FFFFFF; }
  .button_accent,
  .button_outline_light {
    font-size: 11px; }
    @media screen and (min-width: 661px) {
      .button_accent,
      .button_outline_light {
        font-size: calc(11px + 4 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .button_accent,
      .button_outline_light {
        font-size: 15px; } }
  .button_accent,
  .button_outline_light {
    padding-left: 10px; }
    @media screen and (min-width: 661px) {
      .button_accent,
      .button_outline_light {
        padding-left: calc(10px + 20 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .button_accent,
      .button_outline_light {
        padding-left: 30px; } }
  .button_accent,
  .button_outline_light {
    padding-right: 10px; }
    @media screen and (min-width: 661px) {
      .button_accent,
      .button_outline_light {
        padding-right: calc(10px + 20 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .button_accent,
      .button_outline_light {
        padding-right: 30px; } }
  .button_accent:hover:link, .button_accent:hover:visited,
  .button_accent:hover a:link,
  .button_accent:hover a:visited, .button_accent:active:link, .button_accent:active:visited,
  .button_accent:active a:link,
  .button_accent:active a:visited, .button_accent:focus:link, .button_accent:focus:visited,
  .button_accent:focus a:link,
  .button_accent:focus a:visited,
  .button_outline_light:hover:link,
  .button_outline_light:hover:visited,
  .button_outline_light:hover a:link,
  .button_outline_light:hover a:visited,
  .button_outline_light:active:link,
  .button_outline_light:active:visited,
  .button_outline_light:active a:link,
  .button_outline_light:active a:visited,
  .button_outline_light:focus:link,
  .button_outline_light:focus:visited,
  .button_outline_light:focus a:link,
  .button_outline_light:focus a:visited {
    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; }
  .button_accent:link, .button_accent:visited,
  .button_accent a:link,
  .button_accent a:visited,
  .button_outline_light:link,
  .button_outline_light:visited,
  .button_outline_light a:link,
  .button_outline_light a:visited {
    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; }
    p .button_accent:link, p .button_accent:visited, p
    .button_accent a:link, p
    .button_accent a:visited, p
    .button_outline_light:link, p
    .button_outline_light:visited, p
    .button_outline_light a:link, p
    .button_outline_light a:visited {
      text-decoration: none; }
  .button_accent:focus,
  .button_outline_light: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,
  .button_outline_light:hover,
  .button_outline_light:active,
  .button_outline_light:focus {
    background: #FFFFFF;
    border: 2px solid #F8BF15;
    color: #131314; }
    .button_accent:hover:link, .button_accent:hover:visited,
    .button_accent:hover a:link,
    .button_accent:hover a:visited, .button_accent:active:link, .button_accent:active:visited,
    .button_accent:active a:link,
    .button_accent:active a:visited, .button_accent:focus:link, .button_accent:focus:visited,
    .button_accent:focus a:link,
    .button_accent:focus a:visited,
    .button_outline_light:hover:link,
    .button_outline_light:hover:visited,
    .button_outline_light:hover a:link,
    .button_outline_light:hover a:visited,
    .button_outline_light:active:link,
    .button_outline_light:active:visited,
    .button_outline_light:active a:link,
    .button_outline_light:active a:visited,
    .button_outline_light:focus:link,
    .button_outline_light:focus:visited,
    .button_outline_light:focus a:link,
    .button_outline_light:focus a:visited {
      background: #FFFFFF;
      color: #131314;
      border: 2px solid #FFFFFF; }

.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;
  padding: 0; }
  .page-template-tpl-homepage .site-main {
    margin: 0 auto;
    padding: 0; }

.inner-wrapper {
  max-width: 2000px;
  margin: 0 auto; }
  .inner-wrapper {
    padding-left: 0px; }
    @media screen and (min-width: 661px) {
      .inner-wrapper {
        padding-left: calc(0px + 150 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .inner-wrapper {
        padding-left: 150px; } }
  .inner-wrapper {
    padding-right: 0px; }
    @media screen and (min-width: 661px) {
      .inner-wrapper {
        padding-right: calc(0px + 150 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .inner-wrapper {
        padding-right: 150px; } }
  @media (max-width: 660px) {
    .inner-wrapper {
      padding-left: 15px;
      padding-right: 15px; } }
  @media (min-width: 661px) and (max-width: 1060px) {
    .inner-wrapper {
      padding-left: 15px;
      padding-right: 15px; } }
  .inner-wrapper--half {
    max-width: 1000px; }
  .footer .inner-wrapper {
    padding-left: 50px;
    padding-right: 50px; }
    @media (max-width: 660px) {
      .footer .inner-wrapper {
        padding-left: 15px;
        padding-right: 15px; } }
    @media (min-width: 661px) and (max-width: 1060px) {
      .footer .inner-wrapper {
        padding-left: 30px;
        padding-right: 30px; } }

/*  .medium-width-wrapper {
 	padding-left: $s-padding;
   	padding-right: $s-padding;
   	@include fluid-prop('padding-left',$s-padding,$s-padding*6);
  	@include fluid-prop('padding-right',$s-padding,$s-padding*6);
  	@include breakpoint($bp-small){
  		padding-left: 0;
  		padding-right: 0;
   	}
 } */
.narrow-wrapper {
  max-width: 848px;
  margin: 0 auto; }
  .narrow-wrapper {
    max-width: 848px; }
    @media screen and (min-width: 1280px) {
      .narrow-wrapper {
        max-width: calc(848px + 0 * ((100vw - 1280px) / 720)); } }
    @media screen and (min-width: 2000px) {
      .narrow-wrapper {
        max-width: 848px; } }

.medium-wrapper {
  margin: 0 auto; }
  .medium-wrapper {
    padding-left: 0px; }
    @media screen and (min-width: 661px) {
      .medium-wrapper {
        padding-left: calc(0px + 300 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .medium-wrapper {
        padding-left: 300px; } }
  .medium-wrapper {
    padding-right: 0px; }
    @media screen and (min-width: 661px) {
      .medium-wrapper {
        padding-right: calc(0px + 300 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .medium-wrapper {
        padding-right: 300px; } }
  @media (max-width: 660px) {
    .medium-wrapper {
      padding-left: 15px;
      padding-right: 15px; } }
  @media (min-width: 661px) and (max-width: 1060px) {
    .medium-wrapper {
      padding-left: 15px;
      padding-right: 15px; } }

.medium-width-wrapper {
  margin: 0 auto; }
  .medium-width-wrapper {
    padding-left: 0px; }
    @media screen and (min-width: 661px) {
      .medium-width-wrapper {
        padding-left: calc(0px + 150 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .medium-width-wrapper {
        padding-left: 150px; } }
  .medium-width-wrapper {
    padding-right: 0px; }
    @media screen and (min-width: 661px) {
      .medium-width-wrapper {
        padding-right: calc(0px + 150 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .medium-width-wrapper {
        padding-right: 150px; } }
  @media (max-width: 660px) {
    .medium-width-wrapper {
      padding-left: 15px;
      padding-right: 15px; } }
  @media (min-width: 661px) and (max-width: 1060px) {
    .medium-width-wrapper {
      padding-left: 15px;
      padding-right: 15px; } }

.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) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .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) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .full-media-wrapper {
        padding-right: 360px; } }
  .full-media-wrapper img {
    width: 100%;
    height: auto; }
  @media (max-width: 660px) {
    .full-media-wrapper {
      padding-left: 15px;
      padding-right: 15px; } }
  @media (min-width: 661px) and (max-width: 1060px) {
    .full-media-wrapper {
      padding-left: 15px;
      padding-right: 15px; } }

.wide-wrapper {
  padding-left: 0px; }
  @media screen and (min-width: 661px) {
    .wide-wrapper {
      padding-left: calc(0px + 30 * ((100vw - 661px) / 1339)); } }
  @media screen and (min-width: 2000px) {
    .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) / 1339)); } }
  @media screen and (min-width: 2000px) {
    .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 !important;
      -webkit-flex: 0 0 100% !important;
          -ms-flex: 0 0 100% !important;
              flex: 0 0 100% !important; } }

.col_third {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 32%;
      -ms-flex: 0 0 32%;
          flex: 0 0 32%; }
  @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: 1060px) {
    .col_third {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%; } }

.col_fourth {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 23%;
      -ms-flex: 0 0 23%;
          flex: 0 0 23%; }
  @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: 1060px) {
    .col_fourth {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 49%;
          -ms-flex: 0 0 49%;
              flex: 0 0 49%; } }

.col_fifth {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 18%;
      -ms-flex: 0 0 18%;
          flex: 0 0 18%; }
  @media (max-width: 660px) {
    .col_fifth {
      -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: 1060px) {
    .col_fifth {
      -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: 0; }
  .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 + 45 * ((100vw - 661px) / 1339)); } }
      @media screen and (min-width: 2000px) {
        .component .scroll_padding {
          padding-top: 105px; } }
  .page-template-tpl-homepage .component {
    margin-top: -30px; }
    .page-template-tpl-homepage .component {
      margin-top: -15px; }
      @media screen and (min-width: 661px) {
        .page-template-tpl-homepage .component {
          margin-top: calc(-15px + -15 * ((100vw - 661px) / 1339)); } }
      @media screen and (min-width: 2000px) {
        .page-template-tpl-homepage .component {
          margin-top: -30px; } }
    .page-template-tpl-homepage .component:first-child {
      margin-top: -60px; }
      .page-template-tpl-homepage .component:first-child {
        margin-top: -30px; }
        @media screen and (min-width: 661px) {
          .page-template-tpl-homepage .component:first-child {
            margin-top: calc(-30px + -15 * ((100vw - 661px) / 1339)); } }
        @media screen and (min-width: 2000px) {
          .page-template-tpl-homepage .component:first-child {
            margin-top: -45px; } }
  .component:first-child {
    margin-top: 0; }

.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.6s ease 0s 1 slideInFromBottom;
          animation: 1.6s 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; }

.component__hr_above {
  max-width: 130px;
  height: 1px;
  margin-bottom: 30px; }
  .component__hr_above {
    margin-bottom: 30px; }
    @media screen and (min-width: 661px) {
      .component__hr_above {
        margin-bottom: calc(30px + 15 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .component__hr_above {
        margin-bottom: 45px; } }
  .component__hr_above {
    margin-top: -30px; }
    @media screen and (min-width: 661px) {
      .component__hr_above {
        margin-top: calc(-30px + -15 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .component__hr_above {
        margin-top: -45px; } }

.component__hr_below {
  height: 1px;
  margin-bottom: 0px; }
  .component__hr_below {
    margin-top: 30px; }
    @media screen and (min-width: 661px) {
      .component__hr_below {
        margin-top: calc(30px + 60 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .component__hr_below {
        margin-top: 90px; } }

.component__last_margin {
  padding-bottom: 30px; }
  @media screen and (min-width: 661px) {
    .component__last_margin {
      padding-bottom: calc(30px + 30 * ((100vw - 661px) / 1339)); } }
  @media screen and (min-width: 2000px) {
    .component__last_margin {
      padding-bottom: 60px; } }

.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 {
    width: 22px; }
    @media screen and (min-width: 661px) {
      .icon_quote svg {
        width: calc(22px + 12 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .icon_quote svg {
        width: 34px; } }
  .icon_quote svg {
    height: 18px; }
    @media screen and (min-width: 661px) {
      .icon_quote svg {
        height: calc(18px + 12 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .icon_quote svg {
        height: 30px; } }

.icon_quote svg path {
  fill: #2B3990; }

@media (min-width: 661px) {
  .mobile_only {
    display: none; } }

.close-popup {
  min-width: 10px !important; }

.header_default.site-header .site-header--social_icon svg {
  fill: #FFFFFF; }

.header_default.site-header .main-nav .menu-item a {
  color: #FFFFFF; }

.header_default.site-header .button_outline_light {
  border-color: #FFFFFF;
  color: #FFFFFF; }
  .header_default.site-header .button_outline_light:hover, .header_default.site-header .button_outline_light:focus, .header_default.site-header .button_outline_light:active {
    background: #FFFFFF;
    color: #131314;
    border: 2px solid #FFFFFF; }

.header_default.site-header .button_primary:hover, .header_default.site-header .button_primary:focus, .header_default.site-header .button_primary:active {
  background-color: #243E8C;
  border-color: #243E8C;
  color: #FFFFFF; }

.site-header {
  position: relative;
  top: 0;
  z-index: 5; }
  .site-header[data-has-featured-topper="true"] {
    position: absolute;
    width: 100%;
    top: 0; }
    .site-header[data-has-featured-topper="true"] .site-header--top_wrapper {
      background-color: transparent; }
    .site-header[data-has-featured-topper="true"] #menu-primary-menu a {
      color: white; }
    .site-header[data-has-featured-topper="true"] select {
      color: white !important;
      border-color: white !important; }
    .site-header[data-has-featured-topper="true"] .site-header--social_icon svg {
      fill: white; }
    .site-header[data-has-featured-topper="true"] .site-header--main_logo *[fill="white"] {
      fill: #FFFFFF; }
    .site-header[data-has-featured-topper="true"] .site-header--main_logo *[fill="#194698"] {
      fill: white; }
    .site-header[data-has-featured-topper="true"] .site-header--mobile .closed .nav_toggle--icon:before,
    .site-header[data-has-featured-topper="true"] .site-header--mobile .closed .nav_toggle--icon:after {
      background-color: white; }
    .site-header[data-has-featured-topper="true"] .site-header--mobile .closed .nav_toggle--icon {
      border-top-color: white; }
    @media screen and (max-width: 41.25em) {
      .site-header[data-has-featured-topper="true"] .main-nav {
        background-color: #FFFFFF; } }
  .site-header--top_wrapper {
    background-color: transparent;
    position: relative;
    top: 0; }
  .site-header--top {
    margin: 0 auto; }
    @media (max-width: 660px) {
      .site-header--top {
        padding-bottom: 15px; } }
  .site-header--top_inner {
    padding: 30px 50px;
    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; }
    .site-header--top_inner {
      padding-left: 5px; }
      @media screen and (min-width: 661px) {
        .site-header--top_inner {
          padding-left: calc(5px + 55 * ((100vw - 661px) / 1339)); } }
      @media screen and (min-width: 2000px) {
        .site-header--top_inner {
          padding-left: 60px; } }
    .site-header--top_inner {
      padding-right: 5px; }
      @media screen and (min-width: 661px) {
        .site-header--top_inner {
          padding-right: calc(5px + 55 * ((100vw - 661px) / 1339)); } }
      @media screen and (min-width: 2000px) {
        .site-header--top_inner {
          padding-right: 60px; } }
    @media (max-width: 660px) {
      .site-header--top_inner {
        padding: 5px;
        padding-left: 0;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }
    @media (min-width: 661px) and (max-width: 1060px) {
      .site-header--top_inner {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
            -ms-flex-align: start;
                align-items: flex-start; } }
    @media (max-width: 660px) {
      .site-header--top_inner {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        background-color: #2B3990; } }
    @media (max-width: 901px) {
      .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: 1s ease-in 0s 1 fadeIn;
            animation: 1s ease-in 0s 1 fadeIn;
    -webkit-transition: opacity .5s ease-in;
    -o-transition: opacity .5s ease-in;
    transition: opacity .5s ease-in; }
    .site-header--main_logo svg {
      max-width: 112px;
      height: auto;
      margin-bottom: 10px; }
      .site-header--main_logo svg {
        width: 100px; }
        @media screen and (min-width: 661px) {
          .site-header--main_logo svg {
            width: calc(100px + 175 * ((100vw - 661px) / 1339)); } }
        @media screen and (min-width: 2000px) {
          .site-header--main_logo svg {
            width: 275px; } }
    .site-header--main_logo.logoHidden {
      visibility: hidden;
      width: 0;
      opacity: 0;
      -webkit-transition: opacity .5s ease-in;
      -o-transition: opacity .5s ease-in;
      transition: opacity .5s ease-in; }
      .site-header--main_logo.logoHidden svg {
        width: 0; }
  .site-header--sticky_logo {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .5s ease-in;
    -o-transition: opacity .5s ease-in;
    transition: opacity .5s ease-in; }
    .site-header--sticky_logo svg {
      width: 0px;
      height: auto; }
    .site-header--sticky_logo.logoActive {
      opacity: 1;
      visibility: visible;
      -webkit-transition: opacity .5s ease-in;
      -o-transition: opacity .5s ease-in;
      transition: opacity .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) / 1339)); } }
          @media screen and (min-width: 2000px) {
            .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 {
        padding-left: 0;
        margin-top: 5px;
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; } }
  @media (max-width: 660px) {
    .site-header--mobile {
      position: absolute;
      right: 0; } }
  @media screen and (min-width: 768px) {
    .site-header--mobile {
      display: none; } }
  .site-header--center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 60%;
        -ms-flex: 0 60%;
            flex: 0 60%;
    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-right: 30px; }
    @media (max-width: 660px) {
      .site-header--center {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0%;
            -ms-flex: 0 0%;
                flex: 0 0%; } }
  .site-header--right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 15%;
        -ms-flex: 0 15%;
            flex: 0 15%; }
    @media (max-width: 660px) {
      .site-header--right {
        -webkit-box-flex: 0;
        -webkit-flex: 0 15%;
            -ms-flex: 0 15%;
                flex: 0 15%;
        position: absolute;
        right: 65px; } }
  .site-header--left {
    -webkit-box-flex: 0;
    -webkit-flex: 0 10%;
        -ms-flex: 0 10%;
            flex: 0 10%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
        -ms-flex-pack: start;
            justify-content: start; }
    @media (max-width: 660px) {
      .site-header--left {
        padding-left: 15px; } }
    @media (max-width: 660px) {
      .site-header--left .logo-homepage {
        max-width: 200px; } }
  .site-header--right_top {
    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; }
  .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: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .site-header--menu_buttons a {
      padding-left: 0;
      padding-right: 0;
      width: 100%;
      min-width: 130px;
      padding-bottom: 10px; }
      .site-header--menu_buttons a {
        font-size: 12px; }
        @media screen and (min-width: 661px) {
          .site-header--menu_buttons a {
            font-size: calc(12px + 4 * ((100vw - 661px) / 1339)); } }
        @media screen and (min-width: 2000px) {
          .site-header--menu_buttons a {
            font-size: 16px; } }
      .site-header--menu_buttons a {
        min-width: 90px; }
        @media screen and (min-width: 661px) {
          .site-header--menu_buttons a {
            min-width: calc(90px + 50 * ((100vw - 661px) / 1339)); } }
        @media screen and (min-width: 2000px) {
          .site-header--menu_buttons a {
            min-width: 140px; } }
    @media screen and (max-width: 768px) {
      .site-header--menu_buttons {
        display: none; } }
  .site-header--mobile_menu_buttons {
    position: fixed;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    border: 1px solid #FFFFFF; }
    .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; }
      .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; }
  .site-header .btn-blue {
    color: #FFFFFF; }
  .site-header .btn-yellow {
    color: #2B3990; }
  .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--donate_button {
    padding-right: 5px; }
  .site-header--join_button {
    padding-right: 15px; }
  .site-header--social_links {
    padding-right: 15px;
    padding-left: 24px; }
    @media screen and (max-width: 768px) {
      .site-header--social_links {
        display: none; } }
  .site-header--languages {
    z-index: 2;
    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: #F5F5F5;
    margin-left: 0px; }
    .site-header--languages ul {
      list-style-type: none;
      margin: 0;
      -webkit-padding-start: 20px;
              padding-inline-start: 20px;
      line-height: 1; }
    .site-header--languages a,
    .site-header--languages a:link,
    .site-header--languages a:visited {
      color: #F5F5F5;
      padding: 0; }
    .site-header--languages .select-idiom {
      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: 1.5rem; }
      .site-header--languages .select-idiom select {
        padding: .2rem 1rem;
        padding-right: 1.5rem;
        -webkit-appearance: none;
           -moz-appearance: none;
                appearance: none;
        background: transparent;
        border: transparent;
        border-left: 2px solid white;
        font-family: "futura-pt", sans-serif;
        font-weight: 700;
        color: white;
        font-size: 1rem;
        background-size: 12px;
        background-repeat: no-repeat;
        background-position: right 5px top 57%;
        text-transform: uppercase !important;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        .site-header--languages .select-idiom select:hover, .site-header--languages .select-idiom select:focus, .site-header--languages .select-idiom select:active {
          color: #f3d26d;
          background-image: url(images/down_arrow_hover.svg);
          -webkit-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }
  .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: #F8BF15; }
    .site-header--mobile_social_icon svg {
      fill: #FFFFFF;
      height: 20px;
      width: auto;
      -webkit-transition: all .5s ease;
      -o-transition: all .5s ease;
      transition: all .5s ease; }
      .header_default .site-header--mobile_social_icon svg {
        fill: #FFFFFF; }
  .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 + 7.5384615385 * ((100vw - 661px) / 1339)); } }
      @media screen and (min-width: 2000px) {
        .site-header--social_icon {
          padding: 11.5384615385px; } }
    .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: #F8BF15; }
    .site-header--social_icon:first-child {
      padding-left: 3px; }
    .site-header--social_icon svg {
      fill: #FFFFFF;
      height: 14px;
      width: auto;
      -webkit-transition: all .5s ease;
      -o-transition: all .5s ease;
      transition: all .5s ease; }
      .site-header--social_icon svg {
        height: 12px; }
        @media screen and (min-width: 661px) {
          .site-header--social_icon svg {
            height: calc(12px + 4 * ((100vw - 661px) / 1339)); } }
        @media screen and (min-width: 2000px) {
          .site-header--social_icon svg {
            height: 16px; } }
  .site-header--alert-bar {
    text-align: center;
    padding: 8px;
    color: white;
    font-size: 16px;
    background-color: #F8BF15;
    position: relative;
    padding-right: 30px; }
    @media (max-width: 660px) {
      .site-header--alert-bar {
        font-size: 14px; } }
    .site-header--alert-bar a {
      text-decoration: none !important; }
    .site-header--alert-bar .close-alert {
      float: right;
      text-decoration: none;
      color: white !important;
      padding-right: 5px;
      font-size: 20px;
      position: absolute;
      top: 3px;
      right: 5px; }

.main-nav {
  padding: 0; }
  @media screen and (max-width: 768px) {
    .main-nav {
      position: fixed;
      width: 100%;
      top: 0;
      left: 0;
      text-align: center;
      background: #2B3990;
      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; }
      .header_default .main-nav {
        background-color: #2B3990; }
      .main-nav .main-nav--container {
        padding-top: 60px;
        width: 100%;
        opacity: 1;
        -webkit-transition: height .3s ease-in, border ,.3s ease-in, opacity .3s ease-in;
        -o-transition: height .3s ease-in, border ,.3s ease-in, opacity .3s ease-in;
        transition: height .3s ease-in, border ,.3s ease-in, opacity .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 .5s ease-in;
            -o-transition: all .5s ease-in;
            transition: all .5s ease-in; }
          .main-nav .main-nav--container.closed .menu-item {
            opacity: 0; }
        .main-nav .main-nav--container .menu-item {
          opacity: 1;
          padding: 10px; }
          .main-nav .main-nav--container .menu-item:hover a, .main-nav .main-nav--container .menu-item:active a, .main-nav .main-nav--container .menu-item:focus a {
            font-family: "futura-pt", sans-serif;
            font-size: 52px;
            font-weight: 700;
            line-height: 1.2em;
            letter-spacing: .01em;
            font-weight: 400; }
            .main-nav .main-nav--container .menu-item:hover a, .main-nav .main-nav--container .menu-item:active a, .main-nav .main-nav--container .menu-item:focus a {
              font-size: 20px; } }
          @media screen and (max-width: 768px) and (min-width: 661px) {
            .main-nav .main-nav--container .menu-item:hover a, .main-nav .main-nav--container .menu-item:active a, .main-nav .main-nav--container .menu-item:focus a {
              font-size: calc(20px + 32 * ((100vw - 661px) / 1339)); } }
          @media screen and (max-width: 768px) and (min-width: 2000px) {
            .main-nav .main-nav--container .menu-item:hover a, .main-nav .main-nav--container .menu-item:active a, .main-nav .main-nav--container .menu-item:focus a {
              font-size: 52px; } }
        @media screen and (max-width: 768px) and (max-width: 660px) {
          .main-nav .main-nav--container .menu-item:hover a, .main-nav .main-nav--container .menu-item:active a, .main-nav .main-nav--container .menu-item:focus a {
            font-size: 33px; } }
  @media screen and (max-width: 768px) {
          .main-nav .main-nav--container .menu-item a {
            font-family: "futura-pt", sans-serif;
            font-size: 52px;
            font-weight: 700;
            line-height: 1.2em;
            letter-spacing: .01em;
            font-weight: 400;
            color: #FFFFFF;
            -webkit-transition: border-width .1s ease-in;
            -o-transition: border-width .1s ease-in;
            transition: border-width .1s ease-in;
            text-decoration: none;
            text-transform: capitalize; }
            .main-nav .main-nav--container .menu-item a {
              font-size: 20px; } }
          @media screen and (max-width: 768px) and (min-width: 661px) {
            .main-nav .main-nav--container .menu-item a {
              font-size: calc(20px + 32 * ((100vw - 661px) / 1339)); } }
          @media screen and (max-width: 768px) and (min-width: 2000px) {
            .main-nav .main-nav--container .menu-item a {
              font-size: 52px; } }
        @media screen and (max-width: 768px) and (max-width: 660px) {
          .main-nav .main-nav--container .menu-item a {
            font-size: 33px; } }
        @media screen and (max-width: 768px) and (min-width: 661px) and (max-width: 1060px) {
          .main-nav .main-nav--container .menu-item a {
            font-size: 12px; } }
  @media screen and (max-width: 768px) and (min-width: 661px) and (max-width: 1060px) and (min-width: 661px) {
    .main-nav .main-nav--container .menu-item a {
      font-size: calc(12px + 2 * ((100vw - 661px) / 1339)); } }
  @media screen and (max-width: 768px) and (min-width: 661px) and (max-width: 1060px) and (min-width: 2000px) {
    .main-nav .main-nav--container .menu-item a {
      font-size: 14px; } }
  @media screen and (max-width: 768px) {
        .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-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; } }
  .main-nav .menu-item {
    padding: 10px 30px;
    -webkit-transition: background-color .2s ease-in;
    -o-transition: background-color .2s ease-in;
    transition: background-color .2s ease-in; }
    .main-nav .menu-item {
      padding-left: 10px; }
      @media screen and (min-width: 661px) {
        .main-nav .menu-item {
          padding-left: calc(10px + 10 * ((100vw - 661px) / 1339)); } }
      @media screen and (min-width: 2000px) {
        .main-nav .menu-item {
          padding-left: 20px; } }
    .main-nav .menu-item {
      padding-right: 10px; }
      @media screen and (min-width: 661px) {
        .main-nav .menu-item {
          padding-right: calc(10px + 10 * ((100vw - 661px) / 1339)); } }
      @media screen and (min-width: 2000px) {
        .main-nav .menu-item {
          padding-right: 20px; } }
    @media screen and (max-width: 1250px) {
      .main-nav .menu-item {
        padding-top: 0px;
        padding-bottom: 0px; } }
    @media (max-width: 660px) {
      .main-nav .menu-item {
        padding: 14px; } }
    @media (min-width: 661px) {
      .main-nav .menu-item:first-child {
        padding-left: 0; } }
    .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: #FFFFFF;
      text-transform: uppercase !important;
      border-bottom: 2px solid transparent;
      text-decoration: none; }
    .main-nav .menu-item.donate-button a {
      border-radius: 8px;
      -webkit-box-shadow: none;
              box-shadow: none;
      display: inline-block;
      font-family: "futura-pt", sans-serif;
      font-weight: 800;
      font-size: 15px;
      letter-spacing: 0.05em;
      padding: 15px 30px 15px;
      text-decoration: none;
      text-align: center;
      text-shadow: 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;
      min-width: 170px;
      background: #F8BF15;
      background-size: 300% 100%;
      color: #2B3990;
      border: 2px solid #F8BF15;
      text-transform: uppercase;
      font-weight: 700;
      padding: 14px 5px 12px;
      min-width: 145px;
      line-height: 1; }
      .main-nav .menu-item.donate-button a {
        font-size: 11px; }
        @media screen and (min-width: 661px) {
          .main-nav .menu-item.donate-button a {
            font-size: calc(11px + 4 * ((100vw - 661px) / 1339)); } }
        @media screen and (min-width: 2000px) {
          .main-nav .menu-item.donate-button a {
            font-size: 15px; } }
      .main-nav .menu-item.donate-button a {
        padding-left: 10px; }
        @media screen and (min-width: 661px) {
          .main-nav .menu-item.donate-button a {
            padding-left: calc(10px + 20 * ((100vw - 661px) / 1339)); } }
        @media screen and (min-width: 2000px) {
          .main-nav .menu-item.donate-button a {
            padding-left: 30px; } }
      .main-nav .menu-item.donate-button a {
        padding-right: 10px; }
        @media screen and (min-width: 661px) {
          .main-nav .menu-item.donate-button a {
            padding-right: calc(10px + 20 * ((100vw - 661px) / 1339)); } }
        @media screen and (min-width: 2000px) {
          .main-nav .menu-item.donate-button a {
            padding-right: 30px; } }
      .main-nav .menu-item.donate-button a:hover:link, .main-nav .menu-item.donate-button a:hover:visited,
      .main-nav .menu-item.donate-button a:hover a:link,
      .main-nav .menu-item.donate-button a:hover a:visited, .main-nav .menu-item.donate-button a:active:link, .main-nav .menu-item.donate-button a:active:visited,
      .main-nav .menu-item.donate-button a:active a:link,
      .main-nav .menu-item.donate-button a:active a:visited, .main-nav .menu-item.donate-button a:focus:link, .main-nav .menu-item.donate-button a:focus:visited,
      .main-nav .menu-item.donate-button a:focus a:link,
      .main-nav .menu-item.donate-button a:focus a:visited {
        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; }
      .main-nav .menu-item.donate-button a:link, .main-nav .menu-item.donate-button a:visited,
      .main-nav .menu-item.donate-button a a:link,
      .main-nav .menu-item.donate-button a a:visited {
        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; }
        p .main-nav .menu-item.donate-button a:link, p .main-nav .menu-item.donate-button a:visited, p
        .main-nav .menu-item.donate-button a a:link, p
        .main-nav .menu-item.donate-button a a:visited {
          text-decoration: none; }
      .main-nav .menu-item.donate-button a:focus {
        outline: none; }
      .main-nav .menu-item.donate-button a:hover, .main-nav .menu-item.donate-button a:active, .main-nav .menu-item.donate-button a:focus {
        background-color: #f3d26d;
        border-color: #f3d26d;
        color: #2B3990; }
        .main-nav .menu-item.donate-button a:hover:link, .main-nav .menu-item.donate-button a:hover:visited,
        .main-nav .menu-item.donate-button a:hover a:link,
        .main-nav .menu-item.donate-button a:hover a:visited, .main-nav .menu-item.donate-button a:active:link, .main-nav .menu-item.donate-button a:active:visited,
        .main-nav .menu-item.donate-button a:active a:link,
        .main-nav .menu-item.donate-button a:active a:visited, .main-nav .menu-item.donate-button a:focus:link, .main-nav .menu-item.donate-button a:focus:visited,
        .main-nav .menu-item.donate-button a:focus a:link,
        .main-nav .menu-item.donate-button a:focus a:visited {
          background-color: #f3d26d;
          border-color: #f3d26d;
          color: #2B3990; }
      .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 {
      text-transform: uppercase !important;
      color: #FFFFFF;
      border-bottom: 2px solid transparent;
      text-decoration: none; }
    .main-nav .menu-item.signup-button a {
      border-radius: 8px;
      -webkit-box-shadow: none;
              box-shadow: none;
      display: inline-block;
      font-family: "futura-pt", sans-serif;
      font-weight: 800;
      font-size: 15px;
      letter-spacing: 0.05em;
      padding: 15px 30px 15px;
      text-decoration: none;
      text-align: center;
      text-shadow: 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;
      min-width: 170px;
      background: #F8BF15;
      background-size: 300% 100%;
      color: #FFFFFF;
      border: 2px solid #2B3990;
      text-transform: uppercase;
      font-weight: 700;
      padding: 14px 5px 12px;
      min-width: 145px;
      line-height: 1; }
      .main-nav .menu-item.signup-button a {
        font-size: 11px; }
        @media screen and (min-width: 661px) {
          .main-nav .menu-item.signup-button a {
            font-size: calc(11px + 4 * ((100vw - 661px) / 1339)); } }
        @media screen and (min-width: 2000px) {
          .main-nav .menu-item.signup-button a {
            font-size: 15px; } }
      .main-nav .menu-item.signup-button a {
        padding-left: 10px; }
        @media screen and (min-width: 661px) {
          .main-nav .menu-item.signup-button a {
            padding-left: calc(10px + 20 * ((100vw - 661px) / 1339)); } }
        @media screen and (min-width: 2000px) {
          .main-nav .menu-item.signup-button a {
            padding-left: 30px; } }
      .main-nav .menu-item.signup-button a {
        padding-right: 10px; }
        @media screen and (min-width: 661px) {
          .main-nav .menu-item.signup-button a {
            padding-right: calc(10px + 20 * ((100vw - 661px) / 1339)); } }
        @media screen and (min-width: 2000px) {
          .main-nav .menu-item.signup-button a {
            padding-right: 30px; } }
      .main-nav .menu-item.signup-button a:hover:link, .main-nav .menu-item.signup-button a:hover:visited,
      .main-nav .menu-item.signup-button a:hover a:link,
      .main-nav .menu-item.signup-button a:hover a:visited, .main-nav .menu-item.signup-button a:active:link, .main-nav .menu-item.signup-button a:active:visited,
      .main-nav .menu-item.signup-button a:active a:link,
      .main-nav .menu-item.signup-button a:active a:visited, .main-nav .menu-item.signup-button a:focus:link, .main-nav .menu-item.signup-button a:focus:visited,
      .main-nav .menu-item.signup-button a:focus a:link,
      .main-nav .menu-item.signup-button a:focus a:visited {
        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; }
      .main-nav .menu-item.signup-button a:link, .main-nav .menu-item.signup-button a:visited,
      .main-nav .menu-item.signup-button a a:link,
      .main-nav .menu-item.signup-button a a:visited {
        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; }
        p .main-nav .menu-item.signup-button a:link, p .main-nav .menu-item.signup-button a:visited, p
        .main-nav .menu-item.signup-button a a:link, p
        .main-nav .menu-item.signup-button a a:visited {
          text-decoration: none; }
      .main-nav .menu-item.signup-button a:focus {
        -webkit-box-shadow: #2B3990 0 0 0.5em;
                box-shadow: #2B3990 0 0 0.5em;
        outline: none; }
      .main-nav .menu-item.signup-button a:hover, .main-nav .menu-item.signup-button a:active, .main-nav .menu-item.signup-button a:focus {
        background-position: 100% 0;
        background: #2B3990;
        border: 2px solid #2B3990; }
        .main-nav .menu-item.signup-button a:hover:link, .main-nav .menu-item.signup-button a:hover:visited,
        .main-nav .menu-item.signup-button a:hover a:link,
        .main-nav .menu-item.signup-button a:hover a:visited, .main-nav .menu-item.signup-button a:active:link, .main-nav .menu-item.signup-button a:active:visited,
        .main-nav .menu-item.signup-button a:active a:link,
        .main-nav .menu-item.signup-button a:active a:visited, .main-nav .menu-item.signup-button a:focus:link, .main-nav .menu-item.signup-button a:focus:visited,
        .main-nav .menu-item.signup-button a:focus a:link,
        .main-nav .menu-item.signup-button a:focus a:visited {
          background: #2B3990;
          border: 2px solid #2B3990; }
      .component__bg_dark .main-nav .menu-item.signup-button a:hover, .component__bg_dark .main-nav .menu-item.signup-button a:active, .component__bg_dark .main-nav .menu-item.signup-button a:focus {
        background-position: 100% 0;
        background: #FFFFFF;
        border: 2px solid #FFFFFF;
        color: #2B3990; }
        .component__bg_dark .main-nav .menu-item.signup-button a:hover:link, .component__bg_dark .main-nav .menu-item.signup-button a:hover:visited,
        .component__bg_dark .main-nav .menu-item.signup-button a:hover a:link,
        .component__bg_dark .main-nav .menu-item.signup-button a:hover a:visited, .component__bg_dark .main-nav .menu-item.signup-button a:active:link, .component__bg_dark .main-nav .menu-item.signup-button a:active:visited,
        .component__bg_dark .main-nav .menu-item.signup-button a:active a:link,
        .component__bg_dark .main-nav .menu-item.signup-button a:active a:visited, .component__bg_dark .main-nav .menu-item.signup-button a:focus:link, .component__bg_dark .main-nav .menu-item.signup-button a:focus:visited,
        .component__bg_dark .main-nav .menu-item.signup-button a:focus a:link,
        .component__bg_dark .main-nav .menu-item.signup-button a:focus a:visited {
          background: #FFFFFF;
          border: 2px solid #FFFFFF;
          color: #2B3990; }
    .main-nav .menu-item:hover a, .main-nav .menu-item:active a, .main-nav .menu-item:focus a {
      color: #FFFFFF;
      text-transform: uppercase !important;
      text-transform: capitalize;
      border-bottom: 3px solid #F8BF15;
      text-decoration: none; }
    .main-nav .menu-item a {
      color: #FFFFFF;
      font-size: 14px;
      -webkit-transition: border-width .1s ease-in;
      -o-transition: border-width .1s ease-in;
      transition: border-width .1s ease-in;
      text-decoration: none;
      text-transform: uppercase !important;
      font-weight: 600;
      font-family: "futura-pt", sans-serif;
      text-transform: capitalize;
      border-bottom: 3px solid transparent; }
      .main-nav .menu-item a {
        font-size: 12px; }
        @media screen and (min-width: 661px) {
          .main-nav .menu-item a {
            font-size: calc(12px + 4 * ((100vw - 661px) / 1339)); } }
        @media screen and (min-width: 2000px) {
          .main-nav .menu-item a {
            font-size: 16px; } }
      @media (min-width: 661px) and (max-width: 1060px) {
        .main-nav .menu-item a {
          display: inline-block; } }
    .main-nav .menu-item:last-child {
      padding-right: 5px; }

.nav_toggle {
  display: none;
  background: transparent;
  border: none;
  border-radius: 0;
  color: #131314;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 17px 12px 14px;
  text-transform: uppercase !important;
  -webkit-box-shadow: none;
          box-shadow: none; }
  .nav_toggle:hover, .nav_toggle:focus, .nav_toggle:active {
    background-color: transparent;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    color: #F8BF15;
    outline: none;
    background: none; }
  .nav_toggle:hover span {
    background-color: transparent; }
  .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: #FFFFFF;
      top: -5px; }
    .nav_toggle--icon:before, .nav_toggle--icon:after {
      background-color: #FFFFFF;
      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; }
      .header_default .nav_toggle--icon:before, .header_default .nav_toggle--icon:after {
        background-color: #F8BF15; }
      .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;
        background-color: #FFFFFF; }
    .nav_toggle--icon:after {
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg); }
      .closed .nav_toggle--icon:after {
        top: 8px;
        background-color: #FFFFFF; }

.site-header.scroll {
  max-width: none;
  margin-left: -50px;
  margin-right: -50px;
  position: fixed;
  width: 100%; }
  @media (max-width: 660px) {
    .site-header.scroll {
      margin-left: 0;
      margin-right: 0; } }
  @media (min-width: 661px) and (max-width: 1060px) {
    .site-header.scroll {
      margin-left: -25px;
      margin-right: -25px; } }
  .site-header.scroll .site-header--top_wrapper {
    background-color: #FFFFFF; }
  .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-top: 15px;
    padding-bottom: 15px; }
    @media (max-width: 660px) {
      .site-header.scroll .site-header--top_inner {
        padding-top: 7.5px;
        padding-bottom: 7.5px; } }
  .site-header.scroll .site-header--social_links {
    display: none; }
  .site-header.scroll .site-header--menu_buttons a {
    font-size: 14px;
    min-width: 130px;
    padding-top: 10px;
    padding-bottom: 11px; }
  .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 .main-nav {
    padding: 0 15px; }
    .site-header.scroll .main-nav .menu-item a {
      color: #F5F5F5;
      font-size: 12px;
      -webkit-transition: color 0.5s ease-in;
      -o-transition: color 0.5s ease-in;
      transition: color 0.5s ease-in; }
      @media (min-width: 661px) and (max-width: 1060px) {
        .site-header.scroll .main-nav .menu-item a {
          padding-top: 0px;
          display: inline-block; } }
  .site-header.scroll #js-logo_toggle {
    text-decoration: none; }
    @media (max-width: 660px) {
      .site-header.scroll #js-logo_toggle {
        padding-left: 8px;
        margin-top: 1px;
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; } }

@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: #F5F5F5; }
        .site-header.scroll .nav_toggle.closed .nav_toggle--icon:before, .site-header.scroll .nav_toggle.closed .nav_toggle--icon:after {
          background-color: #F5F5F5;
          -webkit-transition: all 0.5s ease;
          -o-transition: all 0.5s ease;
          transition: all 0.5s ease; }
  .site-header.scroll .nav_toggle--icon {
    border-color: transparent; }
    .site-header.scroll .nav_toggle--icon:before, .site-header.scroll .nav_toggle--icon:after {
      background-color: #2B3990;
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
  .site-header.scroll .main-nav .menu-item a {
    font-family: "futura-pt", sans-serif;
    font-size: 52px;
    font-weight: 700;
    line-height: 1.2em;
    letter-spacing: .01em;
    font-weight: 400;
    color: #2B3990; }
    .site-header.scroll .main-nav .menu-item a {
      font-size: 20px; } }
    @media screen and (max-width: 660px) and (min-width: 661px) {
      .site-header.scroll .main-nav .menu-item a {
        font-size: calc(20px + 32 * ((100vw - 661px) / 1339)); } }
    @media screen and (max-width: 660px) and (min-width: 2000px) {
      .site-header.scroll .main-nav .menu-item a {
        font-size: 52px; } }
  @media (max-width: 660px) and (max-width: 660px) {
    .site-header.scroll .main-nav .menu-item a {
      font-size: 33px; } }
  @media (max-width: 660px) and (max-width: 660px) {
    .site-header.scroll .main-nav .menu-item a {
      font-size: 30px; } }

.admin-bar .site-header.scroll {
  top: 30px; }
  @media (max-width: 660px) {
    .admin-bar .site-header.scroll {
      top: 0px; } }

.page-template-default .site-header .select-idiom, .page-template-tpl-issues .site-header .select-idiom, .page-template-tpl-jobs .site-header .select-idiom {
  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: 1.5rem; }
  .page-template-default .site-header .select-idiom select, .page-template-tpl-issues .site-header .select-idiom select, .page-template-tpl-jobs .site-header .select-idiom select {
    padding: .2rem 1rem;
    padding-right: 1.5rem;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: transparent;
    border: transparent;
    border-left: 2px solid #FFFFFF;
    font-family: "futura-pt", sans-serif;
    font-weight: 700;
    color: #FFFFFF;
    font-size: 1rem;
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: right 5px top 57%;
    text-transform: uppercase !important;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .page-template-default .site-header .select-idiom select:hover, .page-template-default .site-header .select-idiom select:focus, .page-template-default .site-header .select-idiom select:active, .page-template-tpl-issues .site-header .select-idiom select:hover, .page-template-tpl-issues .site-header .select-idiom select:focus, .page-template-tpl-issues .site-header .select-idiom select:active, .page-template-tpl-jobs .site-header .select-idiom select:hover, .page-template-tpl-jobs .site-header .select-idiom select:focus, .page-template-tpl-jobs .site-header .select-idiom select:active {
      color: #F8BF15;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }

.topper.topper-image {
  -webkit-animation: 1s ease-in 0s 1 fadeIn;
          animation: 1s ease-in 0s 1 fadeIn;
  z-index: 1;
  position: relative; }
  .topper.topper-image .topper--inner {
    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;
    margin-bottom: 0px;
    padding: 0; }
    @media (max-width: 660px) {
      .topper.topper-image .topper--inner {
        margin-bottom: 0px; } }
  .topper.topper-image .topper--text_area {
    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-flex: 0;
    -webkit-flex: 0 0 52%;
        -ms-flex: 0 0 52%;
            flex: 0 0 52%;
    z-index: 2;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    @media (max-width: 660px) {
      .topper.topper-image .topper--text_area {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        margin-top: 15px;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
            -ms-flex-order: 2;
                order: 2;
        padding-left: 30px;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }
    .topper.topper-image .topper--text_area hr {
      width: 33%;
      float: left; }
  .topper.topper-image .topper--text_inner {
    padding: 60px 60px 60px 15px; }
    .topper.topper-image .topper--text_inner {
      padding-bottom: 15px; }
      @media screen and (min-width: 661px) {
        .topper.topper-image .topper--text_inner {
          padding-bottom: calc(15px + 45 * ((100vw - 661px) / 1339)); } }
      @media screen and (min-width: 2000px) {
        .topper.topper-image .topper--text_inner {
          padding-bottom: 60px; } }
    .topper.topper-image .topper--text_inner {
      padding-top: 7.5px; }
      @media screen and (min-width: 661px) {
        .topper.topper-image .topper--text_inner {
          padding-top: calc(7.5px + 22.5 * ((100vw - 661px) / 1339)); } }
      @media screen and (min-width: 2000px) {
        .topper.topper-image .topper--text_inner {
          padding-top: 30px; } }
    .topper.topper-image .topper--text_inner {
      padding-right: 15px; }
      @media screen and (min-width: 661px) {
        .topper.topper-image .topper--text_inner {
          padding-right: calc(15px + 45 * ((100vw - 661px) / 1339)); } }
      @media screen and (min-width: 2000px) {
        .topper.topper-image .topper--text_inner {
          padding-right: 60px; } }
    @media (max-width: 660px) {
      .topper.topper-image .topper--text_inner {
        padding-left: 0;
        padding-bottom: 0; } }
    @media (min-width: 1061px) {
      .topper.topper-image .topper--text_inner {
        width: 65%; } }
  .topper.topper-image .topper--title {
    font-size: 60px;
    font-family: "futura-pt", sans-serif;
    line-height: 1.1;
    font-weight: 700;
    letter-spacing: -0.01em;
    margin-bottom: 0.1em;
    margin-top: 0.2em;
    font-weight: 800;
    text-align: left;
    line-height: 1.1;
    margin-bottom: 0.25em; }
    .topper.topper-image .topper--title {
      font-size: 32px; }
      @media screen and (min-width: 661px) {
        .topper.topper-image .topper--title {
          font-size: calc(32px + 28 * ((100vw - 661px) / 1339)); } }
      @media screen and (min-width: 2000px) {
        .topper.topper-image .topper--title {
          font-size: 60px; } }
    @media (max-width: 660px) {
      .topper.topper-image .topper--title {
        font-size: 42px; } }
  .topper.topper-image .topper--description {
    margin-bottom: 30px;
    width: 100%;
    color: #2B3990;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .05em;
    font-size: 14px;
    line-height: 1.45;
    letter-spacing: 0.05em; }
    .topper.topper-image .topper--description {
      margin-bottom: 10px; }
      @media screen and (min-width: 661px) {
        .topper.topper-image .topper--description {
          margin-bottom: calc(10px + 20 * ((100vw - 661px) / 1339)); } }
      @media screen and (min-width: 2000px) {
        .topper.topper-image .topper--description {
          margin-bottom: 30px; } }
    .topper.topper-image .topper--description {
      font-size: 14px; }
      @media screen and (min-width: 661px) {
        .topper.topper-image .topper--description {
          font-size: calc(14px + 0 * ((100vw - 661px) / 1339)); } }
      @media screen and (min-width: 2000px) {
        .topper.topper-image .topper--description {
          font-size: 14px; } }
    @media (max-width: 660px) {
      .topper.topper-image .topper--description {
        font-size: 13px; } }
  .topper.topper-image .topper--image--underline img {
    border-bottom: 20px solid transparent;
    -webkit-border-image: -webkit-linear-gradient(359.88deg, #203E6C -5.05%, #5D8BD3 51.82%, #B5416A 120.19%) 0 0 100% 0;
         -o-border-image: -o-linear-gradient(359.88deg, #203E6C -5.05%, #5D8BD3 51.82%, #B5416A 120.19%) 0 0 100% 0;
            border-image: linear-gradient(90.12deg, #203E6C -5.05%, #5D8BD3 51.82%, #B5416A 120.19%) 0 0 100% 0;
    border-width: 20px;
    border-image-slice: 1; }
  .topper.topper-image .topper--image_area {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 48%;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
    padding-bottom: 0; }
    @media (max-width: 660px) {
      .topper.topper-image .topper--image_area {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        padding-bottom: 1em; } }
  .topper.topper-image .topper--image img {
    width: 100%;
    height: auto; }
  .topper.topper-image--left .topper--text_area {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .topper.topper-image--left .topper--image_area {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .topper.topper-image--left .topper--text_inner {
    padding: 60px 60px 60px 60px; }
    .topper.topper-image--left .topper--text_inner {
      padding-left: 30px; }
      @media screen and (min-width: 661px) {
        .topper.topper-image--left .topper--text_inner {
          padding-left: calc(30px + 30 * ((100vw - 661px) / 1339)); } }
      @media screen and (min-width: 2000px) {
        .topper.topper-image--left .topper--text_inner {
          padding-left: 60px; } }
    .topper.topper-image--left .topper--text_inner {
      padding-right: 15px; }
      @media screen and (min-width: 661px) {
        .topper.topper-image--left .topper--text_inner {
          padding-right: calc(15px + 45 * ((100vw - 661px) / 1339)); } }
      @media screen and (min-width: 2000px) {
        .topper.topper-image--left .topper--text_inner {
          padding-right: 60px; } }
    .topper.topper-image--left .topper--text_inner {
      padding-bottom: 15px; }
      @media screen and (min-width: 661px) {
        .topper.topper-image--left .topper--text_inner {
          padding-bottom: calc(15px + 45 * ((100vw - 661px) / 1339)); } }
      @media screen and (min-width: 2000px) {
        .topper.topper-image--left .topper--text_inner {
          padding-bottom: 60px; } }
    .topper.topper-image--left .topper--text_inner {
      padding-top: 15px; }
      @media screen and (min-width: 661px) {
        .topper.topper-image--left .topper--text_inner {
          padding-top: calc(15px + 45 * ((100vw - 661px) / 1339)); } }
      @media screen and (min-width: 2000px) {
        .topper.topper-image--left .topper--text_inner {
          padding-top: 60px; } }
    @media (max-width: 660px) {
      .topper.topper-image--left .topper--text_inner {
        padding-left: 0; } }

.topper.topper-text {
  background: -webkit-linear-gradient(177deg, #3AACEB 0.98%, #1B70B5 43.01%, #003E88 101.02%);
  background: -o-linear-gradient(177deg, #3AACEB 0.98%, #1B70B5 43.01%, #003E88 101.02%);
  background: linear-gradient(273deg, #3AACEB 0.98%, #1B70B5 43.01%, #003E88 101.02%);
  color: white; }
  .topper.topper-text {
    padding-left: 30px; }
    @media screen and (min-width: 661px) {
      .topper.topper-text {
        padding-left: calc(30px + 90 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .topper.topper-text {
        padding-left: 120px; } }
  .topper.topper-text {
    padding-right: 30px; }
    @media screen and (min-width: 661px) {
      .topper.topper-text {
        padding-right: calc(30px + 90 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .topper.topper-text {
        padding-right: 120px; } }
  .topper.topper-text {
    padding-top: 60px; }
    @media screen and (min-width: 661px) {
      .topper.topper-text {
        padding-top: calc(60px + 60 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .topper.topper-text {
        padding-top: 120px; } }
  .topper.topper-text {
    padding-bottom: 30px; }
    @media screen and (min-width: 661px) {
      .topper.topper-text {
        padding-bottom: calc(30px + 45 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .topper.topper-text {
        padding-bottom: 75px; } }
  .topper.topper-text {
    margin-bottom: 30px; }
    @media screen and (min-width: 661px) {
      .topper.topper-text {
        margin-bottom: calc(30px + 66 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .topper.topper-text {
        margin-bottom: 96px; } }
  .topper.topper-text .flex-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .topper.topper-text h1 {
    font-family: "futura-pt", sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: .01em;
    text-transform: capitalize !important; }
    .topper.topper-text h1 {
      font-size: 20px; }
      @media screen and (min-width: 661px) {
        .topper.topper-text h1 {
          font-size: calc(20px + 16 * ((100vw - 661px) / 1339)); } }
      @media screen and (min-width: 2000px) {
        .topper.topper-text h1 {
          font-size: 36px; } }
  .topper.topper-text .topper--description {
    text-align: center;
    font-family: "interface", sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 125%;
    /* 30px */
    letter-spacing: 0.24px;
    text-transform: uppercase; }
  .topper.topper-text .topper--title {
    text-align: center;
    font-family: "futura-pt", sans-serif;
    font-size: 89px;
    font-weight: 600;
    line-height: 95%;
    /* 84.55px */
    letter-spacing: -0.89px;
    text-transform: uppercase !important; }
    @media screen and (max-width: 768px) {
      .topper.topper-text .topper--title {
        font-size: 35px;
        padding-left: 15px;
        padding-right: 15px; } }

.topper--image-block {
  position: relative;
  width: 50%;
  height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 48%;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%; }
  @media (max-width: 660px) {
    .topper--image-block {
      width: 100%; } }
  .topper--image-block.topper--image--dropshadow {
    margin-right: 4%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 44%;
        -ms-flex: 0 0 44%;
            flex: 0 0 44%; }
    .topper-image--left .topper--image-block.topper--image--dropshadow {
      margin-right: 2%;
      margin-left: 2%; }
    @media (max-width: 660px) {
      .topper--image-block.topper--image--dropshadow {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%; } }

.topper--image-wrapper {
  position: relative;
  z-index: 1; }
  .topper--image-wrapper img {
    width: 98%;
    height: 98%; }
    @media (max-width: 660px) {
      .topper--image-wrapper img {
        width: 96%; } }

.topper--image-shadow {
  position: absolute;
  bottom: -15px;
  left: 15px;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-size: cover; }
  .topper--image-shadow img {
    width: 100%;
    height: 100%; }

.topper--image-shadow-bg {
  background: -webkit-linear-gradient(261deg, rgba(237, 28, 36, 0.79) 0%, rgba(93, 139, 211, 0.9) 91.2%);
  background: -o-linear-gradient(261deg, rgba(237, 28, 36, 0.79) 0%, rgba(93, 139, 211, 0.9) 91.2%);
  background: linear-gradient(189deg, rgba(237, 28, 36, 0.79) 0%, rgba(93, 139, 211, 0.9) 91.2%);
  height: 100%;
  display: block; }

.topper--fwtest {
  position: relative;
  color: white; }
  .topper--fwtest h1 {
    font-family: "futura-pt", sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: .01em;
    text-transform: capitalize !important; }
    .topper--fwtest h1 {
      font-size: 20px; }
      @media screen and (min-width: 661px) {
        .topper--fwtest h1 {
          font-size: calc(20px + 16 * ((100vw - 661px) / 1339)); } }
      @media screen and (min-width: 2000px) {
        .topper--fwtest h1 {
          font-size: 36px; } }
  .topper--fwtest .topper--description {
    font-size: 14px;
    line-height: 1.45;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-weight: 600; }
    .topper--fwtest .topper--description {
      font-size: 14px; }
      @media screen and (min-width: 661px) {
        .topper--fwtest .topper--description {
          font-size: calc(14px + 0 * ((100vw - 661px) / 1339)); } }
      @media screen and (min-width: 2000px) {
        .topper--fwtest .topper--description {
          font-size: 14px; } }
    @media (max-width: 660px) {
      .topper--fwtest .topper--description {
        font-size: 13px; } }
  .topper--fwtest .topper--wrapper {
    position: relative; }
  .topper--fwtest .topper--text_inner {
    padding-left: 30px; }
    @media screen and (min-width: 661px) {
      .topper--fwtest .topper--text_inner {
        padding-left: calc(30px + 60 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .topper--fwtest .topper--text_inner {
        padding-left: 90px; } }
  .topper--fwtest .topper--text_inner {
    padding-right: 30px; }
    @media screen and (min-width: 661px) {
      .topper--fwtest .topper--text_inner {
        padding-right: calc(30px + 60 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .topper--fwtest .topper--text_inner {
        padding-right: 90px; } }
  .topper--fwtest .topper--text_inner {
    padding-top: 60px; }
    @media screen and (min-width: 661px) {
      .topper--fwtest .topper--text_inner {
        padding-top: calc(60px + 45 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .topper--fwtest .topper--text_inner {
        padding-top: 105px; } }
  .topper--fwtest .topper--text_inner {
    padding-bottom: 30px; }
    @media screen and (min-width: 661px) {
      .topper--fwtest .topper--text_inner {
        padding-bottom: calc(30px + 45 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .topper--fwtest .topper--text_inner {
        padding-bottom: 75px; } }
  .topper--fwtest .topper--text_inner .topper--text_description {
    padding-top: 6px; }
    @media screen and (min-width: 661px) {
      .topper--fwtest .topper--text_inner .topper--text_description {
        padding-top: calc(6px + 4 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .topper--fwtest .topper--text_inner .topper--text_description {
        padding-top: 10px; } }
  .topper--fwtest .topper--fw {
    position: absolute;
    display: block;
    background-size: cover;
    width: 100%;
    height: 100%; }
  .topper--fwtest .topper--fw-image {
    background: -webkit-gradient(linear, left top, right top, color-stop(16.87%, rgba(27, 43, 68, 0.95)), color-stop(59.91%, rgba(74, 152, 222, 0.8)), color-stop(105.73%, rgba(93, 139, 211, 0.8)));
    background: -webkit-linear-gradient(left, rgba(27, 43, 68, 0.95) 16.87%, rgba(74, 152, 222, 0.8) 59.91%, rgba(93, 139, 211, 0.8) 105.73%);
    background: -o-linear-gradient(left, rgba(27, 43, 68, 0.95) 16.87%, rgba(74, 152, 222, 0.8) 59.91%, rgba(93, 139, 211, 0.8) 105.73%);
    background: linear-gradient(90deg, rgba(27, 43, 68, 0.95) 16.87%, rgba(74, 152, 222, 0.8) 59.91%, rgba(93, 139, 211, 0.8) 105.73%);
    height: 100%;
    display: block;
    opacity: .5; }

/*————————————————————————————————————————————————————*\
	●❱ Type: Featured
\*————————————————————————————————————————————————————*/
.topper-ft {
  position: relative;
  padding-top: 8rem; }
  .topper-ft[data-version="text"] .topper-ft--bg-wrp {
    height: 94%; }
  .topper-ft--bg-wrp {
    position: absolute;
    width: 100%;
    height: 70%;
    left: 0;
    top: 0;
    background: #2B3990;
    overflow: hidden; }
    .topper-ft--bg-wrp::after {
      --size: 101%;
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      width: var(--size);
      height: var(--size);
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      background: #2B3990;
      mix-blend-mode: multiply;
      opacity: .9; }
  .topper-ft--bg-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-filter: saturate(0);
            filter: saturate(0); }
  .topper-ft--content {
    position: relative;
    text-align: center;
    color: white; }
    @media screen and (min-width: 36.00125em) {
      .topper-ft--content {
        padding-top: 4rem; } }
  .topper-ft--sub-headline {
    margin-bottom: 0;
    letter-spacing: .0688em;
    font-weight: 700; }
  .topper-ft--headline {
    font-size: 3.25rem;
    margin-bottom: 4.5rem; }
    @media screen and (max-width: 36em) {
      .topper-ft--headline {
        font-size: 2.5rem;
        margin-bottom: 3.5rem; } }
  .topper-ft--video-overlap {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto; }
  .topper-ft--video {
    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;
    margin-bottom: 1rem;
    -webkit-transition: .6s !important;
    -o-transition: .6s !important;
    transition: .6s !important; }
    .topper-ft--video::after {
      --size: 100%;
      content: '';
      width: var(--size);
      height: 12px;
      background: -webkit-gradient(linear, left top, right top, from(#203E6C), color-stop(61.15%, #5D8BD3), color-stop(104%, #B5416A));
      background: -webkit-linear-gradient(left, #203E6C 0%, #5D8BD3 61.15%, #B5416A 104%);
      background: -o-linear-gradient(left, #203E6C 0%, #5D8BD3 61.15%, #B5416A 104%);
      background: linear-gradient(90deg, #203E6C 0%, #5D8BD3 61.15%, #B5416A 104%); }
    .topper-ft--video:hover, .topper-ft--video:focus {
      -webkit-filter: brightness(0.8);
              filter: brightness(0.8); }
  .topper-ft--video-cover {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
  .topper-ft--video-cover-wrp {
    position: relative; }
    .topper-ft--video-cover-wrp:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 56.25%; }
    .topper-ft--video-cover-wrp > * {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .topper-ft--btn-wrp {
    position: absolute;
    left: 2rem;
    bottom: 2rem;
    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;
    background: none !important;
    border: none;
    text-transform: none;
    gap: 1rem;
    cursor: pointer;
    color: white !important;
    text-decoration: none !important; }
    .topper-ft--btn-wrp:hover .icon, .topper-ft--btn-wrp:focus .icon {
      color: white; }
    .topper-ft--btn-wrp:hover .text, .topper-ft--btn-wrp:focus .text {
      color: #F8BF15; }
    .topper-ft--btn-wrp .icon-wrp {
      background: #F8BF15;
      --size: 3.25rem;
      width: var(--size);
      height: var(--size);
      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: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      border-radius: 100%; }
    .topper-ft--btn-wrp .icon {
      --size: 1rem;
      right: -3px;
      position: relative;
      -webkit-transition: none;
      -o-transition: none;
      transition: none;
      color: white; }
    .topper-ft--btn-wrp .text {
      font-size: 1.125rem; }
  .topper-ft--video-caption {
    font-size: 14px;
    text-align: left;
    max-width: 90%;
    margin: 0.5rem auto 0;
    color: #666; }
  .topper-ft--text-overlap {
    background: #2465DB;
    padding: 2.5rem 5rem;
    max-width: 635px;
    margin-left: auto;
    margin-right: auto;
    color: white;
    border-radius: 50px;
    font-size: 3rem;
    font-weight: 700; }
    .topper-ft--text-overlap a {
      text-decoration: none;
      color: #19345C; }
      .topper-ft--text-overlap a:hover, .topper-ft--text-overlap a:focus {
        color: #EBF1FA; }
    @media screen and (max-width: 36em) {
      .topper-ft--text-overlap {
        padding: 1.5rem 1.5rem;
        font-size: 1.4rem;
        border-radius: 1.25rem; } }
    .topper-ft--text-overlap .icon {
      display: block;
      margin: 0 auto;
      --size: 3rem; }
      @media screen and (max-width: 36em) {
        .topper-ft--text-overlap .icon {
          --size: 1.5rem
			; } }
  .topper-ft--text-headline {
    margin: 0; }
  .topper-ft--text-sub-headline {
    color: #19345C;
    margin: 0; }

.boxred--element {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 28px 48px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-radius: 10px;
  border: 3px solid #F8BF15;
  margin-bottom: 56px; }
  @media (max-width: 530px) {
    .boxred--element {
      padding: 15px;
      margin: 15px; } }

.boxred--title {
  color: #131314;
  font-family: "interface", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  /* 28px */
  text-transform: uppercase; }

.boxred--text {
  color: #131314;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 165%;
  /* 33px */ }

@-webkit-keyframes fly-in-out {
  0% {
    -webkit-transform: scale(1) translate3d(0, -20px, 0);
            transform: scale(1) translate3d(0, -20px, 0);
    color: rgba(255, 255, 255, 0.5); }
  15%, 100% {
    color: white;
    -webkit-transform: scale(1) translate3d(0, 0, 0);
            transform: scale(1) translate3d(0, 0, 0); } }

@keyframes fly-in-out {
  0% {
    -webkit-transform: scale(1) translate3d(0, -20px, 0);
            transform: scale(1) translate3d(0, -20px, 0);
    color: rgba(255, 255, 255, 0.5); }
  15%, 100% {
    color: white;
    -webkit-transform: scale(1) translate3d(0, 0, 0);
            transform: scale(1) translate3d(0, 0, 0); } }

@-webkit-keyframes fade-in-form {
  0%, 60% {
    opacity: 0; }
  100% {
    opacity: 100%; } }

@keyframes fade-in-form {
  0%, 60% {
    opacity: 0; }
  100% {
    opacity: 100%; } }

.page-template-tpl-homepage .site-header {
  position: absolute;
  width: 100%; }

@media (max-width: 660px) {
  .homepageTopper {
    position: relative; } }

.homepageTopper--text_inner {
  color: #FFFFFF;
  position: relative; }
  @media screen and (min-width: 1600px) {
    .homepageTopper--text_inner {
      margin-top: -15px;
      z-index: 5; } }
  @media (min-width: 661px) and (max-width: 1060px) {
    .homepageTopper--text_inner {
      bottom: 150px; } }
  @media (max-width: 660px) {
    .homepageTopper--text_inner {
      bottom: unset;
      top: 12%; } }
  .homepageTopper--text_inner h3 {
    font-family: "interface", sans-serif; }

@media (min-width: 1061px) {
  .homepageTopper--text_area {
    margin-top: -130px; } }

@media (min-width: 1281px) {
  .homepageTopper--text_area {
    margin-top: -130px; } }

.homepageTopper--image_area {
  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;
  background-color: #2B3990; }

.homepageTopper--image {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  padding-top: 20px; }
  .homepageTopper--image img {
    -webkit-animation: 1s ease-in 0s 1 fadeIn;
            animation: 1s ease-in 0s 1 fadeIn; }

.homepageTopper--title {
  font-family: "futura-pt", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 95%;
  /* 84.55px */
  letter-spacing: -0.89px;
  text-transform: uppercase;
  text-align: left; }
  .homepageTopper--title {
    font-size: 75px; }
    @media screen and (min-width: 661px) {
      .homepageTopper--title {
        font-size: calc(75px + 60 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .homepageTopper--title {
        font-size: 135px; } }
  @media (min-width: 661px) and (max-width: 1060px) {
    .homepageTopper--title {
      font-size: 60px; } }
  @media screen and (min-width: 661px) and (max-width: 1060px) and (min-width: 661px) {
    .homepageTopper--title {
      font-size: calc(60px + 25 * ((100vw - 661px) / 1339)); } }
  @media screen and (min-width: 661px) and (max-width: 1060px) and (min-width: 2000px) {
    .homepageTopper--title {
      font-size: 85px; } }
  @media (max-width: 660px) {
    .homepageTopper--title {
      font-size: 40px; } }

.homepageTopper--form {
  color: #FFFFFF;
  z-index: 3; }
  @media (min-width: 0px) and (max-width: 1060px) {
    .homepageTopper--form {
      width: unset;
      position: relative;
      background-color: #2B3990;
      max-width: 1060px;
      left: 0px;
      bottom: 10px;
      padding-left: 6%;
      padding-right: 6%;
      padding-top: 30px;
      padding-bottom: 30px; } }

.homepageTopper .form--disclaimer a,
.homepageTopper .form--disclaimer a:link,
.homepageTopper .form--disclaimer a:visited {
  color: #F5F5F5;
  font-weight: 700; }
  .homepageTopper .form--disclaimer a:hover, .homepageTopper .form--disclaimer a:focus, .homepageTopper .form--disclaimer a:active,
  .homepageTopper .form--disclaimer a:link:hover,
  .homepageTopper .form--disclaimer a:link:focus,
  .homepageTopper .form--disclaimer a:link:active,
  .homepageTopper .form--disclaimer a:visited:hover,
  .homepageTopper .form--disclaimer a:visited:focus,
  .homepageTopper .form--disclaimer a:visited:active {
    color: #F8BF15;
    text-decoration: underline; }

.homepageTopper .signup--form_wrapper {
  -webkit-animation-duration: 5.5s;
          animation-duration: 5.5s;
  -webkit-animation-name: fade-in-form;
          animation-name: fade-in-form; }
  @media (max-width: 660px) {
    .homepageTopper .signup--form_wrapper {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; } }

.homepageTopper .signup--form {
  width: 50%;
  -webkit-animation: 1s ease-in 0s 1 fadeIn;
          animation: 1s ease-in 0s 1 fadeIn; }

.homepageTopper .actionkit-form .signup--disclaimer {
  color: #FFFFFF;
  font-size: 13px;
  font-weight: 700; }

.homepageTopper .actionkit-form .ak-user-form {
  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; }
  @media (max-width: 660px) {
    .homepageTopper .actionkit-form .ak-user-form {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .homepageTopper .actionkit-form .ak-user-form div {
    -webkit-box-flex: 0;
    -webkit-flex: 0 48%;
        -ms-flex: 0 48%;
            flex: 0 48%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: 16px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end; }
    @media screen and (min-width: 768px) and (max-width: 1250px) {
      .homepageTopper .actionkit-form .ak-user-form div {
        -webkit-box-flex: 0;
        -webkit-flex: 0 100%;
            -ms-flex: 0 100%;
                flex: 0 100%; } }
    @media screen and (max-width: 1250px) {
      .homepageTopper .actionkit-form .ak-user-form div {
        width: 100%; } }
  .homepageTopper .actionkit-form .ak-user-form .submit_button {
    -webkit-box-flex: 0;
    -webkit-flex: 0 100%;
        -ms-flex: 0 100%;
            flex: 0 100%; }
  .homepageTopper .actionkit-form .ak-user-form label {
    -webkit-box-flex: 0;
    -webkit-flex: 0 100%;
        -ms-flex: 0 100%;
            flex: 0 100%;
    color: #FFFFFF;
    font-weight: bold;
    letter-spacing: 0;
    font-size: 15px; }
  .homepageTopper .actionkit-form .ak-user-form input {
    -webkit-box-flex: 0;
    -webkit-flex: 0 100%;
        -ms-flex: 0 100%;
            flex: 0 100%;
    padding: 15px 10px;
    background-color: transparent;
    border: 2px solid #FFFFFF;
    border-radius: 8px;
    color: #FFFFFF; }
  .homepageTopper .actionkit-form .ak-user-form input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.6) !important; }
  .homepageTopper .actionkit-form .ak-user-form input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.6) !important; }
  .homepageTopper .actionkit-form .ak-user-form input::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.6) !important; }
  .homepageTopper .actionkit-form .ak-user-form input::placeholder {
    color: rgba(255, 255, 255, 0.6) !important; }

.homepageTopper .actionkit-form #ak-errors {
  margin: 0; }

.homepageTopper .actionkit-form .ak-err {
  list-style-type: none;
  padding-left: 0px;
  margin: 0px; }
  .homepageTopper .actionkit-form .ak-err li {
    font-size: 13px;
    color: #F8BF15; }

.homepageTopper .actionkit-form button {
  width: 100%;
  background-color: #243E8C;
  border-color: #243E8C;
  color: #131314;
  padding: 12px 30px;
  font-weight: 400;
  line-height: 1; }
  .homepageTopper .actionkit-form button:hover, .homepageTopper .actionkit-form button:focus, .homepageTopper .actionkit-form button:active {
    color: #FFFFFF;
    background-color: #F8BF15;
    border-color: #F8BF15; }

.homepageTopper i.fly-in-out {
  -webkit-animation: fly-in-out 2.3s ease-in-out;
          animation: fly-in-out 2.3s ease-in-out;
  color: #FFFFFF; }

.homepageTopper i {
  display: inline-block;
  font-style: normal; }

.ngp-form header {
  display: none; }

.ngp-form .at-legend {
  display: none; }

.ngp-form .at-inner {
  background: transparent; }

.ngp-form label {
  color: #FFFFFF !important;
  font-weight: 700 !important;
  font-size: 15px !important;
  font-family: "interface", sans-serif !important; }

.ngp-form input {
  background-color: transparent !important;
  color: white !important;
  font-size: 15px !important;
  font-family: "interface", sans-serif !important;
  border-width: 2px !important; }

.ngp-form .btn-at-primary {
  width: 100%;
  background-color: #243E8C !important;
  border-color: #243E8C !important;
  color: #131314 !important;
  padding: 12px 30px !important;
  font-weight: 400 !important;
  line-height: 1 !important; }
  .ngp-form .btn-at-primary:hover, .ngp-form .btn-at-primary:focus, .ngp-form .btn-at-primary:active {
    color: #FFFFFF !important;
    background-color: #F8BF15 !important;
    border-color: #F8BF15 !important; }

.ngp-form .at .at-fieldset {
  padding: 0px !important; }

.download--inner {
  text-align: center; }

.signup_footer {
  margin-bottom: -90px;
  z-index: 2;
  position: relative; }
  .signup_footer {
    margin-top: 30px; }
    @media screen and (min-width: 661px) {
      .signup_footer {
        margin-top: calc(30px + 60 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .signup_footer {
        margin-top: 90px; } }

.signup .signup--inner {
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important; }

.signup .signup--headline {
  font-size: 42px;
  padding-right: 48px; }
  @media (max-width: 660px) {
    .signup .signup--headline {
      font-size: 32px;
      padding-right: 0px; } }

.signup--inner {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
  background: #2B3990; }
  .signup--inner {
    padding-left: 30px; }
    @media screen and (min-width: 661px) {
      .signup--inner {
        padding-left: calc(30px + 60 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .signup--inner {
        padding-left: 90px; } }
  .signup--inner {
    padding-right: 30px; }
    @media screen and (min-width: 661px) {
      .signup--inner {
        padding-right: calc(30px + 60 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .signup--inner {
        padding-right: 90px; } }
  .signup--inner {
    padding-top: 30px; }
    @media screen and (min-width: 661px) {
      .signup--inner {
        padding-top: calc(30px + 45 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .signup--inner {
        padding-top: 75px; } }
  .signup--inner {
    padding-bottom: 30px; }
    @media screen and (min-width: 661px) {
      .signup--inner {
        padding-bottom: calc(30px + 45 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .signup--inner {
        padding-bottom: 75px; } }
  @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: 60px;
  font-family: "futura-pt", sans-serif;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: -0.01em;
  margin-bottom: 0.1em;
  margin-top: 0.2em;
  font-weight: 800;
  color: #FFFFFF;
  padding-bottom: 16px;
  font-family: "interface", sans-serif; }
  .signup--headline {
    font-size: 32px; }
    @media screen and (min-width: 661px) {
      .signup--headline {
        font-size: calc(32px + 28 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .signup--headline {
        font-size: 60px; } }
  @media (max-width: 660px) {
    .signup--headline {
      font-size: 42px; } }

.signup--description {
  margin-top: 0.5em;
  padding-right: 10px;
  color: #FFFFFF;
  padding-bottom: 16px; }

.signup--text_wrapper {
  padding: 0;
  color: #FFFFFF; }
  @media (max-width: 660px) {
    .signup--text_wrapper {
      text-align: left;
      padding: 0 9px; } }
  .signup--text_wrapper img {
    max-width: 100%;
    height: auto; }

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

@media (min-width: 661px) and (max-width: 1060px) {
  .signup--text {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 60%;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%; } }

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

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

.signup--form {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%; }
  @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: 1060px) {
    .signup--form {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 40%;
          -ms-flex: 0 0 40%;
              flex: 0 0 40%; } }
  @media (min-width: 661px) and (max-width: 957px) {
    .signup--form {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 35%;
          -ms-flex: 0 0 35%;
              flex: 0 0 35%;
      padding: 0;
      margin: 0; } }

.signup--disclaimer {
  color: #FFFFFF;
  font-size: 13px; }

.signup input[type="text"],
.signup input[type="password"],
.signup input[type="date"],
.signup input[type="datetime"],
.signup input[type="datetime-local"],
.signup input[type="month"],
.signup input[type="week"],
.signup input[type="email"],
.signup input[type="number"],
.signup input[type="search"],
.signup input[type="tel"],
.signup input[type="time"],
.signup input[type="url"],
.signup input[type="color"],
.signup textarea {
  -webkit-box-flex: 0;
  -webkit-flex: 0 100%;
      -ms-flex: 0 100%;
          flex: 0 100%;
  padding: 15px 10px;
  background-color: transparent;
  border: 2px solid #F8BF15;
  color: #FFFFFF; }

.signup input::-webkit-input-placeholder {
  color: #FFFFFF !important; }

.signup input::-moz-placeholder {
  color: #FFFFFF !important; }

.signup input::-ms-input-placeholder {
  color: #FFFFFF !important; }

.signup input::placeholder {
  color: #FFFFFF !important; }

.signup .ngp-form {
  padding-top: 20px;
  padding-bottom: 15px; }
  @media (max-width: 660px) {
    .signup .ngp-form {
      padding-left: 0;
      padding-right: 0;
      padding-top: 15px;
      padding-bottom: 45px; } }
  .signup .ngp-form .at-inner {
    background: transparent; }
    .signup .ngp-form .at-inner .at-title {
      display: none; }
    .signup .ngp-form .at-inner .at-markup {
      display: none; }
    .signup .ngp-form .at-inner .ContactInformation legend {
      display: none; }
    .signup .ngp-form .at-inner .SmsSubscribeMobilePhone {
      margin-top: 3px; }
    .signup .ngp-form .at-inner .at-form-submit {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -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; }
      .signup .ngp-form .at-inner .at-form-submit input {
        border-radius: 8px;
        -webkit-box-shadow: none;
                box-shadow: none;
        display: inline-block;
        font-family: "futura-pt", sans-serif;
        font-weight: 800;
        font-size: 15px;
        letter-spacing: 0.05em;
        padding: 15px 30px 15px;
        text-decoration: none;
        text-align: center;
        text-shadow: 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;
        min-width: 170px;
        background: #F8BF15;
        background-size: 300% 100%;
        color: #2B3990;
        border: 2px solid #F8BF15;
        text-transform: uppercase;
        font-weight: 700;
        width: 100%;
        background: #F8BF15 !important;
        border-radius: 5px !important;
        color: #2B3990;
        font-size: 18px;
        font-style: normal;
        font-weight: 700 !important;
        text-transform: uppercase !important; }
        .signup .ngp-form .at-inner .at-form-submit input {
          font-size: 11px; }
          @media screen and (min-width: 661px) {
            .signup .ngp-form .at-inner .at-form-submit input {
              font-size: calc(11px + 4 * ((100vw - 661px) / 1339)); } }
          @media screen and (min-width: 2000px) {
            .signup .ngp-form .at-inner .at-form-submit input {
              font-size: 15px; } }
        .signup .ngp-form .at-inner .at-form-submit input {
          padding-left: 10px; }
          @media screen and (min-width: 661px) {
            .signup .ngp-form .at-inner .at-form-submit input {
              padding-left: calc(10px + 20 * ((100vw - 661px) / 1339)); } }
          @media screen and (min-width: 2000px) {
            .signup .ngp-form .at-inner .at-form-submit input {
              padding-left: 30px; } }
        .signup .ngp-form .at-inner .at-form-submit input {
          padding-right: 10px; }
          @media screen and (min-width: 661px) {
            .signup .ngp-form .at-inner .at-form-submit input {
              padding-right: calc(10px + 20 * ((100vw - 661px) / 1339)); } }
          @media screen and (min-width: 2000px) {
            .signup .ngp-form .at-inner .at-form-submit input {
              padding-right: 30px; } }
        .signup .ngp-form .at-inner .at-form-submit input:hover:link, .signup .ngp-form .at-inner .at-form-submit input:hover:visited,
        .signup .ngp-form .at-inner .at-form-submit input:hover a:link,
        .signup .ngp-form .at-inner .at-form-submit input:hover a:visited, .signup .ngp-form .at-inner .at-form-submit input:active:link, .signup .ngp-form .at-inner .at-form-submit input:active:visited,
        .signup .ngp-form .at-inner .at-form-submit input:active a:link,
        .signup .ngp-form .at-inner .at-form-submit input:active a:visited, .signup .ngp-form .at-inner .at-form-submit input:focus:link, .signup .ngp-form .at-inner .at-form-submit input:focus:visited,
        .signup .ngp-form .at-inner .at-form-submit input:focus a:link,
        .signup .ngp-form .at-inner .at-form-submit input:focus a:visited {
          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; }
        .signup .ngp-form .at-inner .at-form-submit input:link, .signup .ngp-form .at-inner .at-form-submit input:visited,
        .signup .ngp-form .at-inner .at-form-submit input a:link,
        .signup .ngp-form .at-inner .at-form-submit input a:visited {
          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; }
          p .signup .ngp-form .at-inner .at-form-submit input:link, p .signup .ngp-form .at-inner .at-form-submit input:visited, p
          .signup .ngp-form .at-inner .at-form-submit input a:link, p
          .signup .ngp-form .at-inner .at-form-submit input a:visited {
            text-decoration: none; }
        .signup .ngp-form .at-inner .at-form-submit input:focus {
          outline: none; }
        .signup .ngp-form .at-inner .at-form-submit input:hover, .signup .ngp-form .at-inner .at-form-submit input:active, .signup .ngp-form .at-inner .at-form-submit input:focus {
          background-color: #f3d26d;
          border-color: #f3d26d;
          color: #2B3990; }
          .signup .ngp-form .at-inner .at-form-submit input:hover:link, .signup .ngp-form .at-inner .at-form-submit input:hover:visited,
          .signup .ngp-form .at-inner .at-form-submit input:hover a:link,
          .signup .ngp-form .at-inner .at-form-submit input:hover a:visited, .signup .ngp-form .at-inner .at-form-submit input:active:link, .signup .ngp-form .at-inner .at-form-submit input:active:visited,
          .signup .ngp-form .at-inner .at-form-submit input:active a:link,
          .signup .ngp-form .at-inner .at-form-submit input:active a:visited, .signup .ngp-form .at-inner .at-form-submit input:focus:link, .signup .ngp-form .at-inner .at-form-submit input:focus:visited,
          .signup .ngp-form .at-inner .at-form-submit input:focus a:link,
          .signup .ngp-form .at-inner .at-form-submit input:focus a:visited {
            background-color: #f3d26d;
            border-color: #f3d26d;
            color: #2B3990; }
      .signup .ngp-form .at-inner .at-form-submit input:hover {
        color: #2B3990 !important; }
    .signup .ngp-form .at-inner label {
      font-family: "futura-pt", sans-serif;
      font-size: 13px;
      color: #FFFFFF;
      font-weight: 600;
      text-transform: uppercase; }
      .signup .ngp-form .at-inner label small {
        color: #FFFFFF;
        opacity: 0.6;
        padding: 0 .375em; }
    .signup .ngp-form .at-inner input[type="text"],
    .signup .ngp-form .at-inner input[type="password"],
    .signup .ngp-form .at-inner input[type="date"],
    .signup .ngp-form .at-inner input[type="datetime"],
    .signup .ngp-form .at-inner input[type="datetime-local"],
    .signup .ngp-form .at-inner input[type="month"],
    .signup .ngp-form .at-inner input[type="week"],
    .signup .ngp-form .at-inner input[type="email"],
    .signup .ngp-form .at-inner input[type="number"],
    .signup .ngp-form .at-inner input[type="search"],
    .signup .ngp-form .at-inner input[type="tel"],
    .signup .ngp-form .at-inner input[type="time"],
    .signup .ngp-form .at-inner input[type="url"],
    .signup .ngp-form .at-inner input[type="color"],
    .signup .ngp-form .at-inner textarea {
      -webkit-box-flex: 0;
      -webkit-flex: 0 100%;
          -ms-flex: 0 100%;
              flex: 0 100%;
      padding: 15px 10px;
      background-color: transparent;
      border: 2px solid #F8BF15;
      border-radius: 0px;
      color: #FFFFFF; }
      .signup .ngp-form .at-inner input[type="text"]:focus, .signup .ngp-form .at-inner input[type="text"]:hover, .signup .ngp-form .at-inner input[type="text"]:active,
      .signup .ngp-form .at-inner input[type="password"]:focus,
      .signup .ngp-form .at-inner input[type="password"]:hover,
      .signup .ngp-form .at-inner input[type="password"]:active,
      .signup .ngp-form .at-inner input[type="date"]:focus,
      .signup .ngp-form .at-inner input[type="date"]:hover,
      .signup .ngp-form .at-inner input[type="date"]:active,
      .signup .ngp-form .at-inner input[type="datetime"]:focus,
      .signup .ngp-form .at-inner input[type="datetime"]:hover,
      .signup .ngp-form .at-inner input[type="datetime"]:active,
      .signup .ngp-form .at-inner input[type="datetime-local"]:focus,
      .signup .ngp-form .at-inner input[type="datetime-local"]:hover,
      .signup .ngp-form .at-inner input[type="datetime-local"]:active,
      .signup .ngp-form .at-inner input[type="month"]:focus,
      .signup .ngp-form .at-inner input[type="month"]:hover,
      .signup .ngp-form .at-inner input[type="month"]:active,
      .signup .ngp-form .at-inner input[type="week"]:focus,
      .signup .ngp-form .at-inner input[type="week"]:hover,
      .signup .ngp-form .at-inner input[type="week"]:active,
      .signup .ngp-form .at-inner input[type="email"]:focus,
      .signup .ngp-form .at-inner input[type="email"]:hover,
      .signup .ngp-form .at-inner input[type="email"]:active,
      .signup .ngp-form .at-inner input[type="number"]:focus,
      .signup .ngp-form .at-inner input[type="number"]:hover,
      .signup .ngp-form .at-inner input[type="number"]:active,
      .signup .ngp-form .at-inner input[type="search"]:focus,
      .signup .ngp-form .at-inner input[type="search"]:hover,
      .signup .ngp-form .at-inner input[type="search"]:active,
      .signup .ngp-form .at-inner input[type="tel"]:focus,
      .signup .ngp-form .at-inner input[type="tel"]:hover,
      .signup .ngp-form .at-inner input[type="tel"]:active,
      .signup .ngp-form .at-inner input[type="time"]:focus,
      .signup .ngp-form .at-inner input[type="time"]:hover,
      .signup .ngp-form .at-inner input[type="time"]:active,
      .signup .ngp-form .at-inner input[type="url"]:focus,
      .signup .ngp-form .at-inner input[type="url"]:hover,
      .signup .ngp-form .at-inner input[type="url"]:active,
      .signup .ngp-form .at-inner input[type="color"]:focus,
      .signup .ngp-form .at-inner input[type="color"]:hover,
      .signup .ngp-form .at-inner input[type="color"]:active,
      .signup .ngp-form .at-inner textarea:focus,
      .signup .ngp-form .at-inner textarea:hover,
      .signup .ngp-form .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: #2B3990;
        color: #F5F5F5; }
      @media (min-width: 661px) and (max-width: 1060px) {
        .signup .ngp-form .at-inner input[type="text"],
        .signup .ngp-form .at-inner input[type="password"],
        .signup .ngp-form .at-inner input[type="date"],
        .signup .ngp-form .at-inner input[type="datetime"],
        .signup .ngp-form .at-inner input[type="datetime-local"],
        .signup .ngp-form .at-inner input[type="month"],
        .signup .ngp-form .at-inner input[type="week"],
        .signup .ngp-form .at-inner input[type="email"],
        .signup .ngp-form .at-inner input[type="number"],
        .signup .ngp-form .at-inner input[type="search"],
        .signup .ngp-form .at-inner input[type="tel"],
        .signup .ngp-form .at-inner input[type="time"],
        .signup .ngp-form .at-inner input[type="url"],
        .signup .ngp-form .at-inner input[type="color"],
        .signup .ngp-form .at-inner textarea {
          padding: 10px 15px;
          height: 44px; } }
    .signup .ngp-form .at-inner input::-webkit-input-placeholder {
      color: rgba(255, 255, 255, 0.6) !important; }
    .signup .ngp-form .at-inner input::-moz-placeholder {
      color: rgba(255, 255, 255, 0.6) !important; }
    .signup .ngp-form .at-inner input::-ms-input-placeholder {
      color: rgba(255, 255, 255, 0.6) !important; }
    .signup .ngp-form .at-inner input::placeholder {
      color: rgba(255, 255, 255, 0.6) !important; }
    .signup .ngp-form .at-inner .at-check input + span {
      margin-bottom: 0;
      margin-top: 5px; }
    .signup .ngp-form .at-inner input[type="checkbox"]:checked + span:before,
    .signup .ngp-form .at-inner input[type="checkbox"] + span:before {
      background-color: #FFFFFF;
      border-color: #B254A0;
      border-radius: 0;
      top: 0; }
    .signup .ngp-form .at-inner input[type="checkbox"] + span:after {
      top: 3px;
      color: #F8BF15; }
    .signup .ngp-form .at-inner .at-legal,
    .signup .ngp-form .at-inner .at-legal p {
      color: #FFFFFF;
      font-size: 13px;
      font-weight: 600;
      line-height: 1.3;
      margin-top: 15px; }
  .signup .ngp-form 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: #F8BF15;
  border-color: #F8BF15;
  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: #F8BF15;
  border-color: #F8BF15;
  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: #F8BF15;
  border-color: #F8BF15;
  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: #F8BF15;
  border-color: #F8BF15;
  background-color: transparent; }

.signup .at .at-fieldset {
  padding: 0; }

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

.signup .actionkit-form .ak-user-form {
  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; }
  .signup .actionkit-form .ak-user-form > div {
    -webkit-box-flex: 0;
    -webkit-flex: 0 100%;
        -ms-flex: 0 100%;
            flex: 0 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: 10px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end; }
    @media (max-width: 660px) {
      .signup .actionkit-form .ak-user-form > div {
        -webkit-box-flex: 0;
        -webkit-flex: 0 100%;
            -ms-flex: 0 100%;
                flex: 0 100%; } }
  .signup .actionkit-form .ak-user-form .full {
    -webkit-box-flex: 0;
    -webkit-flex: 0 100%;
        -ms-flex: 0 100%;
            flex: 0 100%; }
  .signup .actionkit-form .ak-user-form label {
    -webkit-box-flex: 0;
    -webkit-flex: 0 100%;
        -ms-flex: 0 100%;
            flex: 0 100%;
    color: #FFFFFF;
    font-weight: bold;
    letter-spacing: 0;
    font-size: 13px;
    text-transform: uppercase; }
  .signup .actionkit-form .ak-user-form input {
    color: #FFFFFF;
    -webkit-box-flex: 0;
    -webkit-flex: 0 100%;
        -ms-flex: 0 100%;
            flex: 0 100%;
    padding: 15px 10px;
    border: 2px solid #F8BF15;
    border-radius: 0; }

.signup .actionkit-form #ak-errors {
  margin: 0; }

.signup .actionkit-form .ak-err {
  list-style-type: none;
  padding-left: 0px;
  margin: 0px; }
  .signup .actionkit-form .ak-err li {
    font-size: 13px;
    color: #F8BF15; }

.signup .actionkit-form button {
  border-radius: 5px;
  width: 100%;
  background-color: #F8BF15;
  border-color: #F8BF15;
  color: #2B3990;
  font-size: 18px;
  font-weight: 700;
  padding: 10px 30px;
  line-height: 1;
  height: 50px; }
  .signup .actionkit-form button:hover, .signup .actionkit-form button:focus, .signup .actionkit-form button:active {
    color: #FFFFFF;
    background-color: #f3d26d;
    border-color: #f3d26d; }

.single-jobs .signup_footer,
.single-issue .signup_footer {
  display: none; }

.single-jobs .site_footer,
.single-issue .site_footer {
  padding-top: 90px;
  margin-top: 60px; }
  .single-jobs .site_footer,
  .single-issue .site_footer {
    margin-top: 30px; }
    @media screen and (min-width: 661px) {
      .single-jobs .site_footer,
      .single-issue .site_footer {
        margin-top: calc(30px + 30 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .single-jobs .site_footer,
      .single-issue .site_footer {
        margin-top: 60px; } }

.donations {
  padding-top: 80px; }
  .donations .col_third {
    margin-bottom: 15px; }
  .donations .donations--image {
    margin-bottom: -7px; }
    @media screen and (max-width: 768px) {
      .donations .donations--image {
        max-width: 100%;
        height: auto; } }
  @media screen and (max-width: 768px) {
    .donations--wrapper {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical !important;
      -webkit-box-direction: normal !important;
      -webkit-flex-direction: column !important;
          -ms-flex-direction: column !important;
              flex-direction: column !important;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; } }
  @media screen and (max-width: 768px) {
    .donations--buttons {
      text-align: center; } }
  @media screen and (max-width: 768px) {
    .donations--button {
      width: 85%;
      font-size: 14px;
      font-weight: 700 !important; } }
  .donations--button_other {
    color: #FFFFFF !important; }
  .donations--button_other:hover {
    color: #131314 !important; }
  .donations--inner {
    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;
    border-radius: 10px;
    padding-bottom: 0px !important;
    padding-top: 0px !important;
    border-radius: 10px; }
    @media screen and (max-width: 768px) {
      .donations--inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .donations--inner {
      padding-left: 30px; }
      @media screen and (min-width: 661px) {
        .donations--inner {
          padding-left: calc(30px + 60 * ((100vw - 661px) / 1339)); } }
      @media screen and (min-width: 2000px) {
        .donations--inner {
          padding-left: 90px; } }
    .donations--inner {
      padding-right: 30px; }
      @media screen and (min-width: 661px) {
        .donations--inner {
          padding-right: calc(30px + 60 * ((100vw - 661px) / 1339)); } }
      @media screen and (min-width: 2000px) {
        .donations--inner {
          padding-right: 90px; } }
    .donations--inner {
      padding-top: 30px; }
      @media screen and (min-width: 661px) {
        .donations--inner {
          padding-top: calc(30px + 45 * ((100vw - 661px) / 1339)); } }
      @media screen and (min-width: 2000px) {
        .donations--inner {
          padding-top: 75px; } }
    .donations--inner {
      padding-bottom: 30px; }
      @media screen and (min-width: 661px) {
        .donations--inner {
          padding-bottom: calc(30px + 45 * ((100vw - 661px) / 1339)); } }
      @media screen and (min-width: 2000px) {
        .donations--inner {
          padding-bottom: 75px; } }
    @media (max-width: 660px) {
      .donations--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); } }
  @media (min-width: 1061px) {
    .donations--border {
      padding-left: 50px; } }
  .donations--headline {
    font-size: 60px;
    font-family: "futura-pt", sans-serif;
    line-height: 1.1;
    font-weight: 700;
    letter-spacing: -0.01em;
    margin-bottom: 0.1em;
    margin-top: 0.2em;
    font-weight: 800;
    color: #FFFFFF; }
    .donations--headline {
      font-size: 32px; }
      @media screen and (min-width: 661px) {
        .donations--headline {
          font-size: calc(32px + 28 * ((100vw - 661px) / 1339)); } }
      @media screen and (min-width: 2000px) {
        .donations--headline {
          font-size: 60px; } }
    @media (max-width: 660px) {
      .donations--headline {
        font-size: 42px; } }
  .donations--disclaimer {
    margin-top: 0.5em;
    padding-right: 10px;
    padding-bottom: 15px;
    font-size: 13px;
    color: #FFFFFF;
    text-align: center;
    width: 100%;
    font-family: "interface", sans-serif; }
    @media screen and (max-width: 768px) {
      .donations--disclaimer {
        margin-bottom: 30px; } }
  .donations--text_wrapper {
    padding: 0;
    color: #FFFFFF; }
    @media (max-width: 660px) {
      .donations--text_wrapper {
        text-align: center;
        padding: 0 9px; } }
  .donations--text {
    width: 100%;
    margin-bottom: 15px; }
  .donations--description {
    width: 100%;
    margin-bottom: 15px; }
  .donations .donations--button {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 145%;
    /* 26.1px */
    letter-spacing: 1.44px;
    text-transform: uppercase;
    display: block; }

.donation_bar {
  -webkit-transition: bottom 1s ease;
  -o-transition: bottom 1s ease;
  transition: bottom 1s ease;
  background: transparent;
  position: fixed;
  bottom: -400px;
  z-index: 15;
  width: 100%; }
  .donation_bar .button_donation_bar {
    font-size: 14px; }
  .donation_bar .col_third {
    margin-bottom: 15px; }
  @media (max-width: 660px) {
    .donation_bar {
      display: none; } }
  @media (min-width: 661px) and (max-width: 1060px) {
    .donation_bar {
      display: none; } }
  .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; }
  .donation_bar--wrapper {
    background: #B254A0;
    padding: 15px 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap; }
    .donation_bar--wrapper {
      padding-top: 8px; }
      @media screen and (min-width: 661px) {
        .donation_bar--wrapper {
          padding-top: calc(8px + 22 * ((100vw - 661px) / 1339)); } }
      @media screen and (min-width: 2000px) {
        .donation_bar--wrapper {
          padding-top: 30px; } }
    .donation_bar--wrapper {
      padding-bottom: 8px; }
      @media screen and (min-width: 661px) {
        .donation_bar--wrapper {
          padding-bottom: calc(8px + 22 * ((100vw - 661px) / 1339)); } }
      @media screen and (min-width: 2000px) {
        .donation_bar--wrapper {
          padding-bottom: 30px; } }
    .donation_bar--wrapper {
      padding-left: 15px; }
      @media screen and (min-width: 661px) {
        .donation_bar--wrapper {
          padding-left: calc(15px + 285 * ((100vw - 661px) / 1339)); } }
      @media screen and (min-width: 2000px) {
        .donation_bar--wrapper {
          padding-left: 300px; } }
    .donation_bar--wrapper {
      padding-right: 15px; }
      @media screen and (min-width: 661px) {
        .donation_bar--wrapper {
          padding-right: calc(15px + 285 * ((100vw - 661px) / 1339)); } }
      @media screen and (min-width: 2000px) {
        .donation_bar--wrapper {
          padding-right: 300px; } }
    @media screen and (min-width: 768px) and (max-width: 1750px) {
      .donation_bar--wrapper {
        padding-left: 40px;
        padding-right: 40px; } }
  .donation_bar .donations--amounts {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 16px; }
    @media screen and (max-width: 1600px) {
      .donation_bar .donations--amounts {
        -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; } }
  .donation_bar--left {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 35%;
        -ms-flex: 0 0 35%;
            flex: 0 0 35%; }
  .donation_bar--right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 65%;
        -ms-flex: 0 0 65%;
            flex: 0 0 65%; }
  .donation_bar--headline {
    font-family: "futura-pt", sans-serif;
    text-transform: none;
    color: #131314;
    padding-right: 60px;
    line-height: 1.1;
    font-weight: bold; }
    .donation_bar--headline {
      font-size: 26px; }
      @media screen and (min-width: 661px) {
        .donation_bar--headline {
          font-size: calc(26px + 14 * ((100vw - 661px) / 1339)); } }
      @media screen and (min-width: 2000px) {
        .donation_bar--headline {
          font-size: 40px; } }
    .donation_bar--headline {
      padding-right: 30px; }
      @media screen and (min-width: 661px) {
        .donation_bar--headline {
          padding-right: calc(30px + 30 * ((100vw - 661px) / 1339)); } }
      @media screen and (min-width: 2000px) {
        .donation_bar--headline {
          padding-right: 60px; } }
  .donation_bar--description {
    text-align: center;
    line-height: 1.2;
    color: #FFFFFF;
    margin-top: 10px;
    padding-right: 60px; }
    .donation_bar--description {
      font-size: 15px; }
      @media screen and (min-width: 661px) {
        .donation_bar--description {
          font-size: calc(15px + 19 * ((100vw - 661px) / 1339)); } }
      @media screen and (min-width: 2000px) {
        .donation_bar--description {
          font-size: 34px; } }
    .donation_bar--description {
      padding-right: 30px; }
      @media screen and (min-width: 661px) {
        .donation_bar--description {
          padding-right: calc(30px + 30 * ((100vw - 661px) / 1339)); } }
      @media screen and (min-width: 2000px) {
        .donation_bar--description {
          padding-right: 60px; } }
  .donation_bar--disclaimer {
    font-size: 11px;
    text-align: center;
    max-width: 100%;
    color: #131314;
    margin-bottom: 10px; }
  .donation_bar--close {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    color: transparent;
    background: transparent;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none; }
    .donation_bar--close:hover, .donation_bar--close:focus, .donation_bar--close:active {
      background: none;
      border: none;
      -webkit-box-shadow: none;
              box-shadow: none; }
    .donation_bar--close:hover, .donation_bar--close:active, .donation_bar--close:focus {
      color: transparent; }
      .donation_bar--close:hover:before, .donation_bar--close:hover:after, .donation_bar--close:active:before, .donation_bar--close:active:after, .donation_bar--close:focus:before, .donation_bar--close:focus:after {
        background-color: #131314; }
  @media (min-width: 661px) and (max-width: 1060px) {
    .donation_bar--buttons .col_fourth {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 24%;
          -ms-flex: 0 0 24%;
              flex: 0 0 24%; } }
  .donation_bar--buttons .col_fourth .donations--button {
    padding: 12px 0px 11px;
    background-color: #F8BF15;
    border-color: #F8BF15; }
    .donation_bar--buttons .col_fourth .donations--button {
      font-size: 15px; }
      @media screen and (min-width: 661px) {
        .donation_bar--buttons .col_fourth .donations--button {
          font-size: calc(15px + 3 * ((100vw - 661px) / 1339)); } }
      @media screen and (min-width: 2000px) {
        .donation_bar--buttons .col_fourth .donations--button {
          font-size: 18px; } }
    @media (min-width: 661px) and (max-width: 1060px) {
      .donation_bar--buttons .col_fourth .donations--button {
        padding: 6px 0px 5px; } }
    .donation_bar--buttons .col_fourth .donations--button:hover, .donation_bar--buttons .col_fourth .donations--button:active, .donation_bar--buttons .col_fourth .donations--button:focus {
      background: #131314;
      border: 2px solid #131314;
      -webkit-box-shadow: none;
              box-shadow: none;
      color: #2B3990; }
      .donation_bar--buttons .col_fourth .donations--button:hover:link, .donation_bar--buttons .col_fourth .donations--button:hover:visited,
      .donation_bar--buttons .col_fourth .donations--button:hover a:link,
      .donation_bar--buttons .col_fourth .donations--button:hover a:visited, .donation_bar--buttons .col_fourth .donations--button:active:link, .donation_bar--buttons .col_fourth .donations--button:active:visited,
      .donation_bar--buttons .col_fourth .donations--button:active a:link,
      .donation_bar--buttons .col_fourth .donations--button:active a:visited, .donation_bar--buttons .col_fourth .donations--button:focus:link, .donation_bar--buttons .col_fourth .donations--button:focus:visited,
      .donation_bar--buttons .col_fourth .donations--button:focus a:link,
      .donation_bar--buttons .col_fourth .donations--button:focus a:visited {
        background: #131314;
        color: #2B3990;
        border: 2px solid #131314; }
    .donation_bar--buttons .col_fourth .donations--button:link, .donation_bar--buttons .col_fourth .donations--button:visited,
    .donation_bar--buttons .col_fourth .donations--button a:link,
    .donation_bar--buttons .col_fourth .donations--button a:visited {
      color: #131314; }
  .donation_bar--buttons .col_fourth .donations--button_other {
    background-color: transparent;
    border-color: #131314; }

.fwc {
  color: #FFFFFF; }
  .fwc--inner .narrow-wrapper {
    border-radius: 33px;
    background: -webkit-linear-gradient(342deg, rgba(60, 28, 88, 0.6) -4.81%, rgba(178, 84, 160, 0.6) 126.34%);
    background: -o-linear-gradient(342deg, rgba(60, 28, 88, 0.6) -4.81%, rgba(178, 84, 160, 0.6) 126.34%);
    background: linear-gradient(108deg, rgba(60, 28, 88, 0.6) -4.81%, rgba(178, 84, 160, 0.6) 126.34%);
    padding-right: 60px;
    padding-left: 60px;
    padding-top: 40px;
    padding-bottom: 40px; }
    @media (max-width: 660px) {
      .fwc--inner .narrow-wrapper {
        padding-right: 20px;
        padding-left: 20px; } }
    .fwc--inner .narrow-wrapper h3 {
      text-align: center; }
    .fwc--inner .narrow-wrapper ul li {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start;
      gap: 10px;
      font-size: 23px;
      font-style: normal;
      font-weight: 400;
      line-height: 175%;
      /* 31.5px */
      padding-bottom: 15px; }
      .fwc--inner .narrow-wrapper ul li::before {
        content: "\2713";
        -webkit-box-flex: 0;
        -webkit-flex: none;
            -ms-flex: none;
                flex: none;
        display: inline-block;
        color: #F8BF15;
        font-size: 28px; }
    .fwc--inner .narrow-wrapper ul {
      margin-left: -15px; }
  .fwc--inner h2 {
    font-family: "futura-pt", sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: .01em; }
    .fwc--inner h2 {
      font-size: 20px; }
      @media screen and (min-width: 661px) {
        .fwc--inner h2 {
          font-size: calc(20px + 16 * ((100vw - 661px) / 1339)); } }
      @media screen and (min-width: 2000px) {
        .fwc--inner h2 {
          font-size: 36px; } }
  .fwc--inner p {
    line-height: 1.5; }
  .fwc--inner hr {
    height: 1px; }
    .fwc--inner hr {
      margin-top: 30px; }
      @media screen and (min-width: 661px) {
        .fwc--inner hr {
          margin-top: calc(30px + 60 * ((100vw - 661px) / 1339)); } }
      @media screen and (min-width: 2000px) {
        .fwc--inner hr {
          margin-top: 90px; } }

.book--image_wrapper img {
  width: 100%;
  height: auto; }

.book--caption {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.45;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
  letter-spacing: 0.05em; }
  .book--caption {
    font-size: 14px; }
    @media screen and (min-width: 661px) {
      .book--caption {
        font-size: calc(14px + 0 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .book--caption {
        font-size: 14px; } }
  @media (max-width: 660px) {
    .book--caption {
      font-size: 13px; } }

.book .flex-wrapper {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.book--headline,
.book--headline p {
  font-family: "futura-pt", sans-serif;
  font-size: 52px;
  font-weight: 700;
  line-height: 1.2em;
  letter-spacing: .01em;
  margin-bottom: 0.25em; }
  .book--headline,
  .book--headline p {
    font-size: 20px; }
    @media screen and (min-width: 661px) {
      .book--headline,
      .book--headline p {
        font-size: calc(20px + 32 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .book--headline,
      .book--headline p {
        font-size: 52px; } }
  @media (max-width: 660px) {
    .book--headline,
    .book--headline p {
      font-size: 33px; } }
  .book--headline,
  .book--headline p {
    font-size: 20px; }
    @media screen and (min-width: 661px) {
      .book--headline,
      .book--headline p {
        font-size: calc(20px + 27 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .book--headline,
      .book--headline p {
        font-size: 47px; } }

.book--description hr {
  height: 1px; }
  .book--description hr {
    margin-top: 30px; }
    @media screen and (min-width: 661px) {
      .book--description hr {
        margin-top: calc(30px + 30 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .book--description hr {
        margin-top: 60px; } }
  @media (max-width: 660px) {
    .book--description hr {
      display: none; } }

.book--description p {
  margin-bottom: 0;
  color: #043574; }
  .book--description p {
    font-size: 16px; }
    @media screen and (min-width: 661px) {
      .book--description p {
        font-size: calc(16px + 2 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .book--description p {
        font-size: 18px; } }

.book--image {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 44%;
      -ms-flex: 0 0 44%;
          flex: 0 0 44%; }
  @media (max-width: 660px) {
    .book--image {
      margin-bottom: 15px;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%; } }
  .book--image.image_right {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
    @media (max-width: 660px) {
      .book--image.image_right {
        margin-top: 30px;
        margin-bottom: 0;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
            -ms-flex-order: 1;
                order: 1; }
        .book--image.image_right .book--inner_col {
          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; }
          .book--image.image_right .book--inner_col img {
            margin-bottom: 10px; } }

.book--text {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 52%;
      -ms-flex: 0 0 52%;
          flex: 0 0 52%; }
  .book--text .book--inner_col {
    padding: 15px; }
  @media (max-width: 660px) {
    .book--text {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%; } }
  .book--text.image_right .book--inner_col {
    padding-right: 15px; }
    @media screen and (min-width: 661px) {
      .book--text.image_right .book--inner_col {
        padding-right: calc(15px + 45 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .book--text.image_right .book--inner_col {
        padding-right: 60px; } }
  @media (max-width: 660px) {
    .book--text.image_right .book--inner_col {
      padding-right: 0;
      padding-left: 0;
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
          -ms-flex-order: 2;
              order: 2; } }
  @media (min-width: 661px) and (max-width: 1060px) {
    .book--text.image_right .book--inner_col {
      padding-left: 0; } }

.book--cta_link {
  width: 100%;
  overflow: hidden;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  bottom: 30px;
  font-size: 20px;
  line-height: 1.45; }
  .book--cta_link {
    font-size: 14px; }
    @media screen and (min-width: 661px) {
      .book--cta_link {
        font-size: calc(14px + 6 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .book--cta_link {
        font-size: 20px; } }
  .book--cta_link a {
    width: 100%;
    color: white !important;
    background-color: #2B3990 !important;
    border: 2px solid #2B3990 !important;
    margin: 0 !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    font-weight: 700;
    -webkit-transition: all 0.5s !important;
    -o-transition: all 0.5s !important;
    transition: all 0.5s !important;
    text-decoration: none !important; }
    .book--cta_link a {
      padding-top: 7.5px; }
      @media screen and (min-width: 661px) {
        .book--cta_link a {
          padding-top: calc(7.5px + 7.5 * ((100vw - 661px) / 1339)); } }
      @media screen and (min-width: 2000px) {
        .book--cta_link a {
          padding-top: 15px; } }
    .book--cta_link a {
      padding-bottom: 7.5px; }
      @media screen and (min-width: 661px) {
        .book--cta_link a {
          padding-bottom: calc(7.5px + 7.5 * ((100vw - 661px) / 1339)); } }
      @media screen and (min-width: 2000px) {
        .book--cta_link a {
          padding-bottom: 15px; } }
    .book--cta_link a:hover, .book--cta_link a:focus, .book--cta_link a:active {
      background-color: #2B3990 !important;
      color: #FFFFFF !important;
      border-color: #2B3990 !important;
      -webkit-transition: all 0.5s !important;
      -o-transition: all 0.5s !important;
      transition: all 0.5s !important;
      text-decoration: none !important; }
  .book--cta_link a::after {
    display: none; }

.page-template-tpl-homepage .book--image {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 55%;
      -ms-flex: 0 0 55%;
          flex: 0 0 55%; }
  @media (max-width: 660px) {
    .page-template-tpl-homepage .book--image {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%; } }

.page-template-tpl-homepage .book--text {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 40%;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%; }
  @media (max-width: 660px) {
    .page-template-tpl-homepage .book--text {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%; } }

.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: 89px;
  font-family: "futura-pt", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.1;
  letter-spacing: -0.01em;
  width: 66%; }
  .news_feed--title_left {
    font-size: 22px; }
    @media screen and (min-width: 661px) {
      .news_feed--title_left {
        font-size: calc(22px + 67 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .news_feed--title_left {
        font-size: 89px; } }
  @media (max-width: 660px) {
    .news_feed--title_left {
      font-size: 42px; } }
  @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) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .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) / 1339)); } }
      @media screen and (min-width: 2000px) {
        .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: underline;
    color: #f3d26d;
    -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: 14px;
  line-height: 1.45;
  letter-spacing: 0.05em;
  text-transform: uppercase; }
  .news_feed--source {
    font-size: 14px; }
    @media screen and (min-width: 661px) {
      .news_feed--source {
        font-size: calc(14px + 0 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .news_feed--source {
        font-size: 14px; } }
  @media (max-width: 660px) {
    .news_feed--source {
      font-size: 13px; } }

.topper_nav {
  margin: 0 auto;
  text-align: center;
  padding-top: 60px;
  padding-bottom: 15px; }
  .topper_nav--item {
    display: inline-block;
    padding: 0 12px; }
    .topper_nav--item a,
    .topper_nav--item a:link,
    .topper_nav--item a:visited {
      color: #2B3990;
      text-decoration: none;
      font-size: 13px;
      font-weight: 700;
      -webkit-transition: color 0.3s ease;
      -o-transition: color 0.3s ease;
      transition: color 0.3s ease; }
      .topper_nav--item a,
      .topper_nav--item a:link,
      .topper_nav--item a:visited {
        font-size: 13px; }
        @media screen and (min-width: 661px) {
          .topper_nav--item a,
          .topper_nav--item a:link,
          .topper_nav--item a:visited {
            font-size: calc(13px + 3 * ((100vw - 661px) / 1339)); } }
        @media screen and (min-width: 2000px) {
          .topper_nav--item a,
          .topper_nav--item a:link,
          .topper_nav--item a:visited {
            font-size: 16px; } }
      .topper_nav--item a:hover, .topper_nav--item a:focus, .topper_nav--item a:active,
      .topper_nav--item a:link:hover,
      .topper_nav--item a:link:focus,
      .topper_nav--item a:link:active,
      .topper_nav--item a:visited:hover,
      .topper_nav--item a:visited:focus,
      .topper_nav--item a:visited:active {
        color: #2B3990;
        text-decoration: none;
        -webkit-transition: color 0.3s ease;
        -o-transition: color 0.3s ease;
        transition: color 0.3s ease;
        border-bottom: 2px solid #F8BF15; }
  @media (max-width: 660px) {
    .topper_nav {
      display: none;
      height: 0; } }

.tm {
  z-index: 2;
  position: relative; }
  .tm--inner {
    margin-bottom: 30px; }
    .tm--inner {
      margin-bottom: 30px; }
      @media screen and (min-width: 661px) {
        .tm--inner {
          margin-bottom: calc(30px + 60 * ((100vw - 661px) / 1339)); } }
      @media screen and (min-width: 2000px) {
        .tm--inner {
          margin-bottom: 90px; } }
    @media (max-width: 660px) {
      .tm--inner {
        padding-left: 15px;
        padding-right: 15px; } }
    @media (min-width: 661px) and (max-width: 1060px) {
      .tm--inner {
        padding-left: 15px;
        padding-right: 15px; } }
  .tm--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%); }
    .tm--image_wrapper img.tm--image {
      width: 100%;
      height: auto;
      opacity: 55%;
      -webkit-filter: grayscale(100%);
              filter: grayscale(100%); }
  .tm--caption {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1.45;
    letter-spacing: 0.05em;
    margin-bottom: 10px;
    letter-spacing: 0.05em;
    text-align: right; }
    .tm--caption {
      font-size: 14px; }
      @media screen and (min-width: 661px) {
        .tm--caption {
          font-size: calc(14px + 0 * ((100vw - 661px) / 1339)); } }
      @media screen and (min-width: 2000px) {
        .tm--caption {
          font-size: 14px; } }
    @media (max-width: 660px) {
      .tm--caption {
        font-size: 13px; } }
    @media (max-width: 660px) {
      .tm--caption {
        margin-right: 15px; } }
  .tm .flex-wrapper {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 660px) {
      .tm .flex-wrapper {
        padding: 0; } }
  .tm--headline,
  .tm--headline p {
    font-family: "futura-pt", sans-serif;
    font-size: 52px;
    font-weight: 700;
    line-height: 1.2em;
    letter-spacing: .01em; }
    .tm--headline,
    .tm--headline p {
      font-size: 20px; }
      @media screen and (min-width: 661px) {
        .tm--headline,
        .tm--headline p {
          font-size: calc(20px + 32 * ((100vw - 661px) / 1339)); } }
      @media screen and (min-width: 2000px) {
        .tm--headline,
        .tm--headline p {
          font-size: 52px; } }
    @media (max-width: 660px) {
      .tm--headline,
      .tm--headline p {
        font-size: 33px; } }
  .tm--headline p {
    margin-top: .2em;
    margin-bottom: 0; }
  .tm--description {
    margin-bottom: 30px; }
    .tm--description {
      margin-bottom: 30px; }
      @media screen and (min-width: 661px) {
        .tm--description {
          margin-bottom: calc(30px + 30 * ((100vw - 661px) / 1339)); } }
      @media screen and (min-width: 2000px) {
        .tm--description {
          margin-bottom: 60px; } }
  .tm--featured_image_wrapper {
    z-index: 1;
    position: relative; }
  .tm--featured_image {
    width: 100%;
    height: auto; }
  .tm--featured_caption {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1.45;
    letter-spacing: 0.05em;
    letter-spacing: 0.05em;
    line-height: 1.1;
    position: absolute;
    left: 5%;
    color: #FFFFFF; }
    .tm--featured_caption {
      font-size: 14px; }
      @media screen and (min-width: 661px) {
        .tm--featured_caption {
          font-size: calc(14px + 0 * ((100vw - 661px) / 1339)); } }
      @media screen and (min-width: 2000px) {
        .tm--featured_caption {
          font-size: 14px; } }
    @media (max-width: 660px) {
      .tm--featured_caption {
        font-size: 13px; } }
    .image_underline .tm--featured_caption {
      bottom: 1px; }
      @media screen and (min-width: 661px) {
        .image_underline .tm--featured_caption {
          bottom: calc(1px + 2 * ((100vw - 661px) / 1339)); } }
      @media screen and (min-width: 2000px) {
        .image_underline .tm--featured_caption {
          bottom: 3px; } }
    .image_underline .tm--featured_caption {
      left: 5px; }
      @media screen and (min-width: 661px) {
        .image_underline .tm--featured_caption {
          left: calc(5px + 10 * ((100vw - 661px) / 1339)); } }
      @media screen and (min-width: 2000px) {
        .image_underline .tm--featured_caption {
          left: 15px; } }
  .tm--image {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    position: relative;
    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; }
    @media (max-width: 660px) {
      .tm--image {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
            -ms-flex: 1;
                flex: 1;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
            -ms-flex-order: 2;
                order: 2; } }
    .tm--image.image_right {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
          -ms-flex-order: 2;
              order: 2; }
      @media (max-width: 660px) {
        .tm--image.image_right {
          margin-top: 30px;
          margin-bottom: 0; }
          .tm--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; }
            .tm--image.image_right .tm--inner_col img {
              margin-bottom: 10px; } }
      @media (max-width: 660px) {
        .tm--image.image_right .tm--featured_image_wrapper {
          margin-left: 15px;
          margin-right: 30px; } }
      @media (min-width: 661px) and (max-width: 1060px) {
        .tm--image.image_right .tm--featured_image_wrapper {
          margin-right: 15px; } }
      .image_underline .tm--image.image_right .tm--featured_image_wrapper {
        margin: 0; }
        @media (max-width: 660px) {
          .image_underline .tm--image.image_right .tm--featured_image_wrapper {
            margin-left: 15px;
            margin-right: 15px; } }
  .tm--image--underline img {
    border-bottom: 20px solid transparent;
    -webkit-border-image: -webkit-linear-gradient(359.88deg, #203E6C -5.05%, #5D8BD3 51.82%, #B5416A 120.19%) 0 0 100% 0;
         -o-border-image: -o-linear-gradient(359.88deg, #203E6C -5.05%, #5D8BD3 51.82%, #B5416A 120.19%) 0 0 100% 0;
            border-image: linear-gradient(90.12deg, #203E6C -5.05%, #5D8BD3 51.82%, #B5416A 120.19%) 0 0 100% 0;
    border-width: 20px;
    border-image-slice: 1; }
  .tm--image-wrapper {
    position: relative;
    z-index: 1; }
    .tm--image-wrapper img {
      width: 98%;
      height: 98%; }
  .tm--image-shadow {
    position: absolute;
    top: 40px;
    left: 30px;
    z-index: 0;
    width: 98%;
    height: 98%;
    background-size: 120%; }
    .tm--image-shadow img {
      width: 100%;
      height: 100%; }
    .image_left .tm--image-shadow {
      left: 30px; }
  .tm--image-shadow-bg {
    background: -webkit-linear-gradient(261deg, rgba(237, 28, 36, 0.79) 0%, rgba(93, 139, 211, 0.9) 91.2%);
    background: -o-linear-gradient(261deg, rgba(237, 28, 36, 0.79) 0%, rgba(93, 139, 211, 0.9) 91.2%);
    background: linear-gradient(189deg, rgba(237, 28, 36, 0.79) 0%, rgba(93, 139, 211, 0.9) 91.2%);
    height: 100%;
    display: block; }
  .tm--text {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%; }
    .tm--text .tm--inner_col {
      padding: 30px 60px; }
      .tm--text .tm--inner_col {
        padding-bottom: 0px; }
        @media screen and (min-width: 661px) {
          .tm--text .tm--inner_col {
            padding-bottom: calc(0px + 90 * ((100vw - 661px) / 1339)); } }
        @media screen and (min-width: 2000px) {
          .tm--text .tm--inner_col {
            padding-bottom: 90px; } }
      .tm--text .tm--inner_col {
        padding-top: 0px; }
        @media screen and (min-width: 661px) {
          .tm--text .tm--inner_col {
            padding-top: calc(0px + 90 * ((100vw - 661px) / 1339)); } }
        @media screen and (min-width: 2000px) {
          .tm--text .tm--inner_col {
            padding-top: 90px; } }
    @media (max-width: 660px) {
      .tm--text {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%; } }
    .tm--text.image_right .tm--inner_col {
      padding-right: 30px; }
      @media screen and (min-width: 661px) {
        .tm--text.image_right .tm--inner_col {
          padding-right: calc(30px + 60 * ((100vw - 661px) / 1339)); } }
      @media screen and (min-width: 2000px) {
        .tm--text.image_right .tm--inner_col {
          padding-right: 90px; } }
    .tm--text.image_right .tm--inner_col {
      padding-left: 30px; }
      @media screen and (min-width: 661px) {
        .tm--text.image_right .tm--inner_col {
          padding-left: calc(30px + 90 * ((100vw - 661px) / 1339)); } }
      @media screen and (min-width: 2000px) {
        .tm--text.image_right .tm--inner_col {
          padding-left: 120px; } }
    @media (max-width: 660px) {
      .tm--text.image_right .tm--inner_col {
        padding-right: 0;
        padding-left: 0;
        margin: 15px; } }
    @media (min-width: 661px) and (max-width: 1060px) {
      .tm--text.image_right .tm--inner_col {
        padding-left: 0; } }
    .tm--text.image_right .tm--featured_image_wrapper {
      margin-left: 30px; }
      @media (max-width: 660px) {
        .tm--text.image_right .tm--featured_image_wrapper {
          margin-right: 30px; } }
    .tm--text.image_left .tm--inner_col {
      padding-left: 30px; }
      @media screen and (min-width: 661px) {
        .tm--text.image_left .tm--inner_col {
          padding-left: calc(30px + 60 * ((100vw - 661px) / 1339)); } }
      @media screen and (min-width: 2000px) {
        .tm--text.image_left .tm--inner_col {
          padding-left: 90px; } }
    .tm--text.image_left .tm--inner_col {
      padding-bottom: 0px; }
      @media screen and (min-width: 661px) {
        .tm--text.image_left .tm--inner_col {
          padding-bottom: calc(0px + 90 * ((100vw - 661px) / 1339)); } }
      @media screen and (min-width: 2000px) {
        .tm--text.image_left .tm--inner_col {
          padding-bottom: 90px; } }
    @media (max-width: 660px) {
      .tm--text.image_left .tm--inner_col {
        padding-right: 0;
        padding-left: 0;
        margin: 15px; } }
    @media (min-width: 661px) and (max-width: 1060px) {
      .tm--text.image_left .tm--inner_col {
        padding-right: 0; } }
    .tm--text.text_quote .tm--headline,
    .tm--text.text_quote .tm--headline p {
      font-family: "interface", sans-serif;
      font-weight: 400; }
    @media (max-width: 660px) {
      .tm--text.text_quote.image_left .tm--inner_col, .tm--text.text_quote.image_right .tm--inner_col {
        margin: 0 30px 15px; } }
  .tm--quote_icon {
    margin-bottom: -18px;
    margin-left: -38px;
    display: block; }
    .tm--quote_icon {
      margin-left: -25px; }
      @media screen and (min-width: 661px) {
        .tm--quote_icon {
          margin-left: calc(-25px + -15 * ((100vw - 661px) / 1339)); } }
      @media screen and (min-width: 2000px) {
        .tm--quote_icon {
          margin-left: -40px; } }
  .tm--cta_links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .tm--cta_links_two .button_secondary {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px; }
  .tm--cta_links_two .button_outline {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px; }

.image_underline .tm--featured_image_wrapper {
  margin: 0; }
  @media (max-width: 660px) {
    .image_underline .tm--featured_image_wrapper {
      margin-left: 15px;
      margin-right: 15px; } }

.twi {
  z-index: 2;
  position: relative; }
  .twi .headline-topper {
    padding-top: 30px;
    background-color: #2B3990;
    color: #131314;
    text-align: center;
    font-family: "interface", sans-serif;
    font-size: 52px;
    font-weight: 700;
    line-height: 120%;
    /* 62.4px */ }
  .twi .blue {
    background-color: #2B3990;
    padding-top: 30px;
    padding-bottom: 30px; }
    @media screen and (max-width: 1250px) {
      .twi .blue {
        padding-top: 0px; } }
  .twi--link {
    color: #131314;
    font-size: 18px;
    text-decoration: none !important;
    margin-right: 10px;
    padding-right: 15px; }
  .twi--cta_link {
    position: relative;
    border-bottom: solid 4px #1C4F90; }
    .twi--cta_link svg {
      position: absolute;
      top: 8px;
      right: 0px;
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
  .twi--cta_link:hover svg {
    right: -5px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  .twi .arrow-r {
    color: #1C4F90; }
  @media (max-width: 660px) {
    .twi--inner {
      padding-left: 15px;
      padding-right: 15px; } }
  @media (min-width: 661px) and (max-width: 1060px) {
    .twi--inner {
      padding-left: 15px;
      padding-right: 15px; } }
  .twi--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%); }
    .twi--image_wrapper img.twi--image {
      width: 100%;
      height: auto;
      opacity: 55%;
      -webkit-filter: grayscale(100%);
              filter: grayscale(100%); }
  .twi--caption {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1.45;
    letter-spacing: 0.05em;
    margin-bottom: 10px;
    letter-spacing: 0.05em;
    text-align: right; }
    .twi--caption {
      font-size: 14px; }
      @media screen and (min-width: 661px) {
        .twi--caption {
          font-size: calc(14px + 0 * ((100vw - 661px) / 1339)); } }
      @media screen and (min-width: 2000px) {
        .twi--caption {
          font-size: 14px; } }
    @media (max-width: 660px) {
      .twi--caption {
        font-size: 13px; } }
    @media (max-width: 660px) {
      .twi--caption {
        margin-right: 15px; } }
  .twi .flex-wrapper {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 660px) {
      .twi .flex-wrapper {
        padding: 0; } }
  .twi--headline,
  .twi--headline p {
    font-family: "futura-pt", sans-serif;
    font-size: 52px;
    font-weight: 700;
    line-height: 1.2em;
    letter-spacing: .01em;
    color: #131314;
    font-family: "interface", sans-serif; }
    .twi--headline,
    .twi--headline p {
      font-size: 20px; }
      @media screen and (min-width: 661px) {
        .twi--headline,
        .twi--headline p {
          font-size: calc(20px + 32 * ((100vw - 661px) / 1339)); } }
      @media screen and (min-width: 2000px) {
        .twi--headline,
        .twi--headline p {
          font-size: 52px; } }
    @media (max-width: 660px) {
      .twi--headline,
      .twi--headline p {
        font-size: 33px; } }
    @media (max-width: 660px) {
      .twi--headline,
      .twi--headline p {
        text-align: center; } }
  .twi--headline p {
    margin-top: .2em;
    margin-bottom: 0; }
  .twi--description {
    font-family: "futura-pt", sans-serif;
    color: #131314;
    font-size: 20px;
    margin-bottom: 30px; }
    @media (max-width: 660px) {
      .twi--description {
        margin-bottom: 0px !important;
        text-align: center; } }
    .twi--description {
      margin-bottom: 30px; }
      @media screen and (min-width: 661px) {
        .twi--description {
          margin-bottom: calc(30px + 30 * ((100vw - 661px) / 1339)); } }
      @media screen and (min-width: 2000px) {
        .twi--description {
          margin-bottom: 60px; } }
    .twi--description ul {
      list-style: none;
      -webkit-padding-start: 20px;
              padding-inline-start: 20px; }
      .twi--description ul li {
        border-left: 8px solid #243E8C;
        padding-left: 24px;
        margin-bottom: 24px; }
    .twi--description .title-li {
      font-size: 32px;
      font-family: "interface", sans-serif; }
  .twi--featured_image_wrapper {
    z-index: 1;
    position: relative; }
    @media (max-width: 660px) {
      .twi--featured_image_wrapper {
        padding-right: 20px;
        padding-left: 20px; } }
  .twi--featured_image {
    width: 100%;
    height: auto; }
  .twi--featured_caption {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1.45;
    letter-spacing: 0.05em;
    letter-spacing: 0.05em;
    line-height: 1.1;
    position: absolute;
    left: 5%;
    color: #FFFFFF; }
    .twi--featured_caption {
      font-size: 14px; }
      @media screen and (min-width: 661px) {
        .twi--featured_caption {
          font-size: calc(14px + 0 * ((100vw - 661px) / 1339)); } }
      @media screen and (min-width: 2000px) {
        .twi--featured_caption {
          font-size: 14px; } }
    @media (max-width: 660px) {
      .twi--featured_caption {
        font-size: 13px; } }
    .image_underline .twi--featured_caption {
      bottom: 1px; }
      @media screen and (min-width: 661px) {
        .image_underline .twi--featured_caption {
          bottom: calc(1px + 2 * ((100vw - 661px) / 1339)); } }
      @media screen and (min-width: 2000px) {
        .image_underline .twi--featured_caption {
          bottom: 3px; } }
    .image_underline .twi--featured_caption {
      left: 5px; }
      @media screen and (min-width: 661px) {
        .image_underline .twi--featured_caption {
          left: calc(5px + 10 * ((100vw - 661px) / 1339)); } }
      @media screen and (min-width: 2000px) {
        .image_underline .twi--featured_caption {
          left: 15px; } }
  .twi--image {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    position: relative;
    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; }
    @media (max-width: 660px) {
      .twi--image {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
            -ms-flex: 1;
                flex: 1;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
            -ms-flex-order: 2;
                order: 2; } }
    .twi--image.image_right {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
          -ms-flex-order: 2;
              order: 2; }
      @media (max-width: 660px) {
        .twi--image.image_right {
          margin-top: 0;
          margin-bottom: 0;
          padding-bottom: 30px; }
          .twi--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; } }
      @media (min-width: 661px) and (max-width: 1060px) {
        .twi--image.image_right .twi--featured_image_wrapper {
          margin-right: 15px; } }
      .image_underline .twi--image.image_right .twi--featured_image_wrapper {
        margin: 0; }
        @media (max-width: 660px) {
          .image_underline .twi--image.image_right .twi--featured_image_wrapper {
            margin-left: 15px;
            margin-right: 15px; } }
    .twi--image .twi--inner_col {
      width: 100%; }
      @media (max-width: 660px) {
        .twi--image .twi--inner_col {
          text-align: center; } }
  .twi--image--underline img {
    border-bottom: 20px solid transparent;
    -webkit-border-image: -webkit-linear-gradient(359.88deg, #203E6C -5.05%, #5D8BD3 51.82%, #B5416A 120.19%) 0 0 100% 0;
         -o-border-image: -o-linear-gradient(359.88deg, #203E6C -5.05%, #5D8BD3 51.82%, #B5416A 120.19%) 0 0 100% 0;
            border-image: linear-gradient(90.12deg, #203E6C -5.05%, #5D8BD3 51.82%, #B5416A 120.19%) 0 0 100% 0;
    border-width: 20px;
    border-image-slice: 1; }
  .twi--image-wrapper {
    position: relative;
    z-index: 1; }
    .twi--image-wrapper img {
      width: 98%;
      height: 98%; }
  .twi--image-shadow {
    position: absolute;
    top: 40px;
    left: 30px;
    z-index: 0;
    width: 98%;
    height: 98%;
    background-size: 120%; }
    .twi--image-shadow img {
      width: 100%;
      height: 100%; }
    .image_left .twi--image-shadow {
      left: 30px; }
  .twi--image-shadow-bg {
    background: -webkit-linear-gradient(261deg, rgba(237, 28, 36, 0.79) 0%, rgba(93, 139, 211, 0.9) 91.2%);
    background: -o-linear-gradient(261deg, rgba(237, 28, 36, 0.79) 0%, rgba(93, 139, 211, 0.9) 91.2%);
    background: linear-gradient(189deg, rgba(237, 28, 36, 0.79) 0%, rgba(93, 139, 211, 0.9) 91.2%);
    height: 100%;
    display: block; }
  .twi--text {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%; }
    .twi--text .twi--inner_col {
      padding: 30px 48px !important; }
      .twi--text .twi--inner_col {
        padding-bottom: 0px; }
        @media screen and (min-width: 661px) {
          .twi--text .twi--inner_col {
            padding-bottom: calc(0px + 90 * ((100vw - 661px) / 1339)); } }
        @media screen and (min-width: 2000px) {
          .twi--text .twi--inner_col {
            padding-bottom: 90px; } }
      .twi--text .twi--inner_col {
        padding-top: 0px; }
        @media screen and (min-width: 661px) {
          .twi--text .twi--inner_col {
            padding-top: calc(0px + 90 * ((100vw - 661px) / 1339)); } }
        @media screen and (min-width: 2000px) {
          .twi--text .twi--inner_col {
            padding-top: 90px; } }
      @media (max-width: 660px) {
        .twi--text .twi--inner_col {
          padding: 15px 15px !important; } }
    @media (max-width: 660px) {
      .twi--text {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%; } }
    .twi--text.image_right .twi--inner_col {
      padding-right: 30px; }
      @media screen and (min-width: 661px) {
        .twi--text.image_right .twi--inner_col {
          padding-right: calc(30px + 60 * ((100vw - 661px) / 1339)); } }
      @media screen and (min-width: 2000px) {
        .twi--text.image_right .twi--inner_col {
          padding-right: 90px; } }
    @media (max-width: 660px) {
      .twi--text.image_right .twi--inner_col {
        padding-right: 0;
        padding-left: 0 !important; } }
    @media (min-width: 661px) and (max-width: 1060px) {
      .twi--text.image_right .twi--inner_col {
        padding-left: 0; } }
    .twi--text.image_right .twi--featured_image_wrapper {
      margin-left: 30px; }
      @media (max-width: 660px) {
        .twi--text.image_right .twi--featured_image_wrapper {
          margin-right: 30px; } }
    .twi--text.image_left .twi--inner_col {
      padding-left: 30px; }
      @media screen and (min-width: 661px) {
        .twi--text.image_left .twi--inner_col {
          padding-left: calc(30px + 60 * ((100vw - 661px) / 1339)); } }
      @media screen and (min-width: 2000px) {
        .twi--text.image_left .twi--inner_col {
          padding-left: 90px; } }
    .twi--text.image_left .twi--inner_col {
      padding-bottom: 0px; }
      @media screen and (min-width: 661px) {
        .twi--text.image_left .twi--inner_col {
          padding-bottom: calc(0px + 0 * ((100vw - 661px) / 1339)); } }
      @media screen and (min-width: 2000px) {
        .twi--text.image_left .twi--inner_col {
          padding-bottom: 0px; } }
    @media (max-width: 660px) {
      .twi--text.image_left .twi--inner_col {
        padding-right: 0;
        padding-left: 0;
        margin: 15px; } }
    @media (min-width: 661px) and (max-width: 1060px) {
      .twi--text.image_left .twi--inner_col {
        padding-right: 0; } }
    .twi--text.text_quote .twi--headline,
    .twi--text.text_quote .twi--headline p {
      font-family: "interface", sans-serif;
      font-weight: 400; }
    @media (max-width: 660px) {
      .twi--text.text_quote.image_left .twi--inner_col, .twi--text.text_quote.image_right .twi--inner_col {
        margin: 30px; } }
  .twi--quote_icon {
    margin-bottom: -18px;
    margin-left: -38px;
    display: block; }
    .twi--quote_icon {
      margin-left: -25px; }
      @media screen and (min-width: 661px) {
        .twi--quote_icon {
          margin-left: calc(-25px + -15 * ((100vw - 661px) / 1339)); } }
      @media screen and (min-width: 2000px) {
        .twi--quote_icon {
          margin-left: -40px; } }
  .twi--cta_links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px; }
    @media screen and (max-width: 768px) {
      .twi--cta_links {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-top: 25px; } }
    .twi--cta_links {
      margin-bottom: 30px; }
      @media screen and (min-width: 661px) {
        .twi--cta_links {
          margin-bottom: calc(30px + 30 * ((100vw - 661px) / 1339)); } }
      @media screen and (min-width: 2000px) {
        .twi--cta_links {
          margin-bottom: 60px; } }
    .image_left .twi--cta_links {
      margin-bottom: 0px; }
      @media screen and (min-width: 661px) {
        .image_left .twi--cta_links {
          margin-bottom: calc(0px + 0 * ((100vw - 661px) / 1339)); } }
      @media screen and (min-width: 2000px) {
        .image_left .twi--cta_links {
          margin-bottom: 0px; } }
  .twi--cta_links_two .button_secondary {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px; }
  .twi--cta_links_two .button_outline {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px; }
  .twi--video_overlay {
    background: -webkit-gradient(linear, left bottom, left top, from(#02052C), color-stop(15.32%, rgba(2, 5, 44, 0.65)), color-stop(30.63%, rgba(2, 5, 44, 0)));
    background: -webkit-linear-gradient(bottom, #02052C 0%, rgba(2, 5, 44, 0.65) 15.32%, rgba(2, 5, 44, 0) 30.63%);
    background: -o-linear-gradient(bottom, #02052C 0%, rgba(2, 5, 44, 0.65) 15.32%, rgba(2, 5, 44, 0) 30.63%);
    background: linear-gradient(0deg, #02052C 0%, rgba(2, 5, 44, 0.65) 15.32%, rgba(2, 5, 44, 0) 30.63%);
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 2; }
  .twi--play {
    position: absolute;
    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;
    gap: 15px;
    left: 60px;
    bottom: 51px;
    z-index: 3; }
    .twi--play {
      left: 30px; }
      @media screen and (min-width: 661px) {
        .twi--play {
          left: calc(30px + 15 * ((100vw - 661px) / 1339)); } }
      @media screen and (min-width: 2000px) {
        .twi--play {
          left: 45px; } }
    .twi--play {
      bottom: 30px; }
      @media screen and (min-width: 661px) {
        .twi--play {
          bottom: calc(30px + 30 * ((100vw - 661px) / 1339)); } }
      @media screen and (min-width: 2000px) {
        .twi--play {
          bottom: 60px; } }
    @media (min-width: 661px) and (max-width: 1060px) {
      .twi--play {
        bottom: 30px; } }
    @media (min-width: 0px) and (max-width: 1060px) {
      .twi--play {
        bottom: 15px;
        left: 15px; } }
  .twi--play_text {
    color: #F5F5F5;
    font-family: "futura-pt", sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold; }
    .twi--play_text {
      font-size: 15px; }
      @media screen and (min-width: 661px) {
        .twi--play_text {
          font-size: calc(15px + 5 * ((100vw - 661px) / 1339)); } }
      @media screen and (min-width: 2000px) {
        .twi--play_text {
          font-size: 20px; } }
    .twi--play_text:link, .twi--play_text:visited {
      color: #F5F5F5;
      font-family: "futura-pt", sans-serif;
      font-size: 15px;
      text-transform: uppercase;
      text-decoration: none;
      font-weight: bold;
      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; }
      .twi--play_text:link, .twi--play_text:visited {
        font-size: 15px; }
        @media screen and (min-width: 661px) {
          .twi--play_text:link, .twi--play_text:visited {
            font-size: calc(15px + 5 * ((100vw - 661px) / 1339)); } }
        @media screen and (min-width: 2000px) {
          .twi--play_text:link, .twi--play_text:visited {
            font-size: 20px; } }
  .twi--play_button {
    border-radius: 8px;
    -webkit-box-shadow: none;
            box-shadow: none;
    display: inline-block;
    font-family: "futura-pt", sans-serif;
    font-weight: 800;
    font-size: 15px;
    letter-spacing: 0.05em;
    padding: 15px 30px 15px;
    text-decoration: none;
    text-align: center;
    text-shadow: 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;
    min-width: 170px;
    padding: 0px !important;
    background: #F8BF15;
    border-color: #F8BF15;
    color: #F5F5F5;
    margin-right: 15px;
    border-radius: 50%;
    height: 50px;
    min-width: 0;
    padding: 0;
    width: 50px; }
    .twi--play_button {
      font-size: 11px; }
      @media screen and (min-width: 661px) {
        .twi--play_button {
          font-size: calc(11px + 4 * ((100vw - 661px) / 1339)); } }
      @media screen and (min-width: 2000px) {
        .twi--play_button {
          font-size: 15px; } }
    .twi--play_button {
      padding-left: 10px; }
      @media screen and (min-width: 661px) {
        .twi--play_button {
          padding-left: calc(10px + 20 * ((100vw - 661px) / 1339)); } }
      @media screen and (min-width: 2000px) {
        .twi--play_button {
          padding-left: 30px; } }
    .twi--play_button {
      padding-right: 10px; }
      @media screen and (min-width: 661px) {
        .twi--play_button {
          padding-right: calc(10px + 20 * ((100vw - 661px) / 1339)); } }
      @media screen and (min-width: 2000px) {
        .twi--play_button {
          padding-right: 30px; } }
    .twi--play_button:hover:link, .twi--play_button:hover:visited,
    .twi--play_button:hover a:link,
    .twi--play_button:hover a:visited, .twi--play_button:active:link, .twi--play_button:active:visited,
    .twi--play_button:active a:link,
    .twi--play_button:active a:visited, .twi--play_button:focus:link, .twi--play_button:focus:visited,
    .twi--play_button:focus a:link,
    .twi--play_button:focus a:visited {
      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; }
    .twi--play_button:link, .twi--play_button:visited,
    .twi--play_button a:link,
    .twi--play_button a:visited {
      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; }
      p .twi--play_button:link, p .twi--play_button:visited, p
      .twi--play_button a:link, p
      .twi--play_button a:visited {
        text-decoration: none; }
    .twi--play_button:hover, .twi--play_button:active, .twi--play_button:focus {
      background-color: #2B3990;
      border-color: #2B3990; }
    .twi--play_button:after {
      content: '';
      position: absolute;
      left: 21px;
      top: 18px;
      width: 0;
      height: 0;
      border-left: 13px solid #F5F5F5;
      border-top: 7px solid transparent;
      border-bottom: 7px solid transparent;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .twi--play_button:link, .twi--play_button:visited {
      color: #F5F5F5;
      font-weight: 400;
      letter-spacing: .07em; }

.image_underline .twi--featured_image_wrapper {
  margin: 0; }
  @media (max-width: 660px) {
    .image_underline .twi--featured_image_wrapper {
      margin-left: 15px;
      margin-right: 15px; } }

.page-template-tpl-homepage .component__bg_dark:before {
  content: '';
  height: 0;
  width: 0;
  border-top: 440px solid transparent;
  border-right: 3500px solid #2B3990; }
  .page-template-tpl-homepage .component__bg_dark:before {
    border-right-width: 661px; }
    @media screen and (min-width: 661px) {
      .page-template-tpl-homepage .component__bg_dark:before {
        border-right-width: calc(661px + 1339 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .page-template-tpl-homepage .component__bg_dark:before {
        border-right-width: 2000px; } }
  .page-template-tpl-homepage .component__bg_dark:before {
    border-top-width: 100px; }
    @media screen and (min-width: 661px) {
      .page-template-tpl-homepage .component__bg_dark:before {
        border-top-width: calc(100px + 200 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .page-template-tpl-homepage .component__bg_dark:before {
        border-top-width: 300px; } }

.page-template-tpl-homepage .component__bg_dark:after {
  content: '';
  height: 0;
  width: 0;
  border-bottom: 440px solid transparent;
  border-left: 3500px solid #2B3990; }
  .page-template-tpl-homepage .component__bg_dark:after {
    border-left-width: 661px; }
    @media screen and (min-width: 661px) {
      .page-template-tpl-homepage .component__bg_dark:after {
        border-left-width: calc(661px + 1339 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .page-template-tpl-homepage .component__bg_dark:after {
        border-left-width: 2000px; } }
  .page-template-tpl-homepage .component__bg_dark:after {
    border-bottom-width: 100px; }
    @media screen and (min-width: 661px) {
      .page-template-tpl-homepage .component__bg_dark:after {
        border-bottom-width: calc(100px + 200 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .page-template-tpl-homepage .component__bg_dark:after {
        border-bottom-width: 300px; } }

.page-template-tpl-homepage .component__bg_dark {
  margin-top: 30px; }
  @media screen and (min-width: 661px) {
    .page-template-tpl-homepage .component__bg_dark {
      margin-top: calc(30px + 0 * ((100vw - 661px) / 1339)); } }
  @media screen and (min-width: 2000px) {
    .page-template-tpl-homepage .component__bg_dark {
      margin-top: 30px; } }

.page-template-tpl-homepage .component__bg_dark {
  margin-bottom: 90px; }
  @media screen and (min-width: 661px) {
    .page-template-tpl-homepage .component__bg_dark {
      margin-bottom: calc(90px + 120 * ((100vw - 661px) / 1339)); } }
  @media screen and (min-width: 2000px) {
    .page-template-tpl-homepage .component__bg_dark {
      margin-bottom: 210px; } }

.page-template-tpl-homepage .component__bg_dark.component:first-child {
  margin-top: 0; }
  .page-template-tpl-homepage .component__bg_dark.component:first-child:before {
    border-top: 0;
    border-right: 0; }

.page-template-tpl-homepage .component__bg_dark .scroll_padding {
  padding-top: 0px; }
  @media screen and (min-width: 661px) {
    .page-template-tpl-homepage .component__bg_dark .scroll_padding {
      padding-top: calc(0px + 90 * ((100vw - 661px) / 1339)); } }
  @media screen and (min-width: 2000px) {
    .page-template-tpl-homepage .component__bg_dark .scroll_padding {
      padding-top: 90px; } }

.limage img {
  max-width: 100%;
  height: auto;
  border-radius: 33px; }

.limage--caption {
  color: #FFFFFF;
  width: 100%;
  font-weight: 400;
  font-size: 13px;
  max-width: 100%; }

.limage--title {
  text-align: center;
  max-width: 600px;
  padding-bottom: 30px;
  color: #FFFFFF;
  font-size: 52px;
  font-style: normal;
  font-weight: 800;
  line-height: 110%;
  /* 57.2px */
  letter-spacing: -0.52px;
  font-family: "interface", sans-serif;
  line-height: 110%;
  /* 57.2px */
  letter-spacing: -0.52px; }
  @media (max-width: 660px) {
    .limage--title {
      padding: 8px;
      font-size: 32px; } }

.limage--inner {
  text-align: center; }

.lquote--quote {
  font-size: 32px;
  color: #131314;
  font-family: "interface", sans-serif;
  padding-top: 40px;
  padding-bottom: 15px;
  font-weight: 700;
  line-height: 125%;
  /* 40px */ }
  .lquote--quote {
    font-size: 18px; }
    @media screen and (min-width: 661px) {
      .lquote--quote {
        font-size: calc(18px + 14 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .lquote--quote {
        font-size: 32px; } }

.lquote--attribution {
  color: #131314;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
  padding-bottom: 40px; }

.lquote--inner {
  border-left: 8px solid #243E8C; }
  .lquote--inner {
    padding-left: 30px; }
    @media screen and (min-width: 661px) {
      .lquote--inner {
        padding-left: calc(30px + 30 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .lquote--inner {
        padding-left: 60px; } }

.ltext--text p {
  color: #131314;
  font-family: "futura-pt", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.65;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch; }

.ltext--title {
  color: #131314;
  text-align: center;
  font-family: "interface", sans-serif;
  font-size: 52px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 50.4px */
  letter-spacing: -0.84px;
  margin-bottom: 20px; }
  @media (max-width: 901px) {
    .ltext--title {
      font-size: 32px; } }

.fcta--inner {
  background: #2B3990;
  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 auto;
  border-radius: 3px; }
  .fcta--inner {
    padding: 30px; }
    @media screen and (min-width: 661px) {
      .fcta--inner {
        padding: calc(30px + 30 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .fcta--inner {
        padding: 60px; } }
  @media (max-width: 660px) {
    .fcta--inner {
      padding-bottom: 45px;
      padding-top: 45px; } }

.fcta--headline {
  max-width: 950px;
  font-size: 89px;
  font-family: "futura-pt", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.1;
  letter-spacing: -0.01em;
  color: white;
  text-transform: capitalize;
  text-align: center; }
  .fcta--headline {
    font-size: 22px; }
    @media screen and (min-width: 661px) {
      .fcta--headline {
        font-size: calc(22px + 67 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .fcta--headline {
        font-size: 89px; } }
  @media (max-width: 660px) {
    .fcta--headline {
      font-size: 42px; } }

.fcta--description {
  font-family: "futura-pt", sans-serif;
  color: white;
  font-weight: 400;
  width: 75%;
  text-align: center;
  margin-top: 5px; }
  .fcta--description a,
  .fcta--description a:visited,
  .fcta--description a:link {
    color: #FFFFFF; }
    .jobs--featured_cta .fcta--description a, .jobs--featured_cta
    .fcta--description a:visited, .jobs--featured_cta
    .fcta--description a:link {
      color: #FFFFFF; }

.fcta--cta_button {
  margin-top: 30px;
  margin-bottom: 15px; }
  @media (max-width: 660px) {
    .fcta--cta_button {
      margin-bottom: 0; } }

.fcta--button {
  min-width: 150px; }

.mci {
  margin-top: 15px;
  margin-bottom: 15px; }
  .mci--image_wrapper {
    padding-bottom: 15px; }
    .mci--image_wrapper img {
      width: 100%;
      height: auto;
      border-radius: 10px; }
  .mci--caption {
    padding-left: 10px;
    padding-right: 10px;
    color: #2B3990;
    font-size: 13px;
    margin-bottom: 0.5em; }

.mct {
  max-width: 80%;
  margin: 0 auto; }
  @media screen and (max-width: 80em) {
    .mct {
      max-width: 90%; } }
  @media screen and (max-width: 48em) {
    .mct {
      max-width: 100%; } }
  .mct--headline-main {
    font-size: 34px;
    text-align: center;
    margin-bottom: 3rem; }
    @media screen and (max-width: 36em) {
      .mct--headline-main {
        font-size: 1.75rem;
        margin-bottom: 1.5rem; } }
  .mct--item:first-child h3,
  .mct--item:first-child .mct--item_text {
    padding-right: 20px; }
  @media (max-width: 660px) {
    .mct--item {
      margin-bottom: 30px; }
      .mct--item:last-child {
        margin-bottom: 0px; } }
  .mct--item_inner {
    padding-right: 15px; }
    .mct--item_inner:last-child {
      padding-right: 15px; }
    .mct--item_inner.headline_dark h4 {
      font-family: "futura-pt", sans-serif;
      font-size: 29px;
      font-weight: 700;
      line-height: 1.45;
      letter-spacing: .01em; }
      .mct--item_inner.headline_dark h4 {
        font-size: 18px; }
        @media screen and (min-width: 661px) {
          .mct--item_inner.headline_dark h4 {
            font-size: calc(18px + 11 * ((100vw - 661px) / 1339)); } }
        @media screen and (min-width: 2000px) {
          .mct--item_inner.headline_dark h4 {
            font-size: 29px; } }
      .mct--item_inner.headline_dark h4 {
        font-size: 16px; }
        @media screen and (min-width: 661px) {
          .mct--item_inner.headline_dark h4 {
            font-size: calc(16px + 2 * ((100vw - 661px) / 1339)); } }
        @media screen and (min-width: 2000px) {
          .mct--item_inner.headline_dark h4 {
            font-size: 18px; } }
    .mct--item_inner.headline_dark h4,
    .mct--item_inner.headline_dark h2,
    .mct--item_inner.headline_dark h3,
    .mct--item_inner.headline_dark h5 {
      color: #2B3990; }
      .mct--item_inner.headline_dark h4 strong,
      .mct--item_inner.headline_dark h2 strong,
      .mct--item_inner.headline_dark h3 strong,
      .mct--item_inner.headline_dark h5 strong {
        font-weight: 800; }
    .mct--item_inner.headline_light h4 {
      font-family: "futura-pt", sans-serif;
      font-size: 29px;
      font-weight: 700;
      line-height: 1.45;
      letter-spacing: .01em; }
      .mct--item_inner.headline_light h4 {
        font-size: 18px; }
        @media screen and (min-width: 661px) {
          .mct--item_inner.headline_light h4 {
            font-size: calc(18px + 11 * ((100vw - 661px) / 1339)); } }
        @media screen and (min-width: 2000px) {
          .mct--item_inner.headline_light h4 {
            font-size: 29px; } }
      .mct--item_inner.headline_light h4 {
        font-size: 16px; }
        @media screen and (min-width: 661px) {
          .mct--item_inner.headline_light h4 {
            font-size: calc(16px + 2 * ((100vw - 661px) / 1339)); } }
        @media screen and (min-width: 2000px) {
          .mct--item_inner.headline_light h4 {
            font-size: 18px; } }
    .mct--item_inner.headline_light h4,
    .mct--item_inner.headline_light h2,
    .mct--item_inner.headline_light h3,
    .mct--item_inner.headline_light h5 {
      color: #2B3990; }
      .mct--item_inner.headline_light h4 strong,
      .mct--item_inner.headline_light h2 strong,
      .mct--item_inner.headline_light h3 strong,
      .mct--item_inner.headline_light h5 strong {
        font-weight: 800; }
  .mct--item_headline {
    font-family: "futura-pt", sans-serif;
    font-size: 29px;
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: .01em;
    text-transform: capitalize; }
    .mct--item_headline {
      font-size: 18px; }
      @media screen and (min-width: 661px) {
        .mct--item_headline {
          font-size: calc(18px + 11 * ((100vw - 661px) / 1339)); } }
      @media screen and (min-width: 2000px) {
        .mct--item_headline {
          font-size: 29px; } }
    .mct--item_headline {
      font-size: 16px; }
      @media screen and (min-width: 661px) {
        .mct--item_headline {
          font-size: calc(16px + 2 * ((100vw - 661px) / 1339)); } }
      @media screen and (min-width: 2000px) {
        .mct--item_headline {
          font-size: 18px; } }
    .mct--item_headline {
      margin-bottom: 10px; }
      @media screen and (min-width: 661px) {
        .mct--item_headline {
          margin-bottom: calc(10px + 5 * ((100vw - 661px) / 1339)); } }
      @media screen and (min-width: 2000px) {
        .mct--item_headline {
          margin-bottom: 15px; } }
  .mct--item_text {
    color: #2B3990; }
    .mct--item_text {
      font-size: 16px; }
      @media screen and (min-width: 661px) {
        .mct--item_text {
          font-size: calc(16px + 2 * ((100vw - 661px) / 1339)); } }
      @media screen and (min-width: 2000px) {
        .mct--item_text {
          font-size: 18px; } }
  .mct--items {
    row-gap: 2rem;
    -webkit-column-gap: 2%;
       -moz-column-gap: 2%;
            column-gap: 2%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    @media screen and (max-width: 36em) {
      .mct--items {
        row-gap: 0; } }

/*  |> Variations
——————————————————————————————————————————————————————*/
#multicolumn-text-with-numbers .mct--item_headline {
  font-size: 2.125rem;
  margin: 0;
  margin-bottom: 0.5rem; }
  @media screen and (max-width: 36em) {
    #multicolumn-text-with-numbers .mct--item_headline {
      margin-bottom: 0;
      font-size: 1.8rem; } }

.merchandise--headline {
  font-family: "futura-pt", sans-serif;
  font-size: 52px;
  font-weight: 700;
  line-height: 1.2em;
  letter-spacing: .01em;
  margin-bottom: 0.3em;
  margin-top: 60px; }
  .merchandise--headline {
    font-size: 20px; }
    @media screen and (min-width: 661px) {
      .merchandise--headline {
        font-size: calc(20px + 32 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .merchandise--headline {
        font-size: 52px; } }
  @media (max-width: 660px) {
    .merchandise--headline {
      font-size: 33px; } }

.merchandise--description {
  margin-top: 0;
  margin-bottom: 30px;
  max-width: 350px; }

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

.merchandise--wrapper {
  display: grid; }

.merchandise--item {
  border-radius: 0px;
  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; }
  .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: bottom 0.5s ease-out;
        -o-transition: bottom 0.5s ease-out;
        transition: bottom 0.5s ease-out;
        cursor: pointer;
        bottom: 0px; }
  @media (max-width: 660px) {
    .merchandise--item {
      margin-bottom: 15px; } }

.merchandise--item_about {
  color: #F5F5F5;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  padding: 20px 5px 15px;
  text-transform: none; }
  .col_forth .merchandise--item_about {
    text-align: center; }
  @media (max-width: 660px) {
    .merchandise--item_about {
      padding: 20px 6px 15px; } }

.merchandise--item_name {
  display: block; }
  .col_fourth .merchandise--item_name {
    text-align: center; }

.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: 400; }
  .col_fourth .merchandise--item_price {
    display: block; }

.merchandise button {
  position: absolute;
  left: 0%;
  display: block;
  -webkit-transition: bottom 0.8s ease-out;
  -o-transition: bottom 0.8s ease-out;
  transition: bottom 0.8s ease-out;
  border-radius: 0;
  background-color: #2B3990;
  width: 100%;
  border-color: #2B3990;
  padding: 5px;
  bottom: -300px; }

.merchandise--store_link {
  text-align: right;
  width: 100%; }
  .merchandise--store_link a {
    marin-top: 0; }

.scl {
  padding-bottom: 0.5em; }
  .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: 14px;
    color: #F8BF15;
    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: #2B3990;
      text-decoration: underline;
      -webkit-text-decoration-color: #F8BF15;
              text-decoration-color: #F8BF15; }
    .scl--link.button_link:link.button_internal:after, .scl--link.button_link:visited.button_internal:after {
      background-image: url(images/internal_icon_blue.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_blue.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); }

@media screen and (min-width: 768px) and (max-width: 1250px) {
  .endorsements .col_fifth {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%; } }

@media (min-width: 540px) and (max-width: 765px) {
  .endorsements .col_fifth {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 34%;
        -ms-flex: 0 0 34%;
            flex: 0 0 34%; } }

.endorsements--headline {
  text-align: center;
  margin-bottom: 30px;
  font-family: "interface", sans-serif;
  font-weight: 700;
  font-size: 52px;
  color: #19345C; }
  .endorsements--headline {
    margin-bottom: 0px; }
    @media screen and (min-width: 661px) {
      .endorsements--headline {
        margin-bottom: calc(0px + 30 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .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) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .endorsements--headline {
        margin-top: -30px; } }
  @media screen and (max-width: 36em) {
    .endorsements--headline {
      font-size: 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: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -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: 12px;
  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) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .endorsements--icon {
        height: 200px; } }
  .endorsements--icon {
    width: 100px; }
    @media screen and (min-width: 661px) {
      .endorsements--icon {
        width: calc(100px + 100 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .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) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .endorsements--image {
        width: 200px; } }

.endorsements--text {
  margin-top: 10px;
  text-align: center;
  font-size: 20px;
  padding: 0 1.5rem;
  font-weight: 700;
  line-height: 140%;
  color: #131314;
  text-transform: uppercase; }

.endorsements--sub-title {
  text-align: center;
  font-family: "interface", sans-serif;
  font-size: 11px;
  padding: 0 1.5rem;
  font-weight: 700;
  line-height: 140%;
  color: #131314;
  text-transform: uppercase; }

.issues_feed {
  padding-left: 50px;
  padding-right: 50px;
  position: relative; }
  .issues_feed--top {
    width: 50%; }
  .issues_feed--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-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; }
  @media (max-width: 660px) {
    .issues_feed {
      padding-left: 0px;
      padding-right: 0px; } }
  @media (min-width: 661px) and (max-width: 1060px) {
    .issues_feed {
      padding-left: 25px;
      padding-right: 25px; } }
  .issues_feed--title {
    font-size: 89px;
    font-family: "futura-pt", sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1.1;
    letter-spacing: -0.01em;
    width: 72%; }
    .issues_feed--title {
      font-size: 22px; }
      @media screen and (min-width: 661px) {
        .issues_feed--title {
          font-size: calc(22px + 67 * ((100vw - 661px) / 1339)); } }
      @media screen and (min-width: 2000px) {
        .issues_feed--title {
          font-size: 89px; } }
    @media (max-width: 660px) {
      .issues_feed--title {
        font-size: 42px; } }
    @media (max-width: 660px) {
      .issues_feed--title {
        padding-left: 0px;
        padding-right: 20px;
        width: 100%; } }
  .issues_feed--single_issue {
    width: 49%;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 660px) {
      .issues_feed--single_issue {
        width: 100%; } }
  .issues_feed--single_title {
    text-decoration: none;
    font-family: "futura-pt", sans-serif;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: .01em;
    text-transform: uppercase;
    width: 90%; }
    .issues_feed--single_title {
      font-size: 18px; }
      @media screen and (min-width: 661px) {
        .issues_feed--single_title {
          font-size: calc(18px + 16 * ((100vw - 661px) / 1339)); } }
      @media screen and (min-width: 2000px) {
        .issues_feed--single_title {
          font-size: 34px; } }
    @media (min-width: 1061px) {
      .issues_feed--single_title {
        width: 60%; } }
  .issues_feed--single_wrapper {
    text-decoration: none;
    border: 1px solid #FFFFFF;
    padding: 15px 30px;
    border-radius: 10px;
    margin-top: 15px;
    position: relative;
    width: 100%;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-transition: background-color .3s ease-out;
    -o-transition: background-color .3s ease-out;
    transition: background-color .3s ease-out;
    min-height: 68px;
    line-height: 1;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .issues_feed--single_wrapper:link, .issues_feed--single_wrapper:visited {
      text-decoration: none; }
    .issues_feed--single_wrapper:hover, .issues_feed--single_wrapper:focus, .issues_feed--single_wrapper:active {
      background-color: #2B3990;
      -webkit-transition: background-color .3s ease-out;
      -o-transition: background-color .3s ease-out;
      transition: background-color .3s ease-out; }
      .issues_feed--single_wrapper:hover .issues_feed--single_title, .issues_feed--single_wrapper:focus .issues_feed--single_title, .issues_feed--single_wrapper:active .issues_feed--single_title {
        color: #f3d26d; }
      .issues_feed--single_wrapper:hover .issues_feed--single_title .internal_icon svg path, .issues_feed--single_wrapper:focus .issues_feed--single_title .internal_icon svg path, .issues_feed--single_wrapper:active .issues_feed--single_title .internal_icon svg path {
        fill: #f3d26d; }
  .issues_feed .internal_icon {
    position: absolute;
    bottom: 5px;
    right: 10px;
    height: auto;
    width: 38px; }
    .issues_feed .internal_icon svg path {
      fill: #FFFFFF; }
    @media (max-width: 660px) {
      .issues_feed .internal_icon {
        width: 30px; } }
  .issues_feed--all_issues {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100px;
    -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
            align-content: flex-start;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    @media (max-width: 660px) {
      .issues_feed--all_issues {
        margin-top: 15px;
        height: auto;
        width: 100%;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    @media (min-width: 661px) {
      .issues_feed--all_issues {
        width: 48%; } }
    @media (max-width: 660px) {
      .issues_feed--all_issues .issues_feed--all_issues_inner {
        width: 100%; } }
    @media (max-width: 660px) {
      .issues_feed--all_issues .issues_feed--all_issues_inner a {
        width: 100%;
        padding-left: 0px;
        padding-right: 0px; } }

.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: 89px;
  font-family: "futura-pt", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.1;
  letter-spacing: -0.01em;
  width: 66%; }
  .news_feed--title_left {
    font-size: 22px; }
    @media screen and (min-width: 661px) {
      .news_feed--title_left {
        font-size: calc(22px + 67 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .news_feed--title_left {
        font-size: 89px; } }
  @media (max-width: 660px) {
    .news_feed--title_left {
      font-size: 42px; } }
  @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) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .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) / 1339)); } }
      @media screen and (min-width: 2000px) {
        .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: underline;
    color: #f3d26d;
    -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: 14px;
  line-height: 1.45;
  letter-spacing: 0.05em;
  text-transform: uppercase; }
  .news_feed--source {
    font-size: 14px; }
    @media screen and (min-width: 661px) {
      .news_feed--source {
        font-size: calc(14px + 0 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .news_feed--source {
        font-size: 14px; } }
  @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: none;
          box-shadow: none; }

.social_feed .juicer-feed .j-twitter-display-name {
  font-family: "futura-pt", sans-serif;
  color: #2B3990;
  font-weight: 700;
  text-transform: uppercase; }

.social_feed .juicer-feed .j-twitter-screen-name {
  font-family: "futura-pt", sans-serif;
  color: #2B3990;
  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: #F5F5F5;
  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: #2B3990; }

.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: #243E8C;
  font-family: "futura-pt", sans-serif;
  font-size: 14px; }

.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: #B254A0; }

.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 #131314;
  border-radius: 8px;
  color: #2B3990;
  overflow: hidden; }

.stats--left {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 35%;
      -ms-flex: 0 0 35%;
          flex: 0 0 35%;
  background: #f3d26d; }
  @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) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .stats--left_inner {
        padding: 60px; } }

.stats--headline {
  font-family: "futura-pt", sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: .01em; }
  .stats--headline {
    font-size: 18px; }
    @media screen and (min-width: 661px) {
      .stats--headline {
        font-size: calc(18px + 16 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .stats--headline {
        font-size: 34px; } }
  .stats--headline {
    font-size: 20px; }
    @media screen and (min-width: 661px) {
      .stats--headline {
        font-size: calc(20px + 5 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .stats--headline {
        font-size: 25px; } }
  @media (max-width: 800px) {
    .stats--headline {
      font-size: 27px; } }

.stats--sub {
  font-size: 14px;
  line-height: 1.45;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 15px; }
  .stats--sub {
    font-size: 14px; }
    @media screen and (min-width: 661px) {
      .stats--sub {
        font-size: calc(14px + 0 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .stats--sub {
        font-size: 14px; } }
  @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) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .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) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .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) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .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) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .stats--list {
        padding-right: 30px; } }
  .stats--list.one_row {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .stats--list.even_row {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }

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

.stats .col_fourth .stats--number {
  font-size: 89px;
  font-family: "futura-pt", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.1;
  letter-spacing: -0.01em; }
  .stats .col_fourth .stats--number {
    font-size: 22px; }
    @media screen and (min-width: 661px) {
      .stats .col_fourth .stats--number {
        font-size: calc(22px + 67 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .stats .col_fourth .stats--number {
        font-size: 89px; } }
  @media (max-width: 660px) {
    .stats .col_fourth .stats--number {
      font-size: 42px; } }
  .stats .col_fourth .stats--number {
    font-size: 34px; }
    @media screen and (min-width: 661px) {
      .stats .col_fourth .stats--number {
        font-size: calc(34px + 36 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .stats .col_fourth .stats--number {
        font-size: 70px; } }

.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) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .stats .col_fourth .stats--text {
        font-size: 16px; } }

.stats .col_third .stats--number {
  font-size: 89px;
  font-family: "futura-pt", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.1;
  letter-spacing: -0.01em; }
  .stats .col_third .stats--number {
    font-size: 22px; }
    @media screen and (min-width: 661px) {
      .stats .col_third .stats--number {
        font-size: calc(22px + 67 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .stats .col_third .stats--number {
        font-size: 89px; } }
  @media (max-width: 660px) {
    .stats .col_third .stats--number {
      font-size: 42px; } }
  .stats .col_third .stats--number {
    font-size: 34px; }
    @media screen and (min-width: 661px) {
      .stats .col_third .stats--number {
        font-size: calc(34px + 46 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .stats .col_third .stats--number {
        font-size: 80px; } }

.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) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .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) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .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) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .stats .col_third.one_row .stats--text {
        font-size: 16px; } }

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

.grid-home .blue {
  background-color: #243E8C;
  color: #131314; }

.grid-home .blue:hover {
  background-color: #F8BF15;
  color: #131314; }

.grid-home .red {
  background-color: #F8BF15;
  color: #FFFFFF; }

.grid-home .red:hover {
  background-color: #243E8C;
  color: #FFFFFF; }

.grid-home--item_btn {
  cursor: pointer;
  padding: 0.7rem;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  border-radius: 8px;
  max-width: 160px; }

.grid-home--button {
  display: inline-block;
  background-color: #2B3990;
  color: white;
  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;
  width: 100%; }
  @media (max-width: 660px) {
    .grid-home--button {
      padding: 13px 15px 12px; } }
  .grid-home--button svg {
    padding-left: 5%;
    margin-top: -2px; }
    .grid-home--button svg {
      height: 11px; }
      @media screen and (min-width: 661px) {
        .grid-home--button svg {
          height: calc(11px + 4 * ((100vw - 661px) / 1339)); } }
      @media screen and (min-width: 2000px) {
        .grid-home--button svg {
          height: 15px; } }
    @media (max-width: 660px) {
      .grid-home--button svg {
        height: 17px; } }

.grid-home--item_button {
  width: 90%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto; }

.grid-home--headline {
  text-align: center;
  font-size: 2.125rem; }
  @media screen and (max-width: 36em) {
    .grid-home--headline {
      font-size: 1.75rem; } }

.grid-home--description {
  text-align: center;
  margin-bottom: 30px; }
  .grid-home--description p {
    padding-left: 30px;
    padding-right: 30px; }

.grid-home--item_headline {
  color: #131314;
  font-family: "interface", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 125%;
  /* 40px */
  text-transform: capitalize;
  margin-bottom: 15px; }

.grid-home--item_description {
  color: #131314;
  font-family: "futura-pt", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
  margin-bottom: 16px; }

.grid-home--item {
  border-left: 8px solid #243E8C; }
  @media screen and (min-width: 768px) {
    .grid-home--item {
      min-height: 230px; } }
  .grid-home--item:last-child {
    margin-bottom: 20px; }
  @media screen and (max-width: 36em) {
    .grid-home--item {
      padding: 2rem !important; } }

.grid-home--item_wrapper {
  padding: 30px 15px 20px;
  height: calc(100% - 70px);
  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-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  background-color: #B254A0;
  margin: 10px;
  position: relative;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .grid-home--item_wrapper {
    padding-left: 15px; }
    @media screen and (min-width: 661px) {
      .grid-home--item_wrapper {
        padding-left: calc(15px + 30 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .grid-home--item_wrapper {
        padding-left: 45px; } }
  .grid-home--item_wrapper {
    padding-right: 15px; }
    @media screen and (min-width: 661px) {
      .grid-home--item_wrapper {
        padding-right: calc(15px + 30 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .grid-home--item_wrapper {
        padding-right: 45px; } }
  .page-template-tpl-homepage .grid-home--item_wrapper {
    padding: 30px 10%; }
    @media (min-width: 1281px) {
      .page-template-tpl-homepage .grid-home--item_wrapper {
        padding: 30px 12%; } }

.grid-home--items {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 0;
  margin-bottom: -1.5rem; }
  .page-template-tpl-homepage .grid-home--items {
    margin-top: 0px; }

.grid-home--inner {
  display: block;
  position: relative; }
  .page-template-tpl-homepage .grid-home--inner {
    padding-left: 0;
    padding-right: 0; }
    @media (max-width: 660px) {
      .page-template-tpl-homepage .grid-home--inner {
        padding-left: 15px;
        padding-right: 15px; } }

.grid-home--items_wrapper {
  display: block;
  position: relative;
  margin-left: -30px;
  margin-right: -30px; }
  @media (max-width: 660px) {
    .grid-home--items_wrapper {
      margin-left: auto;
      margin-right: auto; } }
  .page-template-tpl-homepage .grid-home--items_wrapper {
    margin-left: -15px;
    margin-right: -15px; }

.grid-home--bottom {
  text-align: center;
  margin-top: 15px; }

.grid-home .grid_icon {
  position: absolute;
  top: 10px;
  right: 10px;
  height: auto;
  width: 38px; }
  .grid-home .grid_icon svg path {
    fill: #2B3990;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  @media (min-width: 0px) and (max-width: 1060px) {
    .grid-home .grid_icon {
      width: 30px; } }

.grid-home .grid--button_link {
  text-decoration: none;
  color: #2B3990;
  border: none; }
  .grid-home .grid--button_link .grid--item_headline {
    text-decoration: none; }
  .grid-home .grid--button_link .grid--button {
    border: none; }
  .grid-home .grid--button_link:hover:link .grid--item_wrapper, .grid-home .grid--button_link:hover:visited .grid--item_wrapper, .grid-home .grid--button_link:focus:link .grid--item_wrapper, .grid-home .grid--button_link:focus:visited .grid--item_wrapper, .grid-home .grid--button_link:active:link .grid--item_wrapper, .grid-home .grid--button_link:active:visited .grid--item_wrapper {
    background-color: #2B3990; }
  .grid-home .grid--button_link:hover:link .grid--item_headline, .grid-home .grid--button_link:hover:visited .grid--item_headline, .grid-home .grid--button_link:focus:link .grid--item_headline, .grid-home .grid--button_link:focus:visited .grid--item_headline, .grid-home .grid--button_link:active:link .grid--item_headline, .grid-home .grid--button_link:active:visited .grid--item_headline {
    color: white; }
  .grid-home .grid--button_link:hover:link .grid--button, .grid-home .grid--button_link:hover:visited .grid--button, .grid-home .grid--button_link:focus:link .grid--button, .grid-home .grid--button_link:focus:visited .grid--button, .grid-home .grid--button_link:active:link .grid--button, .grid-home .grid--button_link:active:visited .grid--button {
    background: #2B3990;
    color: white;
    text-decoration: none;
    border: none;
    cursor: pointer; }
  .grid-home .grid--button_link:hover:link .grid_icon svg path, .grid-home .grid--button_link:hover:visited .grid_icon svg path, .grid-home .grid--button_link:focus:link .grid_icon svg path, .grid-home .grid--button_link:focus:visited .grid_icon svg path, .grid-home .grid--button_link:active:link .grid_icon svg path, .grid-home .grid--button_link:active:visited .grid_icon svg path {
    fill: white; }

.grid-home--items {
  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; }
  @media screen and (min-width: 1250px) {
    .grid-home--items {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; } }

.grid-home--item {
  padding: 2.5rem 1rem;
  text-decoration: none !important;
  color: #0A0A0A !important;
  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-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%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 1.5rem;
  width: 100%; }
  @media (max-width: 660px) {
    .grid-home--item {
      margin-bottom: 25px; } }
  @media screen and (min-width: 1250px) {
    .grid-home--item {
      min-width: 33%; } }
  .grid-home--item[target] {
    -webkit-transition: .3s !important;
    -o-transition: .3s !important;
    transition: .3s !important;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .grid-home--item[target]:hover, .grid-home--item[target]:focus {
      text-decoration: none !important; }

.grid-home a {
  text-decoration: none; }

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

.grid--button {
  display: inline-block;
  background-color: #2B3990;
  color: white;
  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;
  width: 100%; }
  @media (max-width: 660px) {
    .grid--button {
      padding: 13px 15px 12px; } }
  .grid--button svg {
    padding-left: 5%;
    margin-top: -2px; }
    .grid--button svg {
      height: 11px; }
      @media screen and (min-width: 661px) {
        .grid--button svg {
          height: calc(11px + 4 * ((100vw - 661px) / 1339)); } }
      @media screen and (min-width: 2000px) {
        .grid--button svg {
          height: 15px; } }
    @media (max-width: 660px) {
      .grid--button svg {
        height: 17px; } }

.grid--item_button {
  width: 90%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto; }

.grid--headline {
  text-align: center;
  font-size: 2.125rem; }
  @media screen and (max-width: 36em) {
    .grid--headline {
      font-size: 1.75rem; } }

.grid--description {
  text-align: center;
  margin-bottom: 30px; }
  .grid--description p {
    padding-left: 30px;
    padding-right: 30px; }

.grid--item_headline {
  font-family: "futura-pt", sans-serif;
  font-size: 29px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: .01em;
  text-transform: capitalize;
  line-height: 1.05;
  margin-bottom: 15px;
  text-align: center;
  padding: 0 30px; }
  .grid--item_headline {
    font-size: 18px; }
    @media screen and (min-width: 661px) {
      .grid--item_headline {
        font-size: calc(18px + 11 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .grid--item_headline {
        font-size: 29px; } }
  @media (max-width: 660px) {
    .grid--item_headline {
      padding: 15px 0 0; } }

.grid--item {
  height: 230px; }
  @media (max-width: 660px) {
    .grid--item {
      height: 250px; } }
  .grid--item:last-child {
    margin-bottom: 0; }
  @media screen and (max-width: 36em) {
    .grid--item {
      padding: 2rem !important; } }

.grid--item_wrapper {
  padding: 30px 15px 20px;
  height: calc(100% - 70px);
  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-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  background-color: #B254A0;
  margin: 10px;
  position: relative;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .grid--item_wrapper {
    padding-left: 15px; }
    @media screen and (min-width: 661px) {
      .grid--item_wrapper {
        padding-left: calc(15px + 30 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .grid--item_wrapper {
        padding-left: 45px; } }
  .grid--item_wrapper {
    padding-right: 15px; }
    @media screen and (min-width: 661px) {
      .grid--item_wrapper {
        padding-right: calc(15px + 30 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .grid--item_wrapper {
        padding-right: 45px; } }
  .page-template-tpl-homepage .grid--item_wrapper {
    padding: 30px 10%; }
    @media (min-width: 1281px) {
      .page-template-tpl-homepage .grid--item_wrapper {
        padding: 30px 12%; } }

.grid--items {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 0;
  margin-bottom: -1.5rem; }
  .page-template-tpl-homepage .grid--items {
    margin-top: 0px; }

.grid--inner {
  display: block;
  position: relative; }
  .page-template-tpl-homepage .grid--inner {
    padding-left: 0;
    padding-right: 0; }
    @media (max-width: 660px) {
      .page-template-tpl-homepage .grid--inner {
        padding-left: 15px;
        padding-right: 15px; } }

.grid--items_wrapper {
  display: block;
  position: relative;
  margin-left: -30px;
  margin-right: -30px; }
  @media (max-width: 660px) {
    .grid--items_wrapper {
      margin-left: auto;
      margin-right: auto; } }
  .page-template-tpl-homepage .grid--items_wrapper {
    margin-left: -15px;
    margin-right: -15px; }

.grid--bottom {
  text-align: center;
  margin-top: 15px; }

.grid .grid_icon {
  position: absolute;
  top: 10px;
  right: 10px;
  height: auto;
  width: 38px; }
  .grid .grid_icon svg path {
    fill: #2B3990;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  @media (min-width: 0px) and (max-width: 1060px) {
    .grid .grid_icon {
      width: 30px; } }

.grid .grid--button_link {
  text-decoration: none;
  color: #2B3990;
  border: none; }
  .grid .grid--button_link .grid--item_headline {
    text-decoration: none; }
  .grid .grid--button_link .grid--button {
    border: none; }
  .grid .grid--button_link:hover:link .grid--item_wrapper, .grid .grid--button_link:hover:visited .grid--item_wrapper, .grid .grid--button_link:focus:link .grid--item_wrapper, .grid .grid--button_link:focus:visited .grid--item_wrapper, .grid .grid--button_link:active:link .grid--item_wrapper, .grid .grid--button_link:active:visited .grid--item_wrapper {
    background-color: #2B3990; }
  .grid .grid--button_link:hover:link .grid--item_headline, .grid .grid--button_link:hover:visited .grid--item_headline, .grid .grid--button_link:focus:link .grid--item_headline, .grid .grid--button_link:focus:visited .grid--item_headline, .grid .grid--button_link:active:link .grid--item_headline, .grid .grid--button_link:active:visited .grid--item_headline {
    color: white; }
  .grid .grid--button_link:hover:link .grid--button, .grid .grid--button_link:hover:visited .grid--button, .grid .grid--button_link:focus:link .grid--button, .grid .grid--button_link:focus:visited .grid--button, .grid .grid--button_link:active:link .grid--button, .grid .grid--button_link:active:visited .grid--button {
    background: #2B3990;
    color: white;
    text-decoration: none;
    border: none;
    cursor: pointer; }
  .grid .grid--button_link:hover:link .grid_icon svg path, .grid .grid--button_link:hover:visited .grid_icon svg path, .grid .grid--button_link:focus:link .grid_icon svg path, .grid .grid--button_link:focus:visited .grid_icon svg path, .grid .grid--button_link:active:link .grid_icon svg path, .grid .grid--button_link:active:visited .grid_icon svg path {
    fill: white; }

.grid--items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  max-width: 1000px;
  margin: 3rem auto 0; }

.grid--item {
  padding: 2.5rem 1rem;
  text-decoration: none !important;
  color: #0A0A0A !important;
  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-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%;
  max-width: 300px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 1.5rem;
  min-width: 30%; }
  @media screen and (max-width: 64em) {
    .grid--item {
      min-width: 48%; } }
  .grid--item[target] {
    background: #B254A0;
    -webkit-transition: .3s !important;
    -o-transition: .3s !important;
    transition: .3s !important;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .grid--item[target]:hover, .grid--item[target]:focus {
      background: #1B2B44 !important;
      text-decoration: none !important;
      color: white !important; }

.grid--item_headline {
  font-size: 1.125rem;
  line-height: 1.3; }

.grid--item_btn {
  padding: 0.7rem;
  background: #2B3990;
  text-align: center;
  text-transform: uppercase;
  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: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 1.15px;
  min-width: 220px;
  margin: 0 auto;
  border-radius: 3px;
  color: white; }
  .grid--item_btn .icon {
    --size: 1em;
    margin-right: -0.8rem; }

.news .news_topper .narrow-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: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.news .news_topper--headline {
  color: #131314;
  text-align: center;
  font-size: 52px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 62.4px */
  max-width: 624px; }

.news .news_topper--category {
  color: #131314;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  /* 28px */
  text-transform: uppercase;
  margin-top: 88px;
  font-family: "interface", sans-serif; }

.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) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .news--scl {
        padding-top: 60px; } }
  .news--scl a {
    color: #2B3990;
    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 a:hover {
      color: #F8BF15; }
  .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;
  color: white; }
  @media screen and (max-width: 768px) {
    .news #more_posts {
      font-size: 20px;
      width: 100%; } }
  .news #more_posts:hover {
    background-color: #2B3990;
    border-color: #2B3990; }
  .news #more_posts.hide {
    display: none; }

.news--scl a {
  cursor: pointer;
  margin-right: 15px; }
  @media screen and (max-width: 768px) {
    .news--scl a {
      margin-right: 30px; } }

.wp-block-buttons {
  text-align: center; }
  .wp-block-buttons a {
    color: #FFFFFF;
    background-color: #2B3990;
    text-decoration: none; }
  .wp-block-buttons a:hover {
    color: #2B3990;
    background-color: #243E8C; }

.news_topper .full-media-wrapperr {
  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; }

.news_topper--source {
  color: #131314;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 15px; }

.news_topper--category {
  color: #131314;
  font-size: 14px;
  line-height: 1.45;
  letter-spacing: 0.05em;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  display: block;
  margin-bottom: 15px;
  font-family: "interface", sans-serif; }
  .news_topper--category {
    font-size: 14px; }
    @media screen and (min-width: 661px) {
      .news_topper--category {
        font-size: calc(14px + 0 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .news_topper--category {
        font-size: 14px; } }
  @media (max-width: 660px) {
    .news_topper--category {
      font-size: 13px; } }

.news_topper--headline {
  margin-bottom: 0.2em;
  font-family: "futura-pt", sans-serif;
  font-size: 52px;
  font-weight: 700;
  line-height: 1.2em;
  letter-spacing: .01em; }
  .news_topper--headline {
    font-size: 20px; }
    @media screen and (min-width: 661px) {
      .news_topper--headline {
        font-size: calc(20px + 32 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .news_topper--headline {
        font-size: 52px; } }
  @media (max-width: 660px) {
    .news_topper--headline {
      font-size: 33px; } }

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

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

.news_topper .the-content {
  color: #131314;
  font-family: "futura-pt", sans-serif; }

.news_cards {
  margin-top: 60px; }
  .news_cards--category {
    color: #2B3990;
    font-family: "interface", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    /* 28px */
    text-transform: uppercase; }
  .news_cards--element {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 28px 48px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    border-radius: 10px;
    border: 3px solid #B254A0;
    margin-bottom: 56px; }
  .news_cards article hr {
    height: 1px;
    margin-bottom: 45px;
    margin-top: 45px; }
  .news_cards .button_external:after {
    background-image: url(images/more-external-site.svg); }
  .news_cards .button_external:hover:after, .news_cards .button_external:focus:after, .news_cards .button_external:active:after {
    background-image: url(images/external_icon_blue.svg); }
  .news_cards .button_internal:after {
    background-image: url(images/more-arrow.svg); }
  .news_cards .button_internal:hover:after, .news_cards .button_internal:focus:after, .news_cards .button_internal:active:after {
    background-image: url(images/internal_icon_blue.svg); }
  .news_cards--source {
    color: #131314;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 165%;
    /* 33px */ }
  .news_cards--title {
    font-size: 32px;
    color: #131314;
    text-decoration: none;
    text-transform: none;
    margin-top: 0.5em;
    margin-bottom: 5px; }
    .news_cards--title:hover, .news_cards--title:active, .news_cards--title:focus {
      text-decoration: underline;
      color: #243E8C; }
    .news_cards--title:link, .news_cards--title:visited {
      text-decoration: none; }
      .news_cards--title:link:hover, .news_cards--title:link:active, .news_cards--title:link:focus, .news_cards--title:visited:hover, .news_cards--title:visited:active, .news_cards--title:visited:focus {
        text-decoration: underline;
        color: #243E8C; }
  .news_cards--dateauthor {
    margin-top: 15px;
    color: #131314;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 165%;
    /* 33px */ }
  .news_cards--after-link {
    width: 100%; }
  .news_cards--container-after-link {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    position: relative; }
    .news_cards--container-after-link a {
      border-bottom: 4px solid #1C4F90;
      padding-right: 25px; }
    .news_cards--container-after-link svg {
      position: absolute;
      top: 8px;
      right: 0px;
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
  .news_cards--container-after-link:hover svg {
    right: -15px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  .news_cards .button_link {
    text-decoration: none; }
    @media screen and (max-width: 768px) {
      .news_cards .button_link {
        font-size: 20px; } }

@media (max-width: 530px) {
  .news-page {
    padding: 15px; } }

.jobs.inner-wrapper {
  padding-bottom: 60px; }
  .jobs.inner-wrapper {
    padding-bottom: 30px; }
    @media screen and (min-width: 661px) {
      .jobs.inner-wrapper {
        padding-bottom: calc(30px + 30 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .jobs.inner-wrapper {
        padding-bottom: 60px; } }

.jobs--scl {
  padding-top: 60px;
  text-align: center; }
  .jobs--scl {
    padding-top: 30px; }
    @media screen and (min-width: 661px) {
      .jobs--scl {
        padding-top: calc(30px + 30 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .jobs--scl {
        padding-top: 60px; } }
  .jobs--scl a {
    color: #2B3990; }
  .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: #2B3990; }
      .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 {
        color: #2B3990;
        -webkit-text-decoration-color: #F8BF15;
                text-decoration-color: #F8BF15; }

.jobs--section {
  margin-top: 30px; }
  .jobs--section {
    margin-top: 30px; }
    @media screen and (min-width: 661px) {
      .jobs--section {
        margin-top: calc(30px + 30 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .jobs--section {
        margin-top: 60px; } }
  .jobs--section hr {
    height: 1px; }
    .jobs--section hr {
      margin-top: 30px; }
      @media screen and (min-width: 661px) {
        .jobs--section hr {
          margin-top: calc(30px + 30 * ((100vw - 661px) / 1339)); } }
      @media screen and (min-width: 2000px) {
        .jobs--section hr {
          margin-top: 60px; } }
  .jobs--section h3 {
    font-family: "futura-pt", sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: .01em; }
    .jobs--section h3 {
      font-size: 20px; }
      @media screen and (min-width: 661px) {
        .jobs--section h3 {
          font-size: calc(20px + 16 * ((100vw - 661px) / 1339)); } }
      @media screen and (min-width: 2000px) {
        .jobs--section h3 {
          font-size: 36px; } }

.jobs--headline {
  font-family: "futura-pt", sans-serif;
  font-size: 52px;
  font-weight: 700;
  line-height: 1.2em;
  letter-spacing: .01em;
  text-transform: capitalize; }
  .jobs--headline {
    font-size: 20px; }
    @media screen and (min-width: 661px) {
      .jobs--headline {
        font-size: calc(20px + 32 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .jobs--headline {
        font-size: 52px; } }
  @media (max-width: 660px) {
    .jobs--headline {
      font-size: 33px; } }

.jobs--app_link {
  text-align: center;
  padding-top: 30px;
  color: #243E8C; }
  .jobs--app_link a,
  .jobs--app_link a:link,
  .jobs--app_link a:visited {
    color: #243E8C;
    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 {
      color: #2B3990;
      -webkit-text-decoration-color: #F8BF15;
              text-decoration-color: #F8BF15; }

.jobs_cards {
  margin-top: 60px; }
  .jobs_cards article hr {
    height: 1px;
    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--element .button_internal:after {
    background-image: url(images/more-arrow.svg); }
  .jobs_cards--element .button_internal:hover:after, .jobs_cards--element .button_internal:focus:after, .jobs_cards--element .button_internal:active:after {
    background-image: url(images/internal_icon_blue.svg); }
  .jobs_cards--source {
    font-size: 14px;
    line-height: 1.45;
    letter-spacing: 0.05em;
    font-weight: 800;
    text-transform: uppercase; }
    .jobs_cards--source {
      font-size: 14px; }
      @media screen and (min-width: 661px) {
        .jobs_cards--source {
          font-size: calc(14px + 0 * ((100vw - 661px) / 1339)); } }
      @media screen and (min-width: 2000px) {
        .jobs_cards--source {
          font-size: 14px; } }
    @media (max-width: 660px) {
      .jobs_cards--source {
        font-size: 13px; } }
  .jobs_cards--title {
    font-family: "futura-pt", sans-serif;
    font-size: 52px;
    font-weight: 700;
    line-height: 1.2em;
    letter-spacing: .01em;
    color: #2B3990;
    text-decoration: none;
    text-transform: none;
    margin-top: 0.5em;
    margin-bottom: 0em;
    text-transform: uppercase; }
    .jobs_cards--title {
      font-size: 20px; }
      @media screen and (min-width: 661px) {
        .jobs_cards--title {
          font-size: calc(20px + 32 * ((100vw - 661px) / 1339)); } }
      @media screen and (min-width: 2000px) {
        .jobs_cards--title {
          font-size: 52px; } }
    @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: #243E8C; }
    .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: #243E8C; }

.component__issues.component__bg_light {
  background-color: #2B3990;
  margin-top: 120px;
  padding-bottom: 0; }
  .component__issues.component__bg_light {
    margin-top: 60px; }
    @media screen and (min-width: 661px) {
      .component__issues.component__bg_light {
        margin-top: calc(60px + 60 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .component__issues.component__bg_light {
        margin-top: 120px; } }
  .component__issues.component__bg_light {
    margin-bottom: 30px; }
    @media screen and (min-width: 661px) {
      .component__issues.component__bg_light {
        margin-bottom: calc(30px + 30 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .component__issues.component__bg_light {
        margin-bottom: 60px; } }
  .component__issues.component__bg_light .scroll_padding {
    padding-top: 0px; }
    @media screen and (min-width: 661px) {
      .component__issues.component__bg_light .scroll_padding {
        padding-top: calc(0px + 45 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .component__issues.component__bg_light .scroll_padding {
        padding-top: 45px; } }
  .component__issues.component__bg_light .scroll_padding {
    padding-bottom: 0px; }
    @media screen and (min-width: 661px) {
      .component__issues.component__bg_light .scroll_padding {
        padding-bottom: calc(0px + 45 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .component__issues.component__bg_light .scroll_padding {
        padding-bottom: 45px; } }
  .component__issues.component__bg_light .scroll_padding {
    margin-top: 60px; }
    @media screen and (min-width: 661px) {
      .component__issues.component__bg_light .scroll_padding {
        margin-top: calc(60px + 140 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .component__issues.component__bg_light .scroll_padding {
        margin-top: 200px; } }
  @media (max-width: 660px) {
    .component__issues.component__bg_light .scroll_padding {
      margin-top: 90px; } }

.component__issues.component__bg_light.component__last_margin {
  margin-bottom: 120px; }
  .component__issues.component__bg_light.component__last_margin {
    margin-bottom: 60px; }
    @media screen and (min-width: 661px) {
      .component__issues.component__bg_light.component__last_margin {
        margin-bottom: calc(60px + 60 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .component__issues.component__bg_light.component__last_margin {
        margin-bottom: 120px; } }

.component__issues.component__bg_light.component__first {
  margin-top: 60px; }
  @media screen and (min-width: 661px) {
    .component__issues.component__bg_light.component__first {
      margin-top: calc(60px + 190 * ((100vw - 661px) / 1339)); } }
  @media screen and (min-width: 2000px) {
    .component__issues.component__bg_light.component__first {
      margin-top: 250px; } }

.issues-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.issues-navigation {
  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; }
  .issues-navigation a {
    font-weight: 400;
    margin-left: 6px;
    margin-right: 6px;
    text-decoration: none; }
  .issues-navigation .previous-post {
    border-bottom: 4px solid #1C4F90;
    margin-right: 15px; }
  .issues-navigation .next-post {
    border-bottom: 4px solid #1C4F90;
    margin-left: 15px; }

.parrafo {
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 165%;
  /* 33px */
  color: #131314;
  margin-top: 56px;
  margin-bottom: 56px; }

.issues_cards--element {
  width: 32%;
  border-left: 8px solid #243E8C;
  margin-bottom: 55px; }
  @media (max-width: 660px) {
    .issues_cards--element {
      width: 100%;
      border-left: 8px solid #243E8C;
      margin-bottom: 20px; } }

.issues_cards--element.odd {
  background-color: #B254A0; }

.issues_cards .container-text {
  max-width: 400px;
  padding: 24px; }

.issues_cards a {
  text-decoration: none;
  padding-left: 0px !important;
  color: #131314;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  /* 22.5px */ }

.issues_cards a:hover {
  color: #ED1C24; }

.issues_cards--title {
  text-decoration: none;
  color: #131314;
  font-family: "interface", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 125%;
  /* 40px */
  text-transform: capitalize;
  margin-bottom: 15px; }

.issues_cards--description {
  color: #131314;
  font-family: "futura-pt", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
  margin-bottom: 16px; }

.issues_cards .after-link {
  position: relative;
  display: inline-block; }
  .issues_cards .after-link svg {
    position: absolute;
    top: 10px;
    right: 0px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }

.issues_cards--link {
  text-decoration: none !important;
  border-bottom: solid 4px #1C4F90 !important;
  padding-right: 30px; }

.issues_cards .after-link:hover svg {
  right: -15px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.issues--list {
  -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;
  -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: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative; }
  .issues--list:last-child {
    margin-bottom: 0px; }
  .issues--list ul {
    padding-left: 0px; }
    @media screen and (min-width: 661px) {
      .issues--list ul {
        padding-left: calc(0px + 90 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .issues--list ul {
        padding-left: 90px; } }
  @media (max-width: 660px) {
    .issues--list ul {
      padding-left: 0; } }
  @media (max-width: 660px) {
    .issues--list {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%; } }

.issues--single_issue {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 48%;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
  margin-bottom: 0;
  list-style-type: none; }
  @media (max-width: 660px) {
    .issues--single_issue {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%; } }

.issues--single_title {
  text-decoration: none;
  text-transform: capitalize;
  font-weight: 700;
  color: #F5F5F5;
  padding-right: 30px;
  -webkit-transition: color .3s ease-out, padding-right .3s ease-out, -webkit-text-decoration-color .3s ease-out;
  transition: color .3s ease-out, padding-right .3s ease-out, -webkit-text-decoration-color .3s ease-out;
  -o-transition: color .3s ease-out, padding-right .3s ease-out, text-decoration-color .3s ease-out;
  transition: color .3s ease-out, padding-right .3s ease-out, text-decoration-color .3s ease-out;
  transition: color .3s ease-out, padding-right .3s ease-out, text-decoration-color .3s ease-out, -webkit-text-decoration-color .3s ease-out; }
  .issues--single_title {
    font-size: 16px; }
    @media screen and (min-width: 661px) {
      .issues--single_title {
        font-size: calc(16px + 22 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .issues--single_title {
        font-size: 38px; } }

.issues--single_wrapper {
  text-decoration: none;
  font-weight: 700;
  border: none;
  padding: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .issues--single_wrapper:link, .issues--single_wrapper:visited {
    text-decoration: underline;
    -webkit-text-decoration-color: #F5F5F5;
            text-decoration-color: #F5F5F5; }
  .issues--single_wrapper:hover, .issues--single_wrapper:focus, .issues--single_wrapper:active {
    -webkit-transition: color .3s ease-out,-webkit-text-decoration-color .3s ease-out;
    transition: color .3s ease-out,-webkit-text-decoration-color .3s ease-out;
    -o-transition: color .3s ease-out,text-decoration-color .3s ease-out;
    transition: color .3s ease-out,text-decoration-color .3s ease-out;
    transition: color .3s ease-out,text-decoration-color .3s ease-out,-webkit-text-decoration-color .3s ease-out;
    color: #2B3990;
    -webkit-text-decoration-color: #2B3990;
            text-decoration-color: #2B3990; }
    .issues--single_wrapper:hover .internal_icon, .issues--single_wrapper:focus .internal_icon, .issues--single_wrapper:active .internal_icon {
      -webkit-transition: color .3s ease-out, padding-right .3s ease-out;
      -o-transition: color .3s ease-out, padding-right .3s ease-out;
      transition: color .3s ease-out, padding-right .3s ease-out;
      padding-right: 30px; }
      .issues--single_wrapper:hover .internal_icon svg path, .issues--single_wrapper:focus .internal_icon svg path, .issues--single_wrapper:active .internal_icon svg path {
        fill: #2B3990; }
    .issues--single_wrapper:hover .issues--single_title, .issues--single_wrapper:focus .issues--single_title, .issues--single_wrapper:active .issues--single_title {
      padding-right: 15px;
      -webkit-transition: color .3s ease-out, padding-right .3s ease-out, -webkit-text-decoration-color .3s ease-out;
      transition: color .3s ease-out, padding-right .3s ease-out, -webkit-text-decoration-color .3s ease-out;
      -o-transition: color .3s ease-out, text-decoration-color .3s ease-out, padding-right .3s ease-out;
      transition: color .3s ease-out, text-decoration-color .3s ease-out, padding-right .3s ease-out;
      transition: color .3s ease-out, text-decoration-color .3s ease-out, padding-right .3s ease-out, -webkit-text-decoration-color .3s ease-out;
      color: #2B3990; }

.issues .internal_icon {
  padding-right: 15px;
  -webkit-transition: color .3s ease-out, padding-right .3s ease-out;
  -o-transition: color .3s ease-out, padding-right .3s ease-out;
  transition: color .3s ease-out, padding-right .3s ease-out;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .issues .internal_icon svg path {
    fill: #F5F5F5; }

.issues hr {
  width: 75%;
  margin-top: 30px; }
  .issues hr:last-child {
    display: none; }

.issues--inner_col {
  position: relative; }
  @media (max-width: 660px) {
    .issues--inner_col {
      margin-right: 15px;
      margin-bottom: 30px; } }

.issues--image_wrapper {
  z-index: 1;
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%; }
  .issues--image_wrapper {
    margin-top: -30px; }
    @media screen and (min-width: 661px) {
      .issues--image_wrapper {
        margin-top: calc(-30px + -90 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .issues--image_wrapper {
        margin-top: -120px; } }
  @media (max-width: 660px) {
    .issues--image_wrapper {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      margin-top: -45px; } }
  @media (min-width: 661px) and (max-width: 1060px) {
    .issues--image_wrapper {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 46%;
          -ms-flex: 0 0 46%;
              flex: 0 0 46%; } }

.issues--image {
  width: 100%;
  height: auto; }

.issues--caption {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.45;
  letter-spacing: 0.05em;
  letter-spacing: 0.05em;
  line-height: 1.1;
  position: absolute;
  left: 5%;
  color: #FFFFFF; }
  .issues--caption {
    font-size: 14px; }
    @media screen and (min-width: 661px) {
      .issues--caption {
        font-size: calc(14px + 0 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .issues--caption {
        font-size: 14px; } }
  @media (max-width: 660px) {
    .issues--caption {
      font-size: 13px; } }

.issues--image {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  position: relative;
  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; }
  @media (max-width: 660px) {
    .issues--image {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1;
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
          -ms-flex-order: 2;
              order: 2; } }

.issues--image-wrapper {
  position: relative;
  z-index: 1; }
  .issues--image-wrapper img {
    width: 98%;
    height: 98%; }

.issues--image-shadow {
  position: absolute;
  top: 40px;
  left: 30px;
  z-index: 0;
  width: 98%;
  height: 98%;
  background-size: 120%; }
  .issues--image-shadow img {
    width: 100%;
    height: 100%; }

.issues--image-shadow-bg {
  background: -webkit-linear-gradient(261deg, rgba(237, 28, 36, 0.79) 0%, rgba(93, 139, 211, 0.9) 91.2%);
  background: -o-linear-gradient(261deg, rgba(237, 28, 36, 0.79) 0%, rgba(93, 139, 211, 0.9) 91.2%);
  background: linear-gradient(189deg, rgba(237, 28, 36, 0.79) 0%, rgba(93, 139, 211, 0.9) 91.2%);
  height: 100%;
  display: block; }

@media (max-width: 660px) {
  .single-issue .component__large_image {
    display: none; } }

.action {
  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-top: 30px; }
  .action--left {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%; }
    @media (max-width: 660px) {
      .action--left {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%; } }
  .action--right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%; }
    @media (max-width: 660px) {
      .action--right {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%; } }
  .action--actions {
    padding-left: 15px; }
    @media (max-width: 660px) {
      .action--actions {
        padding-left: 0; } }
  .action--image {
    width: 100%;
    height: auto; }
  .action--caption {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    font-size: 14px;
    line-height: 1.45;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-weight: 700; }
    .action--caption {
      font-size: 14px; }
      @media screen and (min-width: 661px) {
        .action--caption {
          font-size: calc(14px + 0 * ((100vw - 661px) / 1339)); } }
      @media screen and (min-width: 2000px) {
        .action--caption {
          font-size: 14px; } }
    @media (max-width: 660px) {
      .action--caption {
        font-size: 13px; } }
  .action .grid--item_wrapper {
    margin: 0;
    padding-top: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .action .grid--item_wrapper {
      height: 42px; }
      @media screen and (min-width: 661px) {
        .action .grid--item_wrapper {
          height: calc(42px + 179 * ((100vw - 661px) / 1339)); } }
      @media screen and (min-width: 2000px) {
        .action .grid--item_wrapper {
          height: 221px; } }
    @media (min-width: 661px) and (max-width: 1060px) {
      .action .grid--item_wrapper {
        height: 50px; } }
  @media screen and (min-width: 661px) and (max-width: 1060px) and (min-width: 661px) {
    .action .grid--item_wrapper {
      height: calc(50px + 175 * ((100vw - 661px) / 1339)); } }
  @media screen and (min-width: 661px) and (max-width: 1060px) and (min-width: 2000px) {
    .action .grid--item_wrapper {
      height: 225px; } }
    @media (max-width: 660px) {
      .action .grid--item_wrapper {
        height: auto; } }
  .action .grid--item {
    margin-bottom: 15px; }
    .action .grid--item:last-child {
      margin-bottom: 0; }
    @media (max-width: 660px) {
      .action .grid--item {
        margin-bottom: 7.5px; } }
  .action .grid--item_headline {
    font-family: "futura-pt", sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: .01em;
    margin-bottom: 15px; }
    .action .grid--item_headline {
      font-size: 20px; }
      @media screen and (min-width: 661px) {
        .action .grid--item_headline {
          font-size: calc(20px + 16 * ((100vw - 661px) / 1339)); } }
      @media screen and (min-width: 2000px) {
        .action .grid--item_headline {
          font-size: 36px; } }
    .action .grid--item_headline {
      font-size: 16px; }
      @media screen and (min-width: 661px) {
        .action .grid--item_headline {
          font-size: calc(16px + 32 * ((100vw - 661px) / 1339)); } }
      @media screen and (min-width: 2000px) {
        .action .grid--item_headline {
          font-size: 48px; } }
    .action .grid--item_headline {
      margin-bottom: 6px; }
      @media screen and (min-width: 661px) {
        .action .grid--item_headline {
          margin-bottom: calc(6px + 9 * ((100vw - 661px) / 1339)); } }
      @media screen and (min-width: 2000px) {
        .action .grid--item_headline {
          margin-bottom: 15px; } }
    @media (max-width: 660px) {
      .action .grid--item_headline {
        font-size: 22px; } }
  .action .grid--button {
    font-size: 9px; }
    @media screen and (min-width: 661px) {
      .action .grid--button {
        font-size: calc(9px + 6 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .action .grid--button {
        font-size: 15px; } }
  .action .grid--button {
    padding-top: 8px; }
    @media screen and (min-width: 661px) {
      .action .grid--button {
        padding-top: calc(8px + 5 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .action .grid--button {
        padding-top: 13px; } }
  .action .grid--button {
    padding-bottom: 8px; }
    @media screen and (min-width: 661px) {
      .action .grid--button {
        padding-bottom: calc(8px + 4 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .action .grid--button {
        padding-bottom: 12px; } }
  .action .grid--button {
    padding-left: 20px; }
    @media screen and (min-width: 661px) {
      .action .grid--button {
        padding-left: calc(20px + 20 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .action .grid--button {
        padding-left: 40px; } }
  .action .grid--button {
    padding-right: 20px; }
    @media screen and (min-width: 661px) {
      .action .grid--button {
        padding-right: calc(20px + 20 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .action .grid--button {
        padding-right: 40px; } }
  @media (max-width: 660px) {
    .action .grid--button {
      font-size: 12px; } }

.page-404 #page-blocks {
  padding-top: 2rem; }

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

.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: #2B3990; }
  .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: #F8BF15;
    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: #2B3990 !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 .news_feed--feed_wrapper {
    max-width: 800px;
    padding-left: 15px; }
    @media (max-width: 660px) {
      .page-search .news_feed--feed_wrapper {
        padding-left: 0;
        padding-top: 30px; } }
    .page-search .news_feed--feed_wrapper > article + article {
      margin-top: 2rem;
      padding-top: 2rem;
      border-top: 1px solid #2B3990; }
  .page-search .news_feed--item_top {
    width: 100%; }
  .page-search .news_feed--item_bottom a {
    width: auto; }
  .page-search .news_feed--source {
    font-weight: 700; }
  .page-search h2.news_feed--item_title {
    font-family: "futura-pt", sans-serif;
    font-size: 52px;
    font-weight: 700;
    line-height: 1.2em;
    letter-spacing: .01em;
    color: #2B3990;
    text-decoration: none;
    text-transform: none;
    margin-top: 0.5em;
    margin-bottom: 0em; }
    .page-search h2.news_feed--item_title {
      font-size: 20px; }
      @media screen and (min-width: 661px) {
        .page-search h2.news_feed--item_title {
          font-size: calc(20px + 32 * ((100vw - 661px) / 1339)); } }
      @media screen and (min-width: 2000px) {
        .page-search h2.news_feed--item_title {
          font-size: 52px; } }
    @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: underline;
      color: #243E8C; }
    .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: underline;
        color: #243E8C; }
  .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 #F8BF15;
      color: #F8BF15;
      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: #F8BF15;
      color: white; }
    .page-search--pagination .page-numbers.current {
      background: #F8BF15;
      border: none;
      color: white; }
    .page-search--pagination .page-numbers.current:hover {
      background: #F8BF15; }
    .page-search--pagination .page-numbers.next {
      display: none; }
    .page-search--pagination .page-numbers.prev {
      display: none; }

.footer {
  background-color: #2B3990;
  text-align: center;
  padding-top: 56px;
  color: #FFFFFF;
  margin-top: 0;
  padding-bottom: 100px; }
  .footer a,
  .footer a:link,
  .footer a:visited {
    text-decoration: none !important;
    color: #FFFFFF; }
    .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: #FFFFFF; }
  .footer .button_primary {
    color: #FFFFFF !important; }
  @media (max-width: 660px) {
    .footer {
      padding-bottom: 56px; } }
  .page-template-tpl-homepage .footer {
    margin-top: 0; }
    @media (max-width: 660px) {
      .page-template-tpl-homepage .footer {
        padding-bottom: 56px; } }
  .footer .medium-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-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; }
    @media (max-width: 660px) {
      .footer .medium-wrapper {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center; } }
  .footer--bottom {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    text-align: center;
    margin-top: 56px; }
    @media (max-width: 660px) {
      .footer--bottom {
        margin-top: 0; } }
  .footer--logo {
    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;
    width: 162px;
    height: auto;
    margin-bottom: 56px; }
    .footer--logo a,
    .footer--logo a:link,
    .footer--logo a:visited {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      color: #131314;
      text-decoration: none;
      text-transform: uppercase;
      -webkit-transition: opacity 0.5s ease;
      -o-transition: opacity 0.5s ease;
      transition: opacity 0.5s ease; }
      .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: #131314;
        opacity: 0.7;
        -webkit-transition: opacity 0.5s ease;
        -o-transition: opacity 0.5s ease;
        transition: opacity 0.5s ease; }
    @media (max-width: 660px) {
      .footer--logo {
        margin: 0 auto; } }
  .footer--address {
    margin-bottom: 28px;
    font-size: 16px;
    font-weight: 400; }
    .footer--address span {
      display: block; }
    @media (max-width: 660px) {
      .footer--address {
        margin-left: 0; } }
  .footer--menu {
    margin-bottom: 28px;
    margin-top: 28px; }
    .footer--menu .footer_menu {
      list-style-type: none;
      margin-top: 0;
      padding-left: 0; }
      @media (max-width: 660px) {
        .footer--menu .footer_menu {
          margin-top: 30px;
          margin-bottom: 20px; } }
      .footer--menu .footer_menu .menu-item {
        display: inline-block;
        margin-left: 25px; }
        .footer--menu .footer_menu .menu-item:first-child {
          margin-left: 0; }
        .footer--menu .footer_menu .menu-item a {
          text-transform: uppercase !important;
          text-decoration: none;
          font-weight: 400;
          text-transform: none;
          font-size: 18px;
          -webkit-transition: -webkit-text-decoration 0.3s ease;
          transition: -webkit-text-decoration 0.3s ease;
          -o-transition: text-decoration 0.3s ease;
          transition: text-decoration 0.3s ease;
          transition: text-decoration 0.3s ease, -webkit-text-decoration 0.3s ease;
          -webkit-text-decoration-color: transparent;
                  text-decoration-color: transparent; }
          .footer--menu .footer_menu .menu-item a:hover, .footer--menu .footer_menu .menu-item a:active, .footer--menu .footer_menu .menu-item a:focus {
            color: #FFFFFF;
            text-decoration: underline;
            text-decoration-thickness: 2px;
            -webkit-text-decoration-color: #FFFFFF;
                    text-decoration-color: #FFFFFF;
            -webkit-transition: -webkit-text-decoration 0.3s ease;
            transition: -webkit-text-decoration 0.3s ease;
            -o-transition: text-decoration 0.3s ease;
            transition: text-decoration 0.3s ease;
            transition: text-decoration 0.3s ease, -webkit-text-decoration 0.3s ease; }
  .footer--social {
    margin-bottom: 28px; }
  .footer--social_icon {
    text-decoration: none;
    padding-right: 15px;
    padding-left: 15px;
    line-height: 1; }
    .footer--social_icon:link, .footer--social_icon:visited {
      text-decoration: none; }
      .footer--social_icon:link:hover svg, .footer--social_icon:link:focus svg, .footer--social_icon:link:active svg, .footer--social_icon:visited:hover svg, .footer--social_icon:visited:focus svg, .footer--social_icon:visited:active svg {
        fill: #F8BF15; }
    .footer--social_icon svg {
      fill: #FFFFFF;
      height: 24px;
      width: autopx;
      -webkit-transition: all .5s ease;
      -o-transition: all .5s ease;
      transition: all .5s ease; }
    .footer--social_icon:last-child {
      padding-right: 0; }
  .footer--paidforby {
    padding: 9px 23px;
    border: 0.5px solid #FFFFFF;
    margin-bottom: 28px;
    text-align: center;
    font-size: 16px;
    font-size: 20px;
    line-height: 1.45;
    font-weight: 400;
    color: #FFFFFF;
    margin-left: 10px; }
    .footer--paidforby {
      font-size: 14px; }
      @media screen and (min-width: 661px) {
        .footer--paidforby {
          font-size: calc(14px + 6 * ((100vw - 661px) / 1339)); } }
      @media screen and (min-width: 2000px) {
        .footer--paidforby {
          font-size: 20px; } }
    @media (max-width: 660px) {
      .footer--paidforby {
        margin-left: 0px;
        padding: 10px;
        font-size: 11px; } }
  .footer--copyright {
    max-width: 500px;
    margin: 0 auto;
    padding-bottom: 10px; }
    .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: #FFFFFF;
      -webkit-text-decoration-color: #F8BF15;
              text-decoration-color: #F8BF15; }
  .footer--disclaimer {
    max-width: 500px;
    margin: 0 auto; }
  .footer--links {
    margin-bottom: 28px;
    text-decoration: none !important;
    text-transform: uppercase; }
    @media (max-width: 660px) {
      .footer--links {
        margin-top: 0; } }
    .footer--links a,
    .footer--links a:link,
    .footer--links a:visited {
      color: #FFFFFF;
      font-size: 18px;
      font-weight: 400;
      line-height: 1; }
      .footer--links a:hover, .footer--links a:active, .footer--links a:focus,
      .footer--links a:link:hover,
      .footer--links a:link:active,
      .footer--links a:link:focus,
      .footer--links a:visited:hover,
      .footer--links a:visited:active,
      .footer--links a:visited:focus {
        color: #FFFFFF; }
      .footer--links a:not(:first-child),
      .footer--links a:link:not(:first-child),
      .footer--links a:visited:not(:first-child) {
        margin-left: 15px; }
  .footer--authentic {
    margin-bottom: 28px;
    font-size: 13px;
    font-weight: 400; }
    .footer--authentic a,
    .footer--authentic a:link,
    .footer--authentic a:visited {
      text-transform: none;
      font-weight: 400;
      -webkit-transition: -webkit-text-decoration-color 0.3s ease;
      transition: -webkit-text-decoration-color 0.3s ease;
      -o-transition: text-decoration-color 0.3s ease;
      transition: text-decoration-color 0.3s ease;
      transition: text-decoration-color 0.3s ease, -webkit-text-decoration-color 0.3s ease; }
      .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: #FFFFFF;
        -webkit-text-decoration-color: #F8BF15;
                text-decoration-color: #F8BF15;
        -webkit-transition: -webkit-text-decoration-color 0.3s ease;
        transition: -webkit-text-decoration-color 0.3s ease;
        -o-transition: text-decoration-color 0.3s ease;
        transition: text-decoration-color 0.3s ease;
        transition: text-decoration-color 0.3s ease, -webkit-text-decoration-color 0.3s ease; }

@media screen and (max-width: 36em) {
  .acc .row-content {
    --bs-gutter-y: 1rem; } }

.acc--headline-wrp {
  margin: 0 auto 1.5rem; }

.acc--title {
  font-size: 2.875rem;
  max-width: 1140px;
  margin: 0 auto; }
  @media screen and (max-width: 64em) {
    .acc--title {
      font-size: 2.125rem; } }
  @media screen and (max-width: 36em) {
    .acc--title {
      font-size: 1.75rem;
      text-align: center; } }

.acc--description {
  font-size: var(--fs-2); }

.acc--btn {
  all: revert;
  background: transparent;
  border: none;
  text-align: left;
  padding: 0;
  padding-right: 4rem;
  position: relative;
  width: 100%;
  cursor: pointer;
  max-width: 1140px;
  margin: 0 auto;
  display: block; }
  .acc--btn:hover, .acc--btn:focus {
    background: none !important; }
  .acc--btn:focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .acc--btn.active .icons::before {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
        -ms-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg); }
  @media screen and (max-width: 36em) {
    .acc--btn {
      padding-right: 1.5rem; } }

.acc--item {
  padding: 2.5rem 3rem;
  background-color: #19345C;
  color: white;
  margin-bottom: 1rem; }
  @media screen and (max-width: 64em) {
    .acc--item {
      padding: 2.5rem 2rem; } }
  @media screen and (max-width: 36em) {
    .acc--item {
      padding: 1rem; } }

.acc--headline {
  font-size: 1.625rem;
  -webkit-transition: .3s color;
  -o-transition: .3s color;
  transition: .3s color;
  color: white; }
  @media screen and (max-width: 36em) {
    .acc--headline {
      font-size: 1.2rem; } }

.acc--content {
  display: none;
  max-width: 1140px;
  margin: 0 auto; }

.acc .icons {
  --size: 26px;
  height: var(--size);
  width: var(--size);
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
  background: white; }
  .acc .icons::after, .acc .icons::before {
    --size: .9em;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: var(--size);
    height: 3px;
    background: #19345C;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .acc .icons::before {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
        -ms-transform: translate(-50%, -50%) rotate(90deg);
            transform: translate(-50%, -50%) rotate(90deg);
    -webkit-transition: .3s transform;
    -o-transition: .3s transform;
    transition: .3s transform; }

.text-bg {
  margin: 0 auto; }
  .text-bg *, .text-bg *::after, .text-bg *::before {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .text-bg[data-is-bg-white="true"] .text-bg--content {
    padding-top: 0;
    padding-bottom: 0; }
  .text-bg .inner-wrapper {
    max-width: 1400px; }
    @media screen and (max-width: 48em) {
      .text-bg .inner-wrapper {
        padding: 0; } }
  .text-bg--content {
    text-align: center;
    padding: 2.5rem; }
    .text-bg--content h2, .text-bg--content h3, .text-bg--content h4 {
      color: #EE5021;
      font-size: 2.125rem; }
      @media screen and (max-width: 36em) {
        .text-bg--content h2, .text-bg--content h3, .text-bg--content h4 {
          font-size: 1.725rem; } }
    .text-bg--content p {
      font-size: 1.75rem;
      color: #19345C; }
      @media screen and (max-width: 36em) {
        .text-bg--content p {
          font-size: 1.25rem; } }

.grid-block--content {
  background: #2B3990;
  color: white;
  padding: 3.5rem;
  text-align: center; }
  @media screen and (max-width: 36em) {
    .grid-block--content {
      padding: 2.5rem 3rem; } }

@media screen and (max-width: 36em) {
  .grid-block .inner-wrapper {
    padding-left: 0;
    padding-right: 0; } }

.grid-block--headline {
  margin-bottom: 3.5rem;
  font-size: 2.125rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.3; }
  @media screen and (max-width: 36em) {
    .grid-block--headline {
      font-size: 1.75rem; } }

.grid-block--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;
  gap: 1.25rem;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto; }

.grid-block--item {
  -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%;
  text-decoration: none !important;
  color: white !important;
  font-weight: 700;
  min-width: 30%; }
  @media screen and (max-width: 64em) {
    .grid-block--item {
      min-width: 48%; } }
  .grid-block--item:hover img, .grid-block--item:focus img {
    -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
            transform: scale(0.7); }

.grid-block--item-img {
  width: 100%;
  display: block;
  -webkit-transition: .5s transform !important;
  -o-transition: .5s transform !important;
  transition: .5s transform !important;
  height: auto; }

.grid-block--item-headline {
  margin-top: 0.5rem;
  font-size: 1.125rem; }

.w-100 {
  width: 100%; }

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

@media screen and (min-width: 36.00125em) {
  .tm-boxes [data-img-position="right"] .tm-boxes--img-wrp {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1; } }

.tm-boxes > * {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }
  @media screen and (max-width: 36em) {
    .tm-boxes > * {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .tm-boxes > * > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 49.98%;
        -ms-flex: 0 0 49.98%;
            flex: 0 0 49.98%;
    max-width: 49.98%;
    position: relative; }
    @media screen and (max-width: 36em) {
      .tm-boxes > * > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%; } }

.tm-boxes--content {
  background: #EBF1FA;
  padding: 8.5rem 2.5rem;
  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: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center; }
  @media screen and (max-width: 36em) {
    .tm-boxes--content {
      padding: 3.5rem 2.5rem; } }

.tm-boxes--content-inner {
  max-width: 400px; }

.tm-boxes--headline {
  font-size: 2.125rem;
  color: #19345C; }
  @media screen and (max-width: 36em) {
    .tm-boxes--headline {
      font-size: 1.825rem; } }

.tm-boxes--sub-headline {
  font-size: 1.25rem;
  color: #19345C; }

.tm-boxes--img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  inset: 0; }
  @media screen and (min-width: 36.00125em) {
    .tm-boxes--img {
      position: absolute; } }

/*  |> Specific styles
——————————————————————————————————————————————————————*/
#media-boxes-first .scroll_padding {
  padding-top: 0;
  margin-top: -3rem; }
  @media screen and (max-width: 36em) {
    #media-boxes-first .scroll_padding {
      margin-top: -1rem; } }

.popup {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  background-color: rgba(25, 70, 152, 0.9);
  color: #2B3990;
  -webkit-animation: .3s ease-out 0s 1 fadeIn;
          animation: .3s ease-out 0s 1 fadeIn; }
  @media (max-width: 660px) {
    .popup .popup--container {
      max-height: 100vh; } }
  .popup .div-bottom {
    font-size: 18px;
    color: #FFFFFF;
    padding-top: 20px;
    cursor: pointer;
    text-align: center; }
    .popup .div-bottom .button-arrow {
      color: #FFFFFF;
      text-decoration: none; }
    @media (max-width: 660px) {
      .popup .div-bottom {
        padding-top: 5px;
        width: 100%; } }
  .popup .button-arrow p {
    border-bottom: solid 4px #F8BF15; }
  .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: 100%; } }
  .popup--container {
    width: 80%;
    max-width: 1100px;
    display: block;
    -webkit-animation: 1.5s ease-out 0s 1 fadeIn;
            animation: 1.5s ease-out 0s 1 fadeIn; }
    @media (min-width: 1061px) and (max-width: 1280px) {
      .popup--container {
        width: 80%; } }
    @media (min-width: 0px) and (max-width: 1060px) {
      .popup--container {
        width: 90%; } }
    @media (max-width: 530px) {
      .popup--container {
        width: 100%; } }
  .popup--container_donation {
    width: 80%;
    max-width: 1100px;
    display: block; }
    @media (max-width: 660px) {
      .popup--container_donation {
        width: 90%; } }
  .popup--container_donation-img {
    width: 100%;
    max-width: 1250px;
    display: block; }
    @media (max-width: 660px) {
      .popup--container_donation-img {
        width: 90%; } }
  .popup--container_cta-img {
    max-width: 650px; }
  .popup--inner {
    width: 100%;
    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;
    -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: 100%; } }
    @media screen and (min-width: 0px) and (max-width: 1250px) {
      .popup--inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .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%;
    border-radius: 10px;
    overflow: hidden; }
    @media (max-width: 660px) {
      .popup--inner_cta_base {
        -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;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center; } }
  @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; }
  .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-color: #FFFFFF;
    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 {
    background-color: #FFFFFF;
    border-radius: 33px 0px 0px 33px;
    width: 42%;
    padding: 0px; }
    @media screen and (min-width: 0px) and (max-width: 1250px) {
      .popup .form-wrapper-cta-img {
        max-height: 28vh;
        width: 100%; } }
  .popup--form-wrapper-cta {
    width: 50%; }
    @media screen and (min-width: 0px) and (max-width: 1250px) {
      .popup--form-wrapper-cta {
        width: 100%; } }
    .popup--form-wrapper-cta .div-top {
      padding-top: 30px;
      padding-bottom: 30px;
      background: -webkit-linear-gradient(317deg, #B1E2FC 0%, #FFF 95.68%);
      background: -o-linear-gradient(317deg, #B1E2FC 0%, #FFF 95.68%);
      background: linear-gradient(133deg, #B1E2FC 0%, #FFF 95.68%);
      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; }
      @media screen and (min-width: 0px) and (max-width: 1250px) {
        .popup--form-wrapper-cta .div-top {
          border-radius: 0px;
          width: 100%; } }
      .popup--form-wrapper-cta .div-top .title-1 {
        font-family: "interface", sans-serif;
        font-size: 34px;
        font-weight: 700;
        color: #131314; }
        @media (min-width: 0px) and (max-width: 850px) {
          .popup--form-wrapper-cta .div-top .title-1 {
            font-size: 25px; } }
  .popup--form-wrapper-donation {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-right: 30px;
    padding-left: 30px;
    border-radius: 33px; }
    @media (max-width: 768px) {
      .popup--form-wrapper-donation {
        max-height: 70vh;
        overflow: auto; } }
    @media (max-width: 500px) {
      .popup--form-wrapper-donation {
        padding: 30px; } }
    .popup--form-wrapper-donation .popup--description_base {
      width: 100%; }
      @media (max-width: 660px) {
        .popup--form-wrapper-donation .popup--description_base {
          padding: 0; } }
      .popup--form-wrapper-donation .popup--description_base p {
        text-align: left; }
  .popup--form-wrapper-donation-img {
    border-radius: 0px 33px 33px 0px;
    position: relative;
    z-index: 2;
    width: 66%;
    padding: 0px; }
    @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 {
    padding-top: 30px;
    padding-bottom: 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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (min-width: 0px) and (max-width: 1250px) {
      .popup--form-top {
        border-radius: 0px;
        width: 100%; } }
    @media (max-width: 660px) {
      .popup--form-top {
        width: 98%; } }
    .popup--form-top .title-2 {
      font-family: "interface", sans-serif;
      font-size: 34px;
      color: #2B3990;
      text-align: center;
      margin-top: 24px; }
      @media (min-width: 0px) and (max-width: 850px) {
        .popup--form-top .title-2 {
          font-size: 25px; } }
  .popup--img {
    height: 100%;
    display: block; }
    @media (min-width: 0px) and (max-width: 1060px) {
      .popup--img {
        height: 260px;
        width: auto; }
        .popup--img {
          height: 200px; } }
    @media screen and (min-width: 0px) and (max-width: 1060px) and (min-width: 661px) {
      .popup--img {
        height: calc(200px + 60 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 0px) and (max-width: 1060px) and (min-width: 2000px) {
      .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: "futura-pt", sans-serif;
    text-align: center;
    width: 70%;
    padding: 15px;
    line-height: 90%; }
    .popup--title {
      font-size: 40px; }
      @media screen and (min-width: 661px) {
        .popup--title {
          font-size: calc(40px + 20 * ((100vw - 661px) / 1339)); } }
      @media screen and (min-width: 2000px) {
        .popup--title {
          font-size: 60px; } }
    @media (max-width: 660px) {
      .popup--title {
        font-size: 16px;
        padding: 5px;
        width: 100%; } }
  .popup--title_cta {
    width: 100%;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
    font-family: "futura-pt", sans-serif; }
    @media (min-width: 661px) and (max-width: 1060px) {
      .popup--title_cta {
        font-size: 30px; } }
    @media (max-width: 660px) {
      .popup--title_cta {
        font-size: 20px; } }
  .popup--title_ctaimage {
    font-size: 60px;
    font-family: "futura-pt", sans-serif;
    line-height: 1.1;
    font-weight: 700;
    letter-spacing: -0.01em;
    margin-bottom: 0.1em;
    margin-top: 0.2em;
    font-weight: 800;
    font-family: "futura-pt", sans-serif; }
    .popup--title_ctaimage {
      font-size: 32px; }
      @media screen and (min-width: 661px) {
        .popup--title_ctaimage {
          font-size: calc(32px + 28 * ((100vw - 661px) / 1339)); } }
      @media screen and (min-width: 2000px) {
        .popup--title_ctaimage {
          font-size: 60px; } }
    @media (max-width: 660px) {
      .popup--title_ctaimage {
        font-size: 42px; } }
  .popup--title_donation {
    width: 100% !important;
    font-family: "futura-pt", sans-serif;
    line-height: 1.1;
    font-weight: 700;
    letter-spacing: -0.01em;
    margin-bottom: 0.1em;
    margin-top: 0.2em;
    font-weight: 800;
    margin-bottom: 6px;
    margin-top: 0.2em;
    padding: 0px; }
    .popup--title_donation {
      font-size: 20px; }
      @media screen and (min-width: 661px) {
        .popup--title_donation {
          font-size: calc(20px + 20 * ((100vw - 661px) / 1339)); } }
      @media screen and (min-width: 2000px) {
        .popup--title_donation {
          font-size: 40px; } }
    @media (max-width: 660px) {
      .popup--title_donation {
        font-size: 60px;
        font-family: "futura-pt", sans-serif;
        line-height: 1.1;
        font-weight: 700;
        letter-spacing: -0.01em;
        margin-bottom: 0.1em;
        margin-top: 0.2em;
        font-weight: 800;
        margin-bottom: 6px;
        margin-top: 0.2em;
        padding: 0px; }
        .popup--title_donation {
          font-size: 32px; } }
    @media screen and (max-width: 660px) and (min-width: 661px) {
      .popup--title_donation {
        font-size: calc(32px + 28 * ((100vw - 661px) / 1339)); } }
    @media screen and (max-width: 660px) and (min-width: 2000px) {
      .popup--title_donation {
        font-size: 60px; } }
  @media (max-width: 660px) and (max-width: 660px) {
    .popup--title_donation {
      font-size: 42px; } }
  .popup--title_donation_img {
    font-family: "futura-pt", sans-serif;
    line-height: 1.1;
    font-weight: 700;
    letter-spacing: -0.01em;
    margin-bottom: 0.1em;
    margin-top: 0.2em;
    font-weight: 800;
    margin-bottom: 6px;
    margin-top: 0.2em;
    padding: 0px;
    text-align: left;
    width: 100%; }
    .popup--title_donation_img {
      font-size: 55px; }
      @media screen and (min-width: 661px) {
        .popup--title_donation_img {
          font-size: calc(55px + 5 * ((100vw - 661px) / 1339)); } }
      @media screen and (min-width: 2000px) {
        .popup--title_donation_img {
          font-size: 60px; } }
    @media (min-width: 0px) and (max-width: 850px) {
      .popup--title_donation_img {
        text-align: center;
        width: 100% !important; } }
    @media (max-width: 660px) {
      .popup--title_donation_img {
        font-size: 60px;
        font-family: "futura-pt", sans-serif;
        line-height: 1.1;
        font-weight: 700;
        letter-spacing: -0.01em;
        margin-bottom: 0.1em;
        margin-top: 0.2em;
        font-weight: 800;
        font-weight: 800;
        font-size: 1.5rem !important;
        line-height: 1.3;
        margin-bottom: 2rem; }
        .popup--title_donation_img {
          font-size: 32px; } }
    @media screen and (max-width: 660px) and (min-width: 661px) {
      .popup--title_donation_img {
        font-size: calc(32px + 28 * ((100vw - 661px) / 1339)); } }
    @media screen and (max-width: 660px) and (min-width: 2000px) {
      .popup--title_donation_img {
        font-size: 60px; } }
  @media (max-width: 660px) and (max-width: 660px) {
    .popup--title_donation_img {
      font-size: 42px; } }
  .popup--description {
    width: 100%;
    padding: 30px;
    font-weight: regular; }
    .popup--description {
      font-size: 16px; }
      @media screen and (min-width: 661px) {
        .popup--description {
          font-size: calc(16px + 0 * ((100vw - 661px) / 1339)); } }
      @media screen and (min-width: 2000px) {
        .popup--description {
          font-size: 16px; } }
    .popup--description p {
      margin-top: 0px; }
    @media (max-width: 660px) {
      .popup--description {
        padding: 0px 15px;
        font-size: 11px; } }
  .popup--description_img {
    font-size: 16px;
    width: 100%;
    padding: 0px; }
    @media (max-width: 660px) {
      .popup--description_img {
        padding: 0px 15px;
        font-size: 14px;
        line-height: 1.45;
        letter-spacing: 0.05em; }
        .popup--description_img {
          font-size: 14px; } }
    @media screen and (max-width: 660px) and (min-width: 661px) {
      .popup--description_img {
        font-size: calc(14px + 0 * ((100vw - 661px) / 1339)); } }
    @media screen and (max-width: 660px) and (min-width: 2000px) {
      .popup--description_img {
        font-size: 14px; } }
  @media (max-width: 660px) and (max-width: 660px) {
    .popup--description_img {
      font-size: 13px; } }
    .popup--description_img p {
      text-align: center; }
      @media (min-width: 0px) and (max-width: 850px) {
        .popup--description_img p {
          text-align: center; } }
  .popup--description_base {
    font-size: 16px;
    width: 90%;
    padding: 0px; }
    @media (max-width: 660px) {
      .popup--description_base {
        padding: 0px 15px;
        font-size: 14px;
        line-height: 1.45;
        letter-spacing: 0.05em; }
        .popup--description_base {
          font-size: 14px; } }
    @media screen and (max-width: 660px) and (min-width: 661px) {
      .popup--description_base {
        font-size: calc(14px + 0 * ((100vw - 661px) / 1339)); } }
    @media screen and (max-width: 660px) and (min-width: 2000px) {
      .popup--description_base {
        font-size: 14px; } }
  @media (max-width: 660px) and (max-width: 660px) {
    .popup--description_base {
      font-size: 13px; } }
    .popup--description_base p {
      text-align: center; }
  .popup .donations {
    width: 100%;
    background-color: transparent;
    display: contents; }
    .popup .donations--amounts {
      width: 60%;
      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; }
      @media (max-width: 660px) {
        .popup .donations--amounts {
          width: 80%; } }
      .popup .donations--amounts .button_outline {
        border: 2px solid #F8BF15 !important; }
      .popup .donations--amounts .col-amount {
        width: 33%;
        padding: 5px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box; }
        @media (max-width: 660px) {
          .popup .donations--amounts .col-amount {
            width: 100%; } }
    .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%;
      background-color: #F8BF15 !important;
      border-color: #F8BF15 !important;
      border-radius: 8px;
      -webkit-box-shadow: none;
              box-shadow: none;
      display: inline-block;
      font-family: "futura-pt", sans-serif;
      font-weight: 800;
      font-size: 15px;
      letter-spacing: 0.05em;
      padding: 15px 30px 15px;
      text-decoration: none;
      text-align: center;
      text-shadow: 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;
      min-width: 170px;
      background: #F8BF15;
      background-size: 300% 100%;
      color: #FFFFFF;
      border: 2px solid #2B3990;
      text-transform: uppercase;
      font-weight: 700;
      margin: 0 10%; }
      .popup .donations--button {
        font-size: 11px; }
        @media screen and (min-width: 661px) {
          .popup .donations--button {
            font-size: calc(11px + 4 * ((100vw - 661px) / 1339)); } }
        @media screen and (min-width: 2000px) {
          .popup .donations--button {
            font-size: 15px; } }
      .popup .donations--button {
        padding-left: 10px; }
        @media screen and (min-width: 661px) {
          .popup .donations--button {
            padding-left: calc(10px + 20 * ((100vw - 661px) / 1339)); } }
        @media screen and (min-width: 2000px) {
          .popup .donations--button {
            padding-left: 30px; } }
      .popup .donations--button {
        padding-right: 10px; }
        @media screen and (min-width: 661px) {
          .popup .donations--button {
            padding-right: calc(10px + 20 * ((100vw - 661px) / 1339)); } }
        @media screen and (min-width: 2000px) {
          .popup .donations--button {
            padding-right: 30px; } }
      .popup .donations--button:hover:link, .popup .donations--button:hover:visited,
      .popup .donations--button:hover a:link,
      .popup .donations--button:hover a:visited, .popup .donations--button:active:link, .popup .donations--button:active:visited,
      .popup .donations--button:active a:link,
      .popup .donations--button:active a:visited, .popup .donations--button:focus:link, .popup .donations--button:focus:visited,
      .popup .donations--button:focus a:link,
      .popup .donations--button:focus a:visited {
        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; }
      .popup .donations--button:link, .popup .donations--button:visited,
      .popup .donations--button a:link,
      .popup .donations--button a:visited {
        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; }
        p .popup .donations--button:link, p .popup .donations--button:visited, p
        .popup .donations--button a:link, p
        .popup .donations--button a:visited {
          text-decoration: none; }
      .popup .donations--button:focus {
        -webkit-box-shadow: #2B3990 0 0 0.5em;
                box-shadow: #2B3990 0 0 0.5em;
        outline: none; }
      .popup .donations--button:hover, .popup .donations--button:active, .popup .donations--button:focus {
        background-position: 100% 0;
        background: #2B3990;
        border: 2px solid #2B3990; }
        .popup .donations--button:hover:link, .popup .donations--button:hover:visited,
        .popup .donations--button:hover a:link,
        .popup .donations--button:hover a:visited, .popup .donations--button:active:link, .popup .donations--button:active:visited,
        .popup .donations--button:active a:link,
        .popup .donations--button:active a:visited, .popup .donations--button:focus:link, .popup .donations--button:focus:visited,
        .popup .donations--button:focus a:link,
        .popup .donations--button:focus a:visited {
          background: #2B3990;
          border: 2px solid #2B3990; }
      .component__bg_dark .popup .donations--button:hover, .component__bg_dark .popup .donations--button:active, .component__bg_dark .popup .donations--button:focus {
        background-position: 100% 0;
        background: #FFFFFF;
        border: 2px solid #FFFFFF;
        color: #2B3990; }
        .component__bg_dark .popup .donations--button:hover:link, .component__bg_dark .popup .donations--button:hover:visited,
        .component__bg_dark .popup .donations--button:hover a:link,
        .component__bg_dark .popup .donations--button:hover a:visited, .component__bg_dark .popup .donations--button:active:link, .component__bg_dark .popup .donations--button:active:visited,
        .component__bg_dark .popup .donations--button:active a:link,
        .component__bg_dark .popup .donations--button:active a:visited, .component__bg_dark .popup .donations--button:focus:link, .component__bg_dark .popup .donations--button:focus:visited,
        .component__bg_dark .popup .donations--button:focus a:link,
        .component__bg_dark .popup .donations--button:focus a:visited {
          background: #FFFFFF;
          border: 2px solid #FFFFFF;
          color: #2B3990; }
      .popup .donations--button {
        font-size: 12px; }
        @media screen and (min-width: 661px) {
          .popup .donations--button {
            font-size: calc(12px + 4 * ((100vw - 661px) / 1339)); } }
        @media screen and (min-width: 2000px) {
          .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:focus {
        -webkit-box-shadow: #F8BF15 0 0 0.5em;
                box-shadow: #F8BF15 0 0 0.5em;
        outline: none; }
      .popup .donations--button:hover {
        background-color: white !important;
        color: #2B3990 !important;
        border-color: white !important;
        background-position: 100% 0;
        background: #194698;
        border: 2px solid #194698; }
    .popup .donations--button-other {
      border-radius: 8px;
      -webkit-box-shadow: none;
              box-shadow: none;
      display: inline-block;
      font-family: "futura-pt", sans-serif;
      font-weight: 800;
      font-size: 15px;
      letter-spacing: 0.05em;
      padding: 15px 30px 15px;
      text-decoration: none;
      text-align: center;
      text-shadow: 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;
      min-width: 170px;
      background: transparent;
      box-shadow: none;
      color: #FFFFFF !important;
      border: 2px solid #FFFFFF;
      width: 100%;
      margin: 0 10%;
      border-color: #ED1C24;
      color: #194698 !important;
      text-transform: capitalize !important; }
      .popup .donations--button-other {
        font-size: 11px; }
        @media screen and (min-width: 661px) {
          .popup .donations--button-other {
            font-size: calc(11px + 4 * ((100vw - 661px) / 1339)); } }
        @media screen and (min-width: 2000px) {
          .popup .donations--button-other {
            font-size: 15px; } }
      .popup .donations--button-other {
        padding-left: 10px; }
        @media screen and (min-width: 661px) {
          .popup .donations--button-other {
            padding-left: calc(10px + 20 * ((100vw - 661px) / 1339)); } }
        @media screen and (min-width: 2000px) {
          .popup .donations--button-other {
            padding-left: 30px; } }
      .popup .donations--button-other {
        padding-right: 10px; }
        @media screen and (min-width: 661px) {
          .popup .donations--button-other {
            padding-right: calc(10px + 20 * ((100vw - 661px) / 1339)); } }
        @media screen and (min-width: 2000px) {
          .popup .donations--button-other {
            padding-right: 30px; } }
      .popup .donations--button-other:hover:link, .popup .donations--button-other:hover:visited,
      .popup .donations--button-other:hover a:link,
      .popup .donations--button-other:hover a:visited, .popup .donations--button-other:active:link, .popup .donations--button-other:active:visited,
      .popup .donations--button-other:active a:link,
      .popup .donations--button-other:active a:visited, .popup .donations--button-other:focus:link, .popup .donations--button-other:focus:visited,
      .popup .donations--button-other:focus a:link,
      .popup .donations--button-other:focus a:visited {
        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; }
      .popup .donations--button-other:link, .popup .donations--button-other:visited,
      .popup .donations--button-other a:link,
      .popup .donations--button-other a:visited {
        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; }
        p .popup .donations--button-other:link, p .popup .donations--button-other:visited, p
        .popup .donations--button-other a:link, p
        .popup .donations--button-other a:visited {
          text-decoration: none; }
      .popup .donations--button-other:focus {
        -webkit-box-shadow: #F8BF15 0 0 0.5em;
                box-shadow: #F8BF15 0 0 0.5em;
        outline: none; }
      .popup .donations--button-other:hover, .popup .donations--button-other:active, .popup .donations--button-other:focus {
        background-position: 100% 0;
        background: #FFFFFF;
        border: 2px solid #FFFFFF;
        color: #131314 !important; }
        .popup .donations--button-other:hover:link, .popup .donations--button-other:hover:visited,
        .popup .donations--button-other:hover a:link,
        .popup .donations--button-other:hover a:visited, .popup .donations--button-other:active:link, .popup .donations--button-other:active:visited,
        .popup .donations--button-other:active a:link,
        .popup .donations--button-other:active a:visited, .popup .donations--button-other:focus:link, .popup .donations--button-other:focus:visited,
        .popup .donations--button-other:focus a:link,
        .popup .donations--button-other:focus a:visited {
          background: #FFFFFF;
          border: 2px solid #FFFFFF;
          color: #131314 !important; }
      .popup .donations--button-other:visited,
      .popup .donations--button-other a:visited {
        color: #131314; }
      .component__bg_dark .popup .donations--button-other {
        color: #131314; }
        .component__bg_dark .popup .donations--button-other:hover, .component__bg_dark .popup .donations--button-other:active, .component__bg_dark .popup .donations--button-other:focus {
          background-position: 100% 0;
          background: #FFFFFF;
          border: 2px solid #F8BF15;
          color: #131314; }
          .component__bg_dark .popup .donations--button-other:hover:link, .component__bg_dark .popup .donations--button-other:hover:visited,
          .component__bg_dark .popup .donations--button-other:hover a:link,
          .component__bg_dark .popup .donations--button-other:hover a:visited, .component__bg_dark .popup .donations--button-other:active:link, .component__bg_dark .popup .donations--button-other:active:visited,
          .component__bg_dark .popup .donations--button-other:active a:link,
          .component__bg_dark .popup .donations--button-other:active a:visited, .component__bg_dark .popup .donations--button-other:focus:link, .component__bg_dark .popup .donations--button-other:focus:visited,
          .component__bg_dark .popup .donations--button-other:focus a:link,
          .component__bg_dark .popup .donations--button-other:focus a:visited {
            background: #FFFFFF;
            border: 2px solid #F8BF15;
            color: #131314; }
        .component__bg_dark .popup .donations--button-other:link, .component__bg_dark .popup .donations--button-other:visited {
          color: #131314; }
      .popup .donations--button-other {
        font-size: 12px; }
        @media screen and (min-width: 661px) {
          .popup .donations--button-other {
            font-size: calc(12px + 4 * ((100vw - 661px) / 1339)); } }
        @media screen and (min-width: 2000px) {
          .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-other:hover {
        background-color: white !important;
        color: #2B3990 !important;
        border-color: white !important; }
    .popup .donations--disclaimer {
      color: #2B3990;
      padding-top: 24px;
      text-align: center;
      padding-left: 0px;
      padding-right: 0px; }
  .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: 8px;
      -webkit-box-shadow: none;
              box-shadow: none;
      display: inline-block;
      font-family: "futura-pt", sans-serif;
      font-weight: 800;
      font-size: 15px;
      letter-spacing: 0.05em;
      padding: 15px 30px 15px;
      text-decoration: none;
      text-align: center;
      text-shadow: 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;
      min-width: 170px;
      background: #F8BF15;
      background-size: 300% 100%;
      color: #2B3990;
      border: 2px solid #F8BF15;
      text-transform: uppercase;
      font-weight: 700;
      padding: 0.3em 1.5em 0.4em; }
      .popup--cta a, .popup--ctaa, .popup--cta:link, .popup--cta:visited,
      .popup--cta a:link,
      .popup--cta a:visited {
        font-size: 11px; }
        @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(11px + 4 * ((100vw - 661px) / 1339)); } }
        @media screen and (min-width: 2000px) {
          .popup--cta a, .popup--ctaa, .popup--cta:link, .popup--cta:visited,
          .popup--cta a:link,
          .popup--cta a:visited {
            font-size: 15px; } }
      .popup--cta a, .popup--ctaa, .popup--cta:link, .popup--cta:visited,
      .popup--cta a:link,
      .popup--cta a:visited {
        padding-left: 10px; }
        @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 {
            padding-left: calc(10px + 20 * ((100vw - 661px) / 1339)); } }
        @media screen and (min-width: 2000px) {
          .popup--cta a, .popup--ctaa, .popup--cta:link, .popup--cta:visited,
          .popup--cta a:link,
          .popup--cta a:visited {
            padding-left: 30px; } }
      .popup--cta a, .popup--ctaa, .popup--cta:link, .popup--cta:visited,
      .popup--cta a:link,
      .popup--cta a:visited {
        padding-right: 10px; }
        @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 {
            padding-right: calc(10px + 20 * ((100vw - 661px) / 1339)); } }
        @media screen and (min-width: 2000px) {
          .popup--cta a, .popup--ctaa, .popup--cta:link, .popup--cta:visited,
          .popup--cta a:link,
          .popup--cta a:visited {
            padding-right: 30px; } }
      .popup--cta a:hover:link, .popup--cta a:hover:visited,
      .popup--cta a:hover a:link,
      .popup--cta a:hover a:visited, .popup--cta a:active:link, .popup--cta a:active:visited,
      .popup--cta a:active a:link,
      .popup--cta a:active a:visited, .popup--cta a:focus:link, .popup--cta a:focus:visited,
      .popup--cta a:focus a:link,
      .popup--cta a:focus a:visited, .popup--ctaa:hover:link, .popup--ctaa:hover:visited,
      .popup--ctaa:hover a:link,
      .popup--ctaa:hover a:visited, .popup--ctaa:active:link, .popup--ctaa:active:visited,
      .popup--ctaa:active a:link,
      .popup--ctaa:active a:visited, .popup--ctaa:focus:link, .popup--ctaa:focus:visited,
      .popup--ctaa:focus a:link,
      .popup--ctaa:focus a:visited, .popup--cta:link:hover:link, .popup--cta:link:hover:visited,
      .popup--cta:link:hover a:link,
      .popup--cta:link:hover a:visited, .popup--cta:link:active:link, .popup--cta:link:active:visited,
      .popup--cta:link:active a:link,
      .popup--cta:link:active a:visited, .popup--cta:link:focus:link, .popup--cta:link:focus:visited,
      .popup--cta:link:focus a:link,
      .popup--cta:link:focus a:visited, .popup--cta:visited:hover:link, .popup--cta:visited:hover:visited,
      .popup--cta:visited:hover a:link,
      .popup--cta:visited:hover a:visited, .popup--cta:visited:active:link, .popup--cta:visited:active:visited,
      .popup--cta:visited:active a:link,
      .popup--cta:visited:active a:visited, .popup--cta:visited:focus:link, .popup--cta:visited:focus:visited,
      .popup--cta:visited:focus a:link,
      .popup--cta:visited:focus a:visited,
      .popup--cta a:link:hover:link,
      .popup--cta a:link:hover:visited,
      .popup--cta a:link:hover a:link,
      .popup--cta a:link:hover a:visited,
      .popup--cta a:link:active:link,
      .popup--cta a:link:active:visited,
      .popup--cta a:link:active a:link,
      .popup--cta a:link:active a:visited,
      .popup--cta a:link:focus:link,
      .popup--cta a:link:focus:visited,
      .popup--cta a:link:focus a:link,
      .popup--cta a:link:focus a:visited,
      .popup--cta a:visited:hover:link,
      .popup--cta a:visited:hover:visited,
      .popup--cta a:visited:hover a:link,
      .popup--cta a:visited:hover a:visited,
      .popup--cta a:visited:active:link,
      .popup--cta a:visited:active:visited,
      .popup--cta a:visited:active a:link,
      .popup--cta a:visited:active a:visited,
      .popup--cta a:visited:focus:link,
      .popup--cta a:visited:focus:visited,
      .popup--cta a:visited:focus a:link,
      .popup--cta a:visited:focus a:visited {
        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; }
      .popup--cta a:link, .popup--cta a:visited,
      .popup--cta a a:link,
      .popup--cta a a:visited, .popup--ctaa:link, .popup--ctaa:visited,
      .popup--ctaa a:link,
      .popup--ctaa a:visited, .popup--cta:link:link, .popup--cta:link:visited,
      .popup--cta:link a:link,
      .popup--cta:link a:visited, .popup--cta:visited:link, .popup--cta:visited:visited,
      .popup--cta:visited a:link,
      .popup--cta:visited a:visited,
      .popup--cta a:link:link,
      .popup--cta a:link:visited,
      .popup--cta a:link a:link,
      .popup--cta a:link a:visited,
      .popup--cta a:visited:link,
      .popup--cta a:visited:visited,
      .popup--cta a:visited a:link,
      .popup--cta a:visited a:visited {
        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; }
        p .popup--cta a:link, p .popup--cta a:visited, p
        .popup--cta a a:link, p
        .popup--cta a a:visited, p .popup--ctaa:link, p .popup--ctaa:visited, p
        .popup--ctaa a:link, p
        .popup--ctaa a:visited, p .popup--cta:link:link, p .popup--cta:link:visited, p
        .popup--cta:link a:link, p
        .popup--cta:link a:visited, p .popup--cta:visited:link, p .popup--cta:visited:visited, p
        .popup--cta:visited a:link, p
        .popup--cta:visited a:visited, p
        .popup--cta a:link:link, p
        .popup--cta a:link:visited, p
        .popup--cta a:link a:link, p
        .popup--cta a:link a:visited, p
        .popup--cta a:visited:link, p
        .popup--cta a:visited:visited, p
        .popup--cta a:visited a:link, p
        .popup--cta a:visited a:visited {
          text-decoration: none; }
      .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 {
        outline: none; }
      .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 {
        background-color: #f3d26d;
        border-color: #f3d26d;
        color: #2B3990; }
        .popup--cta a:hover:link, .popup--cta a:hover:visited,
        .popup--cta a:hover a:link,
        .popup--cta a:hover a:visited, .popup--cta a:active:link, .popup--cta a:active:visited,
        .popup--cta a:active a:link,
        .popup--cta a:active a:visited, .popup--cta a:focus:link, .popup--cta a:focus:visited,
        .popup--cta a:focus a:link,
        .popup--cta a:focus a:visited, .popup--ctaa:hover:link, .popup--ctaa:hover:visited,
        .popup--ctaa:hover a:link,
        .popup--ctaa:hover a:visited, .popup--ctaa:active:link, .popup--ctaa:active:visited,
        .popup--ctaa:active a:link,
        .popup--ctaa:active a:visited, .popup--ctaa:focus:link, .popup--ctaa:focus:visited,
        .popup--ctaa:focus a:link,
        .popup--ctaa:focus a:visited, .popup--cta:link:hover:link, .popup--cta:link:hover:visited,
        .popup--cta:link:hover a:link,
        .popup--cta:link:hover a:visited, .popup--cta:link:active:link, .popup--cta:link:active:visited,
        .popup--cta:link:active a:link,
        .popup--cta:link:active a:visited, .popup--cta:link:focus:link, .popup--cta:link:focus:visited,
        .popup--cta:link:focus a:link,
        .popup--cta:link:focus a:visited, .popup--cta:visited:hover:link, .popup--cta:visited:hover:visited,
        .popup--cta:visited:hover a:link,
        .popup--cta:visited:hover a:visited, .popup--cta:visited:active:link, .popup--cta:visited:active:visited,
        .popup--cta:visited:active a:link,
        .popup--cta:visited:active a:visited, .popup--cta:visited:focus:link, .popup--cta:visited:focus:visited,
        .popup--cta:visited:focus a:link,
        .popup--cta:visited:focus a:visited,
        .popup--cta a:link:hover:link,
        .popup--cta a:link:hover:visited,
        .popup--cta a:link:hover a:link,
        .popup--cta a:link:hover a:visited,
        .popup--cta a:link:active:link,
        .popup--cta a:link:active:visited,
        .popup--cta a:link:active a:link,
        .popup--cta a:link:active a:visited,
        .popup--cta a:link:focus:link,
        .popup--cta a:link:focus:visited,
        .popup--cta a:link:focus a:link,
        .popup--cta a:link:focus a:visited,
        .popup--cta a:visited:hover:link,
        .popup--cta a:visited:hover:visited,
        .popup--cta a:visited:hover a:link,
        .popup--cta a:visited:hover a:visited,
        .popup--cta a:visited:active:link,
        .popup--cta a:visited:active:visited,
        .popup--cta a:visited:active a:link,
        .popup--cta a:visited:active a:visited,
        .popup--cta a:visited:focus:link,
        .popup--cta a:visited:focus:visited,
        .popup--cta a:visited:focus a:link,
        .popup--cta a:visited:focus a:visited {
          background-color: #f3d26d;
          border-color: #f3d26d;
          color: #2B3990; }
      .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) / 1339)); } }
        @media screen and (min-width: 2000px) {
          .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 a {
    background-color: #2B3990 !important;
    border-color: #2B3990 !important;
    color: white !important; }
  .popup--cta_btn a:hover {
    background-color: white !important;
    color: #2B3990 !important;
    border-color: white !important; }
  .popup--cta_btn_img {
    width: 100%; }
    .popup--cta_btn_img a {
      background-color: #2B3990 !important;
      border-color: #2B3990 !important;
      color: white !important; }
    .popup--cta_btn_img a:hover {
      background-color: white !important;
      color: #2B3990 !important;
      border-color: white !important; }
    @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: 15px;
    right: 15px;
    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 (min-width: 0px) and (max-width: 850px) {
      .popup--close {
        right: 0px;
        top: 0px; } }
    .popup--close button {
      cursor: pointer;
      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: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: #F8BF15; }
  .popup--close-cta {
    top: -300px; }
    @media (max-width: 360px) {
      .popup--close-cta {
        top: -5px;
        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;
    /*@include breakpoint(max-width 400px){
			top: -5px;
			right: -25px;
			padding:10px;
		}*/ }
    @media (max-width: 400px) {
      .popup--close-donation button:before, .popup--close-donation button:after {
        width: 60%; } }
  .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; }
  .popup--embed {
    -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%;
    position: relative; }
    .popup--embed iframe {
      height: 100%;
      width: 100%; }
    @media screen and (max-width: 41.25em) {
      .popup--embed {
        display: none; } }
  .popup--cover-wrp {
    position: absolute;
    z-index: 1;
    inset: 0;
    -webkit-transition: -webkit-filter 0.3s !important;
    transition: -webkit-filter 0.3s !important;
    -o-transition: filter 0.3s !important;
    transition: filter 0.3s !important;
    transition: filter 0.3s, -webkit-filter 0.3s !important; }
    .popup--cover-wrp:hover, .popup--cover-wrp:focus {
      -webkit-filter: brightness(0.8);
              filter: brightness(0.8); }
  .popup--cover-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
  .popup--play-wrp {
    position: absolute;
    left: 2rem;
    bottom: 2rem;
    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;
    background: none !important;
    border: none;
    text-transform: none;
    gap: 1rem;
    cursor: pointer;
    color: white !important;
    text-decoration: none !important; }
    .popup--play-wrp:hover .icon, .popup--play-wrp:focus .icon {
      color: white; }
    .popup--play-wrp:hover .text, .popup--play-wrp:focus .text {
      color: #F8BF15; }
    .popup--play-wrp .icon-wrp {
      background: #F8BF15;
      --size: 3.25rem;
      width: var(--size);
      height: var(--size);
      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: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      border-radius: 100%; }
    .popup--play-wrp .icon {
      --size: 1rem;
      right: -3px;
      position: relative;
      -webkit-transition: none;
      -o-transition: none;
      transition: none;
      color: white; }
    .popup--play-wrp .text {
      font-size: 1.125rem; }
  .popup .button_blue {
    border-radius: 8px;
    -webkit-box-shadow: none;
            box-shadow: none;
    display: inline-block;
    font-family: "futura-pt", sans-serif;
    font-weight: 800;
    font-size: 15px;
    letter-spacing: 0.05em;
    padding: 15px 30px 15px;
    text-decoration: none;
    text-align: center;
    text-shadow: 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;
    min-width: 170px;
    cursor: pointer !important;
    background: #243E8C;
    box-shadow: none;
    color: #131314;
    border: 2px solid #243E8C; }
    .popup .button_blue {
      font-size: 11px; }
      @media screen and (min-width: 661px) {
        .popup .button_blue {
          font-size: calc(11px + 4 * ((100vw - 661px) / 1339)); } }
      @media screen and (min-width: 2000px) {
        .popup .button_blue {
          font-size: 15px; } }
    .popup .button_blue {
      padding-left: 10px; }
      @media screen and (min-width: 661px) {
        .popup .button_blue {
          padding-left: calc(10px + 20 * ((100vw - 661px) / 1339)); } }
      @media screen and (min-width: 2000px) {
        .popup .button_blue {
          padding-left: 30px; } }
    .popup .button_blue {
      padding-right: 10px; }
      @media screen and (min-width: 661px) {
        .popup .button_blue {
          padding-right: calc(10px + 20 * ((100vw - 661px) / 1339)); } }
      @media screen and (min-width: 2000px) {
        .popup .button_blue {
          padding-right: 30px; } }
    .popup .button_blue:hover:link, .popup .button_blue:hover:visited,
    .popup .button_blue:hover a:link,
    .popup .button_blue:hover a:visited, .popup .button_blue:active:link, .popup .button_blue:active:visited,
    .popup .button_blue:active a:link,
    .popup .button_blue:active a:visited, .popup .button_blue:focus:link, .popup .button_blue:focus:visited,
    .popup .button_blue:focus a:link,
    .popup .button_blue:focus a:visited {
      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; }
    .popup .button_blue:link, .popup .button_blue:visited,
    .popup .button_blue a:link,
    .popup .button_blue a:visited {
      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; }
      p .popup .button_blue:link, p .popup .button_blue:visited, p
      .popup .button_blue a:link, p
      .popup .button_blue a:visited {
        text-decoration: none; }
    .popup .button_blue:focus {
      -webkit-box-shadow: #FFFFFF 0 0 0.5em;
              box-shadow: #FFFFFF 0 0 0.5em;
      outline: none; }
    .popup .button_blue:hover, .popup .button_blue:active, .popup .button_blue:focus {
      background: #F8BF15;
      border: 2px solid #F8BF15;
      color: #131314; }
      .popup .button_blue:hover:link, .popup .button_blue:hover:visited,
      .popup .button_blue:hover a:link,
      .popup .button_blue:hover a:visited, .popup .button_blue:active:link, .popup .button_blue:active:visited,
      .popup .button_blue:active a:link,
      .popup .button_blue:active a:visited, .popup .button_blue:focus:link, .popup .button_blue:focus:visited,
      .popup .button_blue:focus a:link,
      .popup .button_blue:focus a:visited {
        background: #F8BF15;
        color: #131314;
        border: 2px solid #F8BF15; }
    .popup .button_blue:link, .popup .button_blue:visited,
    .popup .button_blue a:link,
    .popup .button_blue a:visited {
      color: #131314; }
  .popup .button_red {
    border-radius: 5px;
    color: #2B3990;
    display: block;
    text-decoration: none;
    text-align: center;
    padding: 16px 16px;
    min-width: 60px;
    cursor: pointer !important;
    background: #F8BF15;
    -webkit-box-shadow: none;
            box-shadow: none;
    color: #131314;
    border: 2px solid #F8BF15;
    font-weight: 700;
    text-transform: uppercase; }
    .popup .button_red:focus {
      outline: none; }
    .popup .button_red:hover, .popup .button_red:active, .popup .button_red:focus {
      background: #f3d26d;
      border: 2px solid #f3d26d;
      color: #2B3990; }
      .popup .button_red:hover:link, .popup .button_red:hover:visited,
      .popup .button_red:hover a:link,
      .popup .button_red:hover a:visited, .popup .button_red:active:link, .popup .button_red:active:visited,
      .popup .button_red:active a:link,
      .popup .button_red:active a:visited, .popup .button_red:focus:link, .popup .button_red:focus:visited,
      .popup .button_red:focus a:link,
      .popup .button_red:focus a:visited {
        background: #f3d26d;
        color: #2B3990;
        border: 2px solid #f3d26d; }
    .popup .button_red:link, .popup .button_red:visited,
    .popup .button_red a:link,
    .popup .button_red a:visited {
      color: #2B3990; }
  .popup .image-custom {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 33px; }
    @media (max-width: 530px) {
      .popup .image-custom {
        width: 100%; } }
    @media (max-width: 660px) {
      .popup .image-custom {
        border-radius: 0px 0px 0px 0px; } }

.component__bg_dark .popup .donations--button:hover,
.component__bg_dark .popup .donations--button:active,
.component__bg_dark .popup .donations--button:focus {
  background-position: 100% 0;
  background: #FFFFFF;
  border: 2px solid #FFFFFF;
  color: #194698; }

.component__bg_dark .popup .donations--button:hover:link,
.component__bg_dark .popup .donations--button:hover:visited,
.component__bg_dark .popup .donations--button:hover a:link,
.component__bg_dark .popup .donations--button:hover a:visited,
.component__bg_dark .popup .donations--button:active:link,
.component__bg_dark .popup .donations--button:active:visited,
.component__bg_dark .popup .donations--button:active a:link,
.component__bg_dark .popup .donations--button:active a:visited,
.component__bg_dark .popup .donations--button:focus:link,
.component__bg_dark .popup .donations--button:focus:visited,
.component__bg_dark .popup .donations--button:focus a:link,
.component__bg_dark .popup .donations--button:focus a:visited {
  background: #FFFFFF;
  border: 2px solid #FFFFFF;
  color: #194698; }
/*# sourceMappingURL=style.css.map */