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%;
  vertical-align: baseline; }

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

body {
  line-height: 1; }

/*ol, ul {
  margin-left:50px; }
*/

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0;
  text-align: left; }

img, embed, object, audio, video {
  max-width: 100%; }

iframe {
  border: 0; }

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

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

button, input[type='submit'] {
  -webkit-appearance: none; }

/*********************************************************
  Base Styling
*********************************************************/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

html {
  font-size: 100%;
  background-color: #fff;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  min-width: 300px;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  overflow-x: hidden;
  overflow-y: scroll; }

body {
  font-size: 1rem;
  font-family: "";
  font-weight: 400;
  line-height: 1.6;
  color: #202020;
  overflow-x: hidden; }

#page {
  position: absolute;
  width: 100%;
  overflow-x: hidden; }

img {
  width: 100%;
  height: auto; }

/*********************************************************
  Typography
*********************************************************/
/*
h1, h2, h3, h4, h5, h6 {
  font-family: $font__heading;
  font-weight: 500;
  line-height: 1.3;
}

//@TODO: consider using fluid typopgraphy mixin
h1, .h1 {
  font-size: rem(28);
  @media (min-width: $tablet) {
    font-size: rem(58);
  }
}

h2, .h2 {
  font-size: rem(28);
  @media (min-width: $tablet) {
    font-size: rem(52);
  }
}

h3, .h3 {
  font-size: rem(24);
  @media (min-width: $tablet) {
    font-size: rem(46);
  }
}

h4, .h4 {
  font-size: rem(22);
  @media (min-width: $tablet) {
    font-size: rem(38);
  }
}

h5, .h5 {
  font-size: rem(18);
  @media (min-width: $tablet) {
    font-size: rem(28);
  }
}

h6, .h6 {
  font-size: rem(16);
  @media (min-width: $tablet) {
    font-size: rem(16);
  }
}
*/
p {
  margin: 0; }

a {
  color: #19226D;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out; }
  a:hover, a:focus {
    color: #121950; }

strong {
  color: currentColor; }

address {
  font-style: normal; }

blockquote {
  color: #5BD7F6; }

pre {
  padding: 1.25rem;
  background: #202020;
  color: #fff; }

.entry-content ul {
  list-style-type: disc;
  padding-left: 1.25rem; }

/*********************************************************
  Button
*********************************************************/
/*
.btn {
  display: inline-block;
  padding: rem(12) rem(24);
  font-family: inherit;
  font-size: $font-size;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
  transition: 0.3s ease-out;
}
*/
.btn--clear {
  background: transparent;
  color: #5BD7F6; }
  .btn--clear:hover, .btn--clear:focus {
    background: transparent;
    color: #39cff4; }

.btn--small {
  font-size: 0.875rem;
  padding: 0.3125rem 0.625rem; }

.btn--large {
  font-size: 1.125rem;
  padding: 0.9375rem 1.25rem; }

.btn--disabled {
  opacity: 0.8;
  cursor: not-allowed; }

.btn--block {
  display: block;
  max-width: 100%; }

/*********************************************************
  Input
*********************************************************/
fieldset {
  margin: 0;
  padding: 0;
  border: none; }

label,
.form > .form__label {
  display: block;
  margin-bottom: 0.2rem; }

input[type='email'],
input[type='number'],
input[type='password'],
input[type='search'],
input[type='tel'],
input[type='text'],
input[type='url'],
textarea {
  display: inline-block;
  width: 100%;
  margin-bottom: 0.9375rem;
  padding: 0.75rem;
  font-family: inherit;
  font-size: 1rem;
  color: #5BD7F6;
  border: 1px solid #D9D1C3;
  border-radius: 4px;
  outline: none;
  -webkit-transition: 0.2s all ease-out;
  transition: 0.2s all ease-out; }
  input[type='email']:focus, input[type='email']:active,
  input[type='number']:focus,
  input[type='number']:active,
  input[type='password']:focus,
  input[type='password']:active,
  input[type='search']:focus,
  input[type='search']:active,
  input[type='tel']:focus,
  input[type='tel']:active,
  input[type='text']:focus,
  input[type='text']:active,
  input[type='url']:focus,
  input[type='url']:active,
  textarea:focus,
  textarea:active {
    border-color: #19226D; }

button,
input[type='submit'] {
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }

textarea {
  max-width: 100%; }

@media (min-width: 769px) {
  .form__btn-container {
    float: right; } }

.form__input--success {
  border-color: #4bb14b !important; }

.form__input--error {
  border-color: #F30104 !important; }

[data-class="wpcf7cf_group"] {
  padding-left: 45px; }
  @media (max-width: 768px) {
    [data-class="wpcf7cf_group"] {
      padding: 0;
      padding-left: 1.875rem;
      padding-right: 1.875rem; } }

.quiz-result {
  display: none; }

#js-form-quiz h2 {
  padding-bottom: 3.75rem;
  color: #19226D; }
  @media (max-width: 768px) {
    #js-form-quiz h2 {
      font-size: 28px;
      padding-top: 3.75rem;
      padding-bottom: 1.875rem; } }

#js-form-quiz h2 span {
  color: #FCC025; }

span.wpcf7-list-item {
  display: block; }

.wpcf7-list-item + .wpcf7-list-item {
  margin-top: 0.9375rem; }
  @media (max-width: 768px) {
    .wpcf7-list-item + .wpcf7-list-item {
      margin-top: 1.25rem; } }

.wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item label input {
  width: auto;
  width: 1em;
  height: 1em; }

.wpcf7-form .wpcf7-checkbox label,
.wpcf7-form .wpcf7-acceptance label {
  position: relative;
  cursor: pointer; }

.wpcf7-form .wpcf7-checkbox input[type="checkbox"],
.wpcf7-form .wpcf7-acceptance input[type="checkbox"] {
  position: relative;
  visibility: hidden;
  margin-right: 0.7em; }

.wpcf7-form .wpcf7-checkbox input[type="checkbox"] + span:before,
.wpcf7-form .wpcf7-checkbox input[type="checkbox"] + span:after,
.wpcf7-form .wpcf7-acceptance input[type="checkbox"] + span:before,
.wpcf7-form .wpcf7-acceptance input[type="checkbox"] + span:after {
  content: "";
  display: block;
  position: absolute;
  height: 20px;
  width: 20px;
  top: 0;
  left: 0;
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #19226D; }

.wpcf7-form .wpcf7-checkbox input[type="checkbox"] + span:after,
.wpcf7-form .wpcf7-acceptance input[type="checkbox"] + span:after {
  content: "";
  visibility: hidden;
  background-color: #19226D;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAzMCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwLjcxNCAyMy43ODZMMCAxMy4wNzFMNC4yODYgOC43ODZMMTAuNzE0IDE1LjIxNEwyNS43MTQgMC4yMTQwMDFMMzAgNC41TDEwLjcxNCAyMy43ODZaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K");
  background-size: 54%;
  background-position: center center;
  background-repeat: no-repeat; }

.wpcf7-form .wpcf7-checkbox input[type="checkbox"]:checked + span:before,
.wpcf7-form .wpcf7-acceptance input[type="checkbox"]:checked + span:before {
  background: transparent; }

.wpcf7-form .wpcf7-checkbox input[type="checkbox"]:checked + span:after,
.wpcf7-form .wpcf7-acceptance input[type="checkbox"]:checked + span:after {
  visibility: visible; }

.wpcf7-form .wpcf7-radio label {
  position: relative;
  cursor: pointer; }

.wpcf7-form .wpcf7-radio input[type="radio"] {
  position: relative;
  visibility: hidden;
  margin-right: 0.7em; }

.wpcf7-form .wpcf7-radio input[type="radio"] + span:before,
.wpcf7-form .wpcf7-radio input[type="radio"] + span:after {
  content: "";
  display: block;
  position: absolute;
  height: 20px;
  width: 20px;
  top: 0;
  left: 0;
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #19226D; }

.wpcf7-form .wpcf7-radio input[type="radio"] + span:after {
  content: "";
  visibility: hidden;
  background-color: #19226D;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAzMCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwLjcxNCAyMy43ODZMMCAxMy4wNzFMNC4yODYgOC43ODZMMTAuNzE0IDE1LjIxNEwyNS43MTQgMC4yMTQwMDFMMzAgNC41TDEwLjcxNCAyMy43ODZaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K");
  background-size: 54%;
  background-position: center center;
  background-repeat: no-repeat; }

.wpcf7-form .wpcf7-radio input[type="radio"]:checked + span:before {
  background: transparent; }

.wpcf7-form .wpcf7-radio input[type="radio"]:checked + span:after {
  visibility: visible; }

form.cf7mls input.wpcf7-form-control.wpcf7-submit {
  font-weight: inherit !important;
  font-size: inherit !important;
  border: none; }

.wpcf7 form.sent .wpcf7-response-output {
  border: none; }

form.cf7mls input.wpcf7-form-control.wpcf7-submit,
.cf7mls-btns .cf7mls_next.action-button,
.cf7mls-btns .cf7mls_back.action-button,
div[id^="wpcf7-f2423-p"] button.cf7mls_back {
  border-radius: 30px;
  border-width: 2px;
  border-style: solid;
  border-color: #19226D;
  padding: 8px 24px;
  font-weight: inherit; }

.cf7mls-btns .cf7mls_back.action-button {
  background: transparent;
  color: #202020;
  border: none;
  padding: 0;
  opacity: 1;
  font-size: 28px; }
  @media (max-width: 768px) {
    .cf7mls-btns .cf7mls_back.action-button {
      margin: 0;
      background: #FCC025;
      position: absolute;
      top: 0;
      width: 100%;
      color: #fff;
      border-radius: 0;
      padding-bottom: 5px; } }
  .cf7mls-btns .cf7mls_back.action-button span {
    color: #FCC025; }
    @media (max-width: 768px) {
      .cf7mls-btns .cf7mls_back.action-button span {
        color: #fff; } }

@media (max-width: 768px) {
  .cf7mls-btns .cf7mls_next.action-button {
    margin: 0;
    margin-top: 0.3125rem; } }

/*********************************************************
    Tables
*********************************************************/
.table {
  width: 100%;
  text-align: left;
  border-collapse: collapse; }
  .table th {
    padding: .8rem;
    font-weight: 600;
    border-bottom: 0.2rem solid rgba(32, 32, 32, 0.25);
    vertical-align: bottom; }
  .table td {
    padding: .8rem;
    border-top: 1px solid rgba(32, 32, 32, 0.25); }
  .table--striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.03); }
  .table--hover tbody tr:hover {
    background-color: rgba(0, 0, 0, 0.06); }

/**
  * -- LAYOUT
  */
/*********************************************************
  Grid & Containers
  @NOTE: Uses Flexbox Sass
*********************************************************/
.container {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: 1030px;
  margin: 0 auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem; }
  .container--narrow {
    max-width: 800px; }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem; }

.row {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (min-width: 769px) {
    .row {
      margin-right: -0.625rem;
      margin-left: -0.625rem; } }

.row.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }

.col.reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse; }

[class*="col-xs"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }
  @media (min-width: 769px) {
    [class*="col-xs"] {
      padding-right: 0.625rem;
      padding-left: 0.625rem; } }

.col-xs-1 {
  -ms-flex-preferred-size: 8.3333333333%;
      flex-basis: 8.3333333333%;
  max-width: 8.3333333333%; }

.col-xs-2 {
  -ms-flex-preferred-size: 16.6666666667%;
      flex-basis: 16.6666666667%;
  max-width: 16.6666666667%; }

.col-xs-3 {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  max-width: 25%; }

.col-xs-4 {
  -ms-flex-preferred-size: 33.3333333333%;
      flex-basis: 33.3333333333%;
  max-width: 33.3333333333%; }

.col-xs-5 {
  -ms-flex-preferred-size: 41.6666666667%;
      flex-basis: 41.6666666667%;
  max-width: 41.6666666667%; }

.col-xs-6 {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 50%; }

.col-xs-7 {
  -ms-flex-preferred-size: 58.3333333333%;
      flex-basis: 58.3333333333%;
  max-width: 58.3333333333%; }

.col-xs-8 {
  -ms-flex-preferred-size: 66.6666666667%;
      flex-basis: 66.6666666667%;
  max-width: 66.6666666667%; }

.col-xs-9 {
  -ms-flex-preferred-size: 75%;
      flex-basis: 75%;
  max-width: 75%; }

.col-xs-10 {
  -ms-flex-preferred-size: 83.3333333333%;
      flex-basis: 83.3333333333%;
  max-width: 83.3333333333%; }

.col-xs-11 {
  -ms-flex-preferred-size: 91.6666666667%;
      flex-basis: 91.6666666667%;
  max-width: 91.6666666667%; }

.col-xs-12 {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%; }

.col-xs-offset-1 {
  margin-left: 8.3333333333%; }

.col-xs-offset-2 {
  margin-left: 16.6666666667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.3333333333%; }

.col-xs-offset-5 {
  margin-left: 41.6666666667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.3333333333%; }

.col-xs-offset-8 {
  margin-left: 66.6666666667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.3333333333%; }

.col-xs-offset-11 {
  margin-left: 91.6666666667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

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

.start-xs {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: start; }

.center-xs {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center; }

.end-xs {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: end; }

.top-xs, .flex-top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.middle-xs, .flex-middle {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.bottom-xs, .flex-bottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }

.around-xs, .flex-around {
  -ms-flex-pack: distribute;
      justify-content: space-around; }

.between-xs, .flex-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.first-xs {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1; }

.last-xs {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; }

@media only screen and (min-width: 48rem) {
  [class*="col-sm"] {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding-right: 0.625rem;
    padding-left: 0.625rem; }
  .col-sm-1 {
    -ms-flex-preferred-size: 8.3333333333%;
        flex-basis: 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-sm-2 {
    -ms-flex-preferred-size: 16.6666666667%;
        flex-basis: 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-sm-3 {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%; }
  .col-sm-4 {
    -ms-flex-preferred-size: 33.3333333333%;
        flex-basis: 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-sm-5 {
    -ms-flex-preferred-size: 41.6666666667%;
        flex-basis: 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-sm-6 {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%; }
  .col-sm-7 {
    -ms-flex-preferred-size: 58.3333333333%;
        flex-basis: 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-sm-8 {
    -ms-flex-preferred-size: 66.6666666667%;
        flex-basis: 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-sm-9 {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%; }
  .col-sm-10 {
    -ms-flex-preferred-size: 83.3333333333%;
        flex-basis: 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-sm-11 {
    -ms-flex-preferred-size: 91.6666666667%;
        flex-basis: 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-sm-12 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%; }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%; }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%; }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%; }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%; }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%; }
  .col-sm-offset-12 {
    margin-left: 100%; }
  .col-sm {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    max-width: 100%; }
  .start-sm {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: start; }
  .center-sm {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center; }
  .end-sm {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: end; }
  .top-sm {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .middle-sm {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .bottom-sm {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .around-sm {
    -ms-flex-pack: distribute;
        justify-content: space-around; }
  .between-sm {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .first-sm {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .last-sm {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; } }

@media only screen and (min-width: 64rem) {
  [class*="col-md"] {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding-right: 0.625rem;
    padding-left: 0.625rem; }
  .col-md-1 {
    -ms-flex-preferred-size: 8.3333333333%;
        flex-basis: 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-md-2 {
    -ms-flex-preferred-size: 16.6666666667%;
        flex-basis: 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-md-3 {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%; }
  .col-md-4 {
    -ms-flex-preferred-size: 33.3333333333%;
        flex-basis: 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-md-5 {
    -ms-flex-preferred-size: 41.6666666667%;
        flex-basis: 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-md-6 {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%; }
  .col-md-7 {
    -ms-flex-preferred-size: 58.3333333333%;
        flex-basis: 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-md-8 {
    -ms-flex-preferred-size: 66.6666666667%;
        flex-basis: 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-md-9 {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%; }
  .col-md-10 {
    -ms-flex-preferred-size: 83.3333333333%;
        flex-basis: 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-md-11 {
    -ms-flex-preferred-size: 91.6666666667%;
        flex-basis: 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-md-12 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%; }
  .col-md-offset-1 {
    margin-left: 8.3333333333%; }
  .col-md-offset-2 {
    margin-left: 16.6666666667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.3333333333%; }
  .col-md-offset-5 {
    margin-left: 41.6666666667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.3333333333%; }
  .col-md-offset-8 {
    margin-left: 66.6666666667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.3333333333%; }
  .col-md-offset-11 {
    margin-left: 91.6666666667%; }
  .col-md-offset-12 {
    margin-left: 100%; }
  .col-md {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    max-width: 100%; }
  .start-md {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: start; }
  .center-md {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center; }
  .end-md {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: end; }
  .top-md {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .middle-md {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .bottom-md {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .around-md {
    -ms-flex-pack: distribute;
        justify-content: space-around; }
  .between-md {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .first-md {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .last-md {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; } }

@media only screen and (min-width: 80rem) {
  [class*="col-lg"] {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding-right: 0.625rem;
    padding-left: 0.625rem; }
  .col-lg-1 {
    -ms-flex-preferred-size: 8.3333333333%;
        flex-basis: 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-lg-2 {
    -ms-flex-preferred-size: 16.6666666667%;
        flex-basis: 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%; }
  .col-lg-4 {
    -ms-flex-preferred-size: 33.3333333333%;
        flex-basis: 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-lg-5 {
    -ms-flex-preferred-size: 41.6666666667%;
        flex-basis: 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-lg-6 {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%; }
  .col-lg-7 {
    -ms-flex-preferred-size: 58.3333333333%;
        flex-basis: 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-lg-8 {
    -ms-flex-preferred-size: 66.6666666667%;
        flex-basis: 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-lg-9 {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%; }
  .col-lg-10 {
    -ms-flex-preferred-size: 83.3333333333%;
        flex-basis: 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-lg-11 {
    -ms-flex-preferred-size: 91.6666666667%;
        flex-basis: 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%; }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%; }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%; }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%; }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%; }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%; }
  .col-lg-offset-12 {
    margin-left: 100%; }
  .col-lg {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    max-width: 100%; }
  .start-lg {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: start; }
  .center-lg {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center; }
  .end-lg {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: end; }
  .top-lg {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .middle-lg {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .bottom-lg {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .around-lg {
    -ms-flex-pack: distribute;
        justify-content: space-around; }
  .between-lg {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .first-lg {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .last-lg {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; } }

.header-headroom {
  position: fixed !important;
  top: 0;
  width: 100%; }
  .header-headroom.animated {
    -webkit-animation-fill-mode: none;
            animation-fill-mode: none; }
  @media (max-width: 769px) {
    .header-headroom {
      background-color: #FCF8F1 !important; } }

@media (max-width: 769px) {
  .header-headroom {
    position: relative !important; } }

.headroom {
  -webkit-transition: -webkit-transform 0.3s linear !important;
  transition: -webkit-transform 0.3s linear !important;
  transition: transform 0.3s linear !important;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear !important; }

.headroom--not-top {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%); }

.headroom--unpinned {
  background-color:  var(--e-global-color-3c1733d)!important; }

.headroom--pinned {
  position: fixed !important;
  background-color: var(--e-global-color-3c1733d)!important;
  -webkit-transform: translateY(0);
          transform: translateY(0); }

.headroom--top {
  top: 0;
  background-color: var(--e-global-color-3c1733d) !important;
  -webkit-transform: translateY(0);
          transform: translateY(0); }

.header-bottom-headroom.headroom--unpinned {
  background: #19226D !important;
  -webkit-transform: translateY(-500%) !important;
          transform: translateY(-500%) !important; }

.header-bottom-headroom.headroom--pinned {
  background: #19226D !important;
  -webkit-transform: translateY(0);
          transform: translateY(0); }

.header-bottom-headroom.headroom--top {
  background: #19226D !important;
  -webkit-transform: translateY(0);
          transform: translateY(0); }

.uael-flyout-content,
.uael-flyout-overlay {
  height: 100vh !important; }

/**
  * Nav-Toggle / Hamburger
  */
.nav-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--e-global-color-primary);
  cursor: pointer;
  margin-top: 0;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease; }
  .nav-toggle:hover {
    background: var(--e-global-color-secondary); }
    .nav-toggle:hover > div {
      background: #fff; }
      .nav-toggle:hover > div:before {
        -webkit-transform: translateY(-1px);
                transform: translateY(-1px); }
      .nav-toggle:hover > div:after {
        -webkit-transform: translateY(1px);
                transform: translateY(1px); }
  .nav-toggle.active > div {
    background: #fff; }

.nav-toggle > div {
  position: relative;
  width: 28px;
  height: 2px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease; }
  .nav-toggle > div:before, .nav-toggle > div:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: -10px;
    left: 0;
    width: 100%;
    height: 2px;
    background: inherit; }
  .nav-toggle > div:after {
    top: auto;
    bottom: -10px; }

.nav-toggle.active > div {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease; }
  .nav-toggle.active > div:before, .nav-toggle.active > div:after {
    top: 0;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }
  .nav-toggle.active > div:after {
    opacity: 0; }

body.nav-open {
  max-height: 100vh; }
  body.nav-open .header-headroom {
    background: var(--e-global-color-3c1733d) !important;
    z-index: 9999999 !important; }
  body.nav-open .header-bottom-headroom {
    display: none !important; }
  body.nav-open .header-headroom .elementor-button-link {
    background: #fff !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
    body.nav-open .header-headroom .elementor-button-link:hover {
      background: var(--e-global-color-secondary) !important; }
      body.nav-open .header-headroom .elementor-button-link:hover strong,
      body.nav-open .header-headroom .elementor-button-link:hover span {
        color: #fff !important; }
    body.nav-open .header-headroom .elementor-button-link span,
    body.nav-open .header-headroom .elementor-button-link strong {
      color: #19226D !important; }
  body.nav-open .nav-toggle__line {
    background: #fff; }
  body.nav-open .header-bottom-list {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff; }

/*********************************************************
  Footer
*********************************************************/
/*********************************************************
  Section
*********************************************************/
.section {
  padding: 5em 0; }

.section--sm {
  padding: 3em 0; }

.section--md {
  padding: 7em 0; }

.section--lg {
  padding: 9em 0; }

/**
  * -- COMPONENTS
  */
/**
  * -- TEMPLATES
  */
/**
  * -- STATES
  */
/*********************************************************
    Animations
*********************************************************/
@-webkit-keyframes scrollDown {
  0% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    -webkit-animation-timing-function: cubic-bezier(0.65, 0.88, 0.36, 0.29);
            animation-timing-function: cubic-bezier(0.65, 0.88, 0.36, 0.29); }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in; }
  100% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    -webkit-animation-timing-function: cubic-bezier(0.65, 0.88, 0.36, 0.29);
            animation-timing-function: cubic-bezier(0.65, 0.88, 0.36, 0.29); } }
@keyframes scrollDown {
  0% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    -webkit-animation-timing-function: cubic-bezier(0.65, 0.88, 0.36, 0.29);
            animation-timing-function: cubic-bezier(0.65, 0.88, 0.36, 0.29); }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in; }
  100% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    -webkit-animation-timing-function: cubic-bezier(0.65, 0.88, 0.36, 0.29);
            animation-timing-function: cubic-bezier(0.65, 0.88, 0.36, 0.29); } }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes sign {
  from {
    stroke-dashoffset: 0; }
  to {
    stroke-dashoffset: 1368; } }

@keyframes sign {
  from {
    stroke-dashoffset: 0; }
  to {
    stroke-dashoffset: 1368; } }

@-webkit-keyframes fill {
  0% {
    color: transparent; }
  50% {
    color: #fff; }
  100% {
    color: #5BD7F6; } }

@keyframes fill {
  0% {
    color: transparent; }
  50% {
    color: #fff; }
  100% {
    color: #5BD7F6; } }

@-webkit-keyframes exitUp {
  from {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  to {
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0); } }

@keyframes exitUp {
  from {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  to {
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0); } }

@-webkit-keyframes exitDown {
  from {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  to {
    -webkit-transform: translate(100%, 0);
            transform: translate(100%, 0); } }

@keyframes exitDown {
  from {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  to {
    -webkit-transform: translate(100%, 0);
            transform: translate(100%, 0); } }

.animsition {
  position: relative;
  opacity: 0;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

.animsition-loading,
.animsition-loading:after {
  width: 32px;
  height: 32px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -16px;
  margin-left: -16px;
  border-radius: 50%;
  z-index: 100; }

.animsition-loading {
  background-color: transparent;
  border-top: 3px solid #19226D;
  border-right: 3px solid #19226D;
  border-bottom: 3px solid #19226D;
  border-left: 3px solid #fff;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-name: animsition-loading;
          animation-name: animsition-loading; }

@-webkit-keyframes animsition-loading {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes animsition-loading {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-webkit-keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.fade-in {
  -webkit-animation-name: fade-in;
          animation-name: fade-in; }

@-webkit-keyframes fade-out {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fade-out {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.fade-out {
  -webkit-animation-name: fade-out;
          animation-name: fade-out; }

/*********************************************************
  Utility / Helper Classes
  @NOTE: prefix with ".u-"
*********************************************************/
/**
  * Visibility
  */
.u-visible-desktop {
  display: none; }
  @media (min-width: 1025px) {
    .u-visible-desktop {
      display: block; } }

.u-visible-tablet {
  display: none; }
  @media (min-width: 769px) {
    .u-visible-tablet {
      display: block; } }

@media (min-width: 1025px) {
  .u-hidden-desktop {
    display: none; } }

@media (min-width: 769px) {
  .u-hidden-tablet {
    display: none; } }

@media (max-width: 769px) {
  .u-hidden-phone {
    display: none !important; } }

@media (max-width: 1025px) {
  .headerhide {
    background-image: none !important; } }

/**
  * Alignments
  */
.u-text-center {
  text-align: center !important; }

.u-text-right {
  text-align: right !important; }

/**
  * Text Colors
  */
.u-color-white {
  color: #fff; }

.u-color-primary {
  color: #5BD7F6; }

.u-color-link {
  color: #19226D; }

.u-color-secondary {
  color: #19226D; }

/**
  * Background Colors
  */
.u-bg-primary {
  background-color: #5BD7F6; }

.u-bg-secondary {
  background-color: #19226D; }

.u-bg-white {
  background-color: #fff; }

/**
  * Fonts
  */
.u-font-heading {
  font-family: ""; }

.u-font-body {
  font-family: ""; }
