/*!
Theme Name: ANS Theme
Theme URI:
Author: Don't Be Shy 
Author URI: https://www.dontbeshy.com/
Description: ANS Starter Theme
Version: 0.0.1
Text Domain: ans
*/
.sr-only,
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  color: #000000;
  background: #FFFFFF;
}

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

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: auto;
  overflow-x: auto;
  display: block;
  width: fit-content;
  max-width: 100%;
}

*:focus {
  outline: none;
}

html {
  scroll-behavior: smooth;
}

body.mobile-nav-open, body.show-modal {
  height: 100%;
  overflow: hidden;
}

#wpadminbar {
  position: fixed;
}

#content-wrapper {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #content-wrapper {
    height: 100%; /* for IE to behave */
  }
}
#content-wrapper #main-content {
  flex: 1;
}

a {
  color: #121E3F;
  transition: all 0.3s ease;
}
a:hover, a:active, a:focus {
  transition: all 0.3s ease;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.content > p:last-child, .content > ul:last-child, .content > ol:last-child, .content > h1:last-child, .content > h2:last-child, .content > h3:last-child, .content > h4:last-child, .content > h5:last-child, .content > h6:last-child, .content > table:last-child, .content > blockquote:last-child, .content > img:last-child, .content > .responsive-video:last-child, .content .speaker-wrapper:last-child,
blockquote > p:last-child,
blockquote > ul:last-child,
blockquote > ol:last-child,
blockquote > h1:last-child,
blockquote > h2:last-child,
blockquote > h3:last-child,
blockquote > h4:last-child,
blockquote > h5:last-child,
blockquote > h6:last-child,
blockquote > table:last-child,
blockquote > blockquote:last-child,
blockquote > img:last-child,
blockquote > .responsive-video:last-child,
blockquote .speaker-wrapper:last-child {
  margin-bottom: 0 !important;
}
.content > .columns:last-child,
blockquote > .columns:last-child {
  margin-bottom: -2rem !important;
}

blockquote {
  font-size: 2.4rem;
  line-height: 1.25;
  text-align: center;
}
@media (min-width: 768px) {
  blockquote {
    font-size: 2.6rem;
    line-height: 1.25;
  }
}
@media (min-width: 1200px) {
  blockquote {
    font-size: 3rem;
  }
}
@media (min-width: 1600px) {
  blockquote {
    font-size: 3.2rem;
  }
}
blockquote p {
  font-size: 2.4rem;
  line-height: 1.25;
}
@media (min-width: 768px) {
  blockquote p {
    font-size: 2.6rem;
    line-height: 1.25;
  }
}
@media (min-width: 1200px) {
  blockquote p {
    font-size: 3rem;
  }
}
@media (min-width: 1600px) {
  blockquote p {
    font-size: 3.2rem;
  }
}

.responsive-video {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  border-radius: 5px;
  overflow: hidden;
  width: 100%;
}
.responsive-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-wrapper {
  position: relative;
}
.video-wrapper video {
  max-width: 100%;
  height: auto;
}

.offset-v {
  margin-top: 0;
}

hr {
  margin-top: 4rem;
  border: 1px solid #595B5C;
}

.embed-wrapper iframe {
  width: 100% !important;
}

html {
  font-size: 62.5%;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-family: "Outfit", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.5;
  letter-spacing: 0.1px;
  color: #121E3F;
  font-size: 1.6rem;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 700;
  font-family: "Outfit", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 2rem;
  letter-spacing: 0;
  display: block;
}

p, ol, ul, address {
  margin-bottom: 2rem;
}

ol, ul {
  list-style-position: inside;
}

b, strong {
  font-weight: 700;
}

i, em {
  font-style: italic;
}

.whale {
  font-size: 5rem;
  line-height: 1.1;
}
@media (min-width: 768px) {
  .whale {
    font-size: 6rem;
    line-height: 1.25;
  }
}
@media (min-width: 1200px) {
  .whale {
    font-size: 8.8rem;
  }
}
@media (min-width: 1600px) {
  .whale {
    font-size: 9.8rem;
  }
}

h1, .elephant, .h1 {
  font-size: 4.5rem;
  line-height: 1.1;
}
@media (min-width: 768px) {
  h1, .elephant, .h1 {
    font-size: 5.1rem;
    line-height: 1.25;
  }
}
@media (min-width: 1200px) {
  h1, .elephant, .h1 {
    font-size: 7.1rem;
  }
}
@media (min-width: 1600px) {
  h1, .elephant, .h1 {
    font-size: 7.8rem;
  }
}

h2, .bear, .h2 {
  font-size: 4rem;
  line-height: 1.25;
}
@media (min-width: 768px) {
  h2, .bear, .h2 {
    font-size: 4.3rem;
    line-height: 1.25;
  }
}
@media (min-width: 1200px) {
  h2, .bear, .h2 {
    font-size: 5.8rem;
  }
}
@media (min-width: 1600px) {
  h2, .bear, .h2 {
    font-size: 6.2rem;
  }
}

h3, .horse, .h3 {
  font-size: 3.6rem;
  line-height: 1.25;
}
@media (min-width: 768px) {
  h3, .horse, .h3 {
    font-size: 3.7rem;
    line-height: 1.25;
  }
}
@media (min-width: 1200px) {
  h3, .horse, .h3 {
    font-size: 4.7rem;
  }
}
@media (min-width: 1600px) {
  h3, .horse, .h3 {
    font-size: 5rem;
  }
}

h4, .lion, .h4 {
  font-size: 3rem;
  line-height: 1.25;
}
@media (min-width: 768px) {
  h4, .lion, .h4 {
    font-size: 3.1rem;
    line-height: 1.25;
  }
}
@media (min-width: 1200px) {
  h4, .lion, .h4 {
    font-size: 3.8rem;
  }
}
@media (min-width: 1600px) {
  h4, .lion, .h4 {
    font-size: 4rem;
  }
}

h5, .gorilla, .h5 {
  font-size: 2.4rem;
  line-height: 1.25;
}
@media (min-width: 768px) {
  h5, .gorilla, .h5 {
    font-size: 2.6rem;
    line-height: 1.25;
  }
}
@media (min-width: 1200px) {
  h5, .gorilla, .h5 {
    font-size: 3rem;
  }
}
@media (min-width: 1600px) {
  h5, .gorilla, .h5 {
    font-size: 3.2rem;
  }
}

h6, .deer, .h6 {
  font-size: 2.2rem;
  line-height: 1.25;
}
@media (min-width: 1600px) {
  h6, .deer, .h6 {
    font-size: 2.4rem;
  }
}

.lg-p, .donkey {
  font-size: 2rem;
  line-height: 1.5;
}

.p, .wolf {
  font-size: 1.6rem;
  line-height: 1.5;
}

.small, .dog {
  font-size: 1.4rem;
  line-height: 1.5;
}

.x-small, .cat {
  font-size: 1.2rem;
  line-height: 1.5;
}

.eyebrow {
  text-transform: uppercase;
  font-size: 0.9rem;
  line-height: 1.5;
  font-weight: 600;
  display: block;
  margin-bottom: 1.5rem;
  letter-spacing: 1.5px;
}
@media (min-width: 1600px) {
  .eyebrow {
    font-size: 1.2rem;
  }
}

.bold {
  font-weight: 700;
}

.semibold {
  font-weight: 600;
}

.regular {
  font-weight: 400;
}

.center {
  text-align: center;
}

::selection {
  background: #121E3F;
  color: #FFF;
}

.bg-paper ::selection,
.bg-paperlight ::selection,
#sitewide-footer ::selection,
.xylophone ::selection,
.home .media-text ::selection {
  background: #FFF;
  color: #121E3F;
}

.flex {
  display: flex;
}

.flex-inline {
  display: inline-flex;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-around {
  justify-content: space-around;
}

.justify-between {
  justify-content: space-between;
}

.justify-evenly {
  justify-content: space-evenly;
}

.align-start {
  align-items: flex-start;
}

.align-end {
  align-items: flex-end;
}

.align-center {
  align-items: center;
}

.align-baseline {
  align-items: baseline;
}

.align-stretch {
  align-items: stretch;
}

.direction-row {
  flex-direction: row;
}

.direction-row-reverse {
  flex-direction: row-reserve;
}

.direction-column {
  flex-direction: column;
}

.direction-column-reverse {
  flex-direction: column-reverse;
}

.wrap {
  flex-wrap: wrap;
}

.nowrap {
  flex-wrap: nowrap;
}

.wrap-reverse {
  flex-wrap: wrap-reverse;
}

.flow-row-wrap {
  flex-flow: row wrap;
}

.flow-row-reverse-wrap {
  flex-flow: row-reverse wrap;
}

.flow-column-wrap {
  flex-flow: column wrap;
}

.flow-column-reverse-wrap {
  flex-flow: column-reverse wrap;
}

.flow-row-nowrap {
  flex-flow: row nowrap;
}

.flow-row-reverse-nowrap {
  flex-flow: row-reverse nowrap;
}

.flow-column-nowrap {
  flex-flow: column nowrap;
}

.flow-column-reverse-nowrap {
  flex-flow: column-reverse nowrap;
}

.flow-row-wrap-reverse {
  flex-flow: row wrap-reverse;
}

.flow-row-wrap-reverse {
  flex-flow: row-reverse wrap-reverse;
}

.flow-column-wrap-reverse {
  flex-flow: column wrap-reverse;
}

.flow-column-reverse-wrap-reverse {
  flex-flow: column-reverse wrap-reverse;
}

.content-start {
  align-content: flex-start;
}

.content-end {
  align-content: flex-end;
}

.content-center {
  align-content: center;
}

.content-between {
  align-content: space-between;
}

.content-around {
  align-content: space-around;
}

.content-stretch {
  align-content: stretch;
}

.grid-container, #login-hero .login-background .login-background-wrapper, #contact-hero .contact-background .contact-background-wrapper, .sidekick .sidekick-background .sidekick-background-wrapper {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 577px) {
  .grid-container, #login-hero .login-background .login-background-wrapper, #contact-hero .contact-background .contact-background-wrapper, .sidekick .sidekick-background .sidekick-background-wrapper {
    max-width: 95%;
  }
}
@media (min-width: 1600px) {
  .grid-container, #login-hero .login-background .login-background-wrapper, #contact-hero .contact-background .contact-background-wrapper, .sidekick .sidekick-background .sidekick-background-wrapper {
    max-width: 1440px;
  }
}

.grid-row {
  display: flex;
  flex-flow: row wrap;
}

.grid-row-lg {
  width: 100%;
}
@media (min-width: 1300px) {
  .grid-row-lg {
    width: 1200px;
  }
}

.grid-container .grid-row-lg:first-child, #login-hero .login-background .login-background-wrapper .grid-row-lg:first-child, #contact-hero .contact-background .contact-background-wrapper .grid-row-lg:first-child, .sidekick .sidekick-background .sidekick-background-wrapper .grid-row-lg:first-child,
.grid-container .grid-row-lg-8:first-child,
#login-hero .login-background .login-background-wrapper .grid-row-lg-8:first-child,
#contact-hero .contact-background .contact-background-wrapper .grid-row-lg-8:first-child,
.sidekick .sidekick-background .sidekick-background-wrapper .grid-row-lg-8:first-child {
  margin-left: auto;
  margin-right: auto;
}

.grid-row-md {
  width: 100%;
}
@media (min-width: 768px) {
  .grid-row-md {
    width: 71.2rem;
  }
}
@media (min-width: 992px) {
  .grid-row-md {
    width: 95rem;
  }
}

.grid-row-sm {
  width: 100%;
}
@media (min-width: 768px) {
  .grid-row-sm {
    width: 71.2rem;
  }
}

.grid-row-lg-8 {
  width: 100%;
}
@media (min-width: 1200px) {
  .grid-row-lg-8 {
    width: calc(1200px * 0.8);
  }
}

.grid-row-center {
  margin-left: auto;
  margin-right: auto;
}

.grid-item {
  width: 100%;
  margin-bottom: 3rem;
}
@media (min-width: 1200px) {
  .grid-item:not(.card, .card-story, .door-wrapper) {
    margin-bottom: 7rem;
  }
}
.grid-item:last-child {
  margin-bottom: 0;
}

@media (min-width: 1200px) {
  .logo-grid-wrapper .grid-item {
    margin-bottom: 3rem;
  }
}
.logo-grid-wrapper .grid-item:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .grid-item-2 {
    width: 50%;
  }
  .grid-item-2:nth-child(2n+1):nth-last-child(2) {
    margin-bottom: 0;
  }
}

@media (max-width: 991px) {
  .grid-item-3 {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 992px) {
  .grid-item-3 {
    width: 33.3333333333%;
  }
  .grid-item-3:nth-child(3n+2):nth-last-child(2), .grid-item-3:nth-child(3n+1):nth-last-child(3), .grid-item-3:nth-child(3n+1):nth-last-child(2) {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .grid-item-4 {
    width: 50%;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .grid-item-4:nth-child(2n+1):nth-last-child(2) {
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .grid-item-4 {
    width: 25%;
  }
  .grid-item-4:nth-child(4n+3):nth-last-child(2), .grid-item-4:nth-child(4n+2):nth-last-child(3), .grid-item-4:nth-child(4n+2):nth-last-child(2), .grid-item-4:nth-child(4n+1):nth-last-child(4), .grid-item-4:nth-child(4n+1):nth-last-child(3), .grid-item-4:nth-child(4n+1):nth-last-child(2) {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .grid-item-6 {
    width: 50%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .grid-item-6:nth-child(2n+1):nth-last-child(2) {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .grid-item-6 {
    width: 33.3333333333%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .grid-item-6:nth-child(3n+2):nth-last-child(2), .grid-item-6:nth-child(3n+1):nth-last-child(3), .grid-item-6:nth-child(3n+1):nth-last-child(2) {
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .grid-item-6 {
    width: 16.6666666667%;
  }
  .grid-item-6:nth-child(6n+5):nth-last-child(2), .grid-item-6:nth-child(6n+4):nth-last-child(3), .grid-item-6:nth-child(6n+3):nth-last-child(4), .grid-item-6:nth-child(6n+2):nth-last-child(5), .grid-item-6:nth-child(6n+1):nth-last-child(6), .grid-item-6:nth-child(6n+4):nth-last-child(2), .grid-item-6:nth-child(6n+3):nth-last-child(3), .grid-item-6:nth-child(6n+2):nth-last-child(4), .grid-item-6:nth-child(6n+1):nth-last-child(5), .grid-item-6:nth-child(6n+3):nth-last-child(2), .grid-item-6:nth-child(6n+2):nth-last-child(3), .grid-item-6:nth-child(6n+1):nth-last-child(4), .grid-item-6:nth-child(6n+2):nth-last-child(2), .grid-item-6:nth-child(6n+1):nth-last-child(3), .grid-item-6:nth-child(6n+1):nth-last-child(2) {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .grid-item-8 {
    width: 50%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .grid-item-8:nth-child(2n+1):nth-last-child(2) {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .grid-item-8 {
    width: 25%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .grid-item-8:nth-child(4n+3):nth-last-child(2), .grid-item-8:nth-child(4n+2):nth-last-child(3), .grid-item-8:nth-child(4n+2):nth-last-child(2), .grid-item-8:nth-child(4n+1):nth-last-child(4), .grid-item-8:nth-child(4n+1):nth-last-child(3), .grid-item-8:nth-child(4n+1):nth-last-child(2) {
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .grid-item-8 {
    width: 12.5%;
  }
  .grid-item-8:nth-child(8n+7):nth-last-child(2), .grid-item-8:nth-child(8n+6):nth-last-child(3), .grid-item-8:nth-child(8n+5):nth-last-child(4), .grid-item-8:nth-child(8n+4):nth-last-child(5), .grid-item-8:nth-child(8n+3):nth-last-child(6), .grid-item-8:nth-child(8n+2):nth-last-child(7), .grid-item-8:nth-child(8n+1):nth-last-child(8), .grid-item-8:nth-child(8n+6):nth-last-child(2), .grid-item-8:nth-child(8n+5):nth-last-child(3), .grid-item-8:nth-child(8n+4):nth-last-child(4), .grid-item-8:nth-child(8n+3):nth-last-child(5), .grid-item-8:nth-child(8n+2):nth-last-child(6), .grid-item-8:nth-child(8n+1):nth-last-child(7), .grid-item-8:nth-child(8n+5):nth-last-child(2), .grid-item-8:nth-child(8n+4):nth-last-child(3), .grid-item-8:nth-child(8n+3):nth-last-child(4), .grid-item-8:nth-child(8n+2):nth-last-child(5), .grid-item-8:nth-child(8n+1):nth-last-child(6), .grid-item-8:nth-child(8n+4):nth-last-child(2), .grid-item-8:nth-child(8n+3):nth-last-child(3), .grid-item-8:nth-child(8n+2):nth-last-child(4), .grid-item-8:nth-child(8n+1):nth-last-child(5), .grid-item-8:nth-child(8n+3):nth-last-child(2), .grid-item-8:nth-child(8n+2):nth-last-child(3), .grid-item-8:nth-child(8n+1):nth-last-child(4), .grid-item-8:nth-child(8n+2):nth-last-child(2), .grid-item-8:nth-child(8n+1):nth-last-child(3), .grid-item-8:nth-child(8n+1):nth-last-child(2) {
    margin-bottom: 0;
  }
}

.grid-row-gutter {
  margin: 0 -calc(3rem / 2);
}
.grid-row-gutter .grid-item {
  width: calc(100% - 3rem);
  margin-left: calc(3rem / 2);
  margin-right: calc(3rem / 2);
}
@media (min-width: 768px) {
  .grid-row-gutter .grid-item-2 {
    width: calc(50% - 3rem);
  }
}
@media (max-width: 991px) {
  .grid-row-gutter .grid-item-3 {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 992px) {
  .grid-row-gutter .grid-item-3 {
    width: calc(33.3333333333% - 3rem);
  }
}
@media (min-width: 768px) {
  .grid-row-gutter .grid-item-4 {
    width: calc(50% - 3rem);
  }
}
@media (min-width: 1200px) {
  .grid-row-gutter .grid-item-4 {
    width: calc(25% - 3rem);
  }
}
@media (min-width: 768px) {
  .grid-row-gutter .grid-item-6 {
    width: calc(50% - 3rem);
  }
}
@media (min-width: 992px) {
  .grid-row-gutter .grid-item-6 {
    width: calc(33.3333333333% - 3rem);
  }
}
@media (min-width: 1200px) {
  .grid-row-gutter .grid-item-6 {
    width: calc(16.6666666667% - 3rem);
  }
}
@media (min-width: 768px) {
  .grid-row-gutter .grid-item-8 {
    width: calc(50% - 3rem);
  }
}
@media (min-width: 992px) {
  .grid-row-gutter .grid-item-8 {
    width: calc(25% - 3rem);
  }
}
@media (min-width: 1200px) {
  .grid-row-gutter .grid-item-8 {
    width: calc(12.5% - 3rem);
  }
}
@media (min-width: 992px) {
  .grid-row-gutter .grid-item-40 {
    width: calc(40% - 3rem);
    margin-right: 5%;
  }
  .grid-row-gutter .grid-item-40:nth-child(2n+1):nth-last-child(2) {
    margin-bottom: 0;
  }
}
@media (min-width: 1600px) {
  .grid-row-gutter .grid-item-40 {
    width: calc(35% - 3rem);
    margin-right: 10%;
  }
}
@media (min-width: 992px) {
  .grid-row-gutter .grid-item-60 {
    width: calc(55% - 3rem);
  }
  .grid-row-gutter .grid-item-60:nth-child(2n+1):nth-last-child(2) {
    margin-bottom: 0;
  }
}
@media (min-width: 1600px) {
  .grid-row-gutter .grid-item-60 {
    width: calc(55% - 3rem);
  }
}
@media (min-width: 992px) {
  .grid-row-gutter .grid-item-30 {
    width: calc(32% - 3rem);
    margin-right: 8%;
  }
  .grid-row-gutter .grid-item-30:nth-child(2n+1):nth-last-child(2) {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .grid-row-gutter .grid-item-70 {
    width: calc(60% - 3rem);
  }
  .grid-row-gutter .grid-item-70:nth-child(2n+1):nth-last-child(2) {
    margin-bottom: 0;
  }
}

.grid-row-inner-1 {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
}
@media (min-width: 600px) {
  .grid-row-inner-1 {
    width: calc(600px * 0.6666666667);
  }
}

.grid-row-inner-2 {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
}
@media (min-width: 768px) {
  .grid-row-inner-2 {
    width: 768px;
  }
}

.grid-row-inner-3 {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
}
@media (min-width: 768px) {
  .grid-row-inner-3 {
    width: 768px;
  }
}
@media (min-width: 992px) {
  .grid-row-inner-3 {
    width: 992px;
  }
}

.grid-row-inner-4 {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
}
@media (min-width: 768px) {
  .grid-row-inner-4 {
    width: 768px;
  }
}
@media (min-width: 992px) {
  .grid-row-inner-4 {
    width: 992px;
  }
}
@media (min-width: 1200px) {
  .grid-row-inner-4 {
    width: 1200px;
  }
}

.grid-row-inner-5 {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
}
@media (min-width: 768px) {
  .grid-row-inner-5 {
    width: 768px;
  }
}
@media (min-width: 992px) {
  .grid-row-inner-5 {
    width: 992px;
  }
}
@media (min-width: 1200px) {
  .grid-row-inner-5 {
    width: 1200px;
  }
}
@media (min-width: 1440px) {
  .grid-row-inner-5 {
    width: 1440px;
  }
}

.grid-row-inner-6 {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
}
@media (min-width: 768px) {
  .grid-row-inner-6 {
    width: 768px;
  }
}
@media (min-width: 992px) {
  .grid-row-inner-6 {
    width: 992px;
  }
}
@media (min-width: 1200px) {
  .grid-row-inner-6 {
    width: 1200px;
  }
}
@media (min-width: 1440px) {
  .grid-row-inner-6 {
    width: 1440px;
  }
}
@media (min-width: 1600px) {
  .grid-row-inner-6 {
    width: 1600px;
  }
}

:root {
  --border-radius: 6px;
  --fw-semibold: 600;
  --ff-body: Outfit, Helvetica Neue, Helvetica, Arial, sans-serif;
  --button-text-colour-dark: #121E3F;
  --button-background-primary: #3892FF;
  --button-background-secondary: #121E3F;
  --button-colour-light: #FFF;
  --button-dark: #202E52;
}

.button {
  display: inline-block;
  position: relative;
  text-decoration: none;
  text-align: center;
  border-radius: 6px;
  cursor: pointer;
  overflow: hidden;
  color: #121E3F;
  transition: all 0.3s ease-out;
  font-weight: 600;
  font-family: "Outfit", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: calc(1rem - 0px) calc(1.8rem - 0px);
  font-size: 1.6rem;
  line-height: 1.5;
}
.button span {
  position: relative;
  z-index: 2;
}
.button span.cloud-wrapper {
  z-index: 1;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  overflow: hidden;
  border-radius: 6px;
}
.button .cloud {
  position: absolute;
  width: 25%;
  height: 100%;
  border-radius: 50%;
  transform: translateY(150%);
  transition: 500ms;
  left: 0;
  z-index: 0;
}
.button .cloud:nth-of-type(1) {
  left: calc((1 - 1) * 25%);
  transition-delay: calc((1 - 1) * 100ms);
}
.button .cloud:nth-of-type(2) {
  left: calc((2 - 1) * 25%);
  transition-delay: calc((2 - 1) * 100ms);
}
.button .cloud:nth-of-type(3) {
  left: calc((3 - 1) * 25%);
  transition-delay: calc((3 - 1) * 100ms);
}
.button .cloud:nth-of-type(4) {
  left: calc((4 - 1) * 25%);
  transition-delay: calc((4 - 1) * 100ms);
}
.button:hover .cloud {
  transform: translateY(0) scale(2);
}
.button.arrow svg path {
  transition: all 0.3s ease;
}
.button:hover, .button:active, .button:focus {
  transition: all 0.3s ease;
}
.button:hover.arrow svg path, .button:active.arrow svg path, .button:focus.arrow svg path {
  transition: all 0.3s ease;
}
.button.button-primary {
  background-color: #3892FF;
  border: none;
}
.button.button-primary:hover, .button.button-primary:active, .button.button-primary:focus {
  /* background-color: $white; */
  color: #121E3F;
}
.button.button-primary .cloud {
  background-color: #FFF;
}
.button.button-primary.apply-button .cloud {
  background-color: #202E52;
}
.button.button-primary.apply-button:hover, .button.button-primary.apply-button:active, .button.button-primary.apply-button:focus {
  color: #FFF;
}
.button.button-secondary {
  color: #121E3F;
  background-color: transparent;
  border: 2px solid #121E3F;
  padding: calc(1rem - 2px) calc(1.8rem - 2px);
}
.button.button-secondary.arrow svg path {
  fill: #121E3F;
}
.button.button-secondary:hover, .button.button-secondary:active, .button.button-secondary:focus {
  color: #FFF;
}
.button.button-secondary:hover.arrow svg path, .button.button-secondary:active.arrow svg path, .button.button-secondary:focus.arrow svg path {
  fill: #FFF;
}
.button.button-secondary .cloud-wrapper {
  border-radius: 4px;
}
.button.button-secondary .cloud {
  background-color: #121E3F;
}
.button.button-tertiary {
  background-color: #FFF;
  color: #121E3F;
}
.button.button-tertiary .cloud {
  background-color: #202E52;
}
.button.button-tertiary:hover, .button.button-tertiary:active, .button.button-tertiary:focus {
  color: #FFF;
}
.button.button-tertiary:hover svg path, .button.button-tertiary:active svg path, .button.button-tertiary:focus svg path {
  fill: #FFF;
}
.button.button-transparent {
  background-color: transparent;
  color: #121E3F;
  border: 1px solid #121E3F;
  padding: calc(1rem - 1px) calc(1.8rem - 1px);
}
.big-ruveal.bg-aqua .button.button-transparent, .show-off.bg-paper .button.button-transparent {
  border-color: #FFF;
  color: #FFF;
}
.button.button-lozenge {
  background-color: #121E3F;
  border-radius: 40px;
  padding: 1.6rem 3.6rem;
  color: #FFF;
  font-size: 2.4rem;
  line-height: 1.25;
}
@media (min-width: 768px) {
  .button.button-lozenge {
    font-size: 2.6rem;
    line-height: 1.25;
  }
}
@media (min-width: 1200px) {
  .button.button-lozenge {
    font-size: 3rem;
  }
}
@media (min-width: 1600px) {
  .button.button-lozenge {
    font-size: 3.2rem;
  }
}
.button.button-lozenge:hover, .button.button-lozenge:active, .button.button-lozenge:focus {
  color: #121E3F;
}
.button.button-lozenge .cloud-wrapper {
  border-radius: 40px;
}
.button.button-lozenge .cloud {
  background-color: #FFF;
}

.arrow {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-decoration: none;
}
.arrow svg {
  margin-left: 0.75rem;
  transform: rotate(180deg);
  width: 1.2rem;
  position: relative;
  z-index: 1;
}

.read-more {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-decoration: none;
  transition: all 0.3s ease;
}
.read-more svg {
  margin-left: 0.75rem;
  transform: rotate(180deg);
  width: 1.2rem;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease;
}
.read-more:hover, .read-more:active, .read-more:focus {
  transition: all 0.3s ease;
}
.read-more:hover svg, .read-more:active svg, .read-more:focus svg {
  transform: rotate(180deg) translateX(-3px);
  transition: all 0.3s ease;
}

.bg-white .button-primary .cloud,
.bg-aqua .button-primary .cloud,
#contact-columns .button-primary .cloud {
  background-color: #202E52;
}
.bg-white .button-primary:hover, .bg-white .button-primary:active, .bg-white .button-primary:focus,
.bg-aqua .button-primary:hover,
.bg-aqua .button-primary:active,
.bg-aqua .button-primary:focus,
#contact-columns .button-primary:hover,
#contact-columns .button-primary:active,
#contact-columns .button-primary:focus {
  color: #FFF;
}

.component {
  background-color: #FFF;
  padding: calc(15rem * 0.6666666667) 0;
}
@media (min-width: 768px) {
  .component {
    padding: calc(15rem - 4rem) 0;
  }
}
.component.bg-aqua {
  background-color: #DFF7F9;
}
.component.bg-paper {
  background-color: #202E52;
}
.component.bg-aqua:not(.quote-image) + .bg-aqua, .component.bg-aqua:not(.is-hidden) + .bg-aqua, .component.bg-white:not(.quote-image) + .bg-white, .component.bg-white:not(.is-hidden) + .bg-white, .component.bg-paper:not(.is-hidden) + .bg-paper, .component.sidekick:not(.none) + .bg-white {
  padding-top: 0 !important;
}
.component .intro-wrapper {
  margin: 0 auto 6rem;
}
@media (min-width: 1200px) {
  .component .intro-wrapper {
    max-width: 840px;
    margin-bottom: 7rem;
  }
}
.component .intro-wrapper h2 {
  margin-bottom: 0;
}
.component .intro-wrapper h2 + .content {
  margin-top: 2rem;
}
@media (min-width: 1200px) {
  .component .intro-wrapper h2 + .content {
    margin-bottom: 3rem;
  }
}

header#sitewide-header {
  position: fixed;
  width: 100%;
  z-index: 1000;
}
@media (min-width: 1200px) {
  .mobile-nav-open header#sitewide-header {
    background: #FFF;
  }
}
header#sitewide-header:before {
  content: "";
  position: absolute;
  background: #DFF7F9;
  top: 0;
  bottom: 0;
  width: 100%;
  right: -100%;
  transition: right 1s;
}
header#sitewide-header #header-content {
  background: #FFF;
  margin: 2rem 0;
  border-radius: 6px;
  box-shadow: 0 0 10px 0 rgba(72, 106, 155, 0.2);
  z-index: 1;
  position: relative;
}
header#sitewide-header #header-content #tel-no {
  text-decoration: none;
  display: flex;
}
header#sitewide-header #header-content #tel-no span {
  margin-left: 10px;
}
header#sitewide-header #header-content > div {
  display: flex;
  align-items: center;
  height: 70px;
  padding: 1rem 2rem;
}
@media (min-width: 1200px) {
  header#sitewide-header #header-content > div {
    justify-content: flex-start;
  }
}
header#sitewide-header #header-content > nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  flex-wrap: wrap;
  padding: 0.75rem 2rem;
  border-top: 1px solid #E2EFF7;
}
@media (min-width: 1200px) {
  header#sitewide-header #header-content > nav {
    padding: 1.75rem 2rem;
    flex-wrap: nowrap;
    justify-content: center;
  }
}
header#sitewide-header #header-content > nav#secondary-navigation > ul {
  justify-content: flex-start;
}
header#sitewide-header #header-content > nav#secondary-navigation > ul li:first-child {
  display: block;
}
header#sitewide-header #header-content > nav .careers-link {
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 1.25;
  letter-spacing: 1.5px;
}
@media (min-width: 1600px) {
  header#sitewide-header #header-content > nav .careers-link {
    font-size: 2.4rem;
  }
}
@media (min-width: 992px) {
  header#sitewide-header #header-content > nav .careers-link {
    font-size: 1.9rem;
    letter-spacing: 2.4px;
  }
}
@media (min-width: 1200px) {
  header#sitewide-header #header-content > nav .careers-link {
    position: absolute;
    left: 2rem;
  }
}
header#sitewide-header #header-content > nav .careers-link svg {
  transform: rotate(90deg);
  margin-left: 1rem;
  transition: all 0.3s ease;
}
@media (min-width: 1200px) {
  header#sitewide-header #header-content > nav .careers-link svg {
    display: none;
  }
}
header#sitewide-header #header-content > nav .careers-link.open svg {
  transform: rotate(270deg);
}
header#sitewide-header #header-content > nav .button {
  font-size: 1.4rem;
}
@media (min-width: 1200px) {
  header#sitewide-header #header-content > nav .button {
    font-size: 1.6rem;
  }
}
header#sitewide-header #header-content > nav > ul {
  list-style: none;
  margin-bottom: 0;
  justify-content: center;
  width: 100%;
  order: 1;
  display: none;
}
@media (min-width: 1200px) {
  header#sitewide-header #header-content > nav > ul {
    display: flex !important;
    order: 0;
  }
}
header#sitewide-header #header-content > nav > ul li {
  margin: 1rem 0;
  line-height: 2;
}
@media (min-width: 1200px) {
  header#sitewide-header #header-content > nav > ul li {
    margin: 0 1.5rem;
    line-height: 1.5;
  }
}
@media (min-width: 1200px) {
  header#sitewide-header #header-content > nav > ul li:first-child {
    display: none;
  }
}
header#sitewide-header #header-content > nav > ul li a {
  text-decoration: none;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.5;
}
@media (min-width: 1440px) {
  header#sitewide-header #header-content > nav > ul li a {
    font-size: 1.6rem;
  }
}
.page-template-landing-page header#sitewide-header #header-content .logo-link {
  margin-right: auto;
}
.page-template-landing-page header#sitewide-header #header-content #sitewide-navigation,
.page-template-landing-page header#sitewide-header #header-content #nav-open,
.page-template-landing-page header#sitewide-header #header-content #nav-close {
  display: none !important;
}
.page-template-landing-page header#sitewide-header #header-content #header-login-link {
  display: none;
}
.page-template-landing-page header#sitewide-header #header-content #tel-no {
  margin-right: 3rem;
}
.page-template-landing-page header#sitewide-header #header-content #header-cta {
  margin-right: 0;
}
header#sitewide-header .logo-link,
header#sitewide-header #mega-menu-back-button {
  display: block;
  margin-right: auto;
}
@media (min-width: 1200px) {
  header#sitewide-header .logo-link,
  header#sitewide-header #mega-menu-back-button {
    margin: 0;
  }
}
@media (max-width: 1300px) and (min-width: 1200px) {
  header#sitewide-header .logo-link {
    width: 7rem;
    height: auto;
  }
}
@media (max-width: 1439px) and (min-width: 1300px) {
  header#sitewide-header .logo-link {
    width: 8rem;
    height: auto;
  }
}
@media (max-width: 1199px) {
  header#sitewide-header #tel-no {
    display: none !important;
  }
}
header#sitewide-header #header-cta {
  margin-right: 20px;
}
@media (min-width: 1200px) {
  header#sitewide-header #header-cta {
    margin: 0;
  }
}
@media (max-width: 1300px) and (min-width: 1200px) {
  header#sitewide-header #header-cta {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
header#sitewide-header #header-cta .cloud {
  background: #202E52;
}
header#sitewide-header #header-cta:hover, header#sitewide-header #header-cta:focus, header#sitewide-header #header-cta:active {
  color: #FFF;
}
header#sitewide-header #nav-close {
  margin-left: 3px;
}
header#sitewide-header .nav-buttons {
  background: none;
  border: none;
  padding: 0;
  display: flex;
  cursor: pointer;
}
header#sitewide-header .searchform,
header#sitewide-header #header-login-link,
header#sitewide-header #mega-menu-back-button {
  display: none;
}
header#sitewide-header #header-login-link {
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-size: 1.6rem;
  line-height: 1.5;
  font-family: "Outfit", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 0 20px 0 15px;
  transition: all 0.3s ease;
}
@media (max-width: 1300px) and (min-width: 1200px) {
  header#sitewide-header #header-login-link {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
header#sitewide-header #header-login-link:hover, header#sitewide-header #header-login-link:active, header#sitewide-header #header-login-link:focus {
  transition: all 0.3s ease;
}
header#sitewide-header #header-login-link:hover svg, header#sitewide-header #header-login-link:active svg, header#sitewide-header #header-login-link:focus svg {
  transform: rotate(180deg) translateX(-3px);
  transition: all 0.3s ease;
}
header#sitewide-header #header-login-link:hover svg path, header#sitewide-header #header-login-link:active svg path, header#sitewide-header #header-login-link:focus svg path {
  transition: all 0.3s ease;
}
header#sitewide-header #header-login-link svg {
  transform: rotate(180deg);
  width: 12px;
  margin-left: 5px;
  transition: all 0.3s ease;
}
@media (min-width: 1440px) {
  header#sitewide-header #header-login-link svg {
    width: 16px;
  }
}
header#sitewide-header #header-login-link svg path {
  transition: all 0.3s ease;
}
@media (min-width: 1200px) {
  header#sitewide-header #header-login-link {
    display: flex;
  }
}
@media (min-width: 1440px) {
  header#sitewide-header #header-login-link {
    margin: 0 30px 0 15px;
  }
}
header#sitewide-header .searchform {
  justify-content: flex-start;
  align-items: center;
  margin: 0 5px 0 10px;
  background: #FFF;
  width: 12rem;
}
@media (max-width: 1199px) {
  header#sitewide-header .searchform {
    padding: 0.5rem 1rem;
    border-radius: 0 0 6px 6px;
    box-shadow: 0 0 10px 0 rgba(72, 106, 155, 0.2);
    border-top: 1px solid #E2EFF7;
  }
}
@media (min-width: 1200px) {
  header#sitewide-header .searchform {
    background: #DFF7F9;
    border-radius: 6px;
  }
}
@media (max-width: 1300px) and (min-width: 1200px) {
  header#sitewide-header .searchform {
    margin: 0 10px;
  }
}
@media (min-width: 1200px) {
  header#sitewide-header .searchform {
    width: 14rem;
  }
  .home header#sitewide-header .searchform {
    width: 18rem;
  }
}
header#sitewide-header .searchform input {
  flex: 1;
  border: none;
  background: none;
  height: 44px;
  color: #121E3F;
  border-radius: 0;
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.5;
  font-family: "Outfit", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
}
@media (max-width: 1439px) and (min-width: 1200px) {
  header#sitewide-header .searchform input {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
header#sitewide-header .searchform input::placeholder {
  color: #486A9B;
}
header#sitewide-header .searchform button {
  width: 46px;
  height: 44px;
  border: none;
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1200px) {
  header#sitewide-header .searchform {
    display: flex;
  }
}
@media (max-width: 1199px) {
  .back-active header#sitewide-header .logo-link {
    display: none;
  }
}
.back-active header#sitewide-header #mega-menu-back-button {
  justify-content: center;
  align-items: center;
  border: none;
  background: none;
  font-size: 1.6rem;
  line-height: 1.5;
  font-family: "Outfit", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  cursor: pointer;
  color: #121E3F;
}
@media (max-width: 1199px) {
  .back-active header#sitewide-header #mega-menu-back-button {
    display: flex;
  }
}
.back-active header#sitewide-header #mega-menu-back-button svg {
  height: 1.6rem;
  width: 1.6rem;
  margin-right: 0.8rem;
}
header#sitewide-header .nav-buttons {
  display: none;
}
@media (max-width: 1199px) {
  header#sitewide-header .nav-buttons.show {
    display: flex;
  }
}

.header-phone-wrapper {
  position: relative;
  max-height: 50px;
  display: none;
  padding-right: 10px;
}
@media (min-width: 1200px) {
  .header-phone-wrapper {
    display: block;
  }
}
.header-phone-wrapper:hover {
  max-height: 1000px;
}
.header-phone-wrapper:hover .header-phone-numbers-padding-box,
.header-phone-wrapper:hover .header-phone-numbers {
  pointer-events: all;
}
.header-phone-wrapper:hover .header-phone-numbers {
  opacity: 1;
  transform: translateY(0);
}
.header-phone-wrapper:hover .button-secondary {
  color: #202E52;
}
.header-phone-wrapper:hover .button-secondary:after {
  transform: rotate(180deg);
}
.header-phone-wrapper .button-secondary {
  padding-right: 33px;
}
.header-phone-wrapper .button-secondary:after {
  content: "";
  background: url(images/chevron.svg) no-repeat center center;
  background-size: contain;
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  right: 8px;
  top: 13px;
  transition: all 0.2s ease;
}
.header-phone-wrapper .header-phone-numbers-padding-box {
  padding-top: 20px;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}
.header-phone-wrapper .header-phone-numbers {
  background: #fff;
  padding: 1rem;
  width: 240px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  border-radius: 6px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(20px);
  transition: all 0.3s ease;
}
.header-phone-wrapper .header-phone-numbers img {
  display: none;
}
.header-phone-wrapper .header-phone-numbers p {
  display: flex;
  color: #fff;
  background: #121E3F;
  margin: 0;
  padding: 1rem;
  font-weight: 600;
  border-radius: 6px;
}
.header-phone-wrapper .header-phone-numbers p:hover {
  background: rgba(18, 30, 63, 0.8);
}
.header-phone-wrapper .header-phone-numbers a {
  color: #fff;
  font-weight: 300;
  text-decoration: none;
}

#header-content:has(#secondary-navigation) nav#sitewide-navigation {
  --header-height: 111px;
}

nav#sitewide-navigation {
  --header-height: 70px;
  position: fixed;
  bottom: 0;
  right: -100%;
  width: 100%;
  height: calc(100% - 70px - 2rem);
  overflow-y: auto;
  transition: right 1s;
}
@media (max-width: 1199px) {
  nav#sitewide-navigation {
    background: #DFF7F9;
    display: flex;
    flex-direction: column;
  }
}
nav#sitewide-navigation.open {
  right: 0;
}
@media (max-width: 1199px) {
  .admin-bar nav#sitewide-navigation {
    height: calc(100vh - 102px - 2rem);
  }
}
@media (max-width: 782px) {
  .admin-bar nav#sitewide-navigation {
    height: calc(100vh - 116px - 2rem);
  }
}
@media (min-width: 1200px) {
  nav#sitewide-navigation {
    position: static;
    width: unset;
    height: unset;
    margin: 0 auto 0 0;
  }
}
@media (min-width: 1600px) {
  nav#sitewide-navigation {
    margin: 0 auto;
  }
}
nav#sitewide-navigation ul {
  list-style: none;
  margin-bottom: 0;
}
nav#sitewide-navigation ul li a {
  text-decoration: none;
}
@media (min-width: 1200px) {
  nav#sitewide-navigation > ul {
    display: flex;
    justify-content: flex-start;
  }
}
@media (min-width: 1200px) {
  nav#sitewide-navigation > ul > li {
    display: block;
    margin-left: 30px;
  }
}
@media (min-width: 1200px) {
  nav#sitewide-navigation > ul > li {
    margin-left: 15px;
  }
}
@media (min-width: 1600px) {
  nav#sitewide-navigation > ul > li {
    margin: 0 20px;
  }
}
nav#sitewide-navigation > ul > li > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 70px;
  font-size: 2.2rem;
  line-height: 1.25;
  font-family: "Outfit", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  padding: 1.5rem 3rem;
}
@media (min-width: 1600px) {
  nav#sitewide-navigation > ul > li > a {
    font-size: 2.4rem;
  }
}
@media (min-width: 577px) {
  nav#sitewide-navigation > ul > li > a {
    padding: 1.5rem calc(2.5% + 3rem);
  }
}
@media (min-width: 1200px) {
  nav#sitewide-navigation > ul > li > a {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  nav#sitewide-navigation > ul > li > a {
    font-size: 1.4rem;
    line-height: 1.5;
    font-family: "Outfit", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    min-height: 0;
    padding: 10px;
    border-radius: 6px;
    transition: all 0.3s ease;
  }
  nav#sitewide-navigation > ul > li > a:hover, nav#sitewide-navigation > ul > li > a:active, nav#sitewide-navigation > ul > li > a:focus {
    background: #DFF7F9;
    transition: all 0.3s ease;
  }
}
@media (min-width: 1300px) {
  nav#sitewide-navigation > ul > li > a {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
@media (min-width: 1200px) {
  nav#sitewide-navigation > ul > li > a svg {
    display: none;
  }
}
nav#sitewide-navigation > ul > li.megamenu-trigger > a svg {
  transform: rotate(90deg);
  transition: all 0.5s;
  display: block;
  height: 18px;
}
@media (min-width: 1200px) {
  nav#sitewide-navigation > ul > li.megamenu-trigger > a svg {
    margin-left: 10px;
  }
}
@media (min-width: 1300px) {
  nav#sitewide-navigation > ul > li.megamenu-trigger > a svg {
    margin-left: 1.5rem;
  }
}
nav#sitewide-navigation > ul > li.megamenu-trigger.open > a svg {
  transform: rotate(270deg);
}
nav#sitewide-navigation > ul > li.megamenu-trigger.open > .mega-menu-wrapper {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1200px) {
  nav#sitewide-navigation > ul > li.megamenu-trigger.open > .mega-menu-wrapper {
    flex-direction: row;
    position: fixed;
    left: 0;
    bottom: 0;
    background: transparent;
    height: calc(100vh - var(--header-height) - 4rem);
    width: 100%;
  }
  .admin-bar nav#sitewide-navigation > ul > li.megamenu-trigger.open > .mega-menu-wrapper {
    height: calc(100vh - (var(--header-height) + 32px) - 4rem);
  }
}
@media (max-width: 1199px) {
  .back-active nav#sitewide-navigation > ul > li.megamenu-trigger.open > a {
    display: none;
  }
}
@media (max-width: 1199px) {
  .back-active nav#sitewide-navigation > ul > li:not(.open) {
    display: none;
  }
}
nav#sitewide-navigation .searchform,
nav#sitewide-navigation .links-wrapper {
  display: flex;
}
@media (min-width: 1200px) {
  nav#sitewide-navigation .searchform,
  nav#sitewide-navigation .links-wrapper {
    display: none;
  }
}
nav#sitewide-navigation .links-wrapper {
  margin-top: auto;
}
nav#sitewide-navigation .links-wrapper > * {
  flex: 1;
}
nav#sitewide-navigation .searchform {
  width: calc(100% - 6rem);
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 577px) and (max-width: 1199px) {
  nav#sitewide-navigation .searchform {
    width: calc(95% - 6rem);
  }
}
@media (min-width: 1200px) {
  nav#sitewide-navigation .searchform {
    width: 100%;
  }
}
nav#sitewide-navigation .searchform #search-tel-no {
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}
@media (min-width: 1200px) {
  nav#sitewide-navigation .searchform #search-tel-no {
    display: none;
  }
}
nav#sitewide-navigation #nav-login-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  background: #202E52;
  color: #FFF;
  height: 5rem;
  font-size: 1.6rem;
  line-height: 1.5;
  font-family: "Outfit", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
}
nav#sitewide-navigation #nav-login-link svg {
  width: 1.2rem;
  height: 1.6rem;
}
nav#sitewide-navigation #nav-login-link svg path {
  fill: white;
}
nav#sitewide-navigation .tel-button {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  background: #69D9E2;
  color: #121E3F;
  font-size: 1.6rem;
  line-height: 1.5;
  font-family: "Outfit", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
}
nav#sitewide-navigation .social-links-wrapper {
  display: flex;
  justify-content: flex-start;
  padding: 1.5rem 3rem;
}
@media (min-width: 577px) {
  nav#sitewide-navigation .social-links-wrapper {
    padding: 1.5rem calc(2.5% + 3rem);
  }
}
@media (min-width: 1200px) {
  nav#sitewide-navigation .social-links-wrapper {
    display: none;
  }
}
nav#sitewide-navigation .social-links-wrapper a {
  text-decoration: none;
  margin-right: 1.5rem;
}
nav#sitewide-navigation .social-links-wrapper a svg path {
  fill: #202E52;
}
nav#sitewide-navigation .social-links-wrapper a:nth-child(3) svg path, nav#sitewide-navigation .social-links-wrapper a:nth-child(4) svg path {
  fill: #DFF7F9;
}
nav#sitewide-navigation .social-links-wrapper a:nth-child(3) svg rect, nav#sitewide-navigation .social-links-wrapper a:nth-child(4) svg rect {
  fill: #202E52;
}

@media (max-width: 1199px) {
  .mobile-nav-open header#sitewide-header:before {
    right: 0;
  }
  .mobile-nav-open header#sitewide-header #header-content {
    border-radius: 6px 6px 0 0;
  }
}

.show-alternative #search-tel-no,
.show-alternative nav#sitewide-navigation .searchform #search-tel-no {
  border-left: none;
}
@media (min-width: 1200px) {
  .show-alternative #search-tel-no,
  .show-alternative nav#sitewide-navigation .searchform #search-tel-no {
    display: none;
  }
}
.show-alternative .alt-nav-element {
  display: initial;
}
.show-alternative #menu-main-menu {
  display: none;
}
.show-alternative .mega-menu-sector-options-wrapper .mega-menu-option-wrapper img {
  max-width: 38px;
}

.show-original .alt-nav-element {
  display: none !important;
}
.show-original #tel-no-alt {
  display: none;
}
.show-original .original-header > .searchform {
  display: none !important;
}
.show-original #menu-main-menu-alt {
  display: none;
}

@media (min-width: 1200px) {
  .show-for-small {
    display: none !important;
  }
}

@media (max-width: 1199px) {
  .hide-for-small {
    display: none !important;
  }
}

.show-alternative .alt-nav-search-wrapper {
  width: calc(100% - 6rem);
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  background: #fff;
  padding-right: 20px;
  border-radius: 0 0 6px 6px;
  box-shadow: 0 0 10px 0 rgba(72, 106, 155, 0.2);
  border-top: 1px solid #E2EFF7;
}
@media (min-width: 577px) and (max-width: 1199px) {
  .show-alternative .alt-nav-search-wrapper {
    width: calc(95% - 6rem);
  }
}
@media (min-width: 577px) and (max-width: 1199px) {
  .show-alternative .alt-nav-search-wrapper {
    width: calc(95% - 6rem);
  }
}
@media (min-width: 1200px) {
  .show-alternative .alt-nav-search-wrapper {
    display: none;
  }
}
.show-alternative .alt-nav-search-wrapper form.searchform {
  width: 100% !important;
  margin: 0 !important;
  border-radius: none !important;
  box-shadow: none !important;
}
@media (min-width: 1200px) {
  .show-alternative #menu-main-menu-alt .mega-menu-sector-options-wrapper.open .mega-menu-option-wrapper > div:has(.mega-menu-sector-options-wrapper-description),
  .show-alternative #menu-main-menu-alt .mega-menu-option-detail-wrapper span:has(.mega-menu-links-wrapper-description) {
    flex-direction: column;
    align-items: flex-start;
  }
  .show-alternative #menu-main-menu-alt span.mega-menu-links-wrapper-description {
    font-weight: 300;
    display: block;
    font-size: 1.5rem !important;
  }
  .show-alternative #menu-main-menu-alt .mega-menu-option-wrapper.open {
    background: #B4EDF1;
  }
  .show-alternative #menu-main-menu-alt .mega-menu-sector-options-wrapper.open {
    display: block;
    width: 28%;
    max-width: 425px;
    padding: 4% 2.5% 2.5%;
    background: #202E52;
    background-image: url("images/mega-menu-bg.svg");
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
  }
  .show-alternative #menu-main-menu-alt .mega-menu-sector-options-wrapper.open .mega-menu-option-wrapper > div {
    display: flex;
    align-items: center;
  }
  .show-alternative #menu-main-menu-alt a.link {
    display: block;
  }
}
@media (min-width: 1200px) {
  .show-alternative #menu-main-menu-alt .mega-menu-option-details-wrapper .mega-menu-option-detail-wrapper.open {
    height: 100%;
    width: 50%;
    min-width: 768px;
  }
}
@media (min-width: 1200px) {
  .show-alternative #menu-main-menu-alt .mega-menu-option-details-wrapper.open {
    height: 100%;
    padding: 0;
    background: none;
  }
  .show-alternative #menu-main-menu-alt .mega-menu-option-details-wrapper.open .mega-menu-option-detail-column-1,
  .show-alternative #menu-main-menu-alt .mega-menu-option-details-wrapper.open .mega-menu-option-detail-column-2 {
    background: #B4EDF1;
    padding: 4% 1.5% 1.5% 1.5%;
  }
}
.show-alternative #menu-main-menu-alt .mega-menu-option-details-wrapper.open .use-cases-overview .use-case-image {
  border-radius: 8px;
}
.show-alternative #menu-main-menu-alt .mega-menu-option-details-wrapper.open .use-cases-overview p {
  background: none;
  margin-top: 2rem;
  padding: 0;
}
.show-alternative #menu-main-menu-alt .mega-menu-option-details-wrapper.open .button.button-secondary {
  padding: 0;
}
.show-alternative #menu-main-menu-alt .mega-menu-option-details-wrapper.open .button.button-secondary:hover span {
  color: #fff;
  text-decoration: none;
}
.show-alternative #menu-main-menu-alt .mega-menu-option-details-wrapper.open .button.button-secondary span {
  background: none;
  font-size: 1.6rem;
  padding: 1.25rem;
}
.show-alternative #menu-main-menu-alt .mega-menu-option-details-wrapper.open .button.button-secondary .cloud {
  background-color: #202E52 !important;
}
@media (max-width: 1199px) {
  .show-alternative #menu-main-menu-alt .h2,
  .show-alternative #menu-main-menu-alt .h3 {
    font-size: 2.2rem;
  }
  .show-alternative #menu-main-menu-alt .mega-menu-wrapper {
    background: #B4EDF1;
  }
  .show-alternative #menu-main-menu-alt .mega-menu-wrapper:has(.mega-menu-option-wrapper.open) {
    background: none;
  }
  .show-alternative #menu-main-menu-alt .mega-menu-wrapper .mega-menu-option-wrapper.open {
    background: #B4EDF1;
  }
  .show-alternative #menu-main-menu-alt .mega-menu-option-wrapper {
    display: flex;
  }
  .show-alternative #menu-main-menu-alt .mega-menu-option-wrapper:has(.mega-menu-sector-options-wrapper-description) div {
    flex-direction: column;
    gap: 0;
    align-items: flex-start;
  }
  .show-alternative #menu-main-menu-alt .mega-menu-option-wrapper > div {
    display: flex;
    gap: 10px;
    align-items: center;
    flex: 1 1 100%;
  }
  .show-alternative #menu-main-menu-alt .mega-menu-option-wrapper > div img {
    margin-right: 0;
    width: 34px;
    height: auto;
  }
  .show-alternative #menu-main-menu-alt .mega-menu-sector-wrapper {
    border-bottom: 1px solid #23AEB7;
  }
  .show-alternative #menu-main-menu-alt .mega-menu-mobile-links-wrapper .h2, .show-alternative #menu-main-menu-alt .mega-menu-mobile-links-wrapper .h3 {
    font-weight: 700 !important;
  }
  .show-alternative #menu-main-menu-alt .mega-menu-sector-option-wrapper {
    display: flex;
    align-items: center;
  }
  .show-alternative #menu-main-menu-alt .mega-menu-sector-option-wrapper .mega-menu-mobile-links-wrapper .mega-menu-links-wrapper > div .h2 {
    border-bottom: none;
  }
  .show-alternative #menu-main-menu-alt .mega-menu-sector-options-wrapper.open {
    display: flex;
    flex-direction: column;
  }
  .show-alternative #menu-main-menu-alt .mega-menu-opens-exclusive-mobile.open {
    background: none !important;
    padding-bottom: 0;
  }
  .show-alternative #menu-main-menu-alt .about-alt-mega-menu-links-wrapper ul {
    border-top: 1px solid #23AEB7;
    border-bottom: 1px solid #23AEB7;
  }
  .show-alternative #menu-main-menu-alt .about-alt-mega-menu-links-wrapper a span {
    font-size: 2rem;
  }
  .show-alternative #menu-main-menu-alt .about-alt-mega-menu-links-wrapper .nested-icon {
    width: 24px;
    max-height: 24px;
  }
  .show-alternative #menu-main-menu-alt .mega-menu-option-detail-wrapper.open,
  .show-alternative #menu-main-menu-alt .mega-menu-option-details-wrapper.open,
  .show-alternative #menu-main-menu-alt .mega-menu-option-details-wrapper.open .mega-menu-option-detail-wrapper.open,
  .show-alternative #menu-main-menu-alt .mega-menu-option-wrapper.open + .mega-menu-mobile-links-wrapper,
  .show-alternative #menu-main-menu-alt .open .mega-menu-links-wrapper.open > ul {
    display: block !important;
  }
  .back-active .show-alternative #menu-main-menu-alt .about-alt-mega-menu-options-wrapper {
    display: none;
  }
  .back-active .show-alternative #menu-main-menu-alt .mega-menu-wrapper:has(.mega-menu-opens-exclusive-mobile) .mega-menu-sector-options-wrapper-description {
    display: none;
  }
  .back-active .show-alternative #menu-main-menu-alt .mega-menu-wrapper:has(.mega-menu-opens-exclusive-mobile) .mega-menu-option-detail-column-1 {
    padding-top: 0;
  }
  .back-active .show-alternative #menu-main-menu-alt .mega-menu-wrapper:has(.mega-menu-opens-exclusive-mobile) .mega-menu-option-detail-column-1,
  .back-active .show-alternative #menu-main-menu-alt .mega-menu-wrapper:has(.mega-menu-opens-exclusive-mobile) .mega-menu-option-detail-column-2 {
    width: 100%;
    padding: 1.5rem 3rem;
  }
}
@media (max-width: 1199px) and (min-width: 577px) {
  .back-active .show-alternative #menu-main-menu-alt .mega-menu-wrapper:has(.mega-menu-opens-exclusive-mobile) .mega-menu-option-detail-column-1,
  .back-active .show-alternative #menu-main-menu-alt .mega-menu-wrapper:has(.mega-menu-opens-exclusive-mobile) .mega-menu-option-detail-column-2 {
    padding: 1.5rem calc(2.5% + 3rem);
  }
}
@media (max-width: 1199px) and (max-width: 767px) {
  .back-active .show-alternative #menu-main-menu-alt .mega-menu-wrapper:has(.mega-menu-opens-exclusive-mobile) .mega-menu-option-detail-column-1 span:has(img),
  .back-active .show-alternative #menu-main-menu-alt .mega-menu-wrapper:has(.mega-menu-opens-exclusive-mobile) .mega-menu-option-detail-column-2 span:has(img) {
    display: flex;
    gap: 2rem;
    align-items: center;
    width: 100%;
  }
}
@media (max-width: 1199px) and (min-width: 1024px) and (max-height: 799px) {
  .back-active .show-alternative #menu-main-menu-alt .mega-menu-wrapper:has(.mega-menu-opens-exclusive-mobile) .mega-menu-option-detail-column-1,
  .back-active .show-alternative #menu-main-menu-alt .mega-menu-wrapper:has(.mega-menu-opens-exclusive-mobile) .mega-menu-option-detail-column-2 {
    overflow: scroll;
  }
}
@media (max-width: 1199px) {
  .back-active .show-alternative #menu-main-menu-alt .mega-menu-wrapper:has(.mega-menu-opens-exclusive-mobile) .mega-menu-option-detail-column-1 .mega-menu-links-wrapper-description,
  .back-active .show-alternative #menu-main-menu-alt .mega-menu-wrapper:has(.mega-menu-opens-exclusive-mobile) .mega-menu-option-detail-column-2 .mega-menu-links-wrapper-description {
    display: none;
  }
  .back-active .show-alternative #menu-main-menu-alt .mega-menu-wrapper:has(.mega-menu-opens-exclusive-mobile) .use-cases-overview {
    width: 100%;
  }
  .back-active .show-alternative #menu-main-menu-alt .mega-menu-wrapper:has(.mega-menu-opens-exclusive-mobile) .use-cases-overview .use-case-image {
    display: none;
  }
}
@media (max-width: 1199px) and (min-width: 1200px) {
  .back-active .show-alternative #menu-main-menu-alt .mega-menu-wrapper:has(.mega-menu-opens-exclusive-mobile) .use-cases-overview .use-case-image {
    display: block;
  }
}
@media (max-width: 1199px) {
  .back-active .show-alternative #menu-main-menu-alt .mega-menu-wrapper:has(.mega-menu-opens-exclusive-mobile) .use-cases-overview .h3 {
    margin-bottom: 0;
  }
  .back-active .show-alternative #menu-main-menu-alt .mega-menu-wrapper:has(.mega-menu-opens-exclusive-mobile) .use-cases-overview > .h2,
  .back-active .show-alternative #menu-main-menu-alt .mega-menu-wrapper:has(.mega-menu-opens-exclusive-mobile) .use-cases-overview > span,
  .back-active .show-alternative #menu-main-menu-alt .mega-menu-wrapper:has(.mega-menu-opens-exclusive-mobile) .use-cases-overview > p {
    display: none;
  }
  .back-active .show-alternative #menu-main-menu-alt .mega-menu-wrapper:has(.mega-menu-opens-exclusive-mobile) .mega-menu-links-wrapper a {
    padding-left: 0;
    padding-right: 0;
  }
  .back-active .show-alternative #menu-main-menu-alt .mega-menu-wrapper:has(.mega-menu-opens-exclusive-mobile) .mega-menu-links-wrapper a:has(.mega-menu-links-wrapper-description) {
    align-items: flex-start;
  }
  .back-active .show-alternative #menu-main-menu-alt .mega-menu-wrapper:has(.mega-menu-opens-exclusive-mobile) .mega-menu-links-wrapper a:has(.mega-menu-links-wrapper-description) > span {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    font-size: 2rem;
  }
  .back-active .show-alternative #menu-main-menu-alt .mega-menu-wrapper:has(.mega-menu-opens-exclusive-mobile) .mega-menu-links-wrapper a:has(.mega-menu-links-wrapper-description) > span .mega-menu-links-wrapper-description {
    font-size: 1.5rem;
    font-weight: 300;
  }
}

@media (max-width: 1201px) {
  .back-active .mega-menu-option-wrapper.mega-menu-opens-exclusive-mobile:not(.open) {
    display: none !important;
  }
}
.back-active .mega-menu-sector-options-wrapper.open:has(.open) .mega-menu-option-wrapper.mega-menu-opens-exclusive-mobile:not(.open) {
  display: none;
}

header#sitewide-header.contact-alt .original-header #header-login-link {
  text-decoration: underline;
}
header#sitewide-header.contact-alt .original-header #header-login-link:hover, header#sitewide-header.contact-alt .original-header #header-login-link:focus, header#sitewide-header.contact-alt .original-header #header-login-link:active {
  text-decoration: none;
}
header#sitewide-header.contact-alt .original-header .logo-link {
  margin-right: auto !important;
}
header#sitewide-header.contact-alt .original-header #header-cta {
  margin-right: 0;
}

@media (max-width: 1199px) {
  #menu-main-menu {
    padding-top: 2rem;
  }
  #menu-main-menu li a {
    border-bottom: 1px solid transparent;
  }
  #menu-main-menu li.open a {
    border-bottom: 1px solid #69D9E2;
  }
  #menu-main-menu .mega-menu-wrapper {
    background: #B4EDF1;
  }
  #menu-main-menu .mega-menu-wrapper h3,
  #menu-main-menu .mega-menu-wrapper .h3 {
    font-size: 2.2rem;
    line-height: 1.25;
    font-weight: 700;
    margin-bottom: 1rem;
  }
}
@media (max-width: 1199px) and (min-width: 1600px) {
  #menu-main-menu .mega-menu-wrapper h3,
  #menu-main-menu .mega-menu-wrapper .h3 {
    font-size: 2.4rem;
  }
}
@media (max-width: 1199px) {
  #menu-main-menu .mega-menu-wrapper p {
    font-size: 1.4rem;
    line-height: 1.5;
    font-family: "Outfit", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
  }
  #menu-main-menu .mega-menu-wrapper .mega-menu-options-wrapper {
    background: #DFF7F9;
  }
  #menu-main-menu .mega-menu-wrapper .mega-menu-options-wrapper h2,
  #menu-main-menu .mega-menu-wrapper .mega-menu-options-wrapper .h2 {
    font-size: 2.2rem;
    line-height: 1.25;
    font-family: "Outfit", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    border-bottom: 1px solid #69D9E2;
  }
}
@media (max-width: 1199px) and (min-width: 1600px) {
  #menu-main-menu .mega-menu-wrapper .mega-menu-options-wrapper h2,
  #menu-main-menu .mega-menu-wrapper .mega-menu-options-wrapper .h2 {
    font-size: 2.4rem;
  }
}
@media (max-width: 1199px) {
  #menu-main-menu .mega-menu-wrapper .mega-menu-options-wrapper .mega-menu-option-wrapper h3,
  #menu-main-menu .mega-menu-wrapper .mega-menu-options-wrapper .mega-menu-option-wrapper .h3,
  #menu-main-menu .mega-menu-wrapper .mega-menu-options-wrapper .mega-menu-option-link h3,
  #menu-main-menu .mega-menu-wrapper .mega-menu-options-wrapper .mega-menu-option-link .h3 {
    font-size: 2.2rem;
    line-height: 1.25;
    font-family: "Outfit", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    margin-bottom: 0;
  }
}
@media (max-width: 1199px) and (min-width: 1600px) {
  #menu-main-menu .mega-menu-wrapper .mega-menu-options-wrapper .mega-menu-option-wrapper h3,
  #menu-main-menu .mega-menu-wrapper .mega-menu-options-wrapper .mega-menu-option-wrapper .h3,
  #menu-main-menu .mega-menu-wrapper .mega-menu-options-wrapper .mega-menu-option-link h3,
  #menu-main-menu .mega-menu-wrapper .mega-menu-options-wrapper .mega-menu-option-link .h3 {
    font-size: 2.4rem;
  }
}
.mega-menu-wrapper {
  display: none;
}
@media (min-width: 1200px) {
  .mega-menu-wrapper > div {
    overflow-y: auto;
  }
}
.mega-menu-wrapper .mega-menu-column-1,
.mega-menu-wrapper .mega-menu-option-details-wrapper {
  display: none;
}

@media (min-width: 1200px) {
  .megamenu-trigger.open .mega-menu-wrapper .mega-menu-column-1 {
    display: block;
    width: 24%;
    padding: 4% 2.5% 2.5%;
    background: #202E52;
    background-image: url("images/mega-menu-bg.svg");
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
  }
  .megamenu-trigger.open .mega-menu-wrapper .mega-menu-column-1 .searchform {
    display: flex !important;
    margin-bottom: 2rem !important;
  }
  .megamenu-trigger.open .mega-menu-wrapper .mega-menu-column-1 p {
    max-width: 35rem;
    font-size: 2.2rem;
    line-height: 1.25;
    font-family: "Outfit", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    color: #FFF;
  }
}
@media (min-width: 1200px) and (min-width: 1600px) {
  .megamenu-trigger.open .mega-menu-wrapper .mega-menu-column-1 p {
    font-size: 2.4rem;
  }
}
@media (min-width: 1200px) {
  .megamenu-trigger.open .mega-menu-wrapper .mega-menu-column-1 a {
    font-size: 1.6rem;
    line-height: 1.5;
    font-family: "Outfit", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    color: #FFF;
  }
  .megamenu-trigger.open .mega-menu-wrapper .mega-menu-column-1 a:hover, .megamenu-trigger.open .mega-menu-wrapper .mega-menu-column-1 a:active, .megamenu-trigger.open .mega-menu-wrapper .mega-menu-column-1 a:focus {
    color: #FF6666;
  }
  .megamenu-trigger.open .mega-menu-wrapper .mega-menu-column-1 a:hover svg, .megamenu-trigger.open .mega-menu-wrapper .mega-menu-column-1 a:active svg, .megamenu-trigger.open .mega-menu-wrapper .mega-menu-column-1 a:focus svg {
    transform: translateX(3px);
  }
  .megamenu-trigger.open .mega-menu-wrapper .mega-menu-column-1 a:hover svg path, .megamenu-trigger.open .mega-menu-wrapper .mega-menu-column-1 a:active svg path, .megamenu-trigger.open .mega-menu-wrapper .mega-menu-column-1 a:focus svg path {
    fill: #FF6666;
    transition: all 0.3s ease;
  }
  .megamenu-trigger.open .mega-menu-wrapper .mega-menu-column-1 a svg {
    margin-left: 1rem;
    transition: all 0.3s ease;
  }
  .megamenu-trigger.open .mega-menu-wrapper .mega-menu-column-1 a svg path {
    transition: all 0.3s ease;
  }
}

@media (min-width: 1200px) {
  .about-mega-menu-column-1,
  .mega-menu-sectors-wrapper {
    width: 18%;
  }
}
@media (min-width: 1200px) {
  .about-mega-menu-column-1,
  .mega-menu-sectors-wrapper {
    background: #DFF7F9;
    padding: 4% 1.5% 1.5%;
  }
}
@media (min-width: 1200px) {
  .about-mega-menu-column-1 .mega-menu-sector-wrapper,
  .mega-menu-sectors-wrapper .mega-menu-sector-wrapper {
    background: #FFF;
    border-radius: 6px;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    transition: all 0.3s ease;
  }
  .about-mega-menu-column-1 .mega-menu-sector-wrapper:hover, .about-mega-menu-column-1 .mega-menu-sector-wrapper:active, .about-mega-menu-column-1 .mega-menu-sector-wrapper:focus,
  .mega-menu-sectors-wrapper .mega-menu-sector-wrapper:hover,
  .mega-menu-sectors-wrapper .mega-menu-sector-wrapper:active,
  .mega-menu-sectors-wrapper .mega-menu-sector-wrapper:focus {
    background: #B4EDF1;
    transition: all 0.3s ease;
  }
  .about-mega-menu-column-1 .mega-menu-sector-wrapper h3,
  .about-mega-menu-column-1 .mega-menu-sector-wrapper .h3,
  .mega-menu-sectors-wrapper .mega-menu-sector-wrapper h3,
  .mega-menu-sectors-wrapper .mega-menu-sector-wrapper .h3 {
    font-size: 2rem;
    line-height: 1.5;
    font-family: "Outfit", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
  }
  .about-mega-menu-column-1 .mega-menu-sector-wrapper p,
  .mega-menu-sectors-wrapper .mega-menu-sector-wrapper p {
    font-size: 1.4rem;
    line-height: 1.5;
    font-family: "Outfit", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
  }
}
.about-mega-menu-column-1 h2,
.about-mega-menu-column-1 .h2,
.mega-menu-sectors-wrapper h2,
.mega-menu-sectors-wrapper .h2 {
  display: none;
}
@media (min-width: 1200px) {
  .about-mega-menu-column-1 h2,
  .about-mega-menu-column-1 .h2,
  .mega-menu-sectors-wrapper h2,
  .mega-menu-sectors-wrapper .h2 {
    display: block;
  }
}
@media (min-width: 1200px) {
  .about-mega-menu-column-1 h2,
  .about-mega-menu-column-1 .h2,
  .mega-menu-sectors-wrapper h2,
  .mega-menu-sectors-wrapper .h2 {
    font-size: 2.2rem;
    line-height: 1.25;
    font-family: "Outfit", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
  }
}
@media (min-width: 1200px) and (min-width: 1600px) {
  .about-mega-menu-column-1 h2,
  .about-mega-menu-column-1 .h2,
  .mega-menu-sectors-wrapper h2,
  .mega-menu-sectors-wrapper .h2 {
    font-size: 2.4rem;
  }
}
.about-mega-menu-column-1 .mega-menu-sector-wrapper,
.mega-menu-sectors-wrapper .mega-menu-sector-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
@media (max-width: 1199px) {
  .about-mega-menu-column-1 .mega-menu-sector-wrapper,
  .mega-menu-sectors-wrapper .mega-menu-sector-wrapper {
    padding: 1.5rem 7.5%;
  }
}
.about-mega-menu-column-1 .mega-menu-sector-wrapper.link,
.mega-menu-sectors-wrapper .mega-menu-sector-wrapper.link {
  border-bottom: none !important;
}
.about-mega-menu-column-1 .mega-menu-sector-wrapper > div,
.mega-menu-sectors-wrapper .mega-menu-sector-wrapper > div {
  margin-right: 20px;
  flex: 1;
}
@media (min-width: 1200px) {
  .about-mega-menu-column-1 .mega-menu-sector-wrapper > div,
  .mega-menu-sectors-wrapper .mega-menu-sector-wrapper > div {
    margin-right: 0;
  }
}
@media (min-width: 1200px) {
  .about-mega-menu-column-1 .mega-menu-sector-wrapper svg,
  .mega-menu-sectors-wrapper .mega-menu-sector-wrapper svg {
    display: none;
  }
}
.about-mega-menu-column-1 .mega-menu-sector-wrapper h3,
.about-mega-menu-column-1 .mega-menu-sector-wrapper .h3,
.mega-menu-sectors-wrapper .mega-menu-sector-wrapper h3,
.mega-menu-sectors-wrapper .mega-menu-sector-wrapper .h3 {
  margin: 0;
}
.about-mega-menu-column-1 .mega-menu-sector-wrapper p:last-child,
.mega-menu-sectors-wrapper .mega-menu-sector-wrapper p:last-child {
  margin: 0;
}
@media (max-width: 1199px) {
  .back-active .about-mega-menu-column-1 .mega-menu-sector-wrapper,
  .back-active .mega-menu-sectors-wrapper .mega-menu-sector-wrapper {
    display: none;
  }
}
.about-mega-menu-column-1 .mega-menu-mobile-options-wrapper,
.mega-menu-sectors-wrapper .mega-menu-mobile-options-wrapper {
  display: none;
}
@media (max-width: 1199px) {
  .back-active .about-mega-menu-column-1 .mega-menu-mobile-options-wrapper,
  .back-active .mega-menu-sectors-wrapper .mega-menu-mobile-options-wrapper {
    display: block;
  }
}

.mega-menu-options-wrapper {
  display: none;
  position: relative;
}
@media (min-width: 1200px) {
  .mega-menu-options-wrapper {
    width: 18%;
  }
}
@media (min-width: 1200px) {
  .mega-menu-options-wrapper.how-mega-menu-options-wrapper {
    width: 58%;
  }
}
@media (min-width: 1200px) {
  .mega-menu-options-wrapper.how-mega-menu-options-wrapper .mega-menu-sector-options-wrapper .mega-menu-options {
    column-count: 2;
    width: 70%;
    max-width: 60rem;
  }
  .mega-menu-options-wrapper.how-mega-menu-options-wrapper .mega-menu-sector-options-wrapper .mega-menu-options .mega-menu-option-link {
    break-inside: avoid-column;
  }
  .mega-menu-options-wrapper.how-mega-menu-options-wrapper .mega-menu-sector-options-wrapper .mega-menu-page-link-wrapper {
    width: 30%;
    padding: 0 2.5% 1.5rem;
  }
}
@media (min-width: 1200px) {
  .mega-menu-options-wrapper.open {
    background: #DFF7F9;
    padding: 4% 1.5% 1.5% 0;
  }
}
.mega-menu-options-wrapper > h2,
.mega-menu-options-wrapper .h2 {
  display: none;
}
@media (min-width: 1200px) {
  .mega-menu-options-wrapper > h2.show,
  .mega-menu-options-wrapper .h2.show {
    display: block;
  }
}
@media (min-width: 1200px) {
  .mega-menu-options-wrapper > h2.show,
  .mega-menu-options-wrapper .h2.show {
    font-size: 2.2rem;
    line-height: 1.25;
    font-family: "Outfit", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
  }
}
@media (min-width: 1200px) and (min-width: 1600px) {
  .mega-menu-options-wrapper > h2.show,
  .mega-menu-options-wrapper .h2.show {
    font-size: 2.4rem;
  }
}
@media (max-width: 1199px) {
  .back-active .mega-menu-options-wrapper {
    display: block;
  }
}
@media (min-width: 1200px) {
  .back-active .mega-menu-options-wrapper.open {
    display: block;
  }
}

.mega-menu-sector-options-wrapper {
  display: none;
}
@media (min-width: 1200px) {
  .what-mega-menu .mega-menu-sector-options-wrapper .mega-menu-page-link-wrapper {
    padding-left: 0 !important;
  }
}
@media (max-width: 1199px) {
  .back-active .mega-menu-sector-options-wrapper.open {
    display: block;
  }
}
.back-active .mega-menu-sector-options-wrapper.open > h2,
.back-active .mega-menu-sector-options-wrapper.open .h2 {
  padding: 1.5rem 3rem;
  margin: 0;
}
@media (min-width: 577px) {
  .back-active .mega-menu-sector-options-wrapper.open > h2,
  .back-active .mega-menu-sector-options-wrapper.open .h2 {
    padding: 1.5rem calc(2.5% + 3rem);
  }
}
.back-active .mega-menu-sector-options-wrapper.open .mega-menu-option-wrapper,
.back-active .mega-menu-sector-options-wrapper.open .mega-menu-option-link {
  display: flex;
  align-items: center;
}
.back-active .mega-menu-sector-options-wrapper.open .mega-menu-option-wrapper > div,
.back-active .mega-menu-sector-options-wrapper.open .mega-menu-option-link > div {
  flex: 1;
}
.back-active .mega-menu-sector-options-wrapper.open .mega-menu-option-wrapper > div h3,
.back-active .mega-menu-sector-options-wrapper.open .mega-menu-option-link > div h3 {
  margin: 0;
}
.back-active .mega-menu-sector-options-wrapper.open .mega-menu-option-wrapper.open {
  background: #B4EDF1;
}
@media (min-width: 1200px) {
  .mega-menu-options-wrapper.open .mega-menu-sector-options-wrapper.open {
    display: block;
  }
}
.mega-menu-options-wrapper.open .mega-menu-sector-options-wrapper.open h2,
.mega-menu-options-wrapper.open .mega-menu-sector-options-wrapper.open .h2 {
  display: block;
}
@media (min-width: 1200px) {
  .mega-menu-options-wrapper.open .mega-menu-sector-options-wrapper.open h2,
  .mega-menu-options-wrapper.open .mega-menu-sector-options-wrapper.open .h2 {
    display: none;
  }
}
@media (min-width: 1200px) {
  .how-mega-menu-options-wrapper.open .mega-menu-sector-options-wrapper.open {
    display: flex;
  }
}
.mega-menu-sector-options-wrapper .mega-menu-option-wrapper,
.mega-menu-sector-options-wrapper .mega-menu-option-link {
  padding: 1.5rem 3rem;
  cursor: pointer;
}
@media (min-width: 577px) {
  .mega-menu-sector-options-wrapper .mega-menu-option-wrapper,
  .mega-menu-sector-options-wrapper .mega-menu-option-link {
    padding: 1.5rem calc(2.5% + 3rem);
  }
}
@media (min-width: 1200px) {
  .mega-menu-sector-options-wrapper .mega-menu-option-wrapper,
  .mega-menu-sector-options-wrapper .mega-menu-option-link {
    background: #FFF;
    border-radius: 6px;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    transition: all 0.3s ease;
  }
  .mega-menu-sector-options-wrapper .mega-menu-option-wrapper:hover, .mega-menu-sector-options-wrapper .mega-menu-option-wrapper:active, .mega-menu-sector-options-wrapper .mega-menu-option-wrapper:focus,
  .mega-menu-sector-options-wrapper .mega-menu-option-link:hover,
  .mega-menu-sector-options-wrapper .mega-menu-option-link:active,
  .mega-menu-sector-options-wrapper .mega-menu-option-link:focus {
    background: #B4EDF1;
    transition: all 0.3s ease;
  }
}
.mega-menu-sector-options-wrapper .mega-menu-option-wrapper h3,
.mega-menu-sector-options-wrapper .mega-menu-option-wrapper .h3,
.mega-menu-sector-options-wrapper .mega-menu-option-link h3,
.mega-menu-sector-options-wrapper .mega-menu-option-link .h3 {
  margin: 0 auto 0 0;
}
@media (min-width: 1200px) {
  .mega-menu-sector-options-wrapper .mega-menu-option-wrapper h3,
  .mega-menu-sector-options-wrapper .mega-menu-option-wrapper .h3,
  .mega-menu-sector-options-wrapper .mega-menu-option-link h3,
  .mega-menu-sector-options-wrapper .mega-menu-option-link .h3 {
    font-size: 2rem;
    line-height: 1.5;
    font-family: "Outfit", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
  }
}
.mega-menu-sector-options-wrapper .mega-menu-option-wrapper img,
.mega-menu-sector-options-wrapper .mega-menu-option-link img {
  height: 3.6rem;
  width: auto;
  margin-right: 2rem;
}
@media (min-width: 1200px) {
  .mega-menu-sector-options-wrapper .mega-menu-option-wrapper img,
  .mega-menu-sector-options-wrapper .mega-menu-option-link img {
    margin-right: 1rem;
  }
}
.mega-menu-sector-options-wrapper .mega-menu-option-wrapper svg,
.mega-menu-sector-options-wrapper .mega-menu-option-link svg {
  transform: rotate(90deg);
  transition: all 0.5s;
}
@media (min-width: 1200px) {
  .mega-menu-sector-options-wrapper .mega-menu-option-wrapper svg,
  .mega-menu-sector-options-wrapper .mega-menu-option-link svg {
    display: none;
  }
}
.mega-menu-sector-options-wrapper .mega-menu-option-wrapper.open svg,
.mega-menu-sector-options-wrapper .mega-menu-option-link.open svg {
  transform: rotate(270deg);
}
.mega-menu-sector-options-wrapper .mega-menu-option-link {
  border-bottom: none !important;
}
.mega-menu-sector-options-wrapper .mega-menu-option-link h3,
.mega-menu-sector-options-wrapper .mega-menu-option-link .h3 {
  font-size: 2.2rem;
  line-height: 1.25;
  font-family: "Outfit", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin-bottom: 1rem !important;
}
@media (min-width: 1600px) {
  .mega-menu-sector-options-wrapper .mega-menu-option-link h3,
  .mega-menu-sector-options-wrapper .mega-menu-option-link .h3 {
    font-size: 2.4rem;
  }
}
@media (min-width: 1200px) {
  .mega-menu-sector-options-wrapper .mega-menu-option-link h3,
  .mega-menu-sector-options-wrapper .mega-menu-option-link .h3 {
    font-size: 2rem;
    line-height: 1.5;
    font-family: "Outfit", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    margin: 0 !important;
  }
}
.mega-menu-sector-options-wrapper .mega-menu-option-link p {
  margin-bottom: 0;
}
.mega-menu-sector-options-wrapper .mega-menu-option-link svg {
  transform: rotate(0);
}
@media (min-width: 1200px) {
  .mega-menu-sector-options-wrapper.open .mega-menu-option-wrapper svg {
    transform: rotate(0);
  }
}
.mega-menu-sector-options-wrapper .mega-menu-mobile-links-wrapper {
  display: none;
  background: #B4EDF1;
}
.mega-menu-sector-options-wrapper .mega-menu-mobile-links-wrapper .overview-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 3rem;
  padding-bottom: 0;
  border-bottom: none !important;
}
@media (min-width: 577px) {
  .mega-menu-sector-options-wrapper .mega-menu-mobile-links-wrapper .overview-link {
    padding: 1.5rem calc(2.5% + 3rem);
  }
}
.mega-menu-sector-options-wrapper .mega-menu-mobile-links-wrapper .overview-link > div {
  margin-right: 20px;
  flex: 1;
  border-bottom: 1px solid #23AEB7;
  padding-bottom: 2rem;
}
.mega-menu-sector-options-wrapper .mega-menu-mobile-links-wrapper .overview-link h3,
.mega-menu-sector-options-wrapper .mega-menu-mobile-links-wrapper .overview-link .h3 {
  font-size: 2.2rem;
  line-height: 1.25;
  font-family: "Outfit", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 0;
}
@media (min-width: 1600px) {
  .mega-menu-sector-options-wrapper .mega-menu-mobile-links-wrapper .overview-link h3,
  .mega-menu-sector-options-wrapper .mega-menu-mobile-links-wrapper .overview-link .h3 {
    font-size: 2.4rem;
  }
}
.mega-menu-sector-options-wrapper .mega-menu-mobile-links-wrapper .overview-link p {
  font-size: 1.4rem;
  line-height: 1.5;
  font-family: "Outfit", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
}
.mega-menu-sector-options-wrapper .mega-menu-mobile-links-wrapper .overview-link p:last-child {
  margin: 0;
}
.mega-menu-sector-options-wrapper .mega-menu-mobile-links-wrapper .mega-menu-links-wrapper > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 3rem;
  padding-bottom: 0;
  cursor: pointer;
}
@media (min-width: 577px) {
  .mega-menu-sector-options-wrapper .mega-menu-mobile-links-wrapper .mega-menu-links-wrapper > div {
    padding: 1.5rem calc(2.5% + 3rem);
  }
}
.mega-menu-sector-options-wrapper .mega-menu-mobile-links-wrapper .mega-menu-links-wrapper > div > h2,
.mega-menu-sector-options-wrapper .mega-menu-mobile-links-wrapper .mega-menu-links-wrapper > div .h2 {
  font-size: 2.2rem;
  line-height: 1.25;
  font-family: "Outfit", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 0 20px 0 0;
  flex: 1;
  border-bottom: 1px solid #23AEB7 !important;
  padding-bottom: 1.5rem;
}
@media (min-width: 1600px) {
  .mega-menu-sector-options-wrapper .mega-menu-mobile-links-wrapper .mega-menu-links-wrapper > div > h2,
  .mega-menu-sector-options-wrapper .mega-menu-mobile-links-wrapper .mega-menu-links-wrapper > div .h2 {
    font-size: 2.4rem;
  }
}
.mega-menu-sector-options-wrapper .mega-menu-mobile-links-wrapper .mega-menu-links-wrapper > div > svg {
  transform: rotate(90deg);
  transition: all 0.5s;
}
.mega-menu-sector-options-wrapper .mega-menu-mobile-links-wrapper .mega-menu-links-wrapper > ul {
  display: none;
}
.mega-menu-sector-options-wrapper .mega-menu-mobile-links-wrapper .mega-menu-links-wrapper > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 3rem;
  font-size: 2.2rem;
  line-height: 1.25;
  font-family: "Outfit", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  border-bottom: none !important;
}
@media (min-width: 577px) {
  .mega-menu-sector-options-wrapper .mega-menu-mobile-links-wrapper .mega-menu-links-wrapper > ul > li > a {
    padding: 1.5rem calc(2.5% + 3rem);
  }
}
@media (min-width: 1600px) {
  .mega-menu-sector-options-wrapper .mega-menu-mobile-links-wrapper .mega-menu-links-wrapper > ul > li > a {
    font-size: 2.4rem;
  }
}
.mega-menu-sector-options-wrapper .mega-menu-mobile-links-wrapper .mega-menu-links-wrapper > ul > li > a span {
  display: flex;
  align-items: center;
}
.mega-menu-sector-options-wrapper .mega-menu-mobile-links-wrapper .mega-menu-links-wrapper > ul > li > a span img {
  margin-right: 1rem;
  height: 3.6rem;
}
.mega-menu-sector-options-wrapper .mega-menu-mobile-links-wrapper .mega-menu-links-wrapper.open > div h2,
.mega-menu-sector-options-wrapper .mega-menu-mobile-links-wrapper .mega-menu-links-wrapper.open > div .h2 {
  border-bottom: none !important;
}
.mega-menu-sector-options-wrapper .mega-menu-mobile-links-wrapper .mega-menu-links-wrapper.open > div > svg {
  transform: rotate(270deg);
}
@media (max-width: 1199px) {
  .back-active .mega-menu-sector-options-wrapper .mega-menu-mobile-links-wrapper .mega-menu-links-wrapper.open > ul {
    display: block;
  }
}
.mega-menu-sector-options-wrapper .mega-menu-mobile-links-wrapper .mega-menu-links-wrapper:last-of-type > div > h2:last-of-type,
.mega-menu-sector-options-wrapper .mega-menu-mobile-links-wrapper .mega-menu-links-wrapper:last-of-type > div .h2:last-of-type {
  border-bottom: none !important;
}
@media (max-width: 1199px) {
  .back-active .mega-menu-sector-options-wrapper .mega-menu-option-wrapper.open + .mega-menu-mobile-links-wrapper {
    display: block;
  }
}
.mega-menu-sector-options-wrapper .mega-menu-page-link-wrapper {
  padding: 1.5rem 3rem;
  background: #DFF7F9;
}
@media (min-width: 577px) {
  .mega-menu-sector-options-wrapper .mega-menu-page-link-wrapper {
    padding: 1.5rem calc(2.5% + 3rem);
  }
}
.mega-menu-sector-options-wrapper .mega-menu-page-link-wrapper a {
  border: 2px solid #121E3F !important;
}

.mega-menu-option-details-wrapper {
  flex: 1;
}
.mega-menu-option-details-wrapper .mega-menu-option-detail-wrapper {
  display: none;
}
@media (min-width: 1200px) {
  .mega-menu-option-details-wrapper .mega-menu-option-detail-wrapper.open {
    display: flex;
  }
}
@media (min-width: 1200px) {
  .mega-menu-option-details-wrapper.open {
    display: block;
  }
}
@media (min-width: 1200px) {
  .mega-menu-option-details-wrapper.open {
    background: #B4EDF1;
    padding: 4% 1.5% 1.5% 1.5%;
  }
}

.mega-menu-option-detail-wrapper > div {
  width: 50%;
}
@media (min-width: 1200px) {
  .mega-menu-option-detail-wrapper h2,
  .mega-menu-option-detail-wrapper .h2 {
    font-size: 2.2rem;
    line-height: 1.25;
    font-family: "Outfit", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
  }
}
@media (min-width: 1200px) and (min-width: 1600px) {
  .mega-menu-option-detail-wrapper h2,
  .mega-menu-option-detail-wrapper .h2 {
    font-size: 2.4rem;
  }
}
.mega-menu-option-detail-wrapper .mega-menu-links-wrapper h2 + svg,
.mega-menu-option-detail-wrapper .mega-menu-links-wrapper .h2 + svg {
  display: none;
}
.mega-menu-option-detail-wrapper .mega-menu-links-wrapper a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 3rem;
  font-weight: 600;
}
@media (min-width: 577px) {
  .mega-menu-option-detail-wrapper .mega-menu-links-wrapper a {
    padding: 1.5rem calc(2.5% + 3rem);
  }
}
@media (min-width: 1200px) {
  .mega-menu-option-detail-wrapper .mega-menu-option-detail-column-1 h3, .mega-menu-option-detail-wrapper .mega-menu-option-detail-column-1 .h3, .mega-menu-option-detail-wrapper .mega-menu-option-detail-column-1 p,
  .mega-menu-option-detail-wrapper .mega-menu-option-detail-column-2 h3,
  .mega-menu-option-detail-wrapper .mega-menu-option-detail-column-2 .h3,
  .mega-menu-option-detail-wrapper .mega-menu-option-detail-column-2 p {
    background: #FFF;
  }
  .mega-menu-option-detail-wrapper .mega-menu-option-detail-column-1 h3, .mega-menu-option-detail-wrapper .mega-menu-option-detail-column-1 .h3,
  .mega-menu-option-detail-wrapper .mega-menu-option-detail-column-2 h3,
  .mega-menu-option-detail-wrapper .mega-menu-option-detail-column-2 .h3 {
    font-size: 2rem;
    line-height: 1.5;
    font-family: "Outfit", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    margin-bottom: 0;
    padding-bottom: 1rem;
    padding: 1.5rem 1.5rem 1rem 1.5rem;
    border-radius: 6px 6px 0 0;
  }
  .mega-menu-option-detail-wrapper .mega-menu-option-detail-column-1 p,
  .mega-menu-option-detail-wrapper .mega-menu-option-detail-column-2 p {
    font-size: 1.4rem;
    line-height: 1.5;
    font-family: "Outfit", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    border-radius: 0 0 6px 6px;
    padding: 0 1.5rem 1.5rem 1.5rem;
    margin-bottom: 3.5rem;
  }
  .mega-menu-option-detail-wrapper .mega-menu-option-detail-column-1 .overview-link:hover h3, .mega-menu-option-detail-wrapper .mega-menu-option-detail-column-1 .overview-link:hover .h3, .mega-menu-option-detail-wrapper .mega-menu-option-detail-column-1 .overview-link:hover p, .mega-menu-option-detail-wrapper .mega-menu-option-detail-column-1 .overview-link:focus h3, .mega-menu-option-detail-wrapper .mega-menu-option-detail-column-1 .overview-link:focus .h3, .mega-menu-option-detail-wrapper .mega-menu-option-detail-column-1 .overview-link:focus p, .mega-menu-option-detail-wrapper .mega-menu-option-detail-column-1 .overview-link:active h3, .mega-menu-option-detail-wrapper .mega-menu-option-detail-column-1 .overview-link:active .h3, .mega-menu-option-detail-wrapper .mega-menu-option-detail-column-1 .overview-link:active p,
  .mega-menu-option-detail-wrapper .mega-menu-option-detail-column-2 .overview-link:hover h3,
  .mega-menu-option-detail-wrapper .mega-menu-option-detail-column-2 .overview-link:hover .h3,
  .mega-menu-option-detail-wrapper .mega-menu-option-detail-column-2 .overview-link:hover p,
  .mega-menu-option-detail-wrapper .mega-menu-option-detail-column-2 .overview-link:focus h3,
  .mega-menu-option-detail-wrapper .mega-menu-option-detail-column-2 .overview-link:focus .h3,
  .mega-menu-option-detail-wrapper .mega-menu-option-detail-column-2 .overview-link:focus p,
  .mega-menu-option-detail-wrapper .mega-menu-option-detail-column-2 .overview-link:active h3,
  .mega-menu-option-detail-wrapper .mega-menu-option-detail-column-2 .overview-link:active .h3,
  .mega-menu-option-detail-wrapper .mega-menu-option-detail-column-2 .overview-link:active p {
    background-color: #69D9E2;
  }
  .mega-menu-option-detail-wrapper .mega-menu-option-detail-column-1 ul li a,
  .mega-menu-option-detail-wrapper .mega-menu-option-detail-column-2 ul li a {
    background: #FFF;
    border-radius: 6px;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .mega-menu-option-detail-wrapper .mega-menu-option-detail-column-1 ul li a:hover, .mega-menu-option-detail-wrapper .mega-menu-option-detail-column-1 ul li a:active, .mega-menu-option-detail-wrapper .mega-menu-option-detail-column-1 ul li a:focus,
  .mega-menu-option-detail-wrapper .mega-menu-option-detail-column-2 ul li a:hover,
  .mega-menu-option-detail-wrapper .mega-menu-option-detail-column-2 ul li a:active,
  .mega-menu-option-detail-wrapper .mega-menu-option-detail-column-2 ul li a:focus {
    background: #69D9E2;
  }
  .mega-menu-option-detail-wrapper .mega-menu-option-detail-column-1 ul li a svg,
  .mega-menu-option-detail-wrapper .mega-menu-option-detail-column-2 ul li a svg {
    display: none;
  }
  .mega-menu-option-detail-wrapper .mega-menu-option-detail-column-1 ul li a span,
  .mega-menu-option-detail-wrapper .mega-menu-option-detail-column-2 ul li a span {
    display: flex;
    align-items: center;
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .mega-menu-option-detail-wrapper .mega-menu-option-detail-column-1 ul li a span,
  .mega-menu-option-detail-wrapper .mega-menu-option-detail-column-2 ul li a span {
    font-size: 2rem;
    line-height: 1.5;
  }
}
@media (min-width: 1200px) {
  .mega-menu-option-detail-wrapper .mega-menu-option-detail-column-1 ul li a span img,
  .mega-menu-option-detail-wrapper .mega-menu-option-detail-column-2 ul li a span img {
    margin-right: 1rem;
    height: 3.6rem;
  }
}
@media (min-width: 1200px) {
  .mega-menu-option-detail-wrapper .mega-menu-option-detail-column-1 {
    padding-right: 1.75%;
  }
}
@media (min-width: 1200px) {
  .mega-menu-option-detail-wrapper .mega-menu-option-detail-column-2 {
    padding-left: 1.75%;
  }
}
.mega-menu-option-detail-wrapper .mega-menu-option-detail-column-2 > a:not(.read-more):hover, .mega-menu-option-detail-wrapper .mega-menu-option-detail-column-2 > a:not(.read-more):active, .mega-menu-option-detail-wrapper .mega-menu-option-detail-column-2 > a:not(.read-more):focus {
  color: #23AEB7;
}
@media (min-width: 1200px) {
  .mega-menu-option-detail-wrapper .mega-menu-option-detail-column-2 > a {
    font-family: "Outfit", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
  }
}
@media (min-width: 1200px) {
  .mega-menu-option-detail-wrapper .mega-menu-option-detail-column-2 > a.read-more {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}

.mega-menu-spotlights-wrapper {
  border-top: 1px solid #69D9E2;
}
@media (min-width: 1200px) {
  .mega-menu-spotlights-wrapper {
    padding-left: 30px;
    border-top: none;
  }
}
.mega-menu-spotlights-wrapper.open .mega-menu-spotlight-trigger {
  background: #B4EDF1;
}
.mega-menu-spotlights-wrapper .mega-menu-spotlight-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 3rem;
  padding-top: 0;
  cursor: pointer;
}
@media (min-width: 577px) {
  .mega-menu-spotlights-wrapper .mega-menu-spotlight-trigger {
    padding: 1.5rem calc(2.5% + 3rem);
  }
}
@media (min-width: 992px) {
  .mega-menu-spotlights-wrapper .mega-menu-spotlight-trigger {
    padding-top: 0 !important;
  }
}
@media (min-width: 1200px) {
  .mega-menu-spotlights-wrapper .mega-menu-spotlight-trigger {
    padding-left: 0 !important;
  }
}
.mega-menu-spotlights-wrapper .mega-menu-spotlight-trigger h3,
.mega-menu-spotlights-wrapper .mega-menu-spotlight-trigger .h3 {
  font-size: 2.2rem;
  line-height: 1.25;
  font-family: "Outfit", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0 auto 0 0;
  width: 100%;
  padding-top: 2.5rem;
  font-weight: 700;
}
@media (min-width: 1600px) {
  .mega-menu-spotlights-wrapper .mega-menu-spotlight-trigger h3,
  .mega-menu-spotlights-wrapper .mega-menu-spotlight-trigger .h3 {
    font-size: 2.4rem;
  }
}
@media (min-width: 1200px) {
  .mega-menu-spotlights-wrapper .mega-menu-spotlight-trigger h3,
  .mega-menu-spotlights-wrapper .mega-menu-spotlight-trigger .h3 {
    padding-top: 0;
    margin-bottom: 0.5rem;
  }
}
.mega-menu-spotlights-wrapper .mega-menu-spotlight-trigger svg {
  transform: rotate(90deg);
  transition: all 0.5s;
}
@media (min-width: 1200px) {
  .mega-menu-spotlights-wrapper .mega-menu-spotlight-trigger svg {
    display: none;
  }
}
.mega-menu-spotlights-wrapper.open .mega-menu-spotlight-trigger svg {
  transform: rotate(270deg);
}
@media (min-width: 1200px) {
  .mega-menu-sector-options-wrapper.open .mega-menu-spotlights-wrapper {
    position: absolute;
    left: 100%;
    top: 0;
    width: 30vw;
  }
}
@media (min-width: 1200px) {
  .mega-menu-sector-options-wrapper.open .mega-menu-spotlights-wrapper {
    height: 100%;
    background: #B4EDF1;
    width: 40vw;
    padding: 22% 8%;
  }
}

.mega-menu-spotlight-posts-wrapper {
  padding: 1.5rem 3rem;
  padding-bottom: 3rem !important;
  margin: 0 auto 0 0;
  display: none;
}
@media (min-width: 577px) {
  .mega-menu-spotlight-posts-wrapper {
    padding: 1.5rem calc(2.5% + 3rem);
  }
}
@media (min-width: 1200px) {
  .mega-menu-spotlight-posts-wrapper {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .mega-menu-spotlight-posts-wrapper {
    padding-bottom: 3rem !important;
  }
}
.mega-menu-spotlight-posts-wrapper > a {
  display: flex;
  justify-content: flex-start;
  max-width: 380px;
  padding: 1.5rem;
  background: #FFF;
  border-radius: 6px;
  margin-bottom: 1rem;
  border-bottom: none !important;
}
@media (min-width: 1200px) {
  .mega-menu-spotlight-posts-wrapper > a {
    margin-bottom: 1.5rem;
  }
}
.mega-menu-spotlight-posts-wrapper > a:last-child {
  margin-bottom: 0;
}
.mega-menu-spotlight-posts-wrapper > a img {
  width: 104px;
  height: 104px;
  object-fit: cover;
}
.mega-menu-spotlight-posts-wrapper > a .spotlight-meta {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  margin-left: 1.5rem;
}
.mega-menu-spotlight-posts-wrapper > a .spotlight-meta h4,
.mega-menu-spotlight-posts-wrapper > a .spotlight-meta .h4 {
  font-size: 1.6rem;
  line-height: 1.5;
  font-family: "Outfit", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0;
}
.mega-menu-spotlight-posts-wrapper > a .spotlight-meta span {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  line-height: 1.5;
  font-family: "Outfit", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
}
.mega-menu-spotlight-posts-wrapper > a .spotlight-meta span svg {
  transform: rotate(180deg);
  margin-left: 1rem;
  width: 1.2rem;
  transition: all 0.3s ease;
}
.mega-menu-spotlight-posts-wrapper > a:hover, .mega-menu-spotlight-posts-wrapper > a:focus, .mega-menu-spotlight-posts-wrapper > a:active {
  box-shadow: -4px 0px 16px rgba(72, 106, 155, 0.2);
}
.mega-menu-spotlight-posts-wrapper > a:hover .spotlight-meta span svg, .mega-menu-spotlight-posts-wrapper > a:focus .spotlight-meta span svg, .mega-menu-spotlight-posts-wrapper > a:active .spotlight-meta span svg {
  transform: rotate(180deg) translateX(-3px);
}
.mega-menu-spotlights-wrapper.open .mega-menu-spotlight-posts-wrapper {
  background: #B4EDF1;
}
@media (max-width: 1199px) {
  .mega-menu-spotlights-wrapper.open .mega-menu-spotlight-posts-wrapper {
    display: block;
  }
}
@media (min-width: 1200px) {
  .mega-menu-sector-options-wrapper.open .mega-menu-spotlight-posts-wrapper {
    display: block;
  }
}

#main-content:not(.header-hidden) .secondary-hero {
  padding-top: 15rem;
}
@media (min-width: 1440px) {
  #main-content:not(.header-hidden) .secondary-hero {
    padding-top: 20rem !important;
  }
}

#content-wrapper:has(#secondary-navigation) .secondary-hero {
  padding-top: 20rem;
}

#content-wrapper:has(#secondary-navigation) .secondary-hero .breadcrumbs {
  margin-top: 1rem;
  top: 15rem;
}
@media (min-width: 992px) {
  #content-wrapper:has(#secondary-navigation) .secondary-hero .breadcrumbs {
    margin-top: 0;
    top: 16rem !important;
  }
}

.secondary-hero {
  overflow: hidden;
}
.secondary-hero:has(.breadcrumbs) {
  position: relative;
}
.secondary-hero .breadcrumbs {
  position: absolute;
  top: 10rem;
  z-index: 1;
  left: 3rem;
  right: 3rem;
  font-size: 1.2rem;
  font-weight: 600;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  z-index: 2;
}
@media (min-width: 577px) {
  .secondary-hero .breadcrumbs {
    left: calc(2.5vw + 3rem);
    right: calc(2.5vw + 3rem);
  }
}
@media (min-width: 768px) {
  .secondary-hero .breadcrumbs {
    font-size: 1.6rem;
  }
}
@media (min-width: 1600px) {
  .secondary-hero .breadcrumbs {
    left: calc((100vw - 1440px) / 2 + 3rem);
    right: calc((100vw - 1440px) / 2 + 3rem);
  }
}
.secondary-hero .breadcrumbs a {
  text-decoration: none;
}
.secondary-hero .breadcrumbs a:hover, .secondary-hero .breadcrumbs a:focus, .secondary-hero .breadcrumbs a:active {
  text-decoration: underline;
}
.secondary-hero .breadcrumbs.bg-paper, .secondary-hero .breadcrumbs.bg-paperlight {
  color: #FFF;
}
.secondary-hero .breadcrumbs.bg-paper a, .secondary-hero .breadcrumbs.bg-paperlight a {
  color: #FFF;
}
.admin-bar .secondary-hero .breadcrumbs {
  top: 10rem;
}
.secondary-hero.bg-paper {
  color: #FFF;
}
.secondary-hero.full {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  min-height: 770px;
  display: flex;
  align-items: center;
}
.secondary-hero.full .ctas-wrapper {
  justify-content: center;
}
.secondary-hero.full .content-wrapper.text-light {
  color: #fff;
}
.secondary-hero.media-left img {
  border-radius: 0 0 80px 0;
}
.secondary-hero.media-left h1, .secondary-hero.media-left p, .secondary-hero.media-left .ctas-wrapper {
  max-width: 60rem;
  padding-left: 5%;
}
.secondary-hero.media-left .ctas-wrapper {
  margin-top: 3rem;
}
@media (min-width: 768px) {
  .secondary-hero.media-right .grid-row {
    flex-flow: row-reverse;
  }
}
.secondary-hero.media-right img {
  border-radius: 0 0 0 80px;
}
.secondary-hero.media-right h1, .secondary-hero.media-right p, .secondary-hero.media-right .ctas-wrapper {
  max-width: 60rem;
  padding-right: 5%;
}
.secondary-hero.media-right .ctas-wrapper {
  margin-top: 3rem;
}
.secondary-hero h2 {
  margin-bottom: 3rem;
}
@media (min-width: 1200px) {
  .secondary-hero h2 {
    margin-bottom: 2rem;
  }
}
.secondary-hero p {
  font-size: 2rem;
  line-height: 1.5;
}
.secondary-hero p:last-of-type {
  margin-bottom: 0;
}
.secondary-hero.column .grid-row {
  position: relative;
}
.secondary-hero.column .grid-item {
  position: relative;
  z-index: 2;
}
.secondary-hero.column .column-image {
  position: absolute;
  max-width: none;
  height: auto;
  z-index: 1;
}
.secondary-hero.column .column-image:nth-of-type(1) {
  display: none;
}
.secondary-hero.column .column-image:nth-of-type(2) {
  width: 140%;
  max-width: none;
  bottom: -70%;
  right: -50%;
}
.secondary-hero.column .column-image:nth-of-type(3) {
  width: 80%;
  top: -50%;
  left: -50%;
}
@media (min-width: 992px) {
  .secondary-hero.column .column-image:nth-of-type(1) {
    width: 32%;
    left: -5%;
    top: -40px;
    display: block;
  }
  .secondary-hero.column .column-image:nth-of-type(2) {
    width: 50%;
    right: -3%;
    bottom: 40%;
  }
  .secondary-hero.column .column-image:nth-of-type(3) {
    width: 25%;
    right: 25%;
    bottom: -50%;
    left: unset;
    top: unset;
  }
}
.secondary-hero + .hero-dialog {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.3s allow-discrete;
}
@media (min-width: 768px) {
  .secondary-hero + .hero-dialog {
    padding: 3.2rem;
  }
}
.secondary-hero + .hero-dialog[open] {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s allow-discrete;
}
@starting-style {
  .secondary-hero + .hero-dialog[open] {
    opacity: 0;
    transform: translateY(50px);
  }
}
.secondary-hero + .hero-dialog .close-dialog {
  float: right;
}

#main-content:not(.header-hidden) .sidekick {
  padding-top: 15rem;
}
@media (min-width: 1440px) {
  #main-content:not(.header-hidden) .sidekick {
    padding-top: 20rem !important;
  }
}

#content-wrapper:has(#secondary-navigation) .sidekick .breadcrumbs {
  margin-top: 1rem;
}
@media (min-width: 992px) {
  #content-wrapper:has(#secondary-navigation) .sidekick .breadcrumbs {
    margin-top: 0;
    top: 16rem !important;
  }
}

.sidekick {
  position: relative;
  text-align: center;
  min-height: 75rem;
  display: flex;
  align-items: center;
}
@media (min-width: 1600px) {
  .sidekick {
    min-height: 80rem;
  }
}
.sidekick .bg-paper + .grid-container, .sidekick #login-hero .login-background .bg-paper + .login-background-wrapper, #login-hero .login-background .sidekick .bg-paper + .login-background-wrapper, .sidekick #contact-hero .contact-background .bg-paper + .contact-background-wrapper, #contact-hero .contact-background .sidekick .bg-paper + .contact-background-wrapper, .sidekick .sidekick-background .bg-paper + .sidekick-background-wrapper,
.sidekick .bg-paperlight + .grid-container,
.sidekick #login-hero .login-background .bg-paperlight + .login-background-wrapper,
#login-hero .login-background .sidekick .bg-paperlight + .login-background-wrapper,
.sidekick #contact-hero .contact-background .bg-paperlight + .contact-background-wrapper,
#contact-hero .contact-background .sidekick .bg-paperlight + .contact-background-wrapper,
.sidekick .sidekick-background .bg-paperlight + .sidekick-background-wrapper {
  color: #FFF;
}
.sidekick .breadcrumbs {
  position: absolute;
  top: 10rem;
  z-index: 1;
  left: 3rem;
  right: 3rem;
  font-size: 1.2rem;
  font-weight: 600;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  z-index: 2;
}
@media (min-width: 577px) {
  .sidekick .breadcrumbs {
    left: calc(2.5vw + 3rem);
    right: calc(2.5vw + 3rem);
  }
}
@media (min-width: 768px) {
  .sidekick .breadcrumbs {
    font-size: 1.6rem;
  }
}
@media (min-width: 1600px) {
  .sidekick .breadcrumbs {
    left: calc((100vw - 1440px) / 2 + 3rem);
    right: calc((100vw - 1440px) / 2 + 3rem);
  }
}
.sidekick .breadcrumbs a {
  text-decoration: none;
}
.sidekick .breadcrumbs a:hover, .sidekick .breadcrumbs a:focus, .sidekick .breadcrumbs a:active {
  text-decoration: underline;
}
.sidekick .breadcrumbs.bg-paper, .sidekick .breadcrumbs.bg-paperlight {
  color: #FFF;
}
.sidekick .breadcrumbs.bg-paper a, .sidekick .breadcrumbs.bg-paperlight a {
  color: #FFF;
}
.admin-bar .sidekick .breadcrumbs {
  top: 10rem;
}
.sidekick h1 {
  margin-bottom: 3rem;
}
@media (min-width: 1600px) {
  .sidekick h1 {
    margin-bottom: 5rem;
  }
}
.sidekick p {
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 4rem;
}
@media (min-width: 1600px) {
  .sidekick p {
    margin-bottom: 5rem;
  }
}
.sidekick p + .ctas-wrapper {
  margin-bottom: 3rem;
}
@media (min-width: 1600px) {
  .sidekick p + .ctas-wrapper {
    margin-bottom: 4rem;
  }
}
.sidekick .ctas-wrapper {
  margin-top: 4rem;
  justify-content: center;
}
@media (min-width: 1600px) {
  .sidekick .ctas-wrapper {
    margin-top: 5rem;
  }
}
.sidekick .ctas-wrapper .button:hover, .sidekick .ctas-wrapper .button:active, .sidekick .ctas-wrapper .button:focus {
  color: #FFF;
}
.sidekick .ctas-wrapper .button .cloud {
  background-color: #121E3F;
}
.sidekick .ctas-wrapper .button.button-primary {
  background-color: #0075FF;
  color: #FFF;
}
.sidekick .ctas-wrapper .button.button-primary:hover, .sidekick .ctas-wrapper .button.button-primary:active, .sidekick .ctas-wrapper .button.button-primary:focus {
  color: #121E3F;
}
.sidekick .ctas-wrapper .button.button-primary .cloud {
  background-color: #FFF;
}
.sidekick .sidekick-background {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 75rem;
  overflow: hidden;
}
@media (min-width: 1600px) {
  .sidekick .sidekick-background {
    min-height: 80rem;
  }
}
.sidekick .sidekick-background.bg-aqua {
  background-color: #DFF7F9;
}
.sidekick .sidekick-background.bg-paper {
  background-color: #121E3F;
}
.sidekick .sidekick-background.bg-paperlight {
  background-color: #202E52;
}
.sidekick .sidekick-background .sidekick-background-wrapper {
  position: relative;
  height: 100%;
}
.sidekick .sidekick-background .sidekick-image {
  position: absolute;
  z-index: 1;
}
.sidekick .sidekick-background .sidekick-image:nth-of-type(1) {
  width: 90%;
  right: -150px;
  bottom: -50px;
}
.sidekick .sidekick-background .sidekick-image:nth-of-type(2) {
  display: none;
  width: 22%;
  left: 15%;
  top: -5%;
}
.sidekick .sidekick-background .sidekick-image:nth-of-type(3) {
  display: none;
  width: 15%;
  left: 0;
  bottom: -50px;
}
@media (min-width: 768px) {
  .sidekick .sidekick-background .sidekick-image:nth-of-type(1) {
    width: 60%;
  }
}
@media (min-width: 992px) {
  .sidekick .sidekick-background .sidekick-image:nth-of-type(1) {
    width: 50%;
    right: -15%;
    top: 50px;
    bottom: unset;
  }
  .sidekick .sidekick-background .sidekick-image:nth-of-type(2) {
    display: block;
    width: 22%;
    left: 15%;
    bottom: 70%;
  }
  .sidekick .sidekick-background .sidekick-image:nth-of-type(3) {
    display: block;
    width: 15%;
    left: 0;
    bottom: -50px;
  }
}
.sidekick .sidekick-background + .grid-container, .sidekick #login-hero .login-background .sidekick-background + .login-background-wrapper, #login-hero .login-background .sidekick .sidekick-background + .login-background-wrapper, .sidekick #contact-hero .contact-background .sidekick-background + .contact-background-wrapper, #contact-hero .contact-background .sidekick .sidekick-background + .contact-background-wrapper, .sidekick .sidekick-background .sidekick-background + .sidekick-background-wrapper {
  position: relative;
  z-index: 2;
}
.sidekick .grid-container, .sidekick #login-hero .login-background .login-background-wrapper, #login-hero .login-background .sidekick .login-background-wrapper, .sidekick #contact-hero .contact-background .contact-background-wrapper, #contact-hero .contact-background .sidekick .contact-background-wrapper, .sidekick .sidekick-background .sidekick-background-wrapper {
  position: relative;
  z-index: 1;
}
.sidekick .content,
.sidekick .sidekick-media {
  margin-top: 3rem;
}
@media (min-width: 1200px) {
  .sidekick .content,
  .sidekick .sidekick-media {
    margin-top: 4rem;
  }
}
.sidekick img {
  margin: 0 auto;
}
.sidekick .paper-bg + .grid-container .ctas-wrapper .button-primary:hover, .sidekick #login-hero .login-background .paper-bg + .login-background-wrapper .ctas-wrapper .button-primary:hover, #login-hero .login-background .sidekick .paper-bg + .login-background-wrapper .ctas-wrapper .button-primary:hover, .sidekick #contact-hero .contact-background .paper-bg + .contact-background-wrapper .ctas-wrapper .button-primary:hover, #contact-hero .contact-background .sidekick .paper-bg + .contact-background-wrapper .ctas-wrapper .button-primary:hover, .sidekick .sidekick-background .paper-bg + .sidekick-background-wrapper .ctas-wrapper .button-primary:hover, .sidekick .paper-bg + .grid-container .ctas-wrapper .button-primary:active, .sidekick #login-hero .login-background .paper-bg + .login-background-wrapper .ctas-wrapper .button-primary:active, #login-hero .login-background .sidekick .paper-bg + .login-background-wrapper .ctas-wrapper .button-primary:active, .sidekick #contact-hero .contact-background .paper-bg + .contact-background-wrapper .ctas-wrapper .button-primary:active, #contact-hero .contact-background .sidekick .paper-bg + .contact-background-wrapper .ctas-wrapper .button-primary:active, .sidekick .sidekick-background .paper-bg + .sidekick-background-wrapper .ctas-wrapper .button-primary:active, .sidekick .paper-bg + .grid-container .ctas-wrapper .button-primary:focus, .sidekick #login-hero .login-background .paper-bg + .login-background-wrapper .ctas-wrapper .button-primary:focus, #login-hero .login-background .sidekick .paper-bg + .login-background-wrapper .ctas-wrapper .button-primary:focus, .sidekick #contact-hero .contact-background .paper-bg + .contact-background-wrapper .ctas-wrapper .button-primary:focus, #contact-hero .contact-background .sidekick .paper-bg + .contact-background-wrapper .ctas-wrapper .button-primary:focus, .sidekick .sidekick-background .paper-bg + .sidekick-background-wrapper .ctas-wrapper .button-primary:focus {
  color: #121E3F;
}
.sidekick .paper-bg + .grid-container .ctas-wrapper .button-primary .cloud, .sidekick #login-hero .login-background .paper-bg + .login-background-wrapper .ctas-wrapper .button-primary .cloud, #login-hero .login-background .sidekick .paper-bg + .login-background-wrapper .ctas-wrapper .button-primary .cloud, .sidekick #contact-hero .contact-background .paper-bg + .contact-background-wrapper .ctas-wrapper .button-primary .cloud, #contact-hero .contact-background .sidekick .paper-bg + .contact-background-wrapper .ctas-wrapper .button-primary .cloud, .sidekick .sidekick-background .paper-bg + .sidekick-background-wrapper .ctas-wrapper .button-primary .cloud {
  background-color: #FFF;
}

@keyframes progress {
  from {
    width: 0px;
  }
  to {
    width: 100%;
  }
}
#main-content:not(.header-hidden) #home-hero.static-hero {
  padding: 20rem 0 10rem;
}

#home-hero.static-hero {
  position: relative;
  text-align: center;
  min-height: 700px;
  display: flex;
  align-items: center;
}
@media (min-width: 1600px) {
  #home-hero.static-hero {
    min-height: 100vh;
  }
}
#home-hero.static-hero.is-hidden {
  display: none;
}
#home-hero.static-hero #image-wrapper,
#home-hero.static-hero #video-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
#home-hero.static-hero #image-wrapper img,
#home-hero.static-hero #image-wrapper video,
#home-hero.static-hero #video-wrapper img,
#home-hero.static-hero #video-wrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#home-hero.static-hero .grid-container, #home-hero.static-hero #login-hero .login-background .login-background-wrapper, #login-hero .login-background #home-hero.static-hero .login-background-wrapper, #home-hero.static-hero #contact-hero .contact-background .contact-background-wrapper, #contact-hero .contact-background #home-hero.static-hero .contact-background-wrapper, #home-hero.static-hero .sidekick .sidekick-background .sidekick-background-wrapper, .sidekick .sidekick-background #home-hero.static-hero .sidekick-background-wrapper {
  z-index: 1;
  position: relative;
}
@media (max-width: 1599px) and (min-width: 1200px) {
  #home-hero.static-hero .grid-container .content-wrapper, #home-hero.static-hero #login-hero .login-background .login-background-wrapper .content-wrapper, #login-hero .login-background #home-hero.static-hero .login-background-wrapper .content-wrapper, #home-hero.static-hero #contact-hero .contact-background .contact-background-wrapper .content-wrapper, #contact-hero .contact-background #home-hero.static-hero .contact-background-wrapper .content-wrapper, #home-hero.static-hero .sidekick .sidekick-background .sidekick-background-wrapper .content-wrapper, .sidekick .sidekick-background #home-hero.static-hero .sidekick-background-wrapper .content-wrapper {
    max-width: 800px;
    margin: 0 auto;
  }
}
#home-hero.static-hero .grid-container h1, #home-hero.static-hero #login-hero .login-background .login-background-wrapper h1, #login-hero .login-background #home-hero.static-hero .login-background-wrapper h1, #home-hero.static-hero #contact-hero .contact-background .contact-background-wrapper h1, #contact-hero .contact-background #home-hero.static-hero .contact-background-wrapper h1, #home-hero.static-hero .sidekick .sidekick-background .sidekick-background-wrapper h1, .sidekick .sidekick-background #home-hero.static-hero .sidekick-background-wrapper h1 {
  margin-bottom: 4rem;
}
@media (min-width: 1600px) {
  #home-hero.static-hero .grid-container h1, #home-hero.static-hero #login-hero .login-background .login-background-wrapper h1, #login-hero .login-background #home-hero.static-hero .login-background-wrapper h1, #home-hero.static-hero #contact-hero .contact-background .contact-background-wrapper h1, #contact-hero .contact-background #home-hero.static-hero .contact-background-wrapper h1, #home-hero.static-hero .sidekick .sidekick-background .sidekick-background-wrapper h1, .sidekick .sidekick-background #home-hero.static-hero .sidekick-background-wrapper h1 {
    margin-bottom: 9rem;
  }
}
#home-hero.static-hero .grid-container h2, #home-hero.static-hero #login-hero .login-background .login-background-wrapper h2, #login-hero .login-background #home-hero.static-hero .login-background-wrapper h2, #home-hero.static-hero #contact-hero .contact-background .contact-background-wrapper h2, #contact-hero .contact-background #home-hero.static-hero .contact-background-wrapper h2, #home-hero.static-hero .sidekick .sidekick-background .sidekick-background-wrapper h2, .sidekick .sidekick-background #home-hero.static-hero .sidekick-background-wrapper h2 {
  margin-bottom: 3rem;
}
@media (min-width: 1600px) {
  #home-hero.static-hero .grid-container h2, #home-hero.static-hero #login-hero .login-background .login-background-wrapper h2, #login-hero .login-background #home-hero.static-hero .login-background-wrapper h2, #home-hero.static-hero #contact-hero .contact-background .contact-background-wrapper h2, #contact-hero .contact-background #home-hero.static-hero .contact-background-wrapper h2, #home-hero.static-hero .sidekick .sidekick-background .sidekick-background-wrapper h2, .sidekick .sidekick-background #home-hero.static-hero .sidekick-background-wrapper h2 {
    margin-bottom: 4rem;
  }
}
@media (max-width: 1599px) and (min-width: 1200px) {
  #home-hero.static-hero .grid-container .ctas-grid-row, #home-hero.static-hero #login-hero .login-background .login-background-wrapper .ctas-grid-row, #login-hero .login-background #home-hero.static-hero .login-background-wrapper .ctas-grid-row, #home-hero.static-hero #contact-hero .contact-background .contact-background-wrapper .ctas-grid-row, #contact-hero .contact-background #home-hero.static-hero .contact-background-wrapper .ctas-grid-row, #home-hero.static-hero .sidekick .sidekick-background .sidekick-background-wrapper .ctas-grid-row, .sidekick .sidekick-background #home-hero.static-hero .sidekick-background-wrapper .ctas-grid-row {
    margin: 0 calc((100vw - 800px) / 2 * -1);
    width: calc(100% + 100vw - 800px);
  }
}
#home-hero.static-hero .grid-container .hero-cta-items, #home-hero.static-hero #login-hero .login-background .login-background-wrapper .hero-cta-items, #login-hero .login-background #home-hero.static-hero .login-background-wrapper .hero-cta-items, #home-hero.static-hero #contact-hero .contact-background .contact-background-wrapper .hero-cta-items, #contact-hero .contact-background #home-hero.static-hero .contact-background-wrapper .hero-cta-items, #home-hero.static-hero .sidekick .sidekick-background .sidekick-background-wrapper .hero-cta-items, .sidekick .sidekick-background #home-hero.static-hero .sidekick-background-wrapper .hero-cta-items {
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0px 0px 32px 0px #FFF inset;
  display: grid;
  gap: 1.2rem;
  grid-template-columns: 1;
  margin-top: 2rem;
  padding: 2rem;
  width: 100%;
}
@media (min-width: 992px) {
  #home-hero.static-hero .grid-container .hero-cta-items, #home-hero.static-hero #login-hero .login-background .login-background-wrapper .hero-cta-items, #login-hero .login-background #home-hero.static-hero .login-background-wrapper .hero-cta-items, #home-hero.static-hero #contact-hero .contact-background .contact-background-wrapper .hero-cta-items, #contact-hero .contact-background #home-hero.static-hero .contact-background-wrapper .hero-cta-items, #home-hero.static-hero .sidekick .sidekick-background .sidekick-background-wrapper .hero-cta-items, .sidekick .sidekick-background #home-hero.static-hero .sidekick-background-wrapper .hero-cta-items {
    gap: 3.2rem;
    grid-template-columns: repeat(3, 1fr);
    padding: 4.2rem;
  }
}
#home-hero.static-hero .grid-container .hero-cta-items .button.button-lozenge, #home-hero.static-hero #login-hero .login-background .login-background-wrapper .hero-cta-items .button.button-lozenge, #login-hero .login-background #home-hero.static-hero .login-background-wrapper .hero-cta-items .button.button-lozenge, #home-hero.static-hero #contact-hero .contact-background .contact-background-wrapper .hero-cta-items .button.button-lozenge, #contact-hero .contact-background #home-hero.static-hero .contact-background-wrapper .hero-cta-items .button.button-lozenge, #home-hero.static-hero .sidekick .sidekick-background .sidekick-background-wrapper .hero-cta-items .button.button-lozenge, .sidekick .sidekick-background #home-hero.static-hero .sidekick-background-wrapper .hero-cta-items .button.button-lozenge {
  background: #fff;
  border-radius: 12px;
  background: #FFF;
  box-shadow: 0px 0px 24px 0px rgba(105, 217, 226, 0.5);
  color: #202E52;
  font-size: 2.4rem;
  padding-left: 8rem;
  position: relative;
  text-align: left;
  width: 100%;
}
#home-hero.static-hero .grid-container .hero-cta-items .button.button-lozenge:before, #home-hero.static-hero #login-hero .login-background .login-background-wrapper .hero-cta-items .button.button-lozenge:before, #login-hero .login-background #home-hero.static-hero .login-background-wrapper .hero-cta-items .button.button-lozenge:before, #home-hero.static-hero #contact-hero .contact-background .contact-background-wrapper .hero-cta-items .button.button-lozenge:before, #contact-hero .contact-background #home-hero.static-hero .contact-background-wrapper .hero-cta-items .button.button-lozenge:before, #home-hero.static-hero .sidekick .sidekick-background .sidekick-background-wrapper .hero-cta-items .button.button-lozenge:before, .sidekick .sidekick-background #home-hero.static-hero .sidekick-background-wrapper .hero-cta-items .button.button-lozenge:before {
  background: var(--background-icon);
  background-size: contain;
  content: "";
  position: absolute;
  inset: 50% auto auto 20px;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
}
@media (min-width: 992px) {
  #home-hero.static-hero .grid-container .hero-cta-items .button.button-lozenge:before, #home-hero.static-hero #login-hero .login-background .login-background-wrapper .hero-cta-items .button.button-lozenge:before, #login-hero .login-background #home-hero.static-hero .login-background-wrapper .hero-cta-items .button.button-lozenge:before, #home-hero.static-hero #contact-hero .contact-background .contact-background-wrapper .hero-cta-items .button.button-lozenge:before, #contact-hero .contact-background #home-hero.static-hero .contact-background-wrapper .hero-cta-items .button.button-lozenge:before, #home-hero.static-hero .sidekick .sidekick-background .sidekick-background-wrapper .hero-cta-items .button.button-lozenge:before, .sidekick .sidekick-background #home-hero.static-hero .sidekick-background-wrapper .hero-cta-items .button.button-lozenge:before {
    width: 44px;
    height: 44px;
  }
}
#home-hero.static-hero .grid-container .hero-cta-items .button.button-lozenge:after, #home-hero.static-hero #login-hero .login-background .login-background-wrapper .hero-cta-items .button.button-lozenge:after, #login-hero .login-background #home-hero.static-hero .login-background-wrapper .hero-cta-items .button.button-lozenge:after, #home-hero.static-hero #contact-hero .contact-background .contact-background-wrapper .hero-cta-items .button.button-lozenge:after, #contact-hero .contact-background #home-hero.static-hero .contact-background-wrapper .hero-cta-items .button.button-lozenge:after, #home-hero.static-hero .sidekick .sidekick-background .sidekick-background-wrapper .hero-cta-items .button.button-lozenge:after, .sidekick .sidekick-background #home-hero.static-hero .sidekick-background-wrapper .hero-cta-items .button.button-lozenge:after {
  background: url(images/circle-arrow.svg) no-repeat center;
  background-size: contain;
  content: "";
  position: absolute;
  inset: 50% 20px auto auto;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
}
#home-hero.static-hero .grid-container .hero-cta-items .button.button-lozenge:hover, #home-hero.static-hero #login-hero .login-background .login-background-wrapper .hero-cta-items .button.button-lozenge:hover, #login-hero .login-background #home-hero.static-hero .login-background-wrapper .hero-cta-items .button.button-lozenge:hover, #home-hero.static-hero #contact-hero .contact-background .contact-background-wrapper .hero-cta-items .button.button-lozenge:hover, #contact-hero .contact-background #home-hero.static-hero .contact-background-wrapper .hero-cta-items .button.button-lozenge:hover, #home-hero.static-hero .sidekick .sidekick-background .sidekick-background-wrapper .hero-cta-items .button.button-lozenge:hover, .sidekick .sidekick-background #home-hero.static-hero .sidekick-background-wrapper .hero-cta-items .button.button-lozenge:hover {
  background: #202E52;
  color: #FFF;
}
#home-hero.static-hero .grid-container .hero-cta-items .button.button-lozenge:hover:after, #home-hero.static-hero #login-hero .login-background .login-background-wrapper .hero-cta-items .button.button-lozenge:hover:after, #login-hero .login-background #home-hero.static-hero .login-background-wrapper .hero-cta-items .button.button-lozenge:hover:after, #home-hero.static-hero #contact-hero .contact-background .contact-background-wrapper .hero-cta-items .button.button-lozenge:hover:after, #contact-hero .contact-background #home-hero.static-hero .contact-background-wrapper .hero-cta-items .button.button-lozenge:hover:after, #home-hero.static-hero .sidekick .sidekick-background .sidekick-background-wrapper .hero-cta-items .button.button-lozenge:hover:after, .sidekick .sidekick-background #home-hero.static-hero .sidekick-background-wrapper .hero-cta-items .button.button-lozenge:hover:after {
  background: url(images/circle-arrow-white.svg) no-repeat center;
}
#home-hero.static-hero .grid-container .hero-cta-items .button.button-lozenge .cloud-wrapper, #home-hero.static-hero #login-hero .login-background .login-background-wrapper .hero-cta-items .button.button-lozenge .cloud-wrapper, #login-hero .login-background #home-hero.static-hero .login-background-wrapper .hero-cta-items .button.button-lozenge .cloud-wrapper, #home-hero.static-hero #contact-hero .contact-background .contact-background-wrapper .hero-cta-items .button.button-lozenge .cloud-wrapper, #contact-hero .contact-background #home-hero.static-hero .contact-background-wrapper .hero-cta-items .button.button-lozenge .cloud-wrapper, #home-hero.static-hero .sidekick .sidekick-background .sidekick-background-wrapper .hero-cta-items .button.button-lozenge .cloud-wrapper, .sidekick .sidekick-background #home-hero.static-hero .sidekick-background-wrapper .hero-cta-items .button.button-lozenge .cloud-wrapper {
  display: none;
}
#home-hero.static-hero .grid-container .ctas-wrapper .cta-item-wrapper, #home-hero.static-hero #login-hero .login-background .login-background-wrapper .ctas-wrapper .cta-item-wrapper, #login-hero .login-background #home-hero.static-hero .login-background-wrapper .ctas-wrapper .cta-item-wrapper, #home-hero.static-hero #contact-hero .contact-background .contact-background-wrapper .ctas-wrapper .cta-item-wrapper, #contact-hero .contact-background #home-hero.static-hero .contact-background-wrapper .ctas-wrapper .cta-item-wrapper, #home-hero.static-hero .sidekick .sidekick-background .sidekick-background-wrapper .ctas-wrapper .cta-item-wrapper, .sidekick .sidekick-background #home-hero.static-hero .sidekick-background-wrapper .ctas-wrapper .cta-item-wrapper {
  --background-icon: "";
  position: relative;
}
#home-hero.static-hero .grid-container .ctas-wrapper .cta-item-wrapper .button, #home-hero.static-hero #login-hero .login-background .login-background-wrapper .ctas-wrapper .cta-item-wrapper .button, #login-hero .login-background #home-hero.static-hero .login-background-wrapper .ctas-wrapper .cta-item-wrapper .button, #home-hero.static-hero #contact-hero .contact-background .contact-background-wrapper .ctas-wrapper .cta-item-wrapper .button, #contact-hero .contact-background #home-hero.static-hero .contact-background-wrapper .ctas-wrapper .cta-item-wrapper .button, #home-hero.static-hero .sidekick .sidekick-background .sidekick-background-wrapper .ctas-wrapper .cta-item-wrapper .button, .sidekick .sidekick-background #home-hero.static-hero .sidekick-background-wrapper .ctas-wrapper .cta-item-wrapper .button {
  width: 215px;
}
@media (min-width: 768px) {
  #home-hero.static-hero .grid-container .ctas-wrapper .cta-item-wrapper .button, #home-hero.static-hero #login-hero .login-background .login-background-wrapper .ctas-wrapper .cta-item-wrapper .button, #login-hero .login-background #home-hero.static-hero .login-background-wrapper .ctas-wrapper .cta-item-wrapper .button, #home-hero.static-hero #contact-hero .contact-background .contact-background-wrapper .ctas-wrapper .cta-item-wrapper .button, #contact-hero .contact-background #home-hero.static-hero .contact-background-wrapper .ctas-wrapper .cta-item-wrapper .button, #home-hero.static-hero .sidekick .sidekick-background .sidekick-background-wrapper .ctas-wrapper .cta-item-wrapper .button, .sidekick .sidekick-background #home-hero.static-hero .sidekick-background-wrapper .ctas-wrapper .cta-item-wrapper .button {
    width: 230px;
  }
}
@media (min-width: 1200px) {
  #home-hero.static-hero .grid-container .ctas-wrapper .cta-item-wrapper .button, #home-hero.static-hero #login-hero .login-background .login-background-wrapper .ctas-wrapper .cta-item-wrapper .button, #login-hero .login-background #home-hero.static-hero .login-background-wrapper .ctas-wrapper .cta-item-wrapper .button, #home-hero.static-hero #contact-hero .contact-background .contact-background-wrapper .ctas-wrapper .cta-item-wrapper .button, #contact-hero .contact-background #home-hero.static-hero .contact-background-wrapper .ctas-wrapper .cta-item-wrapper .button, #home-hero.static-hero .sidekick .sidekick-background .sidekick-background-wrapper .ctas-wrapper .cta-item-wrapper .button, .sidekick .sidekick-background #home-hero.static-hero .sidekick-background-wrapper .ctas-wrapper .cta-item-wrapper .button {
    width: 250px;
  }
}
@media (min-width: 1600px) {
  #home-hero.static-hero .grid-container .ctas-wrapper .cta-item-wrapper .button, #home-hero.static-hero #login-hero .login-background .login-background-wrapper .ctas-wrapper .cta-item-wrapper .button, #login-hero .login-background #home-hero.static-hero .login-background-wrapper .ctas-wrapper .cta-item-wrapper .button, #home-hero.static-hero #contact-hero .contact-background .contact-background-wrapper .ctas-wrapper .cta-item-wrapper .button, #contact-hero .contact-background #home-hero.static-hero .contact-background-wrapper .ctas-wrapper .cta-item-wrapper .button, #home-hero.static-hero .sidekick .sidekick-background .sidekick-background-wrapper .ctas-wrapper .cta-item-wrapper .button, .sidekick .sidekick-background #home-hero.static-hero .sidekick-background-wrapper .ctas-wrapper .cta-item-wrapper .button {
    width: 270px;
  }
}
#home-hero.static-hero .grid-container .ctas-wrapper .cta-item-wrapper .lozenge-tooltip, #home-hero.static-hero #login-hero .login-background .login-background-wrapper .ctas-wrapper .cta-item-wrapper .lozenge-tooltip, #login-hero .login-background #home-hero.static-hero .login-background-wrapper .ctas-wrapper .cta-item-wrapper .lozenge-tooltip, #home-hero.static-hero #contact-hero .contact-background .contact-background-wrapper .ctas-wrapper .cta-item-wrapper .lozenge-tooltip, #contact-hero .contact-background #home-hero.static-hero .contact-background-wrapper .ctas-wrapper .cta-item-wrapper .lozenge-tooltip, #home-hero.static-hero .sidekick .sidekick-background .sidekick-background-wrapper .ctas-wrapper .cta-item-wrapper .lozenge-tooltip, .sidekick .sidekick-background #home-hero.static-hero .sidekick-background-wrapper .ctas-wrapper .cta-item-wrapper .lozenge-tooltip {
  display: none !important;
}
#home-hero.static-hero .award-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 2rem;
  margin-top: 2rem;
}
@media (min-width: 768px) {
  #home-hero.static-hero .award-wrapper {
    margin-top: 5rem;
  }
}
#home-hero.static-hero .award-wrapper h3 {
  font-size: 2.2rem;
  line-height: 1.25;
  margin: 0;
}
@media (min-width: 1600px) {
  #home-hero.static-hero .award-wrapper h3 {
    font-size: 2.4rem;
  }
}
@media (max-width: 767px) {
  #home-hero.static-hero .award-wrapper h3 {
    width: 100%;
  }
}
#home-hero.static-hero .award-wrapper img {
  margin: 0 auto;
}

#home-hero.carousel-hero {
  position: relative;
}
#home-hero.carousel-hero.is-hidden {
  display: none;
}
#home-hero.carousel-hero #carousel-control {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 24px;
  height: 24px;
  border: none;
  background: url("icons/play.svg");
  cursor: pointer;
}
#home-hero.carousel-hero #carousel-control.playing {
  background: url("icons/pause.svg");
}
#home-hero.carousel-hero.splide .splide__track .splide__list .splide__slide {
  min-height: 700px;
  color: #FFF;
  display: flex;
  align-items: center;
  position: relative;
  background-size: cover;
}
@media (min-width: 1600px) {
  #home-hero.carousel-hero.splide .splide__track .splide__list .splide__slide {
    min-height: 95vh;
  }
}
#home-hero.carousel-hero.splide .splide__track .splide__list .splide__slide .overlay {
  background-color: #121E3F;
  inset: 0;
  position: absolute;
  opacity: 0.3;
}
#home-hero.carousel-hero.splide .splide__track .splide__list .splide__slide .grid-container, #home-hero.carousel-hero.splide .splide__track .splide__list .splide__slide #login-hero .login-background .login-background-wrapper, #login-hero .login-background #home-hero.carousel-hero.splide .splide__track .splide__list .splide__slide .login-background-wrapper, #home-hero.carousel-hero.splide .splide__track .splide__list .splide__slide #contact-hero .contact-background .contact-background-wrapper, #contact-hero .contact-background #home-hero.carousel-hero.splide .splide__track .splide__list .splide__slide .contact-background-wrapper, #home-hero.carousel-hero.splide .splide__track .splide__list .splide__slide .sidekick .sidekick-background .sidekick-background-wrapper, .sidekick .sidekick-background #home-hero.carousel-hero.splide .splide__track .splide__list .splide__slide .sidekick-background-wrapper {
  position: relative;
}
@media (min-width: 577px) {
  #home-hero.carousel-hero.splide .splide__track .splide__list .splide__slide .grid-container, #home-hero.carousel-hero.splide .splide__track .splide__list .splide__slide #login-hero .login-background .login-background-wrapper, #login-hero .login-background #home-hero.carousel-hero.splide .splide__track .splide__list .splide__slide .login-background-wrapper, #home-hero.carousel-hero.splide .splide__track .splide__list .splide__slide #contact-hero .contact-background .contact-background-wrapper, #contact-hero .contact-background #home-hero.carousel-hero.splide .splide__track .splide__list .splide__slide .contact-background-wrapper, #home-hero.carousel-hero.splide .splide__track .splide__list .splide__slide .sidekick .sidekick-background .sidekick-background-wrapper, .sidekick .sidekick-background #home-hero.carousel-hero.splide .splide__track .splide__list .splide__slide .sidekick-background-wrapper {
    width: 95%;
  }
}
@media (min-width: 1600px) {
  #home-hero.carousel-hero.splide .splide__track .splide__list .splide__slide .grid-container, #home-hero.carousel-hero.splide .splide__track .splide__list .splide__slide #login-hero .login-background .login-background-wrapper, #login-hero .login-background #home-hero.carousel-hero.splide .splide__track .splide__list .splide__slide .login-background-wrapper, #home-hero.carousel-hero.splide .splide__track .splide__list .splide__slide #contact-hero .contact-background .contact-background-wrapper, #contact-hero .contact-background #home-hero.carousel-hero.splide .splide__track .splide__list .splide__slide .contact-background-wrapper, #home-hero.carousel-hero.splide .splide__track .splide__list .splide__slide .sidekick .sidekick-background .sidekick-background-wrapper, .sidekick .sidekick-background #home-hero.carousel-hero.splide .splide__track .splide__list .splide__slide .sidekick-background-wrapper {
    width: 1440px;
  }
}
#home-hero.carousel-hero.splide .splide__track .splide__list .splide__slide h1, #home-hero.carousel-hero.splide .splide__track .splide__list .splide__slide h2 {
  font-size: 4.5rem;
  line-height: 1.1;
}
@media (min-width: 768px) {
  #home-hero.carousel-hero.splide .splide__track .splide__list .splide__slide h1, #home-hero.carousel-hero.splide .splide__track .splide__list .splide__slide h2 {
    font-size: 5.1rem;
    line-height: 1.25;
  }
}
@media (min-width: 1200px) {
  #home-hero.carousel-hero.splide .splide__track .splide__list .splide__slide h1, #home-hero.carousel-hero.splide .splide__track .splide__list .splide__slide h2 {
    font-size: 7.1rem;
  }
}
@media (min-width: 1600px) {
  #home-hero.carousel-hero.splide .splide__track .splide__list .splide__slide h1, #home-hero.carousel-hero.splide .splide__track .splide__list .splide__slide h2 {
    font-size: 7.8rem;
  }
}
@media (min-width: 768px) {
  #home-hero.carousel-hero.splide .splide__track .splide__list .splide__slide h1, #home-hero.carousel-hero.splide .splide__track .splide__list .splide__slide h2, #home-hero.carousel-hero.splide .splide__track .splide__list .splide__slide .content {
    max-width: 70%;
  }
}
@media (min-width: 1440px) {
  #home-hero.carousel-hero.splide .splide__track .splide__list .splide__slide h1, #home-hero.carousel-hero.splide .splide__track .splide__list .splide__slide h2, #home-hero.carousel-hero.splide .splide__track .splide__list .splide__slide .content {
    max-width: 768px;
  }
}
#home-hero.carousel-hero.splide .splide__pagination .splide__pagination__page {
  width: 30px;
  height: 6px;
  border-radius: 6px;
  background-color: #FFF;
  opacity: 0.3;
  position: relative;
}
@media (min-width: 768px) {
  #home-hero.carousel-hero.splide .splide__pagination .splide__pagination__page {
    width: 60px;
  }
}
#home-hero.carousel-hero.splide .splide__pagination .splide__pagination__page span {
  position: absolute;
  background-color: #FF6666;
  height: 6px;
  width: 0;
  border-radius: 6px;
  top: 0;
  left: 0;
  visibility: hidden;
}
#home-hero.carousel-hero.splide .splide__pagination .splide__pagination__page.animate {
  transform: scale(1);
  opacity: 1;
}
#home-hero.carousel-hero.splide .splide__pagination .splide__pagination__page.animate span {
  animation: progress 6s;
  animation-play-state: running;
  animation-fill-mode: forwards;
  visibility: visible;
}

.hero-banner {
  background: #9E2EEF;
  color: #fff;
  padding: 3.2rem;
}
.hero-banner .hero-banner__content {
  align-items: center;
  display: flex;
  gap: 3.2rem;
  justify-content: center;
  flex-direction: column;
}
@media (min-width: 992px) {
  .hero-banner .hero-banner__content {
    flex-direction: row;
  }
}
.hero-banner .hero-banner__content h2 {
  margin-bottom: 0;
}
.hero-banner .hero-banner__content .hero-banner__button {
  background: #fff url(images/generate-teal.svg) no-repeat 1rem center;
  background-size: 3.2rem;
  border-radius: 4rem;
  font-weight: 600;
  height: fit-content;
  padding: 1.2rem 2.4rem 1.2rem 4.8rem;
  text-decoration: none;
}
.hero-banner .hero-banner__content .hero-banner__button:hover {
  background: #202E52 url(images/generate-teal.svg) no-repeat 1rem center;
  background-size: 3.2rem;
  color: #fff;
}

#archive-hero + section {
  padding-top: calc(15rem * 0.6666666667);
}
@media (min-width: 768px) {
  #archive-hero + section {
    padding-top: calc(15rem - 4rem);
  }
}

#archive-featured .filter-wrapper .icons-wrapper > svg:first-child rect {
  stroke: #BCD7ED;
}

#archive-filters {
  position: relative;
  z-index: 1;
  padding-top: 6rem !important;
}
.no-js #archive-filters {
  display: none;
}
#archive-filters .filters-form {
  display: none;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 992px) {
  #archive-filters .filters-form {
    display: flex;
  }
}
#archive-filters .filters-form .filters-wrapper {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 992px) {
  #archive-filters .filters-form .filters-wrapper {
    gap: 1rem;
  }
}
#archive-filters .filters-form .filters-wrapper .filter-wrapper .filter-list .filter label svg {
  background: #FFF;
}
#archive-filters .filters-form .filters-wrapper .filter-wrapper .filter-list .filter label svg rect {
  stroke: #BCD7ED;
}
#archive-filters .filters-form .filters-wrapper .filter-wrapper .filter-list .filter label svg path {
  fill: #FFF;
}
#archive-filters .filters-form .filters-wrapper .filter-wrapper .filter-list .filter label input:checked + svg rect {
  fill: #121E3F;
  stroke: #121E3F;
}
#archive-filters .filters-form .filters-wrapper .filter-wrapper .filter-list .filter label input:checked + svg path {
  fill: #FFF;
}
#archive-filters .filters-form .buttons-wrapper {
  display: flex;
  align-items: center;
  margin-left: 1.5rem;
}
#archive-filters .filters-form .buttons-wrapper > a {
  margin-left: 1.5rem;
}
#archive-filters #mobile-trigger-filters {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 992px) {
  #archive-filters #mobile-trigger-filters {
    display: none;
  }
}
#archive-filters #mobile-trigger-filters svg {
  margin-right: 0.75rem;
}

#archive-mobile-filters {
  position: fixed;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #202E52;
  color: #FFF;
  max-height: 75vh;
  overflow-y: auto;
  display: none;
}
@media (min-width: 1200px) {
  #archive-mobile-filters {
    display: none !important;
  }
}
#archive-mobile-filters .header-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 2rem 0;
}
#archive-mobile-filters .header-wrapper svg path {
  fill: #FFF;
}
#archive-mobile-filters .header-wrapper h2 {
  position: absolute;
  margin: 0;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 2.2rem;
  line-height: 1.25;
  margin-left: -1rem;
}
@media (min-width: 1600px) {
  #archive-mobile-filters .header-wrapper h2 {
    font-size: 2.4rem;
  }
}
#archive-mobile-filters .header-wrapper .button-secondary {
  border-color: #FFF;
  color: #FFF;
}
#archive-mobile-filters .mobile-filters-form .all-filter-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
  margin-top: 3rem;
  border-bottom: 1px solid #88A7D2;
}
#archive-mobile-filters .mobile-filters-form .all-filter-wrapper span {
  font-weight: 600;
  color: #FFF;
}
#archive-mobile-filters .mobile-filters-form .all-filter-wrapper svg {
  transform: rotate(180deg);
}
#archive-mobile-filters .mobile-filters-form .all-filter-wrapper svg path {
  fill: #FFF;
}
#archive-mobile-filters .mobile-filters-form .filter-wrapper .filter-list .filter label svg {
  background: #202E52;
}
#archive-mobile-filters .mobile-filters-form .filter-wrapper .filter-list .filter label svg path {
  fill: #202E52;
}
#archive-mobile-filters .mobile-filters-form .filter-wrapper .filter-list .filter label input:checked + svg {
  background: #FFF;
  border-radius: 4px;
}
#archive-mobile-filters .mobile-filters-form .filter-wrapper .filter-list .filter label input:checked + svg path {
  fill: #121E3F;
}
#archive-mobile-filters .mobile-filters-form .buttons-wrapper {
  margin: 3rem 0 4rem;
}
#archive-mobile-filters .mobile-filters-form .buttons-wrapper .button {
  display: block;
  width: 100%;
}

#archive-filter-links {
  position: relative;
  z-index: 1;
  padding-top: 6rem !important;
}
.js #archive-filter-links {
  display: none;
}
#archive-filter-links ul {
  list-style: none;
}
@media (min-width: 768px) {
  #archive-filter-links ul {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
  }
}
#archive-filter-links ul li a {
  text-decoration: none;
}
#archive-filter-links ul li a:hover, #archive-filter-links ul li a:focus, #archive-filter-links ul li a:active {
  text-decoration: underline;
}

#archive-posts {
  padding: calc(15rem * 0.6666666667) 0;
  padding-top: 6rem !important;
}
@media (min-width: 768px) {
  #archive-posts {
    padding: calc(15rem - 4rem) 0;
  }
}
#archive-posts #load-more-events,
#archive-posts #load-more-trigger {
  margin-top: 6rem;
}
#archive-posts #load-more-events .cloud,
#archive-posts #load-more-trigger .cloud {
  background: #202E52;
}
#archive-posts #load-more-events:hover, #archive-posts #load-more-events:focus, #archive-posts #load-more-events:active,
#archive-posts #load-more-trigger:hover,
#archive-posts #load-more-trigger:focus,
#archive-posts #load-more-trigger:active {
  color: #FFF;
}
.no-js #archive-posts #load-more-events,
.no-js #archive-posts #load-more-trigger {
  display: none;
}
#archive-posts #load-more-events[disabled],
#archive-posts #load-more-trigger[disabled] {
  pointer-events: none;
  display: none;
}
#archive-posts .page-numbers {
  margin-top: 6rem;
  display: flex;
  list-style: none;
  gap: 0.5rem;
}
#archive-posts .page-numbers li > * {
  padding: 0.5rem;
}
#archive-posts .page-numbers .current {
  background-color: #B4EDF1;
}
.js #archive-posts .page-numbers {
  display: none;
}

.events-archive-alternative {
  display: flex;
  justify-content: space-between;
}
.events-archive-alternative .filter-actions {
  display: flex !important;
  padding: 1.2rem 0;
}
.events-archive-alternative .filter-actions button {
  background: none;
  border: none;
  font-size: 1.4rem;
  font-weight: 700;
  padding-right: 2.4rem;
  padding-left: 0;
}
.events-archive-alternative .filter-actions button:hover {
  color: #69D9E2;
  opacity: 1;
}
.events-archive-alternative .filter-actions button + button {
  opacity: 0.5;
}
.events-archive-alternative #posts-wrapper {
  margin-top: 20px;
}
.events-archive-alternative #archive-posts {
  width: 100%;
}
@media (min-width: 992px) {
  .events-archive-alternative #archive-posts {
    width: 75%;
  }
}
.events-archive-alternative #archive-mobile-filters .filter-wrapper, .events-archive-alternative #archive-filters .filter-wrapper {
  order: 1;
}
.events-archive-alternative #archive-mobile-filters .filter-wrapper.timeframe, .events-archive-alternative #archive-filters .filter-wrapper.timeframe {
  order: 0;
}
.events-archive-alternative #archive-mobile-filters .filter-wrapper.timeframe .filter-heading, .events-archive-alternative #archive-filters .filter-wrapper.timeframe .filter-heading {
  display: none;
}
.events-archive-alternative #archive-filters {
  display: none;
  position: relative;
  z-index: 1;
  padding-top: 6rem !important;
}
@media (min-width: 992px) {
  .events-archive-alternative #archive-filters {
    display: block;
    width: 25%;
  }
}
.events-archive-alternative #archive-filters .filters-form, .events-archive-alternative #archive-filters .filters-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.events-archive-alternative #archive-filters .filters-form {
  display: none;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .events-archive-alternative #archive-filters .filters-form {
    display: flex;
  }
}
.events-archive-alternative #archive-filters .filters-form .filters-wrapper {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.events-archive-alternative #archive-filters .filters-form .filters-wrapper .filter-wrapper.timeframe .filter-list .filter label {
  padding: 1.2rem;
}
@media (min-width: 1440px) {
  .events-archive-alternative #archive-filters .filters-form .filters-wrapper .filter-wrapper.timeframe .filter-list .filter label {
    background-image: url("images/icon-upcoming-vod.svg");
    background-repeat: no-repeat;
    background-position: 40px center;
    background-size: auto 38px;
  }
  .events-archive-alternative #archive-filters .filters-form .filters-wrapper .filter-wrapper.timeframe .filter-list .filter label[for=timeframe-75], .events-archive-alternative #archive-filters .filters-form .filters-wrapper .filter-wrapper.timeframe .filter-list .filter label[for=timeframe-88] {
    background-image: url("images/icon-upcoming-event.svg");
  }
  .events-archive-alternative #archive-filters .filters-form .filters-wrapper .filter-wrapper.timeframe .filter-list .filter label span {
    padding-left: 4rem;
  }
}
.events-archive-alternative #archive-filters .filters-form .filters-wrapper .filter-wrapper.timeframe .filter-list .filter label:has(input:checked) {
  background-color: #DFF7F9;
  border: 1px solid #B4EDF1;
}
.events-archive-alternative #archive-filters .filters-form .filters-wrapper .filter-wrapper.timeframe .filter-list .filter label input:checked + svg rect {
  fill: transparent;
  stroke: #69D9E2;
}
.events-archive-alternative #archive-filters .filters-form .filters-wrapper .filter-wrapper.timeframe .filter-list .filter label input:checked + svg circle {
  fill: #69D9E2;
}
.events-archive-alternative #archive-filters .filters-form .filters-wrapper .filter-wrapper:not(.timeframe) .filter-list .filter label svg {
  background: #FFF;
}
.events-archive-alternative #archive-filters .filters-form .filters-wrapper .filter-wrapper:not(.timeframe) .filter-list .filter label svg rect {
  stroke: #BCD7ED;
}
.events-archive-alternative #archive-filters .filters-form .filters-wrapper .filter-wrapper:not(.timeframe) .filter-list .filter label svg path {
  fill: #FFF;
}
.events-archive-alternative #archive-filters .filters-form .filters-wrapper .filter-wrapper:not(.timeframe) .filter-list .filter label input:checked + svg rect {
  fill: #121E3F;
  stroke: #121E3F;
}
.events-archive-alternative #archive-filters .filters-form .filters-wrapper .filter-wrapper:not(.timeframe) .filter-list .filter label input:checked + svg path {
  fill: #FFF;
}
.events-archive-alternative #archive-filters .filters-form .buttons-wrapper {
  display: flex;
  align-items: center;
  margin-left: 1.5rem;
}
.events-archive-alternative #archive-filters .filters-form .buttons-wrapper > a {
  margin-left: 1.5rem;
}
.events-archive-alternative #archive-filters .filter-heading {
  border: 0;
  border-radius: 0;
  color: #121E3F;
  font-size: 2rem;
}
.events-archive-alternative #archive-filters .filter-wrapper {
  border-bottom: 1px solid #88A7D2;
  width: 100%;
}
.events-archive-alternative #archive-filters .filter-wrapper .icons-wrapper > svg:first-child rect {
  stroke: #BCD7ED;
}
.events-archive-alternative #archive-filters .filter-wrapper label {
  flex-direction: row-reverse;
  border-radius: 8px;
  border: 1px solid transparent;
}
.events-archive-alternative #archive-filters .filter-wrapper label .input-wrapper {
  margin-left: 0;
  margin-right: 1.5rem;
}
.events-archive-alternative #archive-filters .filter-wrapper .filter-list {
  border: 0;
  border-radius: 0;
  color: #121E3F;
  font-size: 1.4rem;
  margin-top: 0;
  padding-top: 0;
  padding: 0;
  position: static;
}
.events-archive-alternative #archive-filters .buttons-wrapper {
  display: none;
}
.events-archive-alternative #archive-mobile-filters .filters-wrapper {
  display: flex;
  flex-direction: column;
}
.events-archive-alternative #archive-mobile-filters .buttons-wrapper {
  display: block !important;
}
.events-archive-alternative .featured-post .meta-wrapper ul {
  flex-wrap: wrap;
  gap: 2rem;
}
.events-archive-alternative .featured-post .meta-wrapper ul svg {
  flex: 0 0 32px;
}
.events-archive-alternative .mobile-trigger-filters {
  display: block;
  margin: 20px auto;
}
@media (min-width: 992px) {
  .events-archive-alternative .mobile-trigger-filters {
    display: none;
  }
}
.events-archive-alternative .buttons-wrapper {
  display: none !important;
}

#contact-hero {
  background: #DFF7F9;
  padding: calc(15rem * 0.6666666667) 0;
  padding-top: 15rem !important;
  overflow: hidden !important;
  position: relative;
}
@media (min-width: 768px) {
  #contact-hero {
    padding: calc(15rem - 4rem) 0;
  }
}
@media (min-width: 1440px) {
  #contact-hero {
    padding-top: 20rem !important;
  }
}
#contact-hero.success {
  text-align: center;
}
@media (max-width: 1199px) and (min-width: 992px) {
  #contact-hero .contact-hero-left {
    width: calc(40% - 3rem);
    margin-right: 10%;
  }
}
@media (max-width: 1599px) and (min-width: 1200px) {
  #contact-hero .contact-hero-left {
    width: calc(35% - 3rem);
    margin-right: 15%;
  }
}
#contact-hero .form-wrapper {
  background: #fff;
  border-radius: 6px;
  padding: 2rem;
}
#contact-hero .contact-background {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#contact-hero .contact-background .contact-background-wrapper {
  position: relative;
  height: 100%;
}
#contact-hero .contact-background .contact-image {
  position: absolute;
  z-index: 1;
}
#contact-hero .contact-background .contact-image:nth-of-type(1) {
  width: 90%;
  right: -150px;
  bottom: -50px;
}
#contact-hero .contact-background .contact-image:nth-of-type(2) {
  display: none;
  width: 22%;
  left: 15%;
  top: -5%;
}
#contact-hero .contact-background .contact-image:nth-of-type(3) {
  display: none;
  width: 15%;
  left: 0;
  bottom: -50px;
}
@media (min-width: 768px) {
  #contact-hero .contact-background .contact-image:nth-of-type(1) {
    width: 60%;
  }
}
@media (min-width: 992px) {
  #contact-hero .contact-background .contact-image:nth-of-type(1) {
    width: 50%;
    right: -15%;
    top: 50px;
    bottom: unset;
  }
  #contact-hero .contact-background .contact-image:nth-of-type(2) {
    display: block;
    width: 22%;
    left: 15%;
    bottom: 70%;
  }
  #contact-hero .contact-background .contact-image:nth-of-type(3) {
    display: block;
    width: 15%;
    left: 0;
    bottom: -50px;
  }
}
#contact-hero .contact-background + .grid-container, #contact-hero #login-hero .login-background .contact-background + .login-background-wrapper, #login-hero .login-background #contact-hero .contact-background + .login-background-wrapper, #contact-hero .sidekick .sidekick-background .contact-background + .sidekick-background-wrapper, .sidekick .sidekick-background #contact-hero .contact-background + .sidekick-background-wrapper, #contact-hero .contact-background .contact-background + .contact-background-wrapper {
  position: relative;
  z-index: 2;
}
#contact-hero .grid-container, #contact-hero #login-hero .login-background .login-background-wrapper, #login-hero .login-background #contact-hero .login-background-wrapper, #contact-hero .sidekick .sidekick-background .sidekick-background-wrapper, .sidekick .sidekick-background #contact-hero .sidekick-background-wrapper, #contact-hero .contact-background .contact-background-wrapper {
  position: relative;
  z-index: 1;
}
#contact-hero.alternative h1 {
  font-size: 4rem;
  line-height: 1.25;
}
@media (min-width: 768px) {
  #contact-hero.alternative h1 {
    font-size: 4.3rem;
    line-height: 1.25;
  }
}
@media (min-width: 1200px) {
  #contact-hero.alternative h1 {
    font-size: 5.8rem;
  }
}
@media (min-width: 1600px) {
  #contact-hero.alternative h1 {
    font-size: 6.2rem;
  }
}
#contact-hero.alternative .benefits {
  margin-top: 2rem;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
#contact-hero.alternative .benefits li {
  display: flex;
  gap: 1rem;
  align-items: center;
}
#contact-hero.alternative .benefits li svg {
  width: 30px;
}
#contact-hero.alternative .accs {
  margin-top: 4rem;
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.5rem;
  justify-content: flex-start;
}
#contact-hero.alternative .accs li {
  height: 40px;
}
#contact-hero.alternative .accs li img {
  height: 100%;
  max-height: 100%;
  max-width: unset;
  width: auto;
}

#story-hero {
  position: relative;
  text-align: center;
  min-height: 65rem;
  display: flex;
  align-items: flex-end;
}
#story-hero + section:not(.bg-white) {
  margin-top: 10rem;
}
@media (min-width: 1200px) {
  #story-hero {
    min-height: 75rem;
  }
}
@media (min-width: 1440px) {
  #story-hero {
    min-height: 80rem;
  }
}
@media (min-width: 1600px) {
  #story-hero {
    min-height: 100rem;
  }
}
#story-hero .hero-background {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 55rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 1200px) {
  #story-hero .hero-background {
    min-height: 60rem;
  }
}
@media (min-width: 1440px) {
  #story-hero .hero-background {
    min-height: 65rem;
  }
}
@media (min-width: 1600px) {
  #story-hero .hero-background {
    min-height: 77rem;
  }
}
#story-hero .grid-container, #story-hero #login-hero .login-background .login-background-wrapper, #login-hero .login-background #story-hero .login-background-wrapper, #story-hero .sidekick .sidekick-background .sidekick-background-wrapper, .sidekick .sidekick-background #story-hero .sidekick-background-wrapper, #story-hero #contact-hero .contact-background .contact-background-wrapper, #contact-hero .contact-background #story-hero .contact-background-wrapper {
  position: relative;
  z-index: 1;
}
#story-hero .content-wrapper {
  padding: 4rem 3rem;
  background-color: #202E52;
  box-shadow: 0px 0px 14px rgba(18, 30, 63, 0.2);
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 6px;
}
@media (min-width: 768px) {
  #story-hero .content-wrapper {
    padding: 4rem 6rem;
  }
}
@media (min-width: 1200px) {
  #story-hero .content-wrapper {
    padding: calc(6rem / 2) calc(12rem / 2);
  }
}
@media (min-width: 1200px) and (min-width: 768px) {
  #story-hero .content-wrapper {
    padding: 6rem 12rem;
  }
}
@media (max-width: 1439px) and (min-width: 992px) {
  #story-hero .content-wrapper {
    max-width: 70rem;
    margin-left: auto;
    margin-right: auto;
  }
}
#story-hero .content-wrapper .logo-wrapper {
  margin-bottom: 3rem;
}
@media (min-width: 500px) {
  #story-hero .content-wrapper .logo-wrapper {
    margin-bottom: 4rem;
  }
}
#story-hero .content-wrapper h1 {
  color: #FFF;
  font-size: 4rem;
  line-height: 1.25;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  #story-hero .content-wrapper h1 {
    font-size: 4.3rem;
    line-height: 1.25;
  }
}
@media (min-width: 1200px) {
  #story-hero .content-wrapper h1 {
    font-size: 5.8rem;
  }
}
@media (min-width: 1600px) {
  #story-hero .content-wrapper h1 {
    font-size: 6.2rem;
  }
}
@media (max-width: 599px) {
  #story-hero .content-wrapper h1 {
    font-size: 3.6rem;
    line-height: 1.25;
  }
}
@media (max-width: 599px) and (min-width: 768px) {
  #story-hero .content-wrapper h1 {
    font-size: 3.7rem;
    line-height: 1.25;
  }
}
@media (max-width: 599px) and (min-width: 1200px) {
  #story-hero .content-wrapper h1 {
    font-size: 4.7rem;
  }
}
@media (max-width: 599px) and (min-width: 1600px) {
  #story-hero .content-wrapper h1 {
    font-size: 5rem;
  }
}
#story-hero .content-wrapper .service-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 3rem;
}
@media (min-width: 500px) {
  #story-hero .content-wrapper .service-wrapper {
    margin-top: 4rem;
  }
}
#story-hero .content-wrapper .service-wrapper span {
  color: #FFF;
  margin-left: 2rem;
  text-transform: uppercase;
  font-size: 0.9rem;
  line-height: 1.5;
  font-weight: 600;
  display: block;
  margin-bottom: 1.5rem;
  letter-spacing: 1.5px;
  margin-bottom: 0;
}
@media (min-width: 1600px) {
  #story-hero .content-wrapper .service-wrapper span {
    font-size: 1.2rem;
  }
}
#story-hero .content-wrapper #post-share ul {
  display: flex;
  list-style: none;
  margin: 4rem 0 0 0;
}
#story-hero .content-wrapper #post-share ul li {
  margin: 0 1rem 1rem 0;
}
#story-hero .content-wrapper #post-share ul li a {
  display: inline-block;
}
#story-hero .content-wrapper #post-share ul li a svg path,
#story-hero .content-wrapper #post-share ul li a svg rect {
  transition: all 0.3s ease;
}
#story-hero .content-wrapper #post-share ul li a:hover svg path, #story-hero .content-wrapper #post-share ul li a:active svg path, #story-hero .content-wrapper #post-share ul li a:focus svg path {
  fill: #FFF;
  transition: all 0.3s ease;
}
#story-hero .content-wrapper #post-share ul li:nth-child(3) a svg path {
  fill: #121E3F;
}
#story-hero .content-wrapper #post-share ul li:nth-child(3) a:hover svg path, #story-hero .content-wrapper #post-share ul li:nth-child(3) a:active svg path, #story-hero .content-wrapper #post-share ul li:nth-child(3) a:focus svg path {
  fill: #121E3F;
  transition: all 0.3s ease;
}
#story-hero .content-wrapper #post-share ul li:nth-child(3) a:hover svg rect, #story-hero .content-wrapper #post-share ul li:nth-child(3) a:active svg rect, #story-hero .content-wrapper #post-share ul li:nth-child(3) a:focus svg rect {
  fill: #FFF;
  transition: all 0.3s ease;
}

#event-hero {
  background: #202E52;
  padding: calc(15rem * 0.6666666667) 0;
  padding-top: 15rem !important;
  color: #FFF;
}
@media (min-width: 768px) {
  #event-hero {
    padding: calc(15rem - 4rem) 0;
  }
}
@media (min-width: 1440px) {
  #event-hero {
    padding-top: 20rem !important;
  }
}
@media (min-width: 768px) {
  #event-hero .grid-row-inner-4 {
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  #event-hero .event-info-col {
    order: 2;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  #event-hero .event-info-col {
    width: calc(45% - 3rem);
    margin-right: 5%;
  }
}
@media (min-width: 1200px) {
  #event-hero .event-info-col {
    width: calc(45% - 3rem);
    margin-right: 5%;
  }
}
#event-hero .event-info-col #post-share {
  margin-top: 1rem;
}
#event-hero .event-info-col #post-share ul {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#event-hero .event-info-col #post-share ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1rem;
}
#event-hero .event-info-col #post-share ul li .icon {
  background: #FFF;
  height: 32px;
  display: block;
  border-radius: 100%;
}
#event-hero .event-img-col {
  margin-bottom: 6rem;
  position: relative;
}
#event-hero h1 {
  font-size: 3.6rem;
  line-height: 1.25;
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  #event-hero h1 {
    font-size: 3.7rem;
    line-height: 1.25;
  }
}
@media (min-width: 1200px) {
  #event-hero h1 {
    font-size: 4.7rem;
  }
}
@media (min-width: 1600px) {
  #event-hero h1 {
    font-size: 5rem;
  }
}
#event-hero .image-wrapper {
  position: relative;
  z-index: 1;
}
#event-hero .image-wrapper:before {
  content: "";
  position: absolute;
  border-radius: 50%;
  height: 11rem;
  width: 11rem;
  bottom: -2rem;
  left: 0;
  z-index: -1;
  background: #FFC866;
}
@media (min-width: 600px) {
  #event-hero .image-wrapper:before {
    height: 13rem;
    width: 13rem;
  }
}
@media (min-width: 768px) {
  #event-hero .image-wrapper:before {
    height: 15rem;
    width: 15rem;
    bottom: -4rem;
  }
}
@media (min-width: 992px) {
  #event-hero .image-wrapper:before {
    bottom: -5rem;
    left: 0;
  }
}
@media (min-width: 1200px) {
  #event-hero .image-wrapper:before {
    bottom: -4rem;
    left: -4rem;
  }
}
#event-hero .image-wrapper img {
  border-radius: 0 0 0 80px;
}
@media (min-width: 500px) {
  #event-hero .image-wrapper img {
    border-radius: 0 0 0 140px;
  }
}
@media (min-width: 768px) {
  #event-hero .image-wrapper img {
    border-radius: 0 0 0 80px;
  }
}
@media (max-width: 1199px) {
  #event-hero .image-wrapper img {
    width: 90%;
    margin-left: 10%;
  }
}
@media (min-width: 1200px) {
  #event-hero .image-wrapper img {
    border-radius: 0 0 0 180px;
  }
}
#event-hero .meta-wrapper {
  display: flex;
  gap: 3rem;
}
#event-hero .meta-wrapper > div {
  flex: 1;
}
#event-hero .meta-wrapper > div ul {
  list-style: none;
  margin-bottom: 3rem;
}
#event-hero .meta-wrapper > div ul li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 1rem;
}
#event-hero .meta-wrapper > div ul li span {
  font-family: "Outfit", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
}
#event-hero .meta-wrapper > div ul li svg {
  width: 3.2rem;
  height: 3.2rem;
  margin-right: 1rem;
}
#event-hero .button {
  margin-top: 1rem;
}

#event-hero-cta {
  margin-bottom: 3rem;
  margin-left: 0.5rem;
}

#login-hero {
  background: #202E52;
  padding: 15rem 0 5rem;
  overflow: hidden !important;
  position: relative;
}
@media (min-width: 1440px) {
  #login-hero {
    padding: 16rem 0 7rem;
  }
}
#login-hero h1 {
  text-align: center;
  color: #FFF;
  margin: 0;
}
#login-hero .login-background {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#login-hero .login-background .login-background-wrapper {
  position: relative;
  height: 100%;
}
#login-hero .login-background .login-image {
  position: absolute;
  z-index: 1;
}
#login-hero .login-background .login-image:nth-of-type(1) {
  width: 90%;
  right: -150px;
  bottom: -50px;
}
#login-hero .login-background .login-image:nth-of-type(2) {
  display: none;
  width: 22%;
  left: 15%;
  top: -5%;
}
#login-hero .login-background .login-image:nth-of-type(3) {
  display: none;
  width: 15%;
  left: 0;
  bottom: -50px;
}
@media (min-width: 768px) {
  #login-hero .login-background .login-image:nth-of-type(1) {
    width: 60%;
  }
}
@media (min-width: 992px) {
  #login-hero .login-background .login-image:nth-of-type(1) {
    width: 50%;
    right: -15%;
    top: 50px;
    bottom: unset;
  }
  #login-hero .login-background .login-image:nth-of-type(2) {
    display: block;
    width: 22%;
    left: 15%;
    bottom: 70%;
  }
  #login-hero .login-background .login-image:nth-of-type(3) {
    display: block;
    width: 15%;
    left: 0;
    bottom: -50px;
  }
}
#login-hero .login-background + .grid-container, #login-hero .sidekick .sidekick-background .login-background + .sidekick-background-wrapper, .sidekick .sidekick-background #login-hero .login-background + .sidekick-background-wrapper, #login-hero #contact-hero .contact-background .login-background + .contact-background-wrapper, #contact-hero .contact-background #login-hero .login-background + .contact-background-wrapper, #login-hero .login-background .login-background + .login-background-wrapper {
  position: relative;
  z-index: 2;
}
#login-hero .grid-container, #login-hero .sidekick .sidekick-background .sidekick-background-wrapper, .sidekick .sidekick-background #login-hero .sidekick-background-wrapper, #login-hero #contact-hero .contact-background .contact-background-wrapper, #contact-hero .contact-background #login-hero .contact-background-wrapper, #login-hero .login-background .login-background-wrapper {
  position: relative;
  z-index: 1;
}

#restricted-hero .restricted-gate-content {
  text-align: left;
}
#restricted-hero .gated-access {
  text-align: left;
}

/*# sourceMappingURL=critical.css.map */
