/* open-sans-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../assets/fonts/open-sans-v44-latin-regular.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-500 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  src: url('../assets/fonts/open-sans-v44-latin-500.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-600 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../assets/fonts/open-sans-v44-latin-600.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
:root {
  --reflex-columns: 12;
  --reflex-grid-spacing: 15px;
  --reflex-xs: 576px;
  --reflex-sm: 768px;
  --reflex-md: 992px;
  --reflex-lg: 1200px;
  --reflex-xlg: 1600px;
  --reflex-xxs-max: 575px;
  --reflex-xs-max: 767px;
  --reflex-sm-max: 991px;
  --reflex-md-max: 1199px;
  --reflex-lg-max: 1599px;
}

.container,
.container-full {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
}

.container .grid,
.container-full .grid {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 576px) {
  .container {
    max-width: 576px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 992px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

@media (min-width: 1600px) {
  .container {
    max-width: 1600px;
  }
}

.grid {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 auto;
  position: relative;
  letter-spacing: -.31em;
  *letter-spacing: normal;
  word-spacing: -.43em;
  list-style-type: none;
}

.grid::before, .grid::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: normal;
  word-spacing: normal;
  white-space: normal;
}

[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: normal;
  word-spacing: normal;
  white-space: normal;
  position: relative;
  width: 100%;
  vertical-align: top;
  padding: 15px;
  display: inline-block;
  *display: inline;
  zoom: 1;
}

[class*="col-"]::before, [class*="col-"]::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: normal;
  word-spacing: normal;
  white-space: normal;
}

[class*="col-"] .grid {
  -ms-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  margin: -15px;
}

.col-12 {
  width: 100%;
  *width: 99.9%;
}

.col-11 {
  width: 91.66666667%;
  *width: 91.56666667%;
}

.col-10 {
  width: 83.33333333%;
  *width: 83.23333333%;
}

.col-9 {
  width: 75%;
  *width: 74.9%;
}

.col-8 {
  width: 66.66666667%;
  *width: 66.56666667%;
}

.col-7 {
  width: 58.33333333%;
  *width: 58.23333333%;
}

.col-6 {
  width: 50%;
  *width: 49.9%;
}

.col-5 {
  width: 41.66666667%;
  *width: 41.56666667%;
}

.col-4 {
  width: 33.33333333%;
  *width: 33.23333333%;
}

.col-3 {
  width: 25%;
  *width: 24.9%;
}

.col-2 {
  width: 16.66666667%;
  *width: 16.56666667%;
}

.col-1 {
  width: 8.33333333%;
  *width: 8.23333333%;
}

@media (min-width: 576px) {
  .col-xs-12 {
    width: 100%;
    *width: 99.9%;
  }
  .col-xs-11 {
    width: 91.66666667%;
    *width: 91.56666667%;
  }
  .col-xs-10 {
    width: 83.33333333%;
    *width: 83.23333333%;
  }
  .col-xs-9 {
    width: 75%;
    *width: 74.9%;
  }
  .col-xs-8 {
    width: 66.66666667%;
    *width: 66.56666667%;
  }
  .col-xs-7 {
    width: 58.33333333%;
    *width: 58.23333333%;
  }
  .col-xs-6 {
    width: 50%;
    *width: 49.9%;
  }
  .col-xs-5 {
    width: 41.66666667%;
    *width: 41.56666667%;
  }
  .col-xs-4 {
    width: 33.33333333%;
    *width: 33.23333333%;
  }
  .col-xs-3 {
    width: 25%;
    *width: 24.9%;
  }
  .col-xs-2 {
    width: 16.66666667%;
    *width: 16.56666667%;
  }
  .col-xs-1 {
    width: 8.33333333%;
    *width: 8.23333333%;
  }
}

@media (min-width: 768px) {
  .col-sm-12 {
    width: 100%;
    *width: 99.9%;
  }
  .col-sm-11 {
    width: 91.66666667%;
    *width: 91.56666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
    *width: 83.23333333%;
  }
  .col-sm-9 {
    width: 75%;
    *width: 74.9%;
  }
  .col-sm-8 {
    width: 66.66666667%;
    *width: 66.56666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
    *width: 58.23333333%;
  }
  .col-sm-6 {
    width: 50%;
    *width: 49.9%;
  }
  .col-sm-5 {
    width: 41.66666667%;
    *width: 41.56666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
    *width: 33.23333333%;
  }
  .col-sm-3 {
    width: 25%;
    *width: 24.9%;
  }
  .col-sm-2 {
    width: 16.66666667%;
    *width: 16.56666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
    *width: 8.23333333%;
  }
}

@media (min-width: 992px) {
  .col-md-12 {
    width: 100%;
    *width: 99.9%;
  }
  .col-md-11 {
    width: 91.66666667%;
    *width: 91.56666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
    *width: 83.23333333%;
  }
  .col-md-9 {
    width: 75%;
    *width: 74.9%;
  }
  .col-md-8 {
    width: 66.66666667%;
    *width: 66.56666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
    *width: 58.23333333%;
  }
  .col-md-6 {
    width: 50%;
    *width: 49.9%;
  }
  .col-md-5 {
    width: 41.66666667%;
    *width: 41.56666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
    *width: 33.23333333%;
  }
  .col-md-3 {
    width: 25%;
    *width: 24.9%;
  }
  .col-md-2 {
    width: 16.66666667%;
    *width: 16.56666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
    *width: 8.23333333%;
  }
}

@media (min-width: 1200px) {
  .col-lg-12 {
    width: 100%;
    *width: 99.9%;
  }
  .col-lg-11 {
    width: 91.66666667%;
    *width: 91.56666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
    *width: 83.23333333%;
  }
  .col-lg-9 {
    width: 75%;
    *width: 74.9%;
  }
  .col-lg-8 {
    width: 66.66666667%;
    *width: 66.56666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
    *width: 58.23333333%;
  }
  .col-lg-6 {
    width: 50%;
    *width: 49.9%;
  }
  .col-lg-5 {
    width: 41.66666667%;
    *width: 41.56666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
    *width: 33.23333333%;
  }
  .col-lg-3 {
    width: 25%;
    *width: 24.9%;
  }
  .col-lg-2 {
    width: 16.66666667%;
    *width: 16.56666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
    *width: 8.23333333%;
  }
}

@media (min-width: 1600px) {
  .col-xlg-12 {
    width: 100%;
    *width: 99.9%;
  }
  .col-xlg-11 {
    width: 91.66666667%;
    *width: 91.56666667%;
  }
  .col-xlg-10 {
    width: 83.33333333%;
    *width: 83.23333333%;
  }
  .col-xlg-9 {
    width: 75%;
    *width: 74.9%;
  }
  .col-xlg-8 {
    width: 66.66666667%;
    *width: 66.56666667%;
  }
  .col-xlg-7 {
    width: 58.33333333%;
    *width: 58.23333333%;
  }
  .col-xlg-6 {
    width: 50%;
    *width: 49.9%;
  }
  .col-xlg-5 {
    width: 41.66666667%;
    *width: 41.56666667%;
  }
  .col-xlg-4 {
    width: 33.33333333%;
    *width: 33.23333333%;
  }
  .col-xlg-3 {
    width: 25%;
    *width: 24.9%;
  }
  .col-xlg-2 {
    width: 16.66666667%;
    *width: 16.56666667%;
  }
  .col-xlg-1 {
    width: 8.33333333%;
    *width: 8.23333333%;
  }
}

.col-auto {
  -ms-flex: 1 0 auto;
  -webkit-flex: 1 0 0px;
  flex: 1 0 0px;
  width: auto;
}

@media (min-width: 576px) {
  .col-xs-auto {
    -ms-flex: 1 0 auto;
    -webkit-flex: 1 0 0px;
    flex: 1 0 0px;
    width: auto;
  }
}

@media (min-width: 768px) {
  .col-sm-auto {
    -ms-flex: 1 0 auto;
    -webkit-flex: 1 0 0px;
    flex: 1 0 0px;
    width: auto;
  }
}

@media (min-width: 992px) {
  .col-md-auto {
    -ms-flex: 1 0 auto;
    -webkit-flex: 1 0 0px;
    flex: 1 0 0px;
    width: auto;
  }
}

@media (min-width: 1200px) {
  .col-lg-auto {
    -ms-flex: 1 0 auto;
    -webkit-flex: 1 0 0px;
    flex: 1 0 0px;
    width: auto;
  }
}

@media (min-width: 1600px) {
  .col-xlg-auto {
    -ms-flex: 1 0 auto;
    -webkit-flex: 1 0 0px;
    flex: 1 0 0px;
    width: auto;
  }
}

.order-12 {
  -ms-flex-order: 12;
  -webkit-order: 12;
  order: 12;
}

.order-11 {
  -ms-flex-order: 11;
  -webkit-order: 11;
  order: 11;
}

.order-10 {
  -ms-flex-order: 10;
  -webkit-order: 10;
  order: 10;
}

.order-9 {
  -ms-flex-order: 9;
  -webkit-order: 9;
  order: 9;
}

.order-8 {
  -ms-flex-order: 8;
  -webkit-order: 8;
  order: 8;
}

.order-7 {
  -ms-flex-order: 7;
  -webkit-order: 7;
  order: 7;
}

.order-6 {
  -ms-flex-order: 6;
  -webkit-order: 6;
  order: 6;
}

.order-5 {
  -ms-flex-order: 5;
  -webkit-order: 5;
  order: 5;
}

.order-4 {
  -ms-flex-order: 4;
  -webkit-order: 4;
  order: 4;
}

.order-3 {
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
}

.order-2 {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}

.order-1 {
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}

.order-0 {
  -ms-flex-order: 0;
  -webkit-order: 0;
  order: 0;
}

@media (min-width: 576px) {
  .order-xs-12 {
    -ms-flex-order: 12;
    -webkit-order: 12;
    order: 12;
  }
  .order-xs-11 {
    -ms-flex-order: 11;
    -webkit-order: 11;
    order: 11;
  }
  .order-xs-10 {
    -ms-flex-order: 10;
    -webkit-order: 10;
    order: 10;
  }
  .order-xs-9 {
    -ms-flex-order: 9;
    -webkit-order: 9;
    order: 9;
  }
  .order-xs-8 {
    -ms-flex-order: 8;
    -webkit-order: 8;
    order: 8;
  }
  .order-xs-7 {
    -ms-flex-order: 7;
    -webkit-order: 7;
    order: 7;
  }
  .order-xs-6 {
    -ms-flex-order: 6;
    -webkit-order: 6;
    order: 6;
  }
  .order-xs-5 {
    -ms-flex-order: 5;
    -webkit-order: 5;
    order: 5;
  }
  .order-xs-4 {
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4;
  }
  .order-xs-3 {
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .order-xs-2 {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .order-xs-1 {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .order-xs-0 {
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }
}

@media (min-width: 768px) {
  .order-sm-12 {
    -ms-flex-order: 12;
    -webkit-order: 12;
    order: 12;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    -webkit-order: 11;
    order: 11;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    -webkit-order: 10;
    order: 10;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    -webkit-order: 9;
    order: 9;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    -webkit-order: 8;
    order: 8;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    -webkit-order: 7;
    order: 7;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    -webkit-order: 6;
    order: 6;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    -webkit-order: 5;
    order: 5;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }
}

@media (min-width: 992px) {
  .order-md-12 {
    -ms-flex-order: 12;
    -webkit-order: 12;
    order: 12;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    -webkit-order: 11;
    order: 11;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    -webkit-order: 10;
    order: 10;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    -webkit-order: 9;
    order: 9;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    -webkit-order: 8;
    order: 8;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    -webkit-order: 7;
    order: 7;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    -webkit-order: 6;
    order: 6;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    -webkit-order: 5;
    order: 5;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }
}

@media (min-width: 1200px) {
  .order-lg-12 {
    -ms-flex-order: 12;
    -webkit-order: 12;
    order: 12;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    -webkit-order: 11;
    order: 11;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    -webkit-order: 10;
    order: 10;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    -webkit-order: 9;
    order: 9;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    -webkit-order: 8;
    order: 8;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    -webkit-order: 7;
    order: 7;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    -webkit-order: 6;
    order: 6;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    -webkit-order: 5;
    order: 5;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }
}

@media (min-width: 1600px) {
  .order-xlg-12 {
    -ms-flex-order: 12;
    -webkit-order: 12;
    order: 12;
  }
  .order-xlg-11 {
    -ms-flex-order: 11;
    -webkit-order: 11;
    order: 11;
  }
  .order-xlg-10 {
    -ms-flex-order: 10;
    -webkit-order: 10;
    order: 10;
  }
  .order-xlg-9 {
    -ms-flex-order: 9;
    -webkit-order: 9;
    order: 9;
  }
  .order-xlg-8 {
    -ms-flex-order: 8;
    -webkit-order: 8;
    order: 8;
  }
  .order-xlg-7 {
    -ms-flex-order: 7;
    -webkit-order: 7;
    order: 7;
  }
  .order-xlg-6 {
    -ms-flex-order: 6;
    -webkit-order: 6;
    order: 6;
  }
  .order-xlg-5 {
    -ms-flex-order: 5;
    -webkit-order: 5;
    order: 5;
  }
  .order-xlg-4 {
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4;
  }
  .order-xlg-3 {
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .order-xlg-2 {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .order-xlg-1 {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .order-xlg-0 {
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }
}

.offset-11 {
  margin-left: 91.66666667%;
  *margin-left: 91.56666667%;
}

.offset-10 {
  margin-left: 83.33333333%;
  *margin-left: 83.23333333%;
}

.offset-9 {
  margin-left: 75%;
  *margin-left: 74.9%;
}

.offset-8 {
  margin-left: 66.66666667%;
  *margin-left: 66.56666667%;
}

.offset-7 {
  margin-left: 58.33333333%;
  *margin-left: 58.23333333%;
}

.offset-6 {
  margin-left: 50%;
  *margin-left: 49.9%;
}

.offset-5 {
  margin-left: 41.66666667%;
  *margin-left: 41.56666667%;
}

.offset-4 {
  margin-left: 33.33333333%;
  *margin-left: 33.23333333%;
}

.offset-3 {
  margin-left: 25%;
  *margin-left: 24.9%;
}

.offset-2 {
  margin-left: 16.66666667%;
  *margin-left: 16.56666667%;
}

.offset-1 {
  margin-left: 8.33333333%;
  *margin-left: 8.23333333%;
}

@media (min-width: 576px) {
  .offset-xs-11 {
    margin-left: 91.66666667%;
    *margin-left: 91.56666667%;
  }
  .offset-xs-10 {
    margin-left: 83.33333333%;
    *margin-left: 83.23333333%;
  }
  .offset-xs-9 {
    margin-left: 75%;
    *margin-left: 74.9%;
  }
  .offset-xs-8 {
    margin-left: 66.66666667%;
    *margin-left: 66.56666667%;
  }
  .offset-xs-7 {
    margin-left: 58.33333333%;
    *margin-left: 58.23333333%;
  }
  .offset-xs-6 {
    margin-left: 50%;
    *margin-left: 49.9%;
  }
  .offset-xs-5 {
    margin-left: 41.66666667%;
    *margin-left: 41.56666667%;
  }
  .offset-xs-4 {
    margin-left: 33.33333333%;
    *margin-left: 33.23333333%;
  }
  .offset-xs-3 {
    margin-left: 25%;
    *margin-left: 24.9%;
  }
  .offset-xs-2 {
    margin-left: 16.66666667%;
    *margin-left: 16.56666667%;
  }
  .offset-xs-1 {
    margin-left: 8.33333333%;
    *margin-left: 8.23333333%;
  }
  .offset-xs-0 {
    margin-left: 0;
    *margin-left: -0.1%;
  }
}

@media (min-width: 768px) {
  .offset-sm-11 {
    margin-left: 91.66666667%;
    *margin-left: 91.56666667%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
    *margin-left: 83.23333333%;
  }
  .offset-sm-9 {
    margin-left: 75%;
    *margin-left: 74.9%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
    *margin-left: 66.56666667%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
    *margin-left: 58.23333333%;
  }
  .offset-sm-6 {
    margin-left: 50%;
    *margin-left: 49.9%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
    *margin-left: 41.56666667%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
    *margin-left: 33.23333333%;
  }
  .offset-sm-3 {
    margin-left: 25%;
    *margin-left: 24.9%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
    *margin-left: 16.56666667%;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
    *margin-left: 8.23333333%;
  }
  .offset-sm-0 {
    margin-left: 0;
    *margin-left: -0.1%;
  }
}

@media (min-width: 992px) {
  .offset-md-11 {
    margin-left: 91.66666667%;
    *margin-left: 91.56666667%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
    *margin-left: 83.23333333%;
  }
  .offset-md-9 {
    margin-left: 75%;
    *margin-left: 74.9%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
    *margin-left: 66.56666667%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
    *margin-left: 58.23333333%;
  }
  .offset-md-6 {
    margin-left: 50%;
    *margin-left: 49.9%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
    *margin-left: 41.56666667%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
    *margin-left: 33.23333333%;
  }
  .offset-md-3 {
    margin-left: 25%;
    *margin-left: 24.9%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
    *margin-left: 16.56666667%;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
    *margin-left: 8.23333333%;
  }
  .offset-md-0 {
    margin-left: 0;
    *margin-left: -0.1%;
  }
}

@media (min-width: 1200px) {
  .offset-lg-11 {
    margin-left: 91.66666667%;
    *margin-left: 91.56666667%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
    *margin-left: 83.23333333%;
  }
  .offset-lg-9 {
    margin-left: 75%;
    *margin-left: 74.9%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
    *margin-left: 66.56666667%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
    *margin-left: 58.23333333%;
  }
  .offset-lg-6 {
    margin-left: 50%;
    *margin-left: 49.9%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
    *margin-left: 41.56666667%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
    *margin-left: 33.23333333%;
  }
  .offset-lg-3 {
    margin-left: 25%;
    *margin-left: 24.9%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
    *margin-left: 16.56666667%;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
    *margin-left: 8.23333333%;
  }
  .offset-lg-0 {
    margin-left: 0;
    *margin-left: -0.1%;
  }
}

@media (min-width: 1600px) {
  .offset-xlg-11 {
    margin-left: 91.66666667%;
    *margin-left: 91.56666667%;
  }
  .offset-xlg-10 {
    margin-left: 83.33333333%;
    *margin-left: 83.23333333%;
  }
  .offset-xlg-9 {
    margin-left: 75%;
    *margin-left: 74.9%;
  }
  .offset-xlg-8 {
    margin-left: 66.66666667%;
    *margin-left: 66.56666667%;
  }
  .offset-xlg-7 {
    margin-left: 58.33333333%;
    *margin-left: 58.23333333%;
  }
  .offset-xlg-6 {
    margin-left: 50%;
    *margin-left: 49.9%;
  }
  .offset-xlg-5 {
    margin-left: 41.66666667%;
    *margin-left: 41.56666667%;
  }
  .offset-xlg-4 {
    margin-left: 33.33333333%;
    *margin-left: 33.23333333%;
  }
  .offset-xlg-3 {
    margin-left: 25%;
    *margin-left: 24.9%;
  }
  .offset-xlg-2 {
    margin-left: 16.66666667%;
    *margin-left: 16.56666667%;
  }
  .offset-xlg-1 {
    margin-left: 8.33333333%;
    *margin-left: 8.23333333%;
  }
  .offset-xlg-0 {
    margin-left: 0;
    *margin-left: -0.1%;
  }
}

.wrap {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.no-wrap {
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.no-wrap [class*="col-"] {
  -ms-flex-negative: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
}

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

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

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

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

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

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

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

.align-end [class*="col-"] {
  vertical-align: bottom;
}

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

.align-center [class*="col-"] {
  vertical-align: middle;
}

.align-baseline {
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline;
}

.align-content-start {
  -ms-flex-line-pack: start;
  -webkit-align-content: flex-start;
  align-content: flex-start;
}

.align-content-end {
  -ms-flex-line-pack: end;
  -webkit-align-content: flex-end;
  align-content: flex-end;
}

.align-content-end [class*="col-"] {
  vertical-align: bottom;
}

.align-content-center {
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  align-content: center;
}

.align-content-space-between {
  -ms-flex-line-pack: justify;
  -webkit-align-content: space-between;
  align-content: space-between;
}

.align-content-space-around {
  -ms-flex-line-pack: distribute;
  -webkit-align-content: space-around;
  align-content: space-around;
}

.align-self-stretch {
  -ms-flex-item-align: stretch;
  -webkit-align-self: stretch;
  align-self: stretch;
}

.align-self-start {
  -ms-flex-item-align: start;
  -webkit-align-self: flex-start;
  align-self: flex-start;
}

.align-self-end {
  -ms-flex-item-align: end;
  -webkit-align-self: flex-end;
  align-self: flex-end;
  vertical-align: bottom;
}

.align-self-center {
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  align-self: center;
  vertical-align: middle;
}

.align-self-baseline {
  -ms-flex-item-align: baseline;
  -webkit-align-self: baseline;
  align-self: baseline;
  vertical-align: baseline;
}

.justify-start {
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.justify-start.grid {
  text-align: left;
}

.justify-end {
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.justify-end.grid {
  text-align: right;
  -moz-text-align-last: right;
  text-align-last: right;
}

.justify-end.grid [class*="col-"] {
  text-align: left;
  text-align: start;
  -moz-text-align-last: left;
  -moz-text-align-last: start;
  text-align-last: left;
  text-align-last: start;
}

.justify-center {
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.justify-center.grid {
  text-align: center;
  -moz-text-align-last: center;
  text-align-last: center;
}

.justify-center.grid [class*="col-"] {
  text-align: left;
  text-align: start;
  -moz-text-align-last: left;
  -moz-text-align-last: start;
  text-align-last: left;
  text-align-last: start;
}

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

.justify-space-between.grid {
  text-align: justify;
  -moz-text-align-last: justify;
  text-align-last: justify;
}

.justify-space-between.grid [class*="col-"] {
  text-align: left;
  text-align: start;
  -moz-text-align-last: left;
  -moz-text-align-last: start;
  text-align-last: left;
  text-align-last: start;
}

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

.justify-space-around.grid {
  text-align: justify;
  -moz-text-align-last: justify;
  text-align-last: justify;
}

.justify-space-around.grid [class*="col-"] {
  text-align: left;
  text-align: start;
  -moz-text-align-last: left;
  -moz-text-align-last: start;
  text-align-last: left;
  text-align-last: start;
}

.grid-bleed [class*="col-"] {
  padding: 0;
}

.col-grid {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.col-grid.direction-row {
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}

.col-bleed {
  padding: 0;
}

.col-bleed-x {
  padding: 15px 0;
}

.col-bleed-y {
  padding: 0 15px;
}

.flex-img {
  display: block;
  -ms-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 100%;
  height: auto;
  width: 100%;
  *width: auto;
}

.flex-footer {
  width: 100%;
  margin-top: auto;
  margin-bottom: 0;
}

.flex-footer > :last-child {
  margin-bottom: 0;
}

@media (max-width: 575px) {
  .hidden-xxs {
    display: none;
  }
}

@media (min-width: 576px) {
  .hidden-xs-up {
    display: none;
  }
}

@media (max-width: 767px) {
  .hidden-xs-down {
    display: none;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .hidden-xs {
    display: none;
  }
}

@media (min-width: 768px) {
  .hidden-sm-up {
    display: none;
  }
}

@media (max-width: 991px) {
  .hidden-sm-down {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none;
  }
}

@media (min-width: 992px) {
  .hidden-md-up {
    display: none;
  }
}

@media (max-width: 1199px) {
  .hidden-md-down {
    display: none;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none;
  }
}

@media (min-width: 1200px) {
  .hidden-lg-up {
    display: none;
  }
}

@media (max-width: 1599px) {
  .hidden-lg-down {
    display: none;
  }
}

@media (min-width: 1200px) and (max-width: 1599px) {
  .hidden-lg {
    display: none;
  }
}

@media (min-width: 1600px) {
  .hidden-xlg {
    display: none;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
html,
body {
  margin: 0;
  padding: 0;
  min-height: 100vh;
  font-size: 20px;
}
body {
  display: flex;
  flex-flow: column nowrap;
  font-family: 'Open Sans', sans-serif;
  line-height: 1.6em;
  font-weight: 400;
  color: #000;
  overflow-x: hidden;
}
body * {
  box-sizing: border-box;
}
body > main {
  flex-grow: 1;
}
html[lang='en-US'] .wpml-ls-item-en {
  display: none;
}
html[lang='de-DE'] .wpml-ls-item-de {
  display: none;
}
.wpml-ls-display {
  display: none;
}
h1,
.h1 {
  font-size: 3.8rem;
  font-weight: 600;
  margin: 0;
  line-height: 1.2em;
}
h2,
.h2 {
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2em;
  margin: 0;
}
h3,
.h3 {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.2em;
}
h4,
.h4 {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.2em;
}
h5,
.h5 {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.2em;
  margin: 0;
}
h6,
.h6 {
  margin: 0 0 14px;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.2em;
  text-transform: uppercase;
}
body.site-id-1 h6 {
  color: #05a3e1;
}
.heading-with-circle {
  position: relative;
  display: inline-block;
  z-index: 1;
}
.heading-with-circle::before {
  content: '';
  position: absolute;
  left: -0.4em;
  top: -0.17em;
  width: 1.25em;
  height: 1.25em;
  border-radius: 50%;
  background-color: #02b6e8;
  z-index: -1;
}
a {
  color: inherit;
  text-decoration: none;
}
p {
  font-weight: 400;
  margin-top: 40px;
  margin-bottom: 40px;
}
[class*="col-"] > p:first-child {
  margin-top: 0;
}
[class*="col-"] > p:last-child {
  margin-bottom: 0;
}
textarea {
  resize: vertical;
}
.subtitle {
  font-weight: 600;
}
.container-fluid {
  max-width: 1920px;
  margin: 0 auto;
}
section {
  position: relative;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.bg-gray {
  background-color: #e6e9ed;
}
section.bg-gray:has( + section:not(.bg-gray)),
section:not(.bg-gray):has(+ section.bg-gray),
section:last-child {
  padding-bottom: 6rem;
}
section.bg-gray + section:not(.bg-gray),
section:not(.bg-gray) + section.bg-gray,
section.section-media-header + section {
  padding-top: 6rem;
}
.section_background-image-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.section_background-image-container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.3;
}
.section_background-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.col-auto-min {
  flex: 0 0 auto;
  width: auto;
}
.flex {
  display: flex;
}
.flex.flex-col {
  flex-flow: column;
}
.flex.align-center {
  align-items: center;
}
.flex.justify-center {
  justify-content: center;
}
.page-wrapper > .spacer {
  padding-top: 60px;
}
.btn {
  display: inline-flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  border-radius: 0.25rem;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  border: 2px solid #18b8e8;
  padding: 0.875rem 1.75rem;
  cursor: pointer;
  background-color: #18b8e8;
  text-decoration: none;
  box-shadow: none;
}
.btn .icon-container {
  margin-right: 0.8em;
  width: 1.2em;
  height: 1.2em;
}
.btn.btn-primary {
  color: #fff;
  background-color: #18b8e8;
  border-color: #18b8e8;
  box-shadow: none;
}
.btn.btn-dark {
  color: #fff;
  background-color: #333;
  border-color: #333;
  box-shadow: none;
}
body.blog-id-2 .heading-with-circle::before {
  background: linear-gradient(45deg, #356ecc, #4c98de, #3ab094, #2aba87);
}
body.blog-id-2 .wysiwyg ul:not(.list-checkmarks),
body.blog-id-2 .wysiwyg ul:not(.checkmarks) {
  list-style: none;
  padding-left: 0;
}
body.blog-id-2 .wysiwyg ul:not(.list-checkmarks) > li,
body.blog-id-2 .wysiwyg ul:not(.checkmarks) > li {
  position: relative;
  padding-left: 2rem;
}
body.blog-id-2 .wysiwyg ul:not(.list-checkmarks) > li:last-child,
body.blog-id-2 .wysiwyg ul:not(.checkmarks) > li:last-child {
  margin-bottom: 0;
}
body.blog-id-2 .wysiwyg ul:not(.list-checkmarks) > li::before,
body.blog-id-2 .wysiwyg ul:not(.checkmarks) > li::before {
  content: '';
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  width: 0.7rem;
  height: 0.7rem;
  background-image: url('images/bulletpoint.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
}
body.blog-id-2 .btn,
body.blog-id-2 .btn.btn-primary {
  color: #010128;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  text-transform: none;
  padding: 0.875rem 1.75rem;
  border: 8px solid transparent;
  border-radius: 750px;
  background: linear-gradient(#b9d6ef, #b9d6ef) padding-box, linear-gradient(135deg, #4169e1, #6495ed, #20b2aa, #3cb371) border-box;
  box-shadow: none;
}
body.blog-id-2 .btn:hover,
body.blog-id-2 .btn:focus,
body.blog-id-2 .btn.btn-primary:hover,
body.blog-id-2 .btn.btn-primary:focus {
  color: #010128;
  background: linear-gradient(#b9d6ef, #b9d6ef) padding-box, linear-gradient(-135deg, #4169e1, #6495ed, #20b2aa, #3cb371) border-box;
  border: 8px solid transparent;
  box-shadow: none;
}
.wysiwyg * {
  text-transform: none;
}
.wysiwyg h2 {
  margin-bottom: 1rem;
}
.wysiwyg a:not(.btn) {
  color: #000;
  text-decoration: underline;
}
.wysiwyg img {
  max-width: 100%;
  height: auto;
}
.wysiwyg .alignnone {
  margin: 0 0 1.5rem;
}
.wysiwyg .aligncenter {
  display: block;
  margin: 0 auto 1.5rem;
}
.wysiwyg .alignleft {
  float: left;
  margin: 0 1.5rem 1rem 0;
}
.wysiwyg .alignright {
  float: right;
  margin: 0 0 1rem 1.5rem;
}
.wysiwyg .wp-caption {
  max-width: 100%;
}
.wysiwyg .wp-caption img {
  display: block;
  margin: 0;
}
.wysiwyg .wp-caption-text {
  margin: 0.75rem 0 0;
  font-size: 0.9rem;
  line-height: 1.5;
}
.share-links {
  display: flex;
  gap: 0.5em;
  margin-top: 1em;
}
.share-links a {
  border: 1px solid #05a3e1;
  border-radius: 50%;
  display: flex;
  width: 2em;
  height: 2em;
  justify-content: center;
  align-items: center;
  color: #05a3e1;
}
ul.list-checkmarks,
ul.checkmarks {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.list-checkmarks li,
ul.checkmarks li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.7rem;
}
ul.list-checkmarks li:last-child,
ul.checkmarks li:last-child {
  margin-bottom: 0;
}
ul.list-checkmarks li::before,
ul.checkmarks li::before {
  content: '\2713';
  position: absolute;
  left: 0;
  top: 0.3em;
  color: #18b8e8;
  font-weight: 700;
  line-height: 1;
}
.icon-container {
  display: inline-flex;
  width: 1em;
  height: 1em;
  justify-content: center;
  align-items: center;
}
.icon-container > svg,
.icon-container > img {
  /*filter: brightness(0) saturate(100%);*/
  width: 100%;
  height: 100%;
}
.icon-container > img {
  object-fit: contain;
}
.text-center {
  text-align: center;
}
.text-bold {
  font-weight: 700;
}
#copyright {
  font-size: 12px;
}
#ccBar ul li {
  width: auto !important;
}
.rounded {
  border-radius: 1em;
  overflow: hidden;
}
.text-gradient {
  background: -webkit-linear-gradient(45deg, #356ECC, #4C98DE, #3AB094, #2ABA87) !important;
  background-clip: border-box;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
/* < xlg */
/* < lg */
/* < md */
/* < sm */
/* < xs */
/* >= xs */
/* >= sm */
/* >= md */
/* >= lg */
/* >= xlg */
.navmenu-opener {
  display: none;
  font-size: 30px;
  text-align: right;
  cursor: pointer;
}
.navmenu-opener > div {
  width: 1em;
  height: 1em;
  margin-left: auto;
  display: flex;
  flex-flow: column;
  justify-content: space-around;
}
.navmenu-opener > div > span {
  height: 0.1em;
  background-color: #000;
  opacity: 1;
  transition: all 0.2s ease-out;
}
.navmenu-open .navmenu-opener > div > span:nth-child(1) {
  transform: translate(0, calc((0.7em / 6 * 2) + 0.1em)) rotate(45deg);
}
.navmenu-open .navmenu-opener > div > span:nth-child(2) {
  transform: rotate(45deg);
  opacity: 0;
}
.navmenu-open .navmenu-opener > div > span:nth-child(3) {
  transform: translate(0, calc((-0.7em / 6 * 2) - 0.1em)) rotate(-45deg);
}
.navmenu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-flow: row nowrap;
  gap: 5px;
  font-size: 0.8rem;
}
.navmenu li {
  position: relative;
}
.navmenu ul.sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  flex-flow: column;
  pointer-events: none;
  opacity: 0;
  gap: 5px;
  background-color: #05a3e1;
  padding: 1rem 2rem;
  min-width: 15rem;
  border-radius: 5px;
}
.navmenu ul.sub-menu li:hover > a {
  color: #000;
}
.navmenu li:hover > a {
  color: #05a3e1;
}
.navmenu li:hover > ul.sub-menu {
  pointer-events: all;
  opacity: 1;
}
.navmenu a {
  display: block;
}
.navmenu span[itemprop=name] {
  padding: 0.25em 0.75em;
  white-space: nowrap;
  display: block;
}
.navmenu li.nav-btn > a {
  border: 2px solid #fff;
  border-radius: 1em;
}
/* < md */
@media (max-width: 991px) {
  .navmenu-opener {
    display: flex;
  }
  .navmenu {
    position: absolute;
    top: 100%;
    right: 0;
    width: 350px;
    z-index: 999;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.2s ease-out;
  }
  .navmenu-open .navmenu {
    pointer-events: all;
    opacity: 1;
  }
  .navmenu ul {
    flex-flow: column;
  }
  .navmenu ul.sub-menu {
    position: relative;
    top: 0;
    left: 0;
    pointer-events: all;
    opacity: 1;
    padding-left: 25px;
  }
}
#header {
  background-color: #010128;
  color: #fff;
  position: sticky;
  top: 0;
  z-index: 1000;
  transition: transform 0.3s ease-out;
}
#header .container-fluid {
  padding: 0 2rem;
}
#header.nav-up {
  transform: translateY(-100%);
}
#header .custom-logo-link {
  display: inline-block;
}
#header .custom-logo-link .custom-logo {
  width: auto;
  height: 65px;
  object-fit: contain;
}
.at-footer {
  background: #010128;
  color: #ffffff;
  padding: 60px 0 28px;
  font-size: 0.85rem;
  line-height: 1.5;
}
.at-footer a {
  color: #ffffff;
  text-decoration: none;
}
.at-footer h6 {
  text-transform: none;
  color: #05a3e1;
}
.at-footer a:hover,
.at-footer a:focus {
  text-decoration: underline;
}
.at-footer p {
  margin: 0;
}
.at-footer__top {
  row-gap: 28px;
  padding-bottom: 34px;
}
.at-footer__menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}
.at-footer__menu span[itemprop='name'] {
  padding: 0;
}
.at-footer__newsletter-title {
  font-weight: 600;
  margin-bottom: 12px;
}
.at-footer__newsletter-form {
  display: grid;
  gap: 10px;
}
.at-footer__newsletter-form input,
.at-footer__newsletter-form button {
  width: 100%;
  border: 1px solid #d6cdcd;
  border-radius: 0;
  padding: 11px 12px;
  font: inherit;
}
.at-footer__newsletter-form input {
  background-color: #ffffff;
  color: #716a6a;
}
.at-footer__newsletter-form input::placeholder {
  color: #716a6a;
}
.at-footer__newsletter-form button {
  border-color: transparent;
  background-color: #05a3e1;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
}
.at-footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
}
.at-footer__copyright {
  color: rgba(255, 255, 255, 0.9);
}
.at-footer__legal ul {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 8px 18px;
}
.at-footer__legal span[itemprop='name'] {
  padding: 0;
}
.at-footer__logos {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 28px;
  align-items: center;
  justify-content: flex-end;
}
.at-footer__logo-item {
  display: flex;
  justify-content: flex-end;
}
.at-footer__logo-image {
  max-width: 100%;
  width: auto;
  height: auto;
  max-height: 100px;
  object-fit: contain;
}
body.blog-id-2 .at-footer__logo-image {
  max-height: 200px;
}
/* < md */
@media (max-width: 991px) {
  .at-footer {
    padding-top: 44px;
  }
  .at-footer__bottom {
    flex-direction: column;
  }
}
.section-intro-cards .lead {
  margin-top: 24px;
  margin-bottom: 48px;
  line-height: 1.5;
}
.intro-card {
  height: 100%;
  background-color: #fff;
  box-shadow: 0 8px 30px rgba(1, 1, 40, 0.12);
  text-align: center;
  padding: 44px 28px 30px;
  transition: box-shadow 0.2s ease-out;
}
.intro-card:hover {
  box-shadow: 0 14px 36px rgba(1, 1, 40, 0.18);
}
.intro-card__link {
  display: block;
  height: 100%;
  text-decoration: none;
}
.intro-card__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
  min-height: 92px;
}
.intro-card__icon img {
  width: 100px;
  height: 100px;
  object-fit: contain;
}
.intro-card h6 {
  color: #05a3e1;
  margin-bottom: 14px;
}
.intro-card h3 {
  font-size: 1.55rem;
  margin: 0 0 16px;
  line-height: 1.25;
  color: #010128;
}
.intro-card p {
  margin: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  color: #6d7480;
}
.section-intro-cards.quote-layout .intro-card {
  display: flex;
  flex-direction: column;
}
.section-intro-cards.quote-layout .intro-card .intro-card__icon {
  order: 0;
}
.section-intro-cards.quote-layout .intro-card .intro-card__icon img {
  max-width: 200px;
  max-height: 200px;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  border: 3px solid #05a3e1;
  object-fit: cover;
}
.section-intro-cards.quote-layout .intro-card p {
  order: 1;
}
.section-intro-cards.quote-layout .intro-card h3 {
  order: 2;
}
.section-intro-cards.quote-layout .intro-card h6 {
  order: 3;
  font-size: 0.9rem;
}
/* < md */
@media (max-width: 991px) {
  .section-intro-cards .lead {
    margin-bottom: 36px;
  }
  .intro-card {
    padding: 34px 22px 24px;
  }
}
.section-academy-video .lead {
  margin-top: 24px;
  margin-bottom: 36px;
  line-height: 1.5;
}
.academy-video__media {
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(1, 1, 40, 0.12);
  background-color: #000;
}
.academy-video__media iframe,
.academy-video__media video,
.academy-video__media img {
  display: block;
  width: 100%;
  height: auto;
}
.academy-video__media iframe,
.academy-video__media video {
  aspect-ratio: 16 / 9;
}
.academy-video__fallback-link {
  display: block;
}
/* < md */
@media (max-width: 991px) {
  .section-academy-video .lead {
    margin-bottom: 28px;
  }
}
.section-events-list .lead {
  margin-top: 24px;
  margin-bottom: 40px;
  line-height: 1.5;
}
.event-tile {
  height: 100%;
  background-color: #05a3e1;
  box-shadow: 0 8px 30px rgba(1, 1, 40, 0.12);
  transition: box-shadow 0.2s ease-out;
  color: #fff;
}
.event-tile:hover {
  box-shadow: 0 14px 36px rgba(1, 1, 40, 0.18);
}
body.blog-id-2 .event-tile {
  background-color: #356ecc;
}
.event-tile__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 28px 26px;
  text-decoration: none;
  color: #fff;
}
.event-tile__date {
  margin: 0 0 12px;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  opacity: 0.9;
  color: #000;
}
.event-tile__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0 0 8px;
}
.event-tile__badge {
  display: inline-block;
  padding: 3px 10px;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border-radius: 20px;
  background-color: #fff;
  color: #000;
}
.event-tile h3 {
  margin: 0 0 14px;
  font-size: 1.35rem;
  line-height: 1.3;
}
.event-tile__excerpt {
  margin: 0;
  font-size: 1rem;
  line-height: 1.55;
}
.event-tile__more {
  margin: auto 0 0;
  padding-top: 20px;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  color: #000;
}
.event-tile__more span {
  border-bottom: 2px solid #000;
}
.events-list__archive-link-wrap {
  margin-top: 1.5rem;
}
/* < md */
@media (max-width: 991px) {
  .section-events-list .lead {
    margin-bottom: 32px;
  }
}
.section-news-list .lead {
  margin-top: 24px;
  margin-bottom: 40px;
  line-height: 1.5;
}
.news-tile {
  height: 100%;
  background-color: #fff;
  box-shadow: 0 8px 30px rgba(1, 1, 40, 0.12);
  overflow: hidden;
  transition: box-shadow 0.2s ease-out;
}
.news-tile:hover {
  box-shadow: 0 14px 36px rgba(1, 1, 40, 0.18);
}
.news-tile__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  color: #010128;
}
.news-tile__image-wrap {
  aspect-ratio: 16 / 11;
  overflow: hidden;
  background: #cfd5dd;
}
.news-tile__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-tile__image--placeholder {
  background: #cfd5dd;
}
.news-tile__content {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  padding: 3rem;
}
.news-tile h6 {
  margin-top: 0;
  margin-bottom: 1em;
  color: #05a3e1;
}
.news-tile h3 {
  margin: 0;
  line-height: 1.5;
  color: #000;
}
.news-tile__more {
  margin-top: auto;
  padding-top: 1.5rem;
  margin-bottom: 0;
  font-size: 1.5rem;
}
body.blog-id-1 .news-tile__more {
  color: #05a3e1;
}
body.blog-id-2 .section-news-list .news-tile h6 {
  color: #1f3f6d;
}
body.blog-id-2 .section-news-list .news-tile h3 {
  color: #1c3865;
  background: -webkit-linear-gradient(45deg, #356ECC, #4C98DE, #3AB094, #2ABA87);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.news-list__archive-link-wrap {
  margin-top: 1.5rem;
}
/* < md */
@media (max-width: 991px) {
  .section-news-list .lead {
    margin-bottom: 32px;
  }
}
.section-numbers-stats {
  background-color: #010128;
  color: #fff;
}
.section-numbers-stats .heading-with-circle {
  color: #fff;
}
.section-numbers-stats .lead {
  margin-top: 24px;
  margin-bottom: 40px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.9);
}
.section-numbers-stats__grid {
  row-gap: 20px;
  padding-top: 20px;
}
.numbers-stat {
  height: 100%;
  text-align: center;
}
.numbers-stat__value {
  margin: 0 0 8px;
  font-size: 5rem;
  line-height: 1.5;
  font-weight: 600;
  color: #fff;
}
.numbers-stat__description {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.45;
  font-weight: 500;
  color: #05a3e1;
}
/* < md */
@media (max-width: 991px) {
  .section-numbers-stats .lead {
    margin-bottom: 30px;
  }
  .numbers-stat {
    text-align: left;
  }
  .numbers-stat__value {
    font-size: 2.4rem;
  }
}
.section-image-wysiwyg__grid {
  align-items: center;
  row-gap: 28px;
}
@media (min-width: 992px) {
  .section-image-wysiwyg--image-right .section-image-wysiwyg__grid {
    flex-direction: row-reverse;
  }
}
.image-wysiwyg__image img {
  display: block;
  width: 100%;
  height: auto;
}
.image-wysiwyg__button-wrap {
  margin: 24px 0 0;
}
/* < md */
@media (max-width: 991px) {
  .section-image-wysiwyg__grid {
    row-gap: 20px;
  }
}
.section-event-header .section-image-wysiwyg__grid {
  align-items: stretch;
}
.section-event-header .image-wysiwyg__content {
  height: 100%;
  display: flex;
  flex-flow: column;
  border-radius: 1em;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 8px 30px rgba(1, 1, 40, 0.12);
  padding: 44px 28px 30px;
}
.section-event-header .image-wysiwyg__content:hover {
  box-shadow: 0 14px 36px rgba(1, 1, 40, 0.18);
}
.section-event-header .image-wysiwyg__content .share-links {
  margin-top: auto;
  justify-content: flex-end;
}
.section-event-header .image-wysiwyg__content .event-meta-details {
  margin: 2em 0;
  display: flex;
  flex-flow: row wrap;
  width: auto;
  gap: 1em 0;
}
.section-event-header .image-wysiwyg__content .event-meta-details::after {
  content: '';
  display: table;
  clear: both;
}
.section-event-header .image-wysiwyg__content .event-meta-item {
  position: relative;
  flex: 0 0 33.333%;
  padding: 4px 24px 4px 32px;
  width: auto;
}
.section-event-header .image-wysiwyg__content .event-meta-item--nowrap {
  white-space: nowrap;
}
.section-event-header .image-wysiwyg__content .event-meta-item--full {
  flex: 0 0 100%;
}
.section-event-header .image-wysiwyg__content .event-meta-item .event-meta-icon {
  position: absolute;
  left: 0;
  top: 4px;
  width: 28px;
}
.section-event-header .image-wysiwyg__content .event-meta-item .event-meta-icon svg,
.section-event-header .image-wysiwyg__content .event-meta-item .event-meta-icon i {
  font-size: 1.1em;
  color: var(--primary, #02b6e8);
}
.section-divider {
  padding-top: 0;
  padding-bottom: 0;
}
.section-divider-line {
  border-top: 1px solid #d9dde3;
  width: auto;
  margin: 0 2rem;
}
.section-media-header {
  position: relative;
  padding: 0;
  min-height: clamp(520px, 72vh, 860px);
  display: flex;
  align-items: stretch;
  overflow: hidden;
}
.media-header__background {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-color: #02041f;
}
.media-header__background--overlay::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(14, 39, 83, 0.85) 40%, rgba(14, 39, 83, 0.3) 100%);
  z-index: 2;
}
body.blog-id-2 .media-header__background--overlay::after {
  background: linear-gradient(to right, rgba(1, 1, 40, 0.8) 40%, rgba(1, 1, 40, 0.6) 100%);
}
.media-header__image,
.media-header__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.media-header__video {
  position: relative;
  z-index: 1;
}
.media-header__image {
  position: relative;
  z-index: 1;
}
.media-header__image--fallback {
  position: absolute;
  inset: 0;
  opacity: 1;
  z-index: 0;
}
.media-header__content-wrap {
  position: relative;
  z-index: 3;
  width: 100%;
  display: flex;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.media-header__content-wrap > .grid {
  width: 100%;
}
.media-header__content {
  color: #fff;
}
.media-header__content h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(2.1rem, 4.8vw, 3.8rem);
  line-height: 1.12;
}
.media-header__content p {
  margin: 28px 0 0;
  font-size: 1.1rem;
  line-height: 1.55;
  max-width: 36rem;
}
.media-header__content .share-links a {
  border: 1px solid #fff;
  color: #fff;
}
.media-header__button-wrap {
  margin-top: 36px;
}
.media-header__button-wrap .btn {
  min-width: 11.5rem;
}
/* < md */
@media (max-width: 991px) {
  .section-media-header {
    min-height: 66vh;
  }
  .media-header__content p {
    font-size: 1rem;
    max-width: 100%;
  }
}
/* < sm */
@media (max-width: 767px) {
  .section-media-header {
    min-height: 60vh;
  }
  .media-header__background--overlay::after {
    background: linear-gradient(180deg, rgba(2, 4, 31, 0.66) 0%, rgba(2, 4, 31, 0.72) 100%);
  }
  body.blog-id-2 .media-header__background--overlay::after {
    background: linear-gradient(180deg, rgba(1, 1, 40, 0.66) 0%, rgba(1, 1, 40, 0.72) 100%);
  }
  .media-header__content-wrap {
    padding-top: 68px;
    padding-bottom: 52px;
  }
  .media-header__button-wrap {
    margin-top: 28px;
  }
}
.section-header-slider {
  position: relative;
  padding: 0;
  overflow: hidden;
  padding-bottom: 0 !important;
}
.header-slider__track .slick-list,
.header-slider__track .slick-track {
  height: 100%;
}
.slick-slide.header-slider__slide {
  position: relative;
  min-height: clamp(520px, 72vh, 860px);
  display: flex;
  align-items: stretch;
  overflow: hidden;
}
.header-slider__background {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-color: #02041f;
}
.header-slider__background--overlay::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(14, 39, 83, 0.85) 40%, rgba(14, 39, 83, 0.3) 100%);
  z-index: 2;
}
body.blog-id-2 .header-slider__background--overlay::after {
  background: linear-gradient(to right, rgba(1, 1, 40, 0.8) 40%, rgba(1, 1, 40, 0.6) 100%);
}
.header-slider__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  position: relative;
  z-index: 1;
}
.header-slider__content-wrap {
  position: relative;
  z-index: 3;
  width: 100%;
  display: flex;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.header-slider__content-wrap > .grid {
  width: 100%;
}
.header-slider__content {
  color: #fff;
}
.header-slider__content h1,
.header-slider__content h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(2.1rem, 4.8vw, 3.8rem);
  line-height: 1.12;
}
.header-slider__content p {
  margin: 28px 0 0;
  font-size: 1.1rem;
  line-height: 1.55;
  max-width: 36rem;
}
.header-slider__button-wrap {
  margin-top: 36px;
}
.header-slider__button-wrap .btn {
  min-width: 11.5rem;
}
.header-slider__button-wrap .btn:not(:first-child) {
  margin-left: 1rem;
  background-color: transparent;
  border-color: #fff;
  color: #fff;
  transition: background-color 0.2s, border-color 0.2s;
}
.header-slider__button-wrap .btn:not(:first-child):hover {
  background-color: #18b8e8;
  border-color: #18b8e8;
}
.section-header-slider .slick-dots {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  z-index: 10;
  display: flex !important;
  justify-content: center;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.section-header-slider .slick-dots li {
  margin: 0;
}
.section-header-slider .slick-dots li button {
  display: block;
  width: 30px;
  height: 3px;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.5);
  border: none;
  padding: 0;
  font-size: 0;
  cursor: pointer;
  transition: background 0.2s;
}
.section-header-slider .slick-dots li.slick-active button {
  background: #fff;
}
.section-header-slider .slick-prev,
.section-header-slider .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 44px;
  height: 44px;
  background: #05a3e1;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: transparent;
  font-size: 0;
  line-height: 0;
  transition: background 0.2s;
}
.section-header-slider .slick-prev:hover,
.section-header-slider .slick-next:hover {
  background: #048fc5;
}
.section-header-slider .slick-prev::before,
.section-header-slider .slick-next::before {
  font-family: 'Font Awesome 7 Free';
  font-weight: 900;
  font-size: 1.1rem;
  color: #fff;
  content: '\f178';
}
.section-header-slider .slick-prev {
  left: 20px;
}
.section-header-slider .slick-prev::before {
  display: inline-block;
  transform: scaleX(-1);
}
.section-header-slider .slick-next {
  right: 20px;
}
/* < md */
@media (max-width: 991px) {
  .header-slider__slide {
    min-height: 66vh;
  }
  .header-slider__content p {
    font-size: 1rem;
    max-width: 100%;
  }
  .section-header-slider .slick-prev {
    left: 12px;
  }
  .section-header-slider .slick-next {
    right: 12px;
  }
}
.section-wysiwyg-text .heading-with-circle {
  margin-bottom: 30px;
}
.section-wysiwyg-text__content {
  font-size: 1rem;
  line-height: 1.6;
  color: #111;
}
.section-wysiwyg-text__content p {
  margin: 0 0 1.2rem;
}
.section-wysiwyg-text__content p:last-child {
  margin-bottom: 0;
}
.section-wysiwyg-text__content h3 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-size: 1.6rem;
  line-height: 1.25;
}
.section-wysiwyg-text__content h3:first-child {
  margin-top: 0;
}
.content-quote {
  margin: 0 auto;
  background-color: #fff;
  text-align: center;
  color: #000;
  max-width: 46rem;
}
.content-quote__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.4rem;
  height: 3.4rem;
  border-radius: 999px;
  background-color: #18b8e8;
  margin-bottom: 0.85rem;
}
.content-quote__icon .fa {
  font-size: 2rem;
  line-height: 1;
  color: #fff;
}
.content-quote p {
  margin: 0;
  font-size: 2.4rem;
  line-height: 1.2;
  font-weight: 400;
  color: #000;
}
.content-quote cite {
  display: block;
  margin-top: 1.2rem;
  font-size: 0.95rem;
  font-style: normal;
  font-weight: 500;
  color: #5d6470;
}
/* < md */
@media (max-width: 991px) {
  .content-quote {
    padding: 1.6rem;
    max-width: none;
  }
  .content-quote__icon {
    width: 2.8rem;
    height: 2.8rem;
    margin-bottom: 0.75rem;
  }
  .content-quote__icon .fa {
    font-size: 1.55rem;
  }
  .content-quote p {
    font-size: 1.8rem;
  }
}
.section-partners-list .lead {
  margin-top: 24px;
  margin-bottom: 40px;
}
.partners-list__header {
  margin-bottom: 1rem;
}
.partners-list__items {
  row-gap: 1rem;
}
.partner-item {
  display: flex;
  align-items: flex-start;
  gap: 1.2rem;
}
.partner-item__logo-wrap {
  flex: 0 0 6rem;
  width: 6rem;
  height: 6rem;
  border-radius: 999px;
  border: 1px solid #d6dce5;
  box-shadow: 0 5px 16px rgba(1, 1, 40, 0.12);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #fff;
}
.partner-item__logo {
  width: 75%;
  height: 75%;
  object-fit: contain;
}
.partner-item__body {
  flex: 1 1 auto;
}
.partner-item h5 {
  margin: 0;
  font-size: 1.1rem;
  line-height: 1.25;
  color: #010128;
}
.partner-item__meta {
  margin: 0.35rem 0 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.45;
  color: #2f3440;
}
.partner-item__link-wrap {
  display: flex;
  flex-flow: column;
  margin-top: 0.35rem;
  gap: 0;
}
.partner-item__link-icon {
  font-size: 0.78rem;
  margin-top: 0.22rem;
  line-height: 1;
  color: #18b8e8;
}
.partner-item__link {
  display: inline-flex;
  align-items: center;
  font-size: 0.95rem;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
  color: #000;
}
.partner-item__link:hover,
.partner-item__link:focus {
  color: #18b8e8;
  text-decoration: none;
}
/* < md */
@media (max-width: 991px) {
  .partners-list__items {
    gap: 1.6rem;
  }
  .partner-item {
    gap: 0.95rem;
  }
  .partner-item__logo-wrap {
    flex-basis: 4.6rem;
    width: 4.6rem;
    height: 4.6rem;
  }
}
.section-team-list .lead {
  margin-top: 24px;
  margin-bottom: 40px;
}
.team-list__header {
  margin-bottom: 1rem;
}
.team-list__items {
  row-gap: 2.4rem;
}
.team-item {
  display: block;
}
.team-item__image-wrap {
  width: 100%;
  overflow: hidden;
  background: #f4f6f8;
}
.team-item__image-wrap.team-item__image-wrap--4-3 {
  aspect-ratio: 4 / 3;
}
.team-item__image-wrap.team-item__image-wrap--2-3 {
  aspect-ratio: 2 / 3;
}
.team-item__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.team-item__body {
  padding-top: 0.95rem;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.team-item h4 {
  margin: 0;
}
.team-item__role {
  margin: 0;
  color: #05a3e1;
}
.team-item__info {
  margin: 0;
}
.team-item__link-wrap {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  margin: 0;
  margin-top: 0.5rem;
}
.team-item__link-wrap + .team-item__link-wrap {
  margin-top: 0;
}
.team-item__link-icon {
  font-size: 0.85rem;
  margin-top: 0.06rem;
  line-height: 1;
  color: #05a3e1;
}
.team-item__link {
  font-size: 0.98rem;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
  color: #000;
}
.team-item__link:hover,
.team-item__link:focus {
  color: #05a3e1;
  text-decoration: none;
}
.team-item__actions {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-top: 0.75rem;
}
.team-item__action-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.05rem;
  line-height: 1;
  text-decoration: none;
  color: #05a3e1;
  border: 1px solid #05a3e1;
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
}
.team-item__action-link:hover,
.team-item__action-link:focus {
  color: #05a3e1;
}
/* < md */
@media (max-width: 991px) {
  .team-list__items {
    row-gap: 1.8rem;
  }
}
.section-anchor-point {
  display: block;
  position: relative;
  visibility: hidden;
}
.wmbase-oembed {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background-color: #000;
}
.wmbase-oembed iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
.wmbase-oembed__overlay {
  position: absolute;
  inset: 0;
  border: 0;
  padding: 0;
  margin: 0;
  background: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 14px;
}
.wmbase-oembed__preview {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wmbase-oembed__preview--empty {
  background: #000;
}
.wmbase-oembed__play {
  position: relative;
  z-index: 1;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background-color: rgba(2, 182, 232, 0.95);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
}
.wmbase-oembed__play::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-40%, -50%);
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 18px solid #fff;
}
.wmbase-oembed__privacy {
  position: relative;
  z-index: 1;
  max-width: min(90%, 560px);
  padding: 10px 14px;
  font-size: 0.85rem;
  line-height: 1.35;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.72);
}
.wmbase-oembed.is-active .wmbase-oembed__overlay {
  display: none;
}
.section-feature-items .lead {
  margin-top: 24px;
  margin-bottom: 48px;
  line-height: 1.5;
}
.feature-items__grid {
  row-gap: 2.5rem;
  padding-top: 2.5rem;
}
.feature-item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 1.5rem;
}
.feature-item__image-wrap {
  flex-shrink: 0;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  overflow: hidden;
  background: #e6e9ed;
}
.feature-item__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.feature-item__body {
  flex: 1;
  min-width: 0;
}
.feature-item__title {
  font-size: 1.35rem;
  font-weight: 600;
  color: #010128;
  margin: 0 0 0.6rem;
  line-height: 1.25;
}
.feature-item__text {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.55;
  color: #333;
}
/* < md */
@media (max-width: 767px) {
  .section-feature-items .lead {
    margin-bottom: 32px;
  }
  .feature-items__grid {
    row-gap: 1.8rem;
    padding-top: 1.8rem;
  }
  .feature-item__image-wrap {
    width: 80px;
    height: 80px;
  }
  .feature-item {
    gap: 1.1rem;
  }
}
.section-pdf-downloads .lead {
  margin-top: 24px;
  margin-bottom: 30px;
  line-height: 1.5;
}
.pdf-downloads__item {
  margin: 0;
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}
.pdf-downloads__icon-wrap {
  width: 56px;
  height: 56px;
  min-width: 56px;
  border-radius: 50%;
  background: #05a3e1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pdf-downloads__icon {
  font-size: 1.2rem;
  line-height: 1;
  color: #010128;
}
.pdf-downloads__content {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  min-width: 0;
}
.pdf-downloads__title {
  margin: 0;
  font-size: 1.2rem;
  line-height: 1.2;
  font-weight: 600;
  color: #010128;
}
.pdf-downloads__link {
  display: inline-flex;
  align-items: center;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
  color: #05a3e1;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.35;
}
.pdf-downloads__link:hover,
.pdf-downloads__link:focus-visible {
  color: #010128;
}
@media (max-width: 767px) {
  .section-pdf-downloads .lead {
    margin-bottom: 24px;
  }
  .pdf-downloads__icon-wrap {
    width: 48px;
    height: 48px;
    min-width: 48px;
  }
}
.section-content-panels .lead {
  margin-top: 24px;
  margin-bottom: 40px;
  line-height: 1.5;
}
.content-panel {
  height: 100%;
  background-color: #fff;
  box-shadow: 0 8px 30px rgba(1, 1, 40, 0.12);
  overflow: hidden;
  transition: box-shadow 0.2s ease-out;
  display: flex;
  flex-direction: column;
}
.content-panel:hover {
  box-shadow: 0 14px 36px rgba(1, 1, 40, 0.18);
}
.content-panel__image-wrap {
  aspect-ratio: 16 / 11;
  overflow: hidden;
  background: #cfd5dd;
}
.content-panel__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content-panel__image--placeholder {
  background: #cfd5dd;
}
.content-panel__content {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  padding: 2.2rem 2rem 1.8rem;
}
.content-panel h3 {
  margin: 0 0 1rem;
  line-height: 1.2;
  color: #000;
}
.content-panel__text {
  margin: 0;
  color: #6d7480;
  line-height: 1.45;
}
.content-panel__link {
  margin-top: auto;
  padding-top: 1rem;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: #05a3e1;
  text-decoration: none;
  font-weight: 600;
  line-height: 1.4;
}
.content-panel__link:hover,
.content-panel__link:focus-visible {
  color: #010128;
}
@media (max-width: 991px) {
  .section-content-panels .lead {
    margin-bottom: 32px;
  }
  .content-panel__content {
    padding: 1.9rem 1.6rem 1.6rem;
  }
}
.section-zoho-form {
  background-color: #edeff4;
}
.zoho-form-wrapper {
  background-color: #edeff4;
}
.zoho-form-wrapper > div {
  display: flex;
  justify-content: center;
}
.zoho-form-disclaimer {
  background-color: #edeff4;
  display: flex;
  justify-content: center;
  padding-bottom: 2em;
}
.zoho-form-disclaimer > .wysiwyg {
  max-width: 760px;
  font-size: 14px;
  background-color: #fff;
  padding: 30px 40px;
  border-radius: 10px;
  line-height: 1.5;
}
.zoho-form-disclaimer > .wysiwyg p {
  margin-top: 1em;
  margin-bottom: 1em;
}
.zoho-form-disclaimer > .wysiwyg p:first-child {
  margin-top: 0;
}
.zoho-form-disclaimer > .wysiwyg p:last-child {
  margin-bottom: 0;
}
#wm-contact-form .form-container {
  background-color: #fff;
  box-shadow: 0 8px 30px rgba(1, 1, 40, 0.12);
  border-radius: 0.5rem;
  padding: 44px 28px 30px;
  margin-top: 2rem;
}
#wm-contact-form .form-container label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.25rem;
}
#wm-contact-form .form-container label a {
  color: #0000ee;
  text-decoration: underline;
}
#wm-contact-form .form-container input[type="text"],
#wm-contact-form .form-container input[type="email"],
#wm-contact-form .form-container input[type="tel"],
#wm-contact-form .form-container input[type="number"],
#wm-contact-form .form-container select,
#wm-contact-form .form-container textarea {
  width: 100%;
  border: 1px solid #ced4da;
  border-radius: 4px;
  padding: 6px 12px;
  background-color: #fff;
  font-size: 1rem;
  font-family: inherit;
  box-shadow: none;
  box-sizing: border-box;
}
#wm-contact-form .form-container textarea {
  resize: vertical;
}
#wm-contact-form .form-container select {
  cursor: pointer;
}
#wm-contact-form .form-container h3 {
  margin-top: 0;
  margin-bottom: 0rem;
}
#wm-contact-form .form-container .flex.align-center {
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
}
#wm-contact-form .form-container .flex.align-center input[type="checkbox"] {
  margin-top: 0.2rem;
  flex-shrink: 0;
}
#wm-contact-form .form-container .flex.align-center span {
  font-weight: 400;
  font-size: 0.9rem;
}
.section-publications-list .news-tile__content {
  font-size: 1.3rem;
  padding: 1em;
}
.section-publications-list .news-tile__content h3 {
  font-size: 1em;
  word-break: break-word;
  hyphens: auto;
}
