/* colors */
/* fonts */
/* breakpoints */
@font-face {
  font-family: Gentona;
  src: url(../fonts/Gentona-Medium.eot);
  src: url(../fonts/Gentona-Medium.eot?#iefix) format("embedded-opentype"), url(../fonts/Gentona-Medium.woff) format("woff"), url(../fonts/Gentona-Medium.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body, html {
  font-family: proxima-nova, sans-serif;
  background: #FFFFFF !important;
  color: #002D72;
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
}

strong {
  font-weight: 700;
}

h1, h2, h3, h4 {
  font-family: proxima-nova, sans-serif;
  line-height: 1.1;
  color: #002D72;
  font-weight: 600;
}
h1 a, h2 a, h3 a, h4 a {
  color: #ffffff;
}
h1 em, h2 em, h3 em, h4 em {
  font-style: normal;
  font-family: "kalam", sans-serif;
  font-weight: 300;
  letter-spacing: -1.6px;
}

h1 {
  font-size: 64px;
  letter-spacing: -0.8px;
  line-height: 90%;
  margin-bottom: 57px;
}
@media (min-width: 992px) {
  h1 {
    font-size: 80px;
  }
}
h1 em {
  color: #68ACE5;
  letter-spacing: -1.6px;
}

h2 {
  font-size: 60px;
  margin-bottom: 38px;
  line-height: 1;
}
@media (min-width: 992px) {
  h2 {
    font-size: 70px;
  }
}
h2.h1 {
  font-size: 40px;
}
@media (min-width: 992px) {
  h2.h1 {
    font-size: 100px;
  }
}
h2.section-title {
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: 80%; /* 56px */
  letter-spacing: -1.4px;
  font-family: "kalam", sans-serif;
  color: #1B75BF;
}
@media (min-width: 992px) {
  h2.section-title {
    font-size: 70px;
  }
}

h3 {
  font-size: 30px;
  line-height: 1.25;
}

ul, ol {
  font-family: proxima-nova, sans-serif;
}
ul li, ol li {
  margin-bottom: 10px;
}

.ctas a, button, input[type=submit] {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 30px 30px;
  border: 2px solid #86C8BC;
  border-radius: 100px;
  color: #ffffff;
  display: inline-block;
  margin: 10px 0 10px 0;
  text-decoration: none;
  font-family: Gentona;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.ctas a:hover, button:hover, input[type=submit]:hover {
  background-color: #86C8BC;
  color: #6C6C6C;
}
@media (min-width: 992px) {
  .ctas a, button, input[type=submit] {
    padding: 30px 40px;
  }
}

a {
  color: #ffffff;
}

:root {
  --scale: 0.1;
  --space: 8vmin;
}

@media (prefers-reduced-motion) {
  :root {
    --scale: 0;
  }
}
body {
  overflow-x: hidden;
  background-color: #FFFFFF;
}

#hor {
  position: relative;
  z-index: 1;
  overflow-x: hidden;
}
@media (min-width: 992px) {
  #hor {
    margin-top: 84px;
  }
}

.dialog-off-canvas-main-canvas {
  /*max-width: 1440px;
  margin:0 auto;*/
}

.region-content {
  padding: 0;
}

.gin-secondary-toolbar {
  display: none;
}

#block-hor-local-tasks {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 999;
}

div[aria-label="Status message"] {
  position: fixed;
  bottom: 0;
  left: 0;
}

img {
  max-width: 100%;
}

footer {
  font-size: 18px;
  line-height: 27px;
  text-align: center;
}

.region-banner {
  width: 100%;
  padding: 30px 30px 28px;
  top: 0;
  left: 0;
  background-color: #68ACE5;
  text-align: center;
  z-index: 9;
}
@media (min-width: 992px) {
  .region-banner {
    position: fixed;
  }
}
.region-banner p {
  color: #002D72;
  font-weight: 500;
  margin: 0;
}

header.site-header {
  background-color: #002D72;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 0 20px;
  position: relative;
  top: 0;
  width: 100%;
  height: 92px;
  z-index: 0;
  overflow: hidden;
}
@media (min-width: 992px) {
  header.site-header {
    width: 100%;
    padding: 100px 0 170px;
  }
}
header.site-header::before {
  background-color: #FFFFFF;
}
header.site-header .logo-lockup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  position: absolute;
  left: 30px;
  z-index: 99;
}
@media (min-width: 992px) {
  header.site-header .logo-lockup {
    position: relative;
    left: 0;
  }
}
header.site-header .logo-lockup a {
  display: inline-block;
  text-decoration: none;
}
header.site-header .logo-lockup .logo-lockup__first {
  width: 170px;
  height: auto;
  background: none;
  margin-right: 15px;
}
@media (min-width: 992px) {
  header.site-header .logo-lockup .logo-lockup__first {
    width: 247px;
  }
}
header.site-header .logo-lockup .logo-lockup__first::after {
  display: none;
}
header.site-header .logo-lockup .logo-lockup__first img {
  display: block;
  height: 40px;
}
@media (min-width: 992px) {
  header.site-header .logo-lockup .logo-lockup__first img {
    height: 57px;
  }
}
header.site-header .logo-lockup .logo-lockup__second {
  font-size: 14.85px;
  color: #ffffff;
  font-weight: 700;
  font-family: Gentona;
  line-height: 1.5;
  display: block;
}

.main-navigation .region {
  background-color: #CBA052;
  color: #ffffff;
  position: fixed;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  padding-right: 42px;
  text-align: right;
}
@media (min-width: 992px) {
  .main-navigation .region {
    width: 50%;
    padding-right: 105px;
  }
}
.main-navigation .region.open {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.main-navigation .block-menu {
  margin: 100px 0 0;
}
.main-navigation .block-menu .navbar-nav .nav-item {
  margin-bottom: 20px;
  font-family: Gentona;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
}
.main-navigation .block-menu .navbar-nav .nav-item .nav-link {
  font-weight: 400;
  padding: 0;
}
.main-navigation .block-menu .navbar-nav .nav-item .nav-link.button {
  background-color: #ffffff;
  color: #E03C31;
  text-align: center;
  font-family: Gentona;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  padding: 14px 30px 16px;
  border-radius: 100px;
  display: inline-block;
  text-decoration: none;
  margin: 0;
}

.region-header > .block-menu {
  display: none;
}
@media (min-width: 992px) {
  .region-header > .block-menu {
    display: block;
  }
}
.region-header .navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.region-header .navbar-nav .nav-item {
  font-family: Gentona;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
  margin: 0 10px;
}
.region-header .navbar-nav .nav-item .nav-link {
  padding: 17px 10px;
  line-height: 1;
}
.region-header .navbar-nav .nav-item .nav-link[href="#contact"] {
  border: 2px solid #CBA052;
  border-radius: 100px;
  padding: 15px 30px;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.region-header .navbar-nav .nav-item .nav-link[href="#contact"]:hover {
  background-color: #CBA052;
}

footer {
  color: #002D72;
  font-weight: 400;
  padding: 150px 0 70px;
  background-color: #68ACE5;
  position: relative;
  border-bottom: 8px solid #1B75BF;
}
@media (min-width: 992px) {
  footer {
    padding: 8vw 0;
    padding: 200px 0;
  }
}
footer::before {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  height: 35vw;
  top: -35vw;
  left: 0;
  background: url(../images/bluewave-blue.png) no-repeat left top;
  background-size: 235%;
}
@media (min-width: 992px) {
  footer::before {
    background-size: 100%;
    height: 16vw;
    top: -16vw;
    background-position: center top;
  }
}
footer .region-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  text-align: left;
}
footer .region-footer > .block {
  margin-bottom: 35px;
}
@media (min-width: 992px) {
  footer .region-footer > .block {
    width: 31%;
    margin-bottom: 0;
  }
}
footer .region-footer > .block.horcopyright {
  width: 100%;
  margin-top: 30px;
}
@media (min-width: 992px) {
  footer .region-footer > .block.horcopyright {
    margin-top: 70px;
  }
}
footer .region-footer > .block.horcopyright a {
  color: #002D72;
  text-decoration: none;
}
footer .region-footer > .block.horcopyright a:hover {
  text-decoration: underline;
}
footer img {
  margin-bottom: 24px;
}
footer h3 {
  color: #002D72;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 90%; /* 32.4px */
  margin-bottom: 16px;
}
footer .footercta {
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 28px */
  letter-spacing: 0.28px;
  padding-right: 40px;
  background: url(../images/arrow-right.svg) no-repeat right center;
  background-size: 20px;
  color: #002D72;
  text-decoration: none;
  display: inline-block;
}
footer .footercta:hover {
  text-decoration: underline;
}

.hands_container {
  width: 100%;
  max-width: 941px;
  height: auto;
  z-index: 3;
  aspect-ratio: 1.053;
  background-color: #002D72;
}
@media (min-width: 992px) {
  .hands_container {
    width: 60%;
    position: absolute;
    right: 0;
    top: 0;
    background-color: transparent;
  }
}
.hands_container svg {
  width: 100%;
  height: 100%;
}

.paragraph--type--hor-hero {
  background-color: #002D72;
  color: #ffffff;
  padding: 0 0 3vw;
  position: relative;
  margin-bottom: 16vw;
  z-index: 2;
}
.paragraph--type--hor-hero::after {
  display: block;
  background: transparent url(../images/blue-wave.svg) no-repeat center bottom;
  background-size: cover;
  height: 17vw;
  width: 235%;
  display: block;
  content: "";
  position: absolute;
  bottom: -16vw;
  z-index: 3;
}
@media (min-width: 992px) {
  .paragraph--type--hor-hero::after {
    height: 16vw;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .paragraph--type--hor-hero .field--name-field-description, .paragraph--type--hor-hero .field--name-field-heading {
    max-width: 650px;
  }
}
.paragraph--type--hor-hero h1 {
  color: #ffffff;
}
.paragraph--type--hor-hero p {
  font-size: 26px;
  line-height: 1.3;
  font-weight: 300;
}

.paragraph--type--hor-text-and-animation {
  padding: 150px 0 50px;
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(#E8F4FF), to(#FFF));
  background: linear-gradient(180deg, #E8F4FF 0%, #FFF 100%);
  margin-top: -16vw;
  z-index: 1;
}
@media (min-width: 992px) {
  .paragraph--type--hor-text-and-animation {
    padding: 20vw 0 134px;
  }
}
.paragraph--type--hor-text-and-animation .field--name-field-description {
  position: relative;
  z-index: 2;
}
@media (min-width: 992px) {
  .paragraph--type--hor-text-and-animation .field--name-field-description {
    width: 36%;
    max-width: 442px;
    padding-top: 5vw;
  }
}
.paragraph--type--hor-text-and-animation .field--name-field-description h2 em {
  font-style: normal;
  font-weight: 400;
  line-height: 80%; /* 56px */
  letter-spacing: -1.4px;
  font-family: "kalam", sans-serif;
  color: #1B75BF;
}
.paragraph--type--hor-text-and-animation .talking_container {
  margin: 0 0 110px;
  aspect-ratio: 1.344;
  position: relative;
}
@media (min-width: 992px) {
  .paragraph--type--hor-text-and-animation .talking_container {
    position: absolute;
    right: 0;
    top: 16vw;
    width: 65%;
    max-width: 898px;
    padding: 0;
    z-index: 1;
  }
}
@media (min-width: 1800px) {
  .paragraph--type--hor-text-and-animation .talking_container {
    right: 7vw;
  }
}
.paragraph--type--hor-text-and-animation .talking_container svg {
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.paragraph--type--hor-text-and-animation .talking_container svg.right {
  left: auto;
  right: 0;
  width: 81%;
}

.paragraph--type--hor-facts-carousel {
  padding: 20vw 0 22vw;
  position: relative;
  margin-bottom: 12vw;
}
.paragraph--type--hor-facts-carousel > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.paragraph--type--hor-facts-carousel .carousel-animations {
  padding: 20vw 0;
  background: url(../images/beanline.svg) no-repeat center;
  background-size: contain;
  width: 100%;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .paragraph--type--hor-facts-carousel .carousel-animations {
    width: 45%;
    position: absolute;
    left: 8vw;
    top: 5vw;
    margin-bottom: 0;
    max-width: 600px;
  }
}
@media (min-width: 1800px) {
  .paragraph--type--hor-facts-carousel .carousel-animations {
    left: 15vw;
  }
}
.paragraph--type--hor-facts-carousel .carousel-animations .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.paragraph--type--hor-facts-carousel .carousel-animations .field--name-field-svg-code {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}
.paragraph--type--hor-facts-carousel .carousel-animations svg {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
  opacity: 0;
}
.paragraph--type--hor-facts-carousel .carousel-content {
  width: 100%;
  position: relative;
}
@media (min-width: 992px) {
  .paragraph--type--hor-facts-carousel .carousel-content {
    width: 42%;
  }
}
.paragraph--type--hor-facts-carousel .carousel-content p {
  color: #002D72;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -1px;
}
@media (min-width: 992px) {
  .paragraph--type--hor-facts-carousel .carousel-content p {
    font-size: 50px;
  }
}
.paragraph--type--hor-facts-carousel .carousel-content p em {
  font-family: "kalam", sans-serif;
  color: #1B75BF;
  font-style: normal;
  font-weight: 400;
}
.paragraph--type--hor-facts-carousel .carousel-content .slick-dots {
  list-style: none;
  padding: 0 0 0 5px;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.paragraph--type--hor-facts-carousel .carousel-content .slick-dots li {
  margin-right: 8px;
}
.paragraph--type--hor-facts-carousel .carousel-content .slick-dots li button {
  background: #ffffff;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  border: 2px solid #002D72;
  padding: 0;
  font-size: 0;
}
.paragraph--type--hor-facts-carousel .carousel-content .slick-dots li.slick-active button {
  background: #1B75BF;
  border-color: #1B75BF;
}
.paragraph--type--hor-facts-carousel .carousel-content .slick-arrow {
  position: absolute;
  top: auto;
  right: auto;
  left: 5px;
  bottom: -50px;
  background: url(../images/arrow-left.svg) no-repeat center;
  background-size: cover;
  width: 26px;
  height: 22px;
  z-index: 9;
  padding: 0;
  border: 0;
  font-size: 0;
}
@media (min-width: 992px) {
  .paragraph--type--hor-facts-carousel .carousel-content .slick-arrow {
    bottom: -50px;
  }
}
.paragraph--type--hor-facts-carousel .carousel-content .slick-arrow.slick-next {
  left: 50px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.paragraph--type--hor-facts-slide {
  position: relative;
  padding: 0 5px;
}
.paragraph--type--hor-facts-slide .field--name-field-description sup {
  font-size: 16px;
  top: -0.9em;
  position: relative;
  display: inline-block;
  padding: 10px 8px 8px;
  background: #002D72;
  color: #ffffff;
  text-align: center;
  aspect-ratio: 1;
  border-radius: 50%;
  font-weight: 700;
}
.paragraph--type--hor-facts-slide .field--name-field-description a {
  color: #002D72;
}
.paragraph--type--hor-facts-slide .field--name-field-description a[href="#citation"] {
  text-decoration: none;
}
.paragraph--type--hor-facts-slide .fact-svg {
  display: none;
}
.paragraph--type--hor-facts-slide .citation {
  display: none;
  background: #E8F4FF;
  padding: 15px;
  position: absolute;
  z-index: 9;
  max-width: 100%;
  max-height: 300px;
  bottom: 0;
  overflow-y: auto;
  overflow-wrap: break-word;
}
.paragraph--type--hor-facts-slide .citation p {
  font-size: 20px;
  color: #002D72;
  font-weight: 400;
  line-height: 1.25;
  margin-bottom: 5px;
}
.paragraph--type--hor-facts-slide .citation p a {
  color: #002D72;
  text-decoration: underline;
}
.paragraph--type--hor-facts-slide .citation ul li a {
  color: #002D72;
  text-decoration: underline;
}
.paragraph--type--hor-facts-slide .citation .closebtn {
  position: absolute;
  top: -2px;
  right: 5px;
  color: #002D72;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  text-decoration: none;
  padding: 5px;
}

.paragraph--type--hor-video-section {
  padding: 150px 0;
  background-color: #00112A;
  color: #ffffff;
  position: relative;
  margin-bottom: 16vw;
  z-index: 2;
}
@media (min-width: 992px) {
  .paragraph--type--hor-video-section {
    padding: 10vw 0 11vw;
  }
}
.paragraph--type--hor-video-section > .container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .paragraph--type--hor-video-section > .container {
    display: block;
  }
}
.paragraph--type--hor-video-section::before {
  display: block;
  background: white url(../images/bluewave-top.png) no-repeat center top;
  background-size: 100%;
  height: 15vw;
  width: 235%;
  display: block;
  content: "";
  position: absolute;
  top: -15vw;
  left: -16%;
  z-index: 2;
}
@media (min-width: 992px) {
  .paragraph--type--hor-video-section::before {
    top: -10vw;
    left: 0;
    height: 10vw;
    width: 100%;
    background-position: center bottom;
  }
}
.paragraph--type--hor-video-section::after {
  display: block;
  background: white url(../images/bluewave-bot.png) no-repeat center bottom;
  background-size: 100%;
  height: 15vw;
  width: 235%;
  display: block;
  content: "";
  position: absolute;
  bottom: -15vw;
  left: -16%;
  z-index: 2;
}
@media (min-width: 992px) {
  .paragraph--type--hor-video-section::after {
    bottom: -10vw;
    left: 0;
    height: 10vw;
    width: 100%;
    background-position: center top;
  }
}
.paragraph--type--hor-video-section .field--name-field-description {
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
  opacity: 1;
  left: 0;
  position: relative;
  z-index: 2;
  margin-bottom: 60px;
}
@media (min-width: 992px) {
  .paragraph--type--hor-video-section .field--name-field-description {
    width: 50%;
    margin-bottom: 0;
  }
}
.paragraph--type--hor-video-section .field--name-field-description h2 {
  color: #ffffff;
  font-weight: 700;
}
.paragraph--type--hor-video-section .field--name-field-description h2 em {
  color: #68ACE5;
  font-weight: 300;
}
.paragraph--type--hor-video-section .field--name-field-video {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
  z-index: 1;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  position: relative;
}
@media (min-width: 992px) {
  .paragraph--type--hor-video-section .field--name-field-video {
    top: 50%;
    position: absolute;
    right: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
.paragraph--type--hor-video-section .field--name-field-video video {
  border: 1px solid #ffffff;
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .paragraph--type--hor-video-section .field--name-field-video video {
    border: 0;
  }
}
.paragraph--type--hor-video-section .field--name-field-video .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 25%;
  height: auto;
  aspect-ratio: 1.296;
  cursor: pointer;
  z-index: 2;
  background: url(../images/video-play.svg) no-repeat center center;
  background-size: contain;
}
@media (min-width: 992px) {
  .paragraph--type--hor-video-section .field--name-field-video .play-button {
    left: 68%;
    width: 10%;
  }
}
.paragraph--type--hor-video-section .field--name-field-video a.close-button {
  display: none;
  position: absolute;
  top: -20px;
  right: -20px;
  background: transparent;
  color: #002D72;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  z-index: 2;
  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
}
@media (min-width: 992px) {
  .paragraph--type--hor-video-section.video-playing .field--name-field-description {
    opacity: 0;
    left: -100px;
  }
}
.paragraph--type--hor-video-section.video-playing .field--name-field-video {
  /*width: 75%;
  transform: translate(-15%, 0);*/
}
.paragraph--type--hor-video-section.video-playing .field--name-field-video a.close-button {
  display: inline-block;
}
@media (max-width: 992px) {
  .paragraph--type--hor-video-section.video-playing .field--name-field-video a.close-button {
    display: none;
  }
}

.paragraph--type--hor-accordion-section {
  padding: 100px 0;
  position: relative;
}
@media (min-width: 992px) {
  .paragraph--type--hor-accordion-section {
    padding: 10vw 0;
  }
}
.paragraph--type--hor-accordion-section > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
}
@media (min-width: 992px) {
  .paragraph--type--hor-accordion-section .accordion-content {
    width: 60%;
    max-width: 717px;
  }
}
.paragraph--type--hor-accordion-section .accordion-content h2 {
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 90%;
  padding-right: 10%;
}
@media (min-width: 992px) {
  .paragraph--type--hor-accordion-section .accordion-content h2 {
    margin-bottom: 10px;
  }
}
.paragraph--type--hor-accordion-section .accordion-content h2 em {
  font-weight: 400;
  color: #1B75BF;
}
.paragraph--type--hor-accordion-section .accordion-content .field--name-field-ctas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.paragraph--type--hor-accordion-section .accordion-content .field--name-field-ctas a {
  color: #002D72;
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.28px;
  padding: 10px 30px 10px 0;
  background: url(../images/arrow-right-lightblue.svg) no-repeat right center;
  background-size: 20px;
  border: 0;
  display: inline-block;
  width: auto;
  margin: 0 30px 0 0;
  text-decoration: none;
}
.paragraph--type--hor-accordion-section .accordion-content .field--name-field-ctas a:hover {
  text-decoration: underline;
}
.paragraph--type--hor-accordion-section .accordion-animations {
  position: relative;
}
@media (min-width: 992px) {
  .paragraph--type--hor-accordion-section .accordion-animations {
    position: absolute;
    top: 4vw;
    left: 0;
    width: 40%;
  }
}
.paragraph--type--hor-accordion-section .accordion-animations .accordion-animations-inner svg {
  width: 100%;
  height: auto;
  display: block;
}
@media (min-width: 992px) {
  .paragraph--type--hor-accordion-section .accordion-animations .accordion-animations-inner svg {
    width: 100%;
  }
}
.paragraph--type--hor-accordion-section .accordion-animations .accordion-animations-inner svg.phoneapps {
  position: absolute;
  top: -1%;
  right: 1%;
  width: 100%;
}
.paragraph--type--hor-accordion-section .speech_bubbles {
  margin-top: 10vw;
}
.paragraph--type--hor-accordion-section .speech_bubbles svg {
  width: 160%;
  margin-left: -25%;
  height: auto;
  display: block;
}
@media (min-width: 992px) {
  .paragraph--type--hor-accordion-section .speech_bubbles svg {
    width: 102%;
    margin-left: 0;
  }
}
.paragraph--type--hor-accordion-section.flipped {
  background: url(../images/blueline_gradient.png) no-repeat top left;
  background-size: cover;
  padding: 200px 0 100px;
}
@media (min-width: 992px) {
  .paragraph--type--hor-accordion-section.flipped {
    padding: 16vw 0 10vw;
    background-position: top center;
  }
}
.paragraph--type--hor-accordion-section.flipped > .container {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media (min-width: 992px) {
  .paragraph--type--hor-accordion-section.flipped .accordion-animations {
    left: auto;
    right: 0;
    top: 16vw;
  }
}

.ui-accordion.ui-widget {
  margin: 72px 0;
  border-bottom: 2px solid #1B75BF;
}
.ui-accordion.ui-widget .ui-accordion-header {
  background-color: transparent;
  padding: 26px 0;
  font-size: 24px;
  font-weight: 400;
  margin-top: -1px;
  border: 0;
  border-top: 2px solid #1B75BF;
  border-radius: 0;
}
@media (max-width: 992px) {
  .ui-accordion.ui-widget .ui-accordion-header {
    padding: 26px 0;
  }
}
.ui-accordion.ui-widget .ui-accordion-header p {
  margin: 0;
  display: inline-block;
  color: #002D72;
}
.ui-accordion.ui-widget .ui-accordion-header a {
  margin: 0;
  padding: 0 50px 0 0;
  display: block;
}
.ui-accordion.ui-widget .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  width: 24px;
  height: 24px;
  background: url(../images/icon-plus.svg) no-repeat center;
  background-size: 100%;
  right: 32px;
  top: 32px;
}
@media (max-width: 992px) {
  .ui-accordion.ui-widget .ui-accordion-header .ui-accordion-header-icon {
    right: 32px;
  }
}
.ui-accordion.ui-widget .ui-accordion-header.ui-state-active {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #002D72;
}
.ui-accordion.ui-widget .ui-accordion-header.ui-state-active a {
  color: #002D72;
}
.ui-accordion.ui-widget .ui-accordion-header.ui-state-active .ui-accordion-header-icon {
  background: url(../images/icon-minus.svg) no-repeat center;
  background-size: 100%;
}
.ui-accordion.ui-widget .ui-accordion-content {
  position: relative;
  border: 0;
  padding: 0 0 16px;
  color: #002D72;
  background-color: transparent;
  font-family: proxima-nova, sans-serif;
}

.paragraph--type--hor-quotes-section {
  background-color: #002D72;
  color: #ffffff;
  position: relative;
  margin-bottom: 16vw;
  z-index: 2;
  padding: 200px 0 200px;
}
@media (min-width: 992px) {
  .paragraph--type--hor-quotes-section {
    padding: 16vw 0;
  }
}
.paragraph--type--hor-quotes-section::before {
  display: block;
  background: transparent url(../images/bluewave2.svg) no-repeat right top;
  background-size: cover;
  height: 16vw;
  width: 235%;
  display: block;
  content: "";
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .paragraph--type--hor-quotes-section::before {
    height: 10vw;
    width: 100%;
    background-position: center bottom;
  }
}
.paragraph--type--hor-quotes-section::after {
  display: block;
  background: transparent url(../images/bluewave-bot2.png) no-repeat center top;
  background-size: cover;
  height: 20vw;
  width: 235%;
  display: block;
  content: "";
  position: absolute;
  bottom: -16vw;
}
@media (min-width: 992px) {
  .paragraph--type--hor-quotes-section::after {
    height: 10vw;
    width: 100%;
    bottom: -10vw;
    background-position: center bottom;
  }
}
.paragraph--type--hor-quotes-section .quotes-animations {
  padding: 0;
}
@media (min-width: 992px) {
  .paragraph--type--hor-quotes-section .quotes-animations {
    padding: 100px 0 0;
  }
}
.paragraph--type--hor-quotes-section .quotes-animations .quotes-animations-inner {
  width: 100%;
  margin: 0 auto;
}
.paragraph--type--hor-quotes-section .quotes-animations .quotes-animations-inner svg {
  display: block;
  width: 108%;
  height: auto;
  margin: 0 0 0 -4%;
}
.paragraph--type--hor-quotes-section .quotes-content {
  margin: -25px auto 0;
  text-align: center;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -1px;
}
@media (min-width: 992px) {
  .paragraph--type--hor-quotes-section .quotes-content {
    width: 62%;
    max-width: 755px;
    font-size: 50px;
    margin: -50px auto 0;
  }
}
.paragraph--type--hor-quotes-section .quotes-content::before {
  content: "";
  display: block;
  width: 45px;
  height: 30px;
  background: url(../images/quote.svg) no-repeat center center;
  background-size: contain;
  margin: 0 auto 20px;
}
@media (min-width: 992px) {
  .paragraph--type--hor-quotes-section .quotes-content::before {
    width: 56px;
    height: 41px;
    margin: 0 auto 30px;
  }
}
.paragraph--type--hor-quotes-section .quotes-content em {
  font-family: "kalam", sans-serif;
  font-weight: 400;
  color: #68ACE5;
}
.paragraph--type--hor-quotes-section .quotes-content .field--name-field-description {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .paragraph--type--hor-quotes-section .quotes-content .field--name-field-description {
    margin-bottom: 100px;
  }
}
.paragraph--type--hor-quotes-section .quotes-content .field--name-field-quote-author {
  color: #68ACE5;
  font-size: 25px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .paragraph--type--hor-quotes-section .quotes-content .field--name-field-quote-author {
    font-size: 32px;
  }
}
.paragraph--type--hor-quotes-section .quotes-content .field--name-field-author-description {
  color: #ffffff;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.6px;
  text-transform: none;
}
@media (min-width: 992px) {
  .paragraph--type--hor-quotes-section .quotes-content .field--name-field-author-description {
    font-size: 24px;
  }
}
.paragraph--type--hor-quotes-section .slick-arrow {
  position: absolute;
  top: auto;
  right: auto;
  left: 50%;
  bottom: -45px;
  background: url(../images/arrow-left-white.svg) no-repeat center;
  background-size: contain;
  width: 25px;
  height: 31px;
  z-index: 9;
  padding: 0;
  border: 0;
  font-size: 0;
  margin-left: -50px;
}
@media (min-width: 992px) {
  .paragraph--type--hor-quotes-section .slick-arrow {
    bottom: -70px;
  }
}
.paragraph--type--hor-quotes-section .slick-arrow.slick-next {
  margin-left: 0;
  margin-right: -50px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.paragraph--type--hor-quote .container {
  padding: 0;
}

.paragraph--type--hor-resources-section {
  padding: 150px 0;
  position: relative;
}
@media (min-width: 992px) {
  .paragraph--type--hor-resources-section {
    padding: 7vw 0;
  }
}
.paragraph--type--hor-resources-section > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
}
.paragraph--type--hor-resources-section .resources-content {
  position: relative;
}
@media (min-width: 992px) {
  .paragraph--type--hor-resources-section .resources-content {
    width: 74%;
    max-width: 890px;
  }
}
.paragraph--type--hor-resources-section .resources-content h2 {
  color: #1B75BF;
  font-family: "kalam", sans-serif;
  font-size: 70px;
  font-style: normal;
  font-weight: 400;
  line-height: 80%; /* 56px */
  letter-spacing: -1.4px;
}
@media (min-width: 992px) {
  .paragraph--type--hor-resources-section .resources-content h2 {
    position: absolute;
    left: -325px;
    top: 0;
  }
}
.paragraph--type--hor-resources-section .resources-content h3 {
  color: #002D72;
  font-size: 32px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  margin-bottom: 32px;
}
.paragraph--type--hor-resources-section .resources-content .container {
  padding: 0;
}
.paragraph--type--hor-resources-section .resources-content .field--name-field-downloads {
  border-top: 2px solid #1B75BF;
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .paragraph--type--hor-resources-section .resources-content .field--name-field-downloads {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-bottom: 2px solid #1B75BF;
  }
}
.paragraph--type--hor-resources-section .resources-content .field--name-field-downloads > .field__item {
  width: 100%;
  padding: 24px 0;
  border-bottom: 2px solid #1B75BF;
}
@media (min-width: 992px) {
  .paragraph--type--hor-resources-section .resources-content .field--name-field-downloads > .field__item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-left: 2px solid #1B75BF;
    padding: 24px 34px;
    border-bottom: 0;
  }
}
.paragraph--type--hor-resources-section .resources-content .field--name-field-downloads > .field__item:first-child {
  border-left: 0;
  padding-left: 0;
}
.paragraph--type--hor-resources-section .resources-content .field--name-field-downloads > .field__item:last-child {
  padding-right: 0;
}
.paragraph--type--hor-resources-section .resources-content .field--name-field-downloads .field--name-field-title {
  color: #1B75BF;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 115%; /* 27.6px */
  letter-spacing: -0.24px;
  margin-bottom: 8px;
}
.paragraph--type--hor-resources-section .resources-content .field--name-field-downloads .field--name-field-media-file .file {
  background: none !important;
  display: block;
  padding: 0;
  min-height: auto;
}
.paragraph--type--hor-resources-section .resources-content .field--name-field-downloads .field--name-field-media-file a {
  display: block;
  font-size: 0;
  background: url(../images/arrow-down.svg) no-repeat center;
  background-size: contain;
  width: 30px;
  height: 26px;
  margin: 24px 0;
}
.paragraph--type--hor-resources-section .resources-content .field--name-field-media {
  margin-bottom: 32px;
}
.paragraph--type--hor-resources-section .resources-content .field--name-field-media > .field__item {
  border-bottom: 2px solid #1B75BF;
}
.paragraph--type--hor-resources-section .resources-content .field--name-field-media > .field__item:last-child {
  border-bottom: 0;
}
.paragraph--type--hor-resources-section .resources-content .field--name-field-media > .field__item:first-child .paragraph--type--hor-resource {
  padding-top: 0;
}
.paragraph--type--hor-resources-section .resources-content .field--name-field-media .paragraph--type--hor-resource {
  padding: 32px 0;
}
@media (min-width: 992px) {
  .paragraph--type--hor-resources-section .resources-content .field--name-field-media .paragraph--type--hor-resource {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 14px;
  }
}
.paragraph--type--hor-resources-section .resources-content .field--name-field-media .resource-img {
  width: 300px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .paragraph--type--hor-resources-section .resources-content .field--name-field-media .resource-img {
    margin-bottom: 0;
  }
}
.paragraph--type--hor-resources-section .resources-content .field--name-field-media .field--name-field-title {
  color: #1B75BF;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 115%; /* 27.6px */
  letter-spacing: -0.24px;
  margin-bottom: 8px;
}
.paragraph--type--hor-resources-section .resources-content .field--name-field-media .field--name-field-description {
  color: #002D72;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
  letter-spacing: -0.18px;
}
.paragraph--type--hor-resources-section .resources-animations {
  position: relative;
  margin: 0 0 45px;
}
@media (min-width: 992px) {
  .paragraph--type--hor-resources-section .resources-animations {
    position: absolute;
    top: 12vw;
    left: 0;
    width: 29%;
  }
}
.paragraph--type--hor-resources-section .resources-animations .resources-animations-inner svg {
  width: 100%;
  height: auto;
  display: block;
}
.paragraph--type--hor-resources-section .speech_bubbles {
  margin-top: 10vw;
}
.paragraph--type--hor-resources-section .speech_bubbles svg {
  width: 100%;
}
.paragraph--type--hor-resources-section.flipped {
  background: url(../images/blueline_gradient.png) no-repeat top center;
  background-size: cover;
  padding: 16vw 0 10vw;
}
.paragraph--type--hor-resources-section.flipped > .container {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.paragraph--type--hor-resources-section.flipped .accordion-animations {
  left: auto;
  right: 0;
  top: 16vw;
}

.paragraph--type--hor-form-section {
  padding: 150px 0;
  position: relative;
  z-index: 1;
  background: url(../images/bluewave-whitebg-top.png) no-repeat center top;
  background-size: 235%;
}
@media (min-width: 992px) {
  .paragraph--type--hor-form-section {
    padding: 16vw 0 16vw;
    background-size: 100%;
  }
}
@media (min-width: 992px) {
  .paragraph--type--hor-form-section > .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    gap: 5%;
  }
}
@media (min-width: 992px) {
  .paragraph--type--hor-form-section .horform-content {
    width: 42%;
  }
}
.paragraph--type--hor-form-section .horform-content h2 {
  margin-bottom: 10px;
  font-weight: 800;
  line-height: 90%;
  padding-right: 10%;
  margin-bottom: 16px;
}
.paragraph--type--hor-form-section .horform-content h2 em {
  font-weight: 400;
  color: #1B75BF;
}
.paragraph--type--hor-form-section .horform-content p a {
  color: #002D72;
  text-decoration: none;
}
.paragraph--type--hor-form-section .horform-content p a:hover {
  text-decoration: underline;
}
.paragraph--type--hor-form-section .horform-form {
  margin: 50px 0;
}
@media (min-width: 992px) {
  .paragraph--type--hor-form-section .horform-form {
    width: 45%;
    margin: 0;
  }
}
.paragraph--type--hor-form-section .horform-form form label {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  color: #002D72;
  margin-bottom: 5px;
}
.paragraph--type--hor-form-section .horform-form form input, .paragraph--type--hor-form-section .horform-form form textarea {
  width: 100%;
  border: 2px solid #1B75BF;
  padding: 8px 16px;
  font-size: 16px;
  margin-bottom: 30px;
  border-radius: 0;
}
.paragraph--type--hor-form-section .horform-form form input.btn, .paragraph--type--hor-form-section .horform-form form textarea.btn {
  color: #002D72;
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.28px;
  padding: 10px 40px 10px 0;
  background: url(../images/arrow-right-lightblue.svg) no-repeat right 19px;
  background-size: 20px;
  border: 0;
  display: inline-block;
  width: auto;
  margin: 0;
}
.paragraph--type--hor-form-section .horform-form form .form-actions {
  margin: 0;
}
.paragraph--type--hor-form-section .horform-animation svg {
  max-width: 100%;
  height: auto;
}
/*# sourceMappingURL=sourcemaps/style.css.map */
