@charset "UTF-8";
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
/*-----------------------------------------------------------------------------------*/
/*      0.0 Reset
/*-----------------------------------------------------------------------------------*/
* {
  box-sizing: border-box;
}

/*
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/*
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/*
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/*
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/*
 * Remove default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/*
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/*
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/*
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/*
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/*
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/*
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/*
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/*
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/*
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/*
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/*
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/*
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/*
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/*
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/*
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/*
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/*
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/*
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*-----------------------------------------------------------------------------------*/
/*      1.0 Icomoon
/*-----------------------------------------------------------------------------------*/
@font-face {
  font-family: 'icomoon';
  src: url("../icomoon/fonts/icomoon.eot?2pha8");
  src: url("../icomoon/fonts/icomoon.eot?2pha8#iefix") format("embedded-opentype"), url("../icomoon/fonts/icomoon.ttf?2pha8") format("truetype"), url("../icomoon/fonts/icomoon.woff?2pha8") format("woff"), url("../icomoon/fonts/icomoon.svg?2pha8#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"], [class*=" icon-"], .icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-close:before {
  content: "\e906";
}

.icon-angle-down-sm:before {
  content: "\e900";
}

.icon-angle-left:before {
  content: "\e901";
}

.icon-angle-right:before {
  content: "\e902";
}

.icon-angle-up:before {
  content: "\e903";
}

.icon-arrow-long:before {
  content: "\e904";
}

.icon-arrow:before {
  content: "\e905";
}

.icon-linkedin:before {
  content: "\e907";
}

.icon-search:before {
  content: "\e908";
}

/*-----------------------------------------------------------------------------------*/
/*      2.0 Helper
/*-----------------------------------------------------------------------------------*/
/* 2.1 FLOATS */
.float--right {
  float: right !important;
}

.float--left {
  float: left !important;
}

/* 2.2 CONTENT/BG COVER */
.bg--image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.iframe-wrap iframe,
.iframe-wrap img,
.img-wrap-inner iframe,
.img-wrap-inner img, .object-fit-con img, .accordion--people .overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* 2.3 VISIBILITY */
.hidden {
  display: none;
}

@media only screen and (max-width: 1020px) {
  .hidden--mobile {
    display: none !important;
  }
}

@media only screen and (min-width: 1021px) {
  .hidden--desktop {
    display: none !important;
  }
}

.sr-only,
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

/* 2.4 CLEARFIX */
.container::after, .wpforms-field-container::after, .clearfix::after, .cf::after {
  content: "";
  display: table;
  clear: both;
}

/*-----------------------------------------------------------------------------------*/
/*      3.0 Media
/*-----------------------------------------------------------------------------------*/
img, video {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  display: block;
  margin: auto;
  border: 0;
}

iframe {
  max-width: 100%;
  vertical-align: top;
  display: block;
  margin: auto;
  border: 0;
}

.iframe-wrap,
.img-wrap-inner {
  position: relative;
  z-index: 0;
  padding-bottom: 56.25%;
}
.iframe-wrap iframe,
.iframe-wrap img,
.img-wrap-inner iframe,
.img-wrap-inner img {
  position: absolute;
}

/*-----------------------------------------------------------------------------------*/
/*  4.0 Grid System
/*-----------------------------------------------------------------------------------*/
/*  4.1 Width */
.one-whole {
  width: 100%;
}

.one-half {
  width: 50%;
}

.one-third {
  width: 33.333%;
}

.two-thirds {
  width: 66.666%;
}

.one-quarter {
  width: 25%;
}

.three-quarters {
  width: 75%;
}

.two-fifths {
  width: 40%;
}

@media only screen and (max-width: 1400px) {
  .xl-one-whole {
    width: 100%;
  }

  .xl-one-half {
    width: 50%;
  }

  .xl-one-third {
    width: 33.333%;
  }

  .xl-two-thirds {
    width: 66.666%;
  }

  .xl-one-quarter {
    width: 25%;
  }

  .xl-three-quarters {
    width: 75%;
  }

  .xl-two-fifths {
    width: 40%;
  }
}
@media only screen and (max-width: 1200px) {
  .content-one-whole {
    width: 100%;
  }

  .content-one-half {
    width: 50%;
  }

  .content-one-third {
    width: 33.333%;
  }

  .content-two-thirds {
    width: 66.666%;
  }

  .content-one-quarter {
    width: 25%;
  }

  .content-three-quarters {
    width: 75%;
  }

  .content-two-fifths {
    width: 40%;
  }
}
@media only screen and (max-width: 1020px) {
  .lg-one-whole {
    width: 100%;
  }

  .lg-one-half {
    width: 50%;
  }

  .lg-one-third {
    width: 33.333%;
  }

  .lg-two-thirds {
    width: 66.666%;
  }

  .lg-one-quarter {
    width: 25%;
  }

  .lg-three-quarters {
    width: 75%;
  }

  .lg-two-fifths {
    width: 40%;
  }
}
@media only screen and (max-width: 800px) {
  .md-one-whole {
    width: 100%;
  }

  .md-one-half {
    width: 50%;
  }

  .md-one-third {
    width: 33.333%;
  }

  .md-two-thirds {
    width: 66.666%;
  }

  .md-one-quarter {
    width: 25%;
  }

  .md-three-quarters {
    width: 75%;
  }

  .md-two-fifths {
    width: 40%;
  }
}
@media only screen and (max-width: 640px) {
  .sm-one-whole {
    width: 100%;
  }

  .sm-one-half {
    width: 50%;
  }

  .sm-one-third {
    width: 33.333%;
  }

  .sm-two-thirds {
    width: 66.666%;
  }

  .sm-one-quarter {
    width: 25%;
  }

  .sm-three-quarters {
    width: 75%;
  }

  .sm-two-fifths {
    width: 40%;
  }
}
@media only screen and (max-width: 480px) {
  .xs-one-whole {
    width: 100%;
  }

  .xs-one-half {
    width: 50%;
  }

  .xs-one-third {
    width: 33.333%;
  }

  .xs-two-thirds {
    width: 66.666%;
  }

  .xs-one-quarter {
    width: 25%;
  }

  .xs-three-quarters {
    width: 75%;
  }

  .xs-two-fifths {
    width: 40%;
  }
}
/*  4.2 Container */
.container {
  max-width: 72rem;
  box-sizing: content-box;
  margin: 0 auto;
  padding-inline: 1.6rem;
}

.container.none {
  max-width: 100%;
  padding-inline: 0;
}

.container--full {
  max-width: 100%;
}

.container--small {
  max-width: 48rem;
}

.container--med {
  max-width: 60rem;
}

.container--tiny {
  max-width: 35.5rem;
}

/*  4.4 Flexgrid */
.flexgrid, .flex {
  display: flex;
}

.flexgrid--gutter {
  margin-left: -2rem;
}
.flexgrid--gutter .flex__item {
  padding-left: 2rem;
}

.flexgrid--narrow {
  margin-left: -1.2rem;
}
.flexgrid--narrow .flex__item {
  padding-left: 1.2rem;
}

.flexgrid--wide {
  margin-left: -4rem;
}
.flexgrid--wide .flex__item {
  padding-left: 4rem;
}

.flex--end {
  justify-content: flex-end;
}

.flex--middle {
  align-items: center;
}
.flex--middle p:last-child {
  margin-bottom: 0;
}

.flex--around {
  justify-content: space-around;
}

.flex--between {
  justify-content: space-between;
}

.flex--column {
  flex-direction: column;
}

.flex--center {
  justify-content: center;
}

.flex--bottom {
  align-items: flex-end;
}

.flex1 {
  flex: 1 0 auto;
}

.flex--wrap {
  flex-wrap: wrap;
}

/*-----------------------------------------------------------------------------------*/
/*  5.0 Typography
/*-----------------------------------------------------------------------------------*/
html {
  font-family: "titillium-web", "Arial", sans-serif;
  font-size: 25px;
  line-height: 1.4;
  color: #361F9F;
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

*::selection {
  background: #361F9F;
  color: white;
}

[data-target] {
  cursor: pointer;
}

/*  5.1 Links */
a {
  text-decoration: none;
  color: #361F9F;
  transition: all 0.25s ease-out;
}
a:hover {
  color: #2C71E3;
}
a:focus, a:active {
  outline: none;
}

a, i {
  -webkit-tap-highlight-color: transparent;
}

h1, .alpha,
h2, .beta,
h3, .gamma,
h4, .delta,
h5, .epsilon,
h6, .zeta {
  font-family: "titillium-web", "Arial", sans-serif;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 1.2rem;
  color: #361F9F;
  letter-spacing: 0.02em;
}

/*  5.2 Headlines */
h1 a, h1 a:visited, .alpha a, .alpha a:visited,
h2 a,
h2 a:visited, .beta a, .beta a:visited,
h3 a,
h3 a:visited, .gamma a, .gamma a:visited,
h4 a,
h4 a:visited, .delta a, .delta a:visited,
h5 a,
h5 a:visited, .epsilon a, .epsilon a:visited,
h6 a,
h6 a:visited, .zeta a, .zeta a:visited {
  text-decoration: none;
}

h1, .alpha {
  font-size: 1.04rem;
  line-height: 1.30769;
  border-bottom: 3px solid #04E8EB;
  padding-bottom: 1rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}
.home h1, .home .alpha {
  font-weight: bold;
  border-bottom: 3px solid #C39AFB;
}

h2, .beta {
  font-size: 1.6rem;
  line-height: 1.2;
}
h2 em, .beta em {
  font-weight: normal;
  font-style: normal;
}

h3, .gamma {
  font-size: 1rem;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  padding-bottom: 1em;
  border-bottom: 2px solid #04E8EB;
  margin-bottom: 1.5rem;
}
.box h3, .box .gamma {
  padding-bottom: 0.75em;
  margin-bottom: 0.75em;
  border-bottom: 3px solid #C39AFB;
}

h4, .delta {
  font-size: 0.72rem;
  line-height: 1.22222;
}

h5, .epsilon {
  font-size: 1rem;
  line-height: 1.2;
}

h6, .zeta {
  font-size: 0.56rem;
  line-height: 1.21429;
}

p, blockquote,
pre, dl {
  margin: 0 0 1rem;
  letter-spacing: 0.02em;
}

p a,
.block li a {
  text-decoration: underline;
  font-weight: bold;
  text-underline-offset: 4px;
}

.text--bigger,
.text--bigger p {
  font-size: 1.2rem;
}
.p-huge .text--bigger, .p-huge
.text--bigger p {
  font-size: 1.6rem;
}

/*  5.3 Alignment */
.text--center,
.has-text-align-center {
  text-align: center;
}

.text--right,
.has-text-align-right {
  text-align: right;
}

.uppercase {
  text-transform: uppercase;
}

.alignleft img {
  margin-left: 0;
}

.alignright img {
  margin-right: 0;
}

/*  5.4 Quotes */
blockquote {
  font-size: 1rem;
  line-height: 1.4;
  padding: 0 1.5em;
  font-style: italic;
}
blockquote cite {
  margin: 0;
  font-style: italic;
}

hr {
  border: none;
  border-top: 1px solid #A1A9AD;
  margin: 3.2rem 0;
}

q {
  font-style: italic;
}

pre {
  padding: 1.6rem;
  border-radius: 5px;
  border: 1px solid #999999;
}

ul {
  padding-left: 1rem;
}

@font-face {
  font-family: 'titillium-web';
  src: url("../fonts/titillium-web-v17-latin-regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'titillium-web';
  src: url("../fonts/titillium-web-v17-latin-italic.woff2") format("woff2");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'titillium-web';
  src: url("../fonts/titillium-web-v17-latin-600.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'titillium-web';
  src: url("../fonts/titillium-web-v17-latin-600italic.woff2") format("woff2");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: 'titillium-web';
  src: url("../fonts/titillium-web-v17-latin-700.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
}
/*-----------------------------------------------------------------------------------*/
/*  6.0 Elements
/*-----------------------------------------------------------------------------------*/
/*  6.1 Buttons */
.btn, input[type="button"],
input[type="submit"],
.wpforms-submit-container button {
  font-size: 1.2rem;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  font-family: inherit;
  font-weight: 900;
  cursor: pointer;
  border: 3px solid currentColor;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 1.4;
  padding: 0.5rem 8.5rem 0.5rem 1.2rem;
  border-radius: 0;
  text-decoration: none !important;
  text-align: center;
  color: #04E8EB;
  background-color: transparent;
  -webkit-tap-highlight-color: transparent;
}
.btn::before, input[type="button"]::before,
input[type="submit"]::before,
.wpforms-submit-container button::before {
  content: "\e904";
  font-family: 'icomoon';
  font-size: 0.5rem;
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  right: 1.5rem;
}
.btn:hover, input[type="button"]:hover,
input[type="submit"]:hover,
.wpforms-submit-container button:hover {
  background: #04E8EB;
  color: #FFF;
  border-color: #04E8EB;
}
.btn:active, input[type="button"]:active,
input[type="submit"]:active,
.wpforms-submit-container button:active, .btn:focus, input[type="button"]:focus,
input[type="submit"]:focus,
.wpforms-submit-container button:focus {
  outline: none;
}

.btn--empty {
  height: 100%;
  background: #04E8EB;
  color: #FFF;
  padding: 0.5rem 1.25rem;
  border: 0;
}
.btn--empty::before {
  content: "\e905";
  right: 50%;
  top: 53%;
  transform: translate3d(50%, -50%, 0);
}
.btn--empty:hover {
  color: #361F9F;
}

.btn--toggle {
  padding: 0;
  height: 40px;
  width: 40px;
  text-align: center;
  background: transparent;
  border-radius: 0%;
  border: 0;
  z-index: 10001;
}
.btn--toggle .icon-bar {
  display: block;
  background: #361F9F;
  position: relative;
  width: 40px;
  height: 3px;
  margin: 8px auto;
  transition: transform 0.25s ease-out;
}
.nav-mobile-active .btn--toggle {
  background: transparent;
}
.nav-mobile-active .btn--toggle .icon-bar {
  background: #FFF;
}
.nav-mobile-active .btn--toggle .icon-bar:nth-of-type(2) {
  transform: rotate(45deg);
  top: 11px;
}
.nav-mobile-active .btn--toggle .icon-bar:nth-of-type(3) {
  opacity: 0;
}
.nav-mobile-active .btn--toggle .icon-bar:nth-of-type(4) {
  transform: rotate(-45deg);
  top: -11px;
}

/*  6.2 Forms */
select,
input[type="text"], input[type="tel"], input[type="email"], input[type="password"], input[type="number"],
textarea {
  font-size: 1.2rem;
  width: 100%;
  border: 3px solid #04E8EB;
  padding: 0.5rem 1.2rem 0.5rem;
  background: #FFF;
  outline: none;
  border-radius: 0;
  box-shadow: none;
  color: #361F9F;
}

textarea {
  resize: vertical;
  height: 160px !important;
}

input[type="text"]::-ms-clear {
  display: none;
}

input[type="button"],
input[type="submit"],
.wpforms-submit-container button {
  margin-top: 2rem;
}

.wpforms-form {
  padding-top: 1rem;
}

label {
  font-weight: normal;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  margin-bottom: 0.5rem;
  color: #04E8EB;
}

.wpforms-field-label {
  font-size: 1.2rem;
  font-weight: bold;
}

.wpcf7-form-control-wrap {
  display: block;
}

span.wpcf7-list-item {
  margin-left: 0;
}

form fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

.wpforms-field-checkbox ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.wpforms-field-checkbox input {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
  width: 1px;
}

.wpforms-label-hide,
.wpforms-hidden {
  display: none !important;
}

.wpforms-field-label-inline {
  font-size: 1rem;
  color: #04E8EB;
  position: relative;
  padding-left: 2.25rem;
  display: block;
}
.wpforms-field-label-inline::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid #04E8EB;
  background: #FFF;
  left: 0;
  height: 1.25rem;
  width: 1.25rem;
  border-radius: 0;
}
input[type="checkbox"]:checked + .wpforms-field-label-inline::before {
  background: #04E8EB;
}

input:-autofill,
input:autofill,
input:-webkit-autofill {
  background: #FFF;
  box-shadow: inset 0 0 0px 9999px white;
}

.wpforms-field-select {
  position: relative;
}
.wpforms-field-select::before {
  content: "\e905";
  font-family: 'icomoon';
  font-size: 0.8rem;
  color: #361F9F;
  position: absolute;
  right: 1.6rem;
  top: 54%;
  transform: translateY(-50%);
  pointer-events: none;
}
.wpforms-field-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select:invalid,
select.empty {
  color: rgba(153, 153, 153, 0.8);
}

.wpforms-field-container {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1rem;
}
.wpforms-field-container > div {
  padding-left: 1rem !important;
}

.wpforms-one-fourth {
  width: 50%;
}

@media only screen and (min-width: 801px) {
  .wpforms-field-container {
    display: flex;
    flex-wrap: wrap;
    margin-left: -1rem;
  }
  .wpforms-field-container > div {
    padding-left: 1rem !important;
  }
  .wpforms-field-container > div:not(.wpforms-one-half):not(.wpforms-one-fourth) {
    width: 100%;
  }
  .wpforms-field-container .wpforms-one-half {
    width: 50%;
  }
  .wpforms-field-container .wpforms-one-fourth {
    width: 25%;
  }
}
.wpforms-container .wpforms-field {
  padding: 0.7rem 0;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #361F9F;
  opacity: 0.8;
}

::-moz-placeholder,
input::-moz-placeholder {
  /* Firefox 19+ */
  color: #361F9F;
  opacity: 0.8;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #361F9F;
  opacity: 0.8;
}

/*  6.3 Nav */
.header-nav {
  position: relative;
  z-index: 9;
}
.header-nav li {
  float: left;
}

.login-nav {
  background: #04E8EB;
  padding-block: 1rem;
  margin-bottom: 5.5rem;
}
.login-nav ul {
  display: flex;
  justify-content: space-between;
}
.login-nav a {
  font-weight: bold;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #2C71E3;
  display: inline-block;
  padding-block: 1.5rem 1.25rem;
}
.login-nav a:hover {
  color: #361F9F;
}
.login-nav .current-menu-item a {
  text-decoration: underline;
  text-underline-offset: 6px;
  text-decoration-color: #FFF;
}

nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*  6.4 Mobile Nav */
.nav-mobile {
  position: fixed;
  z-index: 4000;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.25s ease-out, transform 0.25s ease-out;
}

.nav-mobile__inner {
  background: #361F9F;
  min-height: 100%;
  display: inline-block;
  width: 100%;
  padding-top: 9.6rem;
}
.nav-mobile__inner .flex__item ul {
  padding-top: 2rem;
  margin-bottom: 2rem;
}
.nav-mobile__inner .flex__item ul a:hover {
  text-decoration: underline;
  text-underline-offset: 6px;
}
.nav-mobile__inner .flex__item:first-child ul {
  border-top: 3px solid #04E8EB;
}
.nav-mobile__inner .flex__item:first-child a:hover {
  text-decoration-color: #04E8EB;
}
.nav-mobile__inner .flex__item:first-child .current-menu-item a {
  color: #04E8EB;
}
.nav-mobile__inner .flex__item:nth-child(2) ul {
  border-top: 3px solid #C39AFB;
}
.nav-mobile__inner .flex__item:nth-child(2) a:hover {
  text-decoration-color: #C39AFB;
}
.nav-mobile__inner .flex__item:nth-child(2) .current-menu-item a {
  color: #C39AFB;
}
.nav-mobile__inner .flex__item:last-child ul {
  border-top: 3px solid #2C71E3;
}
.nav-mobile__inner .flex__item:last-child a:hover {
  text-decoration-color: #2C71E3;
}
.nav-mobile__inner .flex__item:last-child .current-menu-item a {
  color: #2C71E3;
}

.nav-mobile-active,
.nav-mobile-active body {
  overflow: hidden;
}

.nav-mobile-transiting .nav-mobile, .nav-mobile-active .nav-mobile {
  height: 100%;
  -webkit-backface-visibility: hidden;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.nav-mobile-active .nav-mobile {
  opacity: 1;
}

.nav-mobile__inner ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.nav-mobile__inner ul li {
  display: block;
}
.nav-mobile__inner ul a {
  font-size: 1.28rem;
  letter-spacing: 0.02em;
  color: #FFF;
  display: block;
  padding: 1rem 0;
}

/*

  Transitions

  Transitions and animations
  
*/
.js-fade-in,
.js-load {
  transition: all 0.6s ease-out;
  opacity: 0;
}
.js-fade-in.js-in,
.js-load.js-in {
  opacity: 1;
}

.js-fade-up {
  transition: all 0.6s ease-out;
  transform: translateY(1.6rem);
  opacity: 0;
}
.js-fade-up.js-in {
  transform: translateY(0);
  opacity: 1;
}

@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform,height;
}

.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size: 44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
  content: 'prev';
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
  content: 'next';
}

.swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}

.swiper-button-next.swiper-button-black, .swiper-button-prev.swiper-button-black {
  --swiper-navigation-color: #000000;
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: .3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: .2s transform,.2s top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform,.2s left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform,.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-pagination {
  right: 1rem;
  bottom: 3.25rem;
}

.swiper-pagination-bullet {
  width: 0.6rem;
  height: 0.6rem;
  background: transparent;
  border: 2px solid #FFF;
  opacity: 1;
  cursor: pointer;
  margin: 0 0.3rem 0 0 !important;
  border-radius: 50rem;
}

.swiper-pagination-bullet-active {
  background: #FFF;
}

.swiper-button {
  cursor: pointer;
  position: absolute;
  z-index: 9;
  left: 50%;
  top: calc(50% - 3rem);
  color: #FFF;
}
.swiper-button i {
  font-size: 1.2rem;
}
.swiper-button:hover {
  opacity: 0.8;
}

.swiper-button-disabled {
  opacity: 0.25 !important;
  cursor: auto;
}

.swiper-prev {
  transform: translateX(-29rem);
}

.swiper-next {
  transform: translateX(28.5rem);
}

/*-----------------------------------------------------------------------------------*/
/*  7.0 Header
/*-----------------------------------------------------------------------------------*/
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  padding-block: 2.4rem 1.8rem;
  box-shadow: 0 0.3rem 0.45rem rgba(53, 163, 174, 0.45);
  background: #FFF;
  transition: all 0.25s ease-out;
}
.scrolled .site-header {
  padding-block: 1rem;
}
.nav-mobile-active .site-header {
  background: #361F9F;
  box-shadow: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.nav-mobile-active .site-header .log-in,
.nav-mobile-active .site-header .link--search {
  display: none;
}
.site-header .right {
  margin-left: auto;
}
.site-header .right a {
  margin-right: 2rem;
}
.site-header .log-in {
  font-size: 1.28rem;
  color: #2C71E3;
}
.site-header .link--search svg {
  width: 1.25rem;
  height: auto;
  display: block;
  margin-top: 2px;
}
.site-header a.link--search {
  margin-right: 0.5rem;
}
.site-header a.link--search:hover {
  color: #2C71E3;
}
.site-header form {
  width: 0;
  transition: all 0.5s ease-out;
}
.js-search .site-header form {
  width: 17.5rem;
}

body {
  padding-top: 6.88rem;
}

.search-con {
  margin-right: 2rem;
}

.search-form {
  overflow: hidden;
}
.search-form input {
  border: 0;
  border-bottom: 2px solid #04E8EB;
  padding: 0.25rem 1rem 0.25rem;
}

.search-form-m {
  position: relative;
  margin-bottom: 2rem;
}
.search-form-m input {
  border: 0;
  border-bottom: 2px solid #04E8EB;
  padding: 0.5rem 3rem 0.5rem 0;
  background: transparent;
  color: #FFF;
}
.search-form-m button {
  border: 0;
  background: transparent;
  box-shadow: none;
  outline: none;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-45%);
  padding: 0;
  margin: 0;
}
.search-form-m svg {
  width: 1.5rem;
  height: auto;
}
.search-form-m ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #FFF;
  opacity: 0.8;
}
.search-form-m ::-moz-placeholder,
.search-form-m input::-moz-placeholder {
  /* Firefox 19+ */
  color: #FFF;
  opacity: 0.8;
}
.search-form-m :-ms-input-placeholder {
  /* IE 10+ */
  color: #FFF;
  opacity: 0.8;
}

.site-branding {
  position: relative;
  width: 17.4rem;
  z-index: 9;
}

.site-header__toggle {
  display: inline-block;
}

/*-----------------------------------------------------------------------------------*/
/*  8.0 Sections
/*-----------------------------------------------------------------------------------*/
/* 8.1 Section Spacing */
html {
  scroll-behavior: smooth;
}

.margin-bottom {
  margin-bottom: 1.6rem;
}

.margin-top {
  margin-top: 1.6rem;
}

.margin-bottom--small {
  margin-bottom: 0.8rem;
}

.margin-bottom--big {
  margin-bottom: 3.2rem;
}

.margin-bottom--huge {
  margin-bottom: 5.6rem;
}

.margin-bottom--giant {
  margin-bottom: 7.2rem;
}

.spacing {
  padding-block: 1.6rem;
}

.spacing--big {
  padding-block: 3.2rem;
}

.relative {
  position: relative;
}

.padding {
  padding: 1.6rem;
}

.padding-top {
  padding-top: 1.6rem;
}

.padding-top--small {
  padding-top: 0.8rem;
}

.padding-bottom--small {
  padding-bottom: 0.8rem;
}

.object-fit-con {
  position: relative;
}
.object-fit-con img {
  position: absolute;
  object-fit: cover;
}

.bg--green {
  background: #35A3AE;
}

.bg--blue {
  background: #2C71E3;
}

.bg--dark-blue {
  background: #2F387F;
}

.bg--pink {
  background: #b481fa;
}

.box {
  padding: 1.5rem 1.5rem 1rem;
}
.box * {
  color: #FFF;
}
.box a:hover {
  color: #FFF;
  opacity: 0.8;
}

.box.bg--green {
  box-shadow: 0.3rem 0.3rem 0.45rem rgba(4, 232, 235, 0.5);
}

.box.bg--blue {
  box-shadow: 0.3rem 0.3rem 0.45rem rgba(4, 232, 235, 0.5);
}

.box.bg--dark-blue {
  box-shadow: 0.3rem 0.3rem 0.45rem rgba(4, 232, 235, 0.5);
}

.block ul {
  list-style: square;
  margin: 0 0 1.5rem;
}
.block li {
  margin-bottom: 1rem;
}

.block--text:first-child {
  padding-top: 6rem;
}

.block--text-sidebar .box {
  max-width: 17.5rem;
}
@media only screen and (min-width: 641px) {
  .block--text-sidebar .left .flex__item:first-child {
    order: 9;
  }
  .block--text-sidebar .left .box {
    margin-right: auto;
  }
  .block--text-sidebar .right .box {
    margin-left: auto;
  }
}

.block--text-img-list {
  counter-reset: liste;
}
.block--text-img-list h5::before {
  counter-increment: liste;
  content: counter(liste) ".";
  color: #04E8EB;
  display: inline-block;
  margin-right: 0.75rem;
  font-size: 1.6rem;
  font-weight: 900;
  vertical-align: -0.1em;
}
.block--text-img-list h5 {
  padding-bottom: 1rem;
  border-bottom: 3px solid #04E8EB;
}

@media only screen and (min-width: 641px) {
  .listing.left .flex__item:first-child {
    order: 9;
  }
}

.accordion__opener {
  position: relative;
  padding: 1rem 0 1rem 5.5rem;
  background-color: transparent;
  -webkit-tap-highlight-color: transparent;
  border: 0;
  font-weight: bold;
  border-radius: 0;
  margin: 0;
  box-shadow: none;
  text-align: left;
  display: block;
  width: 100%;
  background: transparent;
  transition: all 0.25s ease-out;
  color: #361F9F;
}
.accordion__opener i {
  position: absolute;
  display: inline-block;
  font-weight: normal;
  font-size: 0.9rem;
  top: 52%;
  left: 1.75rem;
  transform: translateY(-50%);
  color: #04E8EB;
}
.accordion--contacts .accordion__opener {
  padding: 1rem 3rem 1rem 0;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  border-bottom: 2px solid #04E8EB;
}
.accordion--contacts .accordion__opener i {
  left: auto;
  right: 0;
  top: 53%;
}
.accordion--contacts .accordion__opener svg {
  position: absolute;
  top: 52%;
  transform: translateY(-50%);
  display: none;
  right: 0.1rem;
  width: 1.1rem;
  height: auto;
}
.accordion--contacts .accordion__opener.js-open i {
  display: none;
}
.accordion--contacts .accordion__opener.js-open svg {
  display: block;
}
.accordion__opener:hover {
  color: #2C71E3;
}
.accordion__opener.js-open i {
  transform: translateY(-50%) rotate(180deg);
}

.accordion__content {
  padding: 1rem 0 0.25rem 5.5rem;
}
.accordion__content .inner {
  max-width: 36rem;
}
.accordion--contacts .accordion__content {
  padding: 2rem 0;
}
.accordion--contacts .accordion__content [href*="mailto:"] {
  text-decoration: underline;
  font-weight: normal;
  hyphens: auto;
}

.block--tiles .flex__item {
  margin-bottom: 1.2rem;
}
.block--tiles .box {
  height: 100%;
  padding-bottom: 1.25rem;
  box-shadow: 0.3rem 0.3rem 0.45rem rgba(4, 232, 235, 0.5);
  color: #FFF;
}
.block--tiles .flex1 {
  min-height: 18rem;
}
.block--tiles a.box:hover {
  box-shadow: none;
}

.box__bottom {
  border-top: 3px solid #C39AFB;
  padding-top: 0.9rem;
  font-weight: bold;
}
.box__bottom .right {
  font-size: 0.8rem;
  margin-left: auto;
}
.bg--blue .box__bottom {
  border-top: 3px solid #04E8EB;
}
.bg--pink .box__bottom, .bg--dark-blue .box__bottom {
  border-top: 3px solid #2C71E3;
}

.block--mage-slider .swiper-slide {
  width: 48rem;
}
.block--mage-slider .object-fit-con {
  padding-bottom: 64%;
  background: #04E8EB;
}
.block--mage-slider img {
  opacity: 0.7;
  transition: all 0.25s ease-out;
}
.block--mage-slider .swiper-slide-active img {
  opacity: 1;
}
.block--mage-slider .caption {
  padding: 1rem 10rem 0.9rem 2rem;
  background: #2C71E3;
  color: #FFF;
  box-shadow: 0.2rem 0.2rem 0.4rem rgba(4, 232, 235, 0.5);
  margin-bottom: 0.5rem;
  opacity: 0;
  transition: all 0.25s ease-out;
  min-height: 5.1rem;
}
.block--mage-slider .caption p {
  margin-bottom: 0;
}
.block--mage-slider .swiper-slide-active .caption {
  opacity: 1;
}

.accordion--people .outer {
  box-shadow: 0.3rem 0.3rem 0.6rem rgba(44, 113, 227, 0.5);
}
.accordion--people .box--person {
  padding-bottom: 4rem;
  overflow: hidden;
}
.accordion--people .object-fit-con {
  padding-bottom: 95%;
  background: #A1A9AD;
  cursor: pointer;
}
.accordion--people .overlay {
  position: absolute;
  z-index: 9;
  background: #FFF;
  transform: translateY(calc(100% - 4rem));
  transition: all 0.5s ease-out;
}
.accordion--people .overlay__opener {
  height: 4rem;
  padding: 0.1rem 2.75rem 0.1rem 1.2rem;
  line-height: 1.25;
}
.accordion--people .overlay__opener i, .accordion--people .overlay__opener svg {
  font-size: 0.8rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #04E8EB;
  right: 1.2rem;
}
.accordion--people .js-open {
  transform: translateY(0);
}
.accordion--people .js-open i {
  display: none;
}
.accordion--people .js-open svg {
  display: block !important;
  width: 1rem;
  height: auto;
}
.accordion--people .overlay__content {
  padding: 0 1.2rem;
  overflow-x: clip;
  overflow-y: auto;
  height: calc(100% - 4rem);
}
.accordion--people .overlay__content a {
  font-weight: normal;
}
.accordion--people .overlay__content a[href*="tel:"] {
  text-decoration: none;
}
.accordion--people .flex__item {
  margin-bottom: 1.25rem;
}
.accordion--people .blue .overlay {
  background: #2C71E3;
  color: #FFF;
}
.accordion--people .blue .overlay a {
  color: #FFF;
}
.accordion--people .green .overlay {
  background: #35A3AE;
  color: #FFF;
}
.accordion--people .green .overlay a {
  color: #FFF;
}

.link--download {
  display: flex;
  align-items: center;
}
.link--download svg {
  width: 2.25rem;
  flex: 0 0 2.25rem;
  height: auto;
  display: inline-block;
  margin-right: 0.75rem;
}
.link--download strong {
  text-decoration: underline;
  margin-right: 0.25rem;
}
.link--download:hover {
  color: #2C71E3;
}

.link--download-reverse svg {
  margin-inline: 0.75rem 0;
}

.block--register .bg--green {
  padding: 2.4rem 2.4rem 1.25rem;
  font-size: 1.2rem;
  letter-spacing: 0.02em;
  box-shadow: 0.3rem 0.3rem 0.6rem rgba(4, 232, 235, 0.5);
}
.block--register .bg--green * {
  color: #FFF;
}
.block--register .icon-arrow-long {
  font-size: 0.5rem;
  position: absolute;
  top: 1rem;
  right: 120%;
}
.block--register ul {
  list-style: none;
  padding: 0;
}
.block--register ul li {
  padding-left: 1rem;
  position: relative;
  margin-bottom: 0;
}
.block--register ul li::before {
  content: '–';
  position: absolute;
  top: 0;
  left: 0;
}
.block--register .link--download {
  margin-bottom: 0.6rem;
}
.block--register .link--download strong, .block--register .link--download span {
  color: #04E8EB;
}

.block--accordion .accordion {
  position: relative;
}
.block--accordion .accordion::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 5.5rem;
  width: 36rem;
  max-width: calc(100% - 5.5rem);
  height: 2px;
  background: #04E8EB;
}
.block--accordion .accordion__opener i {
  left: 0.75rem;
}

.article--search p {
  margin-bottom: 0.1rem;
}
.article--search p a {
  text-decoration: none;
}
.article--search .link {
  font-weight: bold;
  text-decoration: underline;
}

.nav-links {
  display: flex;
  padding-top: 3rem;
}
.nav-links a {
  font-weight: bold;
}

.nav-next {
  margin-left: auto;
}

.page-template-page-private {
  background: #2C71E3;
}
.page-template-page-private h1, .page-template-page-private h2, .page-template-page-private h3, .page-template-page-private h4, .page-template-page-private h5, .page-template-page-private p, .page-template-page-private p a {
  color: #FFF;
}
.page-template-page-private .error h2 {
  color: #04E8EB;
}
.page-template-page-private .info {
  padding-bottom: 1rem;
  border-bottom: 2px solid #04E8EB;
}
.page-template-page-private .info * {
  color: #04E8EB;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: bold;
}
.page-template-page-private .opener {
  color: #FFF;
}
.page-template-page-private .opener i {
  font-size: 0.6rem;
  display: inline-block;
  margin-right: 0.25rem;
  color: #04E8EB;
}
.page-template-page-private .opener span {
  text-decoration: underline;
  text-decoration-color: #04E8EB;
  text-underline-offset: 4px;
}
.page-template-page-private .opener.js-open span {
  display: none;
}
.page-template-page-private .opener.js-open .hidden {
  display: inline-block !important;
}
.page-template-page-private .opener.js-open i {
  transform: rotate(180deg);
}
.page-template-page-private .opener:hover span {
  text-decoration-color: #FFF;
}
.page-template-page-private .accordion__opener {
  padding: 1rem 3rem 1rem 0;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  border-bottom: 2px solid #04E8EB;
  color: #FFF;
}
.page-template-page-private .accordion__opener i {
  left: auto;
  right: 0;
  top: 53%;
  color: #04E8EB;
}
.page-template-page-private .accordion__opener svg {
  position: absolute;
  top: 52%;
  transform: translateY(-50%);
  display: none;
  right: 0.3rem;
  width: 1.1rem;
  height: auto;
}
.page-template-page-private .accordion__opener.js-open i {
  display: none;
}
.page-template-page-private .accordion__opener.js-open svg {
  display: block;
}
.page-template-page-private .accordion__content {
  padding: 2rem 0 0.25rem;
}
.page-template-page-private .link--download {
  color: #FFF;
}

.listing__item {
  padding-bottom: 2rem;
  padding-top: 2.5rem;
  border-bottom: 2px solid #04E8EB;
}
.listing__item .top {
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0.015em;
}
.listing__item .link--download {
  color: #FFF;
  line-height: 1.25;
  hyphens: auto;
}

.search-bar {
  border: 2px solid #04E8EB;
}
.search-bar input {
  border: 0;
  background: transparent;
  color: #FFF;
}
.search-bar .search-bar__icon {
  width: 3rem;
  background: #04E8EB;
  text-align: center;
}
.search-bar .search-bar__icon svg {
  width: 1.1rem;
  height: auto;
  margin: auto;
}
.search-bar .btn--empty {
  width: 6rem;
}
.search-bar ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #FFF;
  opacity: 1;
  font-style: italic;
}
.search-bar ::-moz-placeholder,
.search-bar input::-moz-placeholder {
  /* Firefox 19+ */
  color: #FFF;
  opacity: 1;
  font-style: italic;
}
.search-bar :-ms-input-placeholder {
  /* IE 10+ */
  color: #FFF;
  opacity: 1;
  font-style: italic;
}

.block--listing-conferences .no-results {
  font-weight: bold;
  margin-block: 1rem;
  color: #FFF;
}

.listing__conference {
  margin-bottom: 2rem;
}
#listing-2 .listing__conference + .listing__conference {
  border-top: 2px solid #04E8EB;
}
.listing__conference h5 {
  color: #04E8EB;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin-top: 1rem;
}

p.turq {
  color: #04E8EB !important;
}

/*-----------------------------------------------------------------------------------*/
/*  9.0 Footer
/*-----------------------------------------------------------------------------------*/
.site-footer {
  background: #361F9F;
  padding-block: 2rem;
  font-size: 0.96rem;
}
.site-footer * {
  color: #FFF;
}
.site-footer a:hover {
  color: #FFF;
  opacity: 0.8;
}
.site-footer p a {
  font-weight: normal;
}
.site-footer a[href*='tel:'],
.site-footer a[href*='mailto:'] {
  text-decoration: none;
}
.site-footer .icon-linkedin {
  font-size: 1.5rem;
  display: inline-block;
  margin-left: 0.25rem;
}

.go-top {
  position: absolute;
  z-index: 99;
  bottom: calc(100% + 3rem);
  right: 2.4rem;
  border-radius: 50%;
  text-align: center;
  line-height: 3.5rem;
  height: 3.5rem;
  width: 3.5rem;
  border: 2px solid #04E8EB;
}
.go-top i {
  color: #04E8EB !important;
}

.footer-nav li {
  display: block;
}
.footer-nav a {
  display: inline-block;
}

/*-----------------------------------------------------------------------------------*/
/*  10.0 Media Queries
/*-----------------------------------------------------------------------------------*/
@media only screen and (max-width: 1800px) {
  html {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1600px) {
  html {
    font-size: 22px;
  }
}
@media only screen and (max-width: 1400px) {
  html {
    font-size: 20px;
  }

  .box {
    padding: 1.25rem 1.25rem 1rem;
  }
}
@media only screen and (max-width: 1200px) {
  html {
    font-size: 18px;
  }

  .btn, input[type="button"],
  input[type="submit"],
  .wpforms-submit-container button, input[type="button"], input[type="submit"], .wpforms-submit-container button {
    border-width: 2px;
  }

  .flexgrid--wide {
    margin-left: -3rem;
  }

  .flexgrid--wide .flex__item {
    padding-left: 3rem;
  }
}
@media only screen and (max-width: 1100px) {
  .swiper-next {
    transform: translateX(27rem);
  }

  .swiper-prev {
    transform: translateX(-27.5rem);
  }

  .block--register .icon-arrow-long {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .container {
    padding-inline: 1.25rem;
  }

  .home h1,
  .home .alpha,
  .box h3,
  .box .gamma,
  .bg--pink .box__bottom, .bg--dark-blue .box__bottom, .box__bottom {
    border-width: 2px;
  }

  .go-top {
    right: 1.25rem;
    bottom: calc(100% + 1.25rem);
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.45rem;
    font-size: 0.75rem;
  }

  .swiper-next,
  .swiper-prev {
    display: none !important;
  }

  .block--mage-slider .swiper-slide,
  .container--p {
    width: calc(100% - 90px);
  }

  .nav-mobile__inner ul a {
    font-size: 1.25rem;
    padding-block: 0.75rem;
  }

  .login-nav a {
    letter-spacing: 0.1em;
  }
}
@media only screen and (max-width: 1020px) {
  .block--register .bg--green {
    padding: 1.25rem 1.25rem 1rem;
    font-size: 1.1rem;
  }

  .p-huge .text--bigger,
  .p-huge .text--bigger p {
    font-size: 1.2rem;
  }

  .site-branding {
    width: 15rem;
  }

  .site-header {
    padding-block: 1.5rem;
  }

  body {
    padding-top: 5.4rem;
  }
}
@media only screen and (max-width: 800px) {
  .md--hidden {
    display: none;
  }

  .md-margin-bottom {
    margin-bottom: 1rem;
  }

  .block--mage-slider .caption {
    padding: 0.9rem 1rem 0.9rem 1rem;
  }

  .swiper-pagination {
    position: static;
    text-align: right;
  }

  .swiper-pagination-bullet-active {
    background: #2C71E3;
  }

  .swiper-pagination-bullet {
    border: 2px solid #2C71E3;
  }

  .block--mage-slider .caption {
    opacity: 1;
  }

  .accordion--contacts .flexgrid--gutter {
    margin-bottom: 1.5rem;
  }
  .accordion--contacts .flex__item p {
    margin-bottom: 0.5rem;
  }
  .accordion--contacts .flex__item:last-child {
    align-content: flex-end;
  }

  .block--register .bg--green {
    font-size: 1rem;
  }

  .login-nav ul {
    flex-wrap: wrap;
  }
  .login-nav ul li {
    width: 50%;
  }
  .login-nav ul a {
    padding-block: 0.75rem 0.75rem;
  }
  .login-nav ul li:nth-child(even) {
    text-align: right;
  }
}
@media only screen and (max-width: 640px) {
  html {
    font-size: 16px;
  }

  .container {
    padding-inline: 1rem;
  }

  .block--text-sidebar .box {
    max-width: 100%;
  }

  .login-nav a {
    letter-spacing: 0.05em;
  }
}
@media only screen and (max-width: 480px) {
  h1, .alpha {
    font-size: 1.125rem;
    border-width: 2px;
  }

  h2, .beta {
    font-size: 1.5rem;
  }

  .xs--hidden {
    display: none;
  }

  .xs--padding-top {
    padding-top: 1.5rem;
  }

  .block--mage-slider .swiper-slide,
  .container--p {
    width: calc(100% - 70px);
  }

  .text--bigger, .text--bigger p {
    font-size: 1.1rem;
  }

  .login-nav ul li {
    width: auto;
  }
  .login-nav ul li a {
    font-size: 15px;
  }

  .block--listing-conferences .hidden {
    padding-top: 1.5rem;
  }

  .search-bar input {
    padding-inline: 0.5rem;
  }

  .search-bar .btn--empty {
    width: 4rem;
  }

  .nav-mobile__inner {
    padding-top: 6rem;
  }

  .site-header .right a {
    margin-right: 1.25rem;
  }

  .site-branding {
    width: 13rem;
  }

  .block--accordion .accordion__opener,
  .block--accordion .accordion__content {
    padding-left: 3.5rem;
  }
  .block--accordion .accordion::before {
    left: 3.5rem;
    max-width: calc(100% - 3.5rem);
  }
}
