/* --- Paddings --- */
.mixin--padder-base {
  padding: 5.75px 10px;
}
.mixin--padder-half {
  padding: 2.875px 5px;
}
/* --- Shadows --- */
.mixin--shadow-z0 {
  box-shadow: none;
}
.mixin--shadow-z1 {
  box-shadow: 1px 1px 2px rgba(17, 18, 130, 0.075);
}
.mixin--shadow-z1-hover {
  box-shadow: 2px 2px 5px rgba(17, 18, 130, 0.25);
}
.mixin--shadow-z2 {
  box-shadow: 0 0 6px rgba(17, 18, 130, 0.175);
}
.mixin--shadow-z3 {
  box-shadow: 0 0 12px rgba(17, 18, 130, 0.3);
}
.mixin--shadow-z4 {
  box-shadow: 0 0 15px rgba(17, 18, 130, 0.45);
}
.mixin--shadow-isSticky {
  box-shadow: 0 15px 10px -15px rgba(17, 18, 130, 0.25);
}
/* --- Rows --- */
/* --- Posts --- */
/* --- Icons --- */
/* --- Elements --- */
.mixin--bull {
  display: inline-block;
  margin: 0 2px;
  content: '\2022';
  color: #4b5173;
}
.mixin--bull-light {
  display: inline-block;
  margin: 0 2px;
  content: '\2022';
  color: #4b5173;
  color: rgba(20, 21, 26, 0.3);
}
.mixin--bull-light-inverse {
  display: inline-block;
  margin: 0 2px;
  content: '\2022';
  color: #4b5173;
  color: rgba(255, 255, 255, 0.3);
}
/* --- Background gradients --- */
/* --- Text --- */
.mixin--word-wrap {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
/* --- Utility --- */
.mixin--clearfix:before,
.mixin--clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}
.mixin--clearfix:after {
  clear: both;
}
.mixin--clearfix {
  min-height: 0;
  /* support: IE7 */
}
.flashMessages-visible {
  position: fixed;
  top: 3.8px;
  left: 2.5%;
  width: 95%;
  z-index: 1000;
}
.flashMessages-visible .flashMessages-message {
  box-shadow: 0 0 15px rgba(17, 18, 130, 0.45);
  min-height: 30.4px;
  line-height: 30.4px;
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
  font-weight: 500;
  text-align: center;
  transition: height 0.3s;
}
.flashMessages-visible .flashMessages-message + .flashMessages-message {
  margin-top: 4px;
}
.flashMessages-visible .flashMessages-message .flashMessages-message-text:before {
  display: inline-block;
  content: '';
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  word-wrap: normal;
  vertical-align: middle;
  margin: -2px 5px 0;
}
.flashMessages-visible .flashMessages-message.flashMessage-closed {
  height: 0;
  overflow: hidden;
}
.flashMessages-visible .flashMessages-message.ok {
  background-color: #3d9c00;
}
.flashMessages-visible .flashMessages-message.ok .flashMessages-message-text:before {
  content: '\E5CA';
}
.flashMessages-visible .flashMessages-message.error {
  background-color: #d01606;
}
.flashMessages-visible .flashMessages-message.error .flashMessages-message-text:before {
  content: '\E000';
}
.flashMessages-visible .flashMessages-message.warning {
  background-color: #f05000;
}
.flashMessages-visible .flashMessages-message.warning .flashMessages-message-text:before {
  content: '\E002';
}
.flashMessages-visible .flashMessages-message.info {
  background-color: #3f9eeb;
}
.flashMessages-visible .flashMessages-message.info .flashMessages-message-text:before {
  content: '\E88F';
}
.flashMessages-visible .flashMessages-message-dismiss {
  float: right;
  margin: 0 10px;
  color: #fff;
}
@media (min-width: 992px) {
  .flashMessages-visible {
    left: 30%;
    width: 40%;
  }
}
/* --- Alerts --- */
.alert {
  padding: 8.625px 10px;
  margin-bottom: 7.1875px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  font-weight: 500;
}
.alert.alert-small {
  padding: 2.875px 5px;
  font-size: 0.9rem;
}
.alert.alert-xsmall {
  padding: 1px 5px;
  font-size: 0.85rem;
}
.alert *:last-child {
  margin-bottom: 0;
}
.alert.alert-success {
  background-color: #e8f7df;
  border-color: #b9e79e;
  color: #317d00;
}
.alert.alert-success .text-success {
  color: #317d00 !important;
}
.alert.alert-danger {
  background-color: #ffe5e5;
  border-color: #ffcbcb;
  color: #d01606;
}
.alert.alert-warning {
  background-color: #fff0e5;
  border-color: #ffd3b2;
  color: #f05000;
}
.alert.alert-info {
  background-color: #ecebff;
  border-color: #d4d1ff;
  color: #4039cc;
}
.alert.alert-info-light {
  background-color: #ecebff;
  border-color: #d4d1ff;
  color: #636fa6;
}
.alert.alert-yellow {
  background-color: #fcfce3;
  border-color: #f2f2ce;
  color: #807506;
}
.alert.alert-blue {
  background-color: #e6eff7;
  border-color: #d3e3f1;
  color: #267abf;
}
.alert.alert-darkBlue {
  background-color: #e6edfa;
  border-color: #d1def6;
  color: #1749b7;
}
.alert.alert-purple {
  background-color: #f7eafb;
  border-color: #efd5f7;
  color: #9b41c3;
}
.alert.alert-grey {
  background-color: #ecf2f3;
  border-color: #dce7e9;
  color: #7f949e;
}
.alert.alert-primary {
  background-color: #e1f0ee;
  border-color: #bfdfdb;
  color: #007d71;
}
.alert.alert-secondary {
  background-color: #faedf3;
  border-color: #f4d9e6;
  color: #cd2363;
}
.alert.alert-light {
  background-color: rgba(17, 18, 130, 0.035);
  color: #3a3f59;
}
.alert.alert-xlight {
  background-color: rgba(17, 18, 130, 0.035);
  color: #636fa6;
}
.alert.alert-dark {
  background-color: #566973;
  color: #ffffff;
}
.alert.alert-transparent {
  padding-left: 0;
  padding-right: 0;
  background-color: transparent;
  border: none;
}
.alert.alert-no-margin {
  margin-bottom: 0;
}
.alert + .alert {
  margin-top: 14.375px;
}
.alert.filter-alert {
  margin-top: 14.375px;
}
@media (min-width: 768px) {
  .alert.filter-alert {
    display: inline-block;
  }
}
@media (min-width: 768px) {
  .alert.filter-alert + .filter-alert {
    margin-left: 10px;
  }
}
/* Thin */
@font-face {
  font-family: 'Gottak-web';
  font-style: normal;
  font-weight: 100;
  font-stretch: 100%;
  font-display: swap;
  src: url(/css/fonts/gottak/Gottak-Thin.ttf) format('opentype'), url(/css/fonts/gottak/Gottak-Thin.woff) format('woff'), url(/css/fonts/gottak/Gottak-Thin.woff2) format('woff2');
}
@font-face {
  font-family: 'Gottak-web';
  font-style: italic;
  font-weight: 100;
  font-stretch: 100%;
  font-display: swap;
  src: url(/css/fonts/gottak/Gottak-ThinItalic.ttf) format('opentype'), url(/css/fonts/gottak/Gottak-ThinItalic.woff) format('woff'), url(/css/fonts/gottak/Gottak-ThinItalic.woff2) format('woff2');
}
/* ExtraLight */
@font-face {
  font-family: 'Gottak-web';
  font-style: normal;
  font-weight: 200;
  font-stretch: 100%;
  font-display: swap;
  src: url(/css/fonts/gottak/Gottak-ExtraLight.ttf) format('opentype'), url(/css/fonts/gottak/Gottak-ExtraLight.woff) format('woff'), url(/css/fonts/gottak/Gottak-ExtraLight.woff2) format('woff2');
}
@font-face {
  font-family: 'Gottak-web';
  font-style: italic;
  font-weight: 200;
  font-stretch: 100%;
  font-display: swap;
  src: url(/css/fonts/gottak/Gottak-ExtraLightItalic.ttf) format('opentype'), url(/css/fonts/gottak/Gottak-ExtraLightItalic.woff) format('woff'), url(/css/fonts/gottak/Gottak-ExtraLightItalic.woff2) format('woff2');
}
/* Light */
@font-face {
  font-family: 'Gottak-web';
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url(/css/fonts/gottak/Gottak-Light.ttf) format('opentype'), url(/css/fonts/gottak/Gottak-Light.woff) format('woff'), url(/css/fonts/gottak/Gottak-Light.woff2) format('woff2');
}
@font-face {
  font-family: 'Gottak-web';
  font-style: italic;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url(/css/fonts/gottak/Gottak-LightItalic.ttf) format('opentype'), url(/css/fonts/gottak/Gottak-LightItalic.woff) format('woff'), url(/css/fonts/gottak/Gottak-LightItalic.woff2) format('woff2');
}
/* Regular */
@font-face {
  font-family: 'Gottak-web';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(/css/fonts/gottak/Gottak-Regular.ttf) format('opentype'), url(/css/fonts/gottak/Gottak-Regular.woff) format('woff'), url(/css/fonts/gottak/Gottak-Regular.woff2) format('woff2');
}
@font-face {
  font-family: 'Gottak-web';
  font-style: italic;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(/css/fonts/gottak/Gottak-RegularItalic.ttf) format('opentype'), url(/css/fonts/gottak/Gottak-RegularItalic.woff) format('woff'), url(/css/fonts/gottak/Gottak-RegularItalic.woff2) format('woff2');
}
/* SemiBold */
@font-face {
  font-family: 'Gottak-web';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(/css/fonts/gottak/Gottak-SemiBold.ttf) format('opentype'), url(/css/fonts/gottak/Gottak-SemiBold.woff) format('woff'), url(/css/fonts/gottak/Gottak-SemiBold.woff2) format('woff2');
}
@font-face {
  font-family: 'Gottak-web';
  font-style: italic;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(/css/fonts/gottak/Gottak-SemiBoldItalic.ttf) format('opentype'), url(/css/fonts/gottak/Gottak-SemiBoldItalic.woff) format('woff'), url(/css/fonts/gottak/Gottak-SemiBoldItalic.woff2) format('woff2');
}
/* Bold */
@font-face {
  font-family: 'Gottak-web';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(/css/fonts/gottak/Gottak-Bold.ttf) format('opentype'), url(/css/fonts/gottak/Gottak-Bold.woff) format('woff'), url(/css/fonts/gottak/Gottak-Bold.woff2) format('woff2');
}
@font-face {
  font-family: 'Gottak-web';
  font-style: italic;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(/css/fonts/gottak/Gottak-BoldItalic.ttf) format('opentype'), url(/css/fonts/gottak/Gottak-BoldItalic.woff) format('woff'), url(/css/fonts/gottak/Gottak-BoldItalic.woff2) format('woff2');
}
/* --- Containers --- */
.row {
  margin-left: 0;
  margin-right: 0;
}
.col,
div[class*="col-"],
section[class*="col-"],
article[class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}
.aeriel--container {
  margin-left: auto;
  margin-right: auto;
}
.aeriel--container-xxnarrow {
  max-width: 240px;
}
.aeriel--container-xnarrow {
  max-width: 360px;
}
.aeriel--container-narrow {
  max-width: 480px;
}
.aeriel--container-base {
  max-width: 640px;
}
.aeriel--container-wide {
  max-width: 800px;
}
.aeriel--container-xwide {
  max-width: 1000px;
}
.aeriel--container-xxwide {
  max-width: 1200px;
}
.aeriel--container-xxxwide {
  max-width: 1400px;
}
.aeriel--container-xxxwide {
  max-width: 1800px;
}
/* --- Icons --- */
.material-icons {
  margin: -2px 2px 0;
  font-size: 24px;
  vertical-align: middle;
}
.material-icons.icon-large {
  font-size: 32px;
}
small .material-icons,
.material-icons.icon-small {
  margin: -3px 2px;
  font-size: 18px;
}
.text-xsmall .material-icons,
.material-icons.icon-xsmall {
  margin: -4px 0 -2px;
  font-size: 14px;
}
.text-tiny .material-icons,
.material-icons.icon-tiny {
  margin: -5px 0;
  font-size: 12px;
}
.material-icons.icon-noMargin {
  margin-left: 0;
  margin-right: 0;
}
/* --- Elements --- */
.bull:before {
  display: inline-block;
  margin: 0 2px;
  content: '\2022';
  color: #4b5173;
}
.bull-light:before {
  display: inline-block;
  margin: 0 2px;
  content: '\2022';
  color: #4b5173;
  color: rgba(20, 21, 26, 0.3);
}
.bull-light-inverse:before {
  display: inline-block;
  margin: 0 2px;
  content: '\2022';
  color: #4b5173;
  color: rgba(255, 255, 255, 0.3);
}
.bull-theme:before {
  display: inline-block;
  margin: 0 2px;
  content: '\2022';
  color: #4b5173;
  color: #4039cc;
}
.bull-theme-light:before {
  display: inline-block;
  margin: 0 2px;
  content: '\2022';
  color: #4b5173;
  color: #9995e5;
}
hr {
  margin: 28.75px 0;
  border-color: rgba(17, 18, 130, 0.32);
}
hr.dotted {
  border-style: dotted;
}
hr.dashed {
  border-style: dashed;
}
hr.xdark {
  border-color: rgba(17, 18, 130, 0.52);
}
hr.dark {
  border-color: rgba(17, 18, 130, 0.32);
}
hr.light {
  border-color: rgba(17, 18, 130, 0.07);
}
hr.xlight {
  border-color: rgba(17, 18, 130, 0.035);
}
.alert {
  font-weight: 400;
}
.label {
  display: inline-block;
  line-height: 1.25em;
  padding: 4.6px 8px;
  border-radius: 4px;
  color: #fff;
}
.label.label-small {
  padding: 2px 4px;
  font-size: 0.75rem;
  line-height: 0.75em;
}
.label.label-large {
  padding: 5.75px 10px;
  font-size: 1rem;
}
.label.label-block {
  display: inline-block;
  width: 100%;
}
.label.label-text {
  padding-left: 0;
  padding-right: 0;
}
.label.label-text + .label.label-text {
  margin-left: 10px;
}
.label.label-extreme {
  background-color: #000;
}
.label.label-extreme.label-inverse {
  color: #000;
  background-color: rgba(17, 18, 130, 0.17);
}
.label.label-danger {
  background-color: #d01606;
}
.label.label-danger.label-inverse {
  color: #b00000;
  background-color: #ffd8d8;
}
.label.label-warning {
  background-color: #e34c00;
}
.label.label-warning.label-inverse {
  color: #b83d00;
  background-color: #ffe9d8;
}
.label.label-success {
  background-color: #3d9c00;
}
.label.label-success.label-inverse {
  color: #248a00;
  background-color: #e1f4d5;
}
.label.label-info {
  background-color: #3f9eeb;
}
.label.label-info.label-inverse {
  color: #267abf;
  background-color: #dce9f4;
}
.label.label-grey {
  background-color: #566973;
}
.label.label-grey.label-inverse {
  color: #566973;
  background-color: #e4edee;
}
.label.label-yellow {
  background-color: #bdad00;
}
.label.label-yellow.label-inverse-yellow {
  color: #807506;
  background-color: #efefc4;
}
.label.label-darkBlue {
  background-color: #1749b7;
}
.label.label-darkBlue.label-inverse {
  color: #00339b;
  background-color: #dbe5f8;
}
.label.label-purple {
  background-color: #9b41c3;
}
.label.label-purple.label-inverse {
  color: #7f25a7;
  background-color: #f3dff9;
}
.label.label-theme {
  background-color: #4039cc;
}
.label.label-theme.label-inverse {
  color: #4039cc;
  background-color: #e0deff;
}
.label.label-primary {
  background-color: #009688;
}
.label.label-primary.label-inverse {
  color: #009688;
  background-color: #d9ece9;
}
.label.label-secondary {
  background-color: #cd2363;
}
.label.label-secondary.label-inverse {
  color: #cd2363;
  background-color: #f7e3ec;
}
.label.label-dark {
  background-color: #3a3f59;
}
.label.label-dark.label-inverse {
  background-color: rgba(17, 18, 130, 0.07);
  color: rgba(20, 21, 26, 0.55);
}
.label.label-default {
  background-color: rgba(17, 18, 130, 0.07);
  color: rgba(20, 21, 26, 0.55);
}
.label.label-light {
  background-color: rgba(17, 18, 130, 0.025);
  color: rgba(20, 21, 26, 0.55);
}
.label.label-striped {
  background-color: #fff;
  background-image: url('../../images/layout/backgrounds/striped-accent.png');
  border: 1px solid #ffc1c1 !important;
  color: #d01606;
}
.label.label-transparent {
  background-color: transparent !important;
}
.label .material-icons {
  margin: -1px 2px 0 0;
  vertical-align: middle;
  font-size: 19px;
}
/* --- Scroll --- */
#scroll-btn {
  box-shadow: 1px 1px 2px rgba(17, 18, 130, 0.075);
  position: fixed;
  bottom: 15px;
  right: -50px;
  z-index: 90;
  height: 60px;
  width: 60px;
  padding: 0;
  background-color: #ecebff;
  color: #4039cc;
  border: 1px solid #d4d1ff;
  border-radius: 30px;
  line-height: 60px;
  opacity: 0;
  transition: right 0.3s, opacity 0.3s;
  text-align: center;
}
#scroll-btn:hover {
  background-color: #d4d1ff;
}
#scroll-btn.jet--visible {
  right: 15px;
  opacity: 1;
  transition: right 0.3s, opacity 0.3s;
}
@media (min-width: 576px) {
  #scroll-btn.jet--visible {
    right: 15px;
  }
  .jet--sidebar:not(.closed) ~ .jet--main #scroll-btn.jet--visible {
    right: 278.75px;
  }
}
@media (min-width: 2200px) {
  .jet--sidebar:not(.closed) ~ .jet--main #scroll-btn.jet--visible {
    right: 418.75px;
  }
}
#scroll-btn .material-icons {
  margin: -4px auto 0 4px !important;
  text-align: center;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  img {
    image-rendering: -webkit-optimize-contrast !important;
  }
}
/* Unset for Safari 11+ */
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance:none) and (stroke-color:transparent) {
    img {
      image-rendering: unset !important;
    }
  }
}
/* --- Forms --- */
.fieldset {
  margin: 45px 0 30px;
}
legend {
  margin: 0 0 18px;
  color: #4039cc;
  font-size: 1rem;
  font-weight: 500;
  font-size: 1.618rem;
}
.form-group {
  margin: 0 0 15px;
}
.form-control-label,
.form-label-container label {
  color: #3a3f59;
  font-weight: 500;
}
select,
textarea,
.form-control {
  height: auto;
  padding: 6px 12px;
  border-color: #d4d1ff;
  font-size: 1rem;
}
select:focus,
textarea:focus,
.form-control:focus {
  box-shadow: none;
  border-color: #4039cc;
}
select {
  padding: 8px 12px !important;
  line-height: 1rem;
}
.btn,
input[type="submit"],
button[type="submit"] {
  padding: 12px 24px;
  border: none;
  border-radius: 30px;
  color: #fff;
  font-size: 1.333rem;
  font-weight: 400;
  text-decoration: none !important;
}
.btn.btn-primary,
input[type="submit"].btn-primary,
button[type="submit"].btn-primary {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0) 100%), #4039cc;
  box-shadow: inset 0px -2px 0px rgba(0, 0, 0, 0.06), inset 0px 2px 0px rgba(255, 255, 255, 0.06);
}
.btn.btn-primary:hover,
input[type="submit"].btn-primary:hover,
button[type="submit"].btn-primary:hover {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0) 100%), #6762d6;
}
.btn.btn-secondary,
input[type="submit"].btn-secondary,
button[type="submit"].btn-secondary {
  background: transparent;
  color: #4148c1;
  border: 1px solid #4148c1;
}
.btn.btn-secondary:hover,
input[type="submit"].btn-secondary:hover,
button[type="submit"].btn-secondary:hover {
  background: rgba(0, 0, 0, 0.05);
}
.btn.btn-link,
input[type="submit"].btn-link,
button[type="submit"].btn-link {
  background: transparent;
  color: #4039cc;
}
.btn.btn-link:hover,
input[type="submit"].btn-link:hover,
button[type="submit"].btn-link:hover {
  color: #312ba7;
}
.btn.btn-sm,
input[type="submit"].btn-sm,
button[type="submit"].btn-sm {
  padding: 6px 12px;
  font-size: 1rem;
}
.help-block {
  color: #4b5173;
}
.help-block.text-danger {
  display: block;
  margin: 2.5px 0 3.59375px -8px;
}
div.help-block {
  margin: 7.1875px 0 7.1875px;
}
.help-block .glyphicon {
  display: none;
}
.form-control.g-recaptcha {
  margin: -15px 0 45px;
  padding: 0;
  border: none;
  background-color: transparent;
}
.form-phone {
  position: absolute;
  top: -999em;
  left: -999em;
}
html {
  font-size: 18px;
}
@media (min-width: 576px) {
  html {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  html {
    font-size: 18.5px;
  }
}
body,
textarea,
input,
select,
.form-control,
.popover {
  color: #191c26;
  font-family: 'Gottak-web', 'Roboto', 'Droid Sans', 'Helvetica Neue', 'HelveticaNeue', 'Arial', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga';
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.035em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: -0.04em;
}
h1,
.header-1 {
  color: #4039cc;
  font-size: 4.236rem;
  font-weight: 500;
}
h2,
.header-2 {
  margin: 0 0 24px;
  color: #4039cc;
  font-size: 2.618rem;
  font-weight: 500;
}
h3,
.header-3 {
  margin: 0 0 18px;
  color: #4b5173;
  font-size: 1.618rem;
  font-weight: 500;
}
h4,
.header-4 {
  margin: 0 0 18px;
  color: #4039cc;
  font-size: 1rem;
  font-weight: 500;
}
h5,
.header-5 {
  margin: 0 0 18px;
  color: #9995e5;
  font-size: 1rem;
  font-weight: 500;
}
p {
  margin: 0 0 14.375px;
}
a {
  display: inline-block;
  color: #4039cc;
  font-weight: 500;
}
a:hover {
  color: #312ba7;
  text-decoration: underline;
}
strong {
  font-weight: 500;
}
em {
  font-weight: 300;
}
big,
.text-big {
  font-size: 115%;
}
small,
.text-small {
  font-size: 0.9rem;
}
.text-xsmall {
  font-size: 0.85rem;
}
.text-tiny {
  font-size: 0.65rem;
}
ol {
  padding-left: 0;
  list-style-position: inside;
}
.text-success {
  color: #3d9c00 !important;
}
.text-danger {
  color: #d01606 !important;
}
.text-warning {
  color: #f05000 !important;
}
.text-info {
  color: #3f9eeb !important;
}
.text-darkBlue {
  color: #1749b7 !important;
}
.text-purple {
  color: #9b41c3 !important;
}
.text-grey {
  color: #7f949e !important;
}
.text-theme {
  color: #4039cc;
}
.text-accent-primary,
.accent-primary {
  color: #009688;
}
.text-accent-secondary,
.accent-secondary {
  color: #cd2363;
}
.text-dark {
  color: #191c26 !important;
  font-weight: 500;
}
.text-medium {
  color: #3a3f59 !important;
}
.text-muted,
.text-light {
  color: #4b5173 !important;
}
.text-xlight {
  color: #636fa6 !important;
}
ul {
  margin-left: -5px;
}
li {
  padding-left: 15px;
}
li::marker {
  color: #8ca1ac;
}
li + li {
  margin-top: 15px;
}
/* --- Basis --- */
html,
body {
  position: relative;
  min-height: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  padding: 30px 30px 0;
  background: #fff;
  overflow-x: hidden;
}
@media (min-width: 576px) {
  body {
    padding: 30px 60px 0;
  }
}
.aeriel--header,
.aeriel--main,
.aeriel--footer-row {
  margin-left: auto;
  margin-right: auto;
  max-width: 1300px;
}
/* --- Header --- */
.aeriel--header {
  margin-bottom: 30px;
}
.aeriel--header-menu {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  position: relative;
  z-index: 99;
  margin-bottom: 7.1875px;
}
@media (min-width: 768px) {
  .aeriel--header-menu {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .aeriel--header-menu {
    margin-bottom: 0;
  }
}
.aeriel--header-menu .aeriel--header-company {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
  clip-path: inset(0px 0px 99.9% 99.9%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
}
.aeriel--header-menu .aeriel--header-logo {
  width: 220px;
}
@media (min-width: 992px) {
  .aeriel--header-menu .aeriel--header-logo {
    width: 244px;
  }
}
.aeriel--header-menu .aeriel--header-menu-items {
  margin-top: 30px;
  text-align: center;
}
@media (min-width: 768px) {
  .aeriel--header-menu .aeriel--header-menu-items {
    margin-top: 0;
  }
}
.aeriel--header-menu .aeriel--header-menu-item {
  color: #4b5173;
  font-size: 1rem;
  text-decoration: none;
}
@media (min-width: 992px) {
  .aeriel--header-menu .aeriel--header-menu-item {
    font-size: 21px;
  }
}
.aeriel--header-menu .aeriel--header-menu-item + .aeriel--header-menu-item {
  margin: 0 0 0 15px;
}
@media (min-width: 576px) {
  .aeriel--header-menu .aeriel--header-menu-item + .aeriel--header-menu-item {
    margin: 0 0 0 16.5px;
  }
}
@media (min-width: 992px) {
  .aeriel--header-menu .aeriel--header-menu-item + .aeriel--header-menu-item {
    margin: 0 0 0 40px;
  }
}
.aeriel--header-menu .aeriel--header-menu-item.aeriel--header-menu-item-current {
  color: #4039cc;
}
/* --- Footer --- */
.aeriel--footer {
  width: 100vw;
  position: relative;
  margin-top: 90px;
  margin-left: -50vw;
  left: 50%;
  padding: 60px 30px;
  background-color: #1a2340;
  color: rgba(255, 255, 255, 0.8);
}
@media (min-width: 576px) {
  .aeriel--footer {
    padding: 60px;
  }
}
.aeriel--footer h4 {
  color: rgba(255, 255, 255, 0.55);
}
.aeriel--footer a {
  color: rgba(255, 255, 255, 0.8);
}
.aeriel--footer .aeriel--footer-col {
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .aeriel--footer .aeriel--footer-col {
    margin-bottom: 0;
  }
}
.aeriel--footer .aeriel--footer-col:last-child {
  margin-bottom: 0;
}
.aeriel--footer .aeriel--footer-logo {
  width: 160px;
  margin: -16px 0 -16px 0;
}
.aeriel--footer .aeriel--footer-logo img {
  position: relative;
  top: 20px;
}
/* --- Modals --- */
.modal {
  font-size: 18px;
}
@media (min-width: 576px) {
  .modal {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .modal {
    font-size: 18.5px;
  }
}
.modal .modal-content {
  background-color: #ecebff;
  border-radius: 16px;
  border: none;
  box-shadow: 0 0 15px rgba(17, 18, 130, 0.45);
}
.modal .modal-content .modal-header {
  padding: 8px 15px 4px;
  margin: -1px 0;
  background-color: #4148c1;
  border-radius: 16px 16px 0 0;
  border: none;
  box-shadow: inset 0 -5px 10px -5px #33399c;
}
.modal .modal-content .modal-header .modal-title {
  color: #ecebff;
  font-size: 0.9rem;
  font-weight: 400;
}
.modal .modal-content .modal-header .close {
  color: #ecebff;
  text-shadow: none;
}
.modal .modal-content .modal-body .img-fluid {
  border-radius: 0 0 16px 16px;
}
.modal .modal-content .modal-footer {
  padding: 10px 15px;
  background-color: #ecebff;
  box-shadow: inset 0 5px 5px -5px rgba(17, 18, 130, 0.3);
  border: none;
  color: #191c26 !important;
  font-size: 0.9rem;
  justify-content: center !important;
}
/* --- Ekko-lightbox modal --- */
.ekko-lightbox.modal {
  transition: width 0.5s ease-in-out;
  transition: height 0.5s ease-in-out;
}
.ekko-lightbox.modal .modal-header .modal-title {
  order: 1;
  margin: 0;
}
.ekko-lightbox.modal .modal-header .close {
  order: 2;
}
.ekko-lightbox.modal .modal-body {
  padding: 0;
}
@media (min-width: 768px) {
  .ekko-lightbox.modal .modal-content {
    min-width: 200px;
    min-height: 200px;
  }
}
.ekko-lightbox.modal .ekko-lightbox-container {
  min-height: 100% !important;
}
.ekko-lightbox.modal .ekko-lightbox-item {
  height: 100%;
  opacity: 0;
  text-align: center;
  /* https://stackoverflow.com/questions/18516317/vertically-align-an-image-inside-a-div-with-responsive-height */
}
.ekko-lightbox.modal .ekko-lightbox-item.in {
  opacity: 1;
}
.ekko-lightbox.modal .ekko-lightbox-item:before {
  /* create a full-height inline block pseudo-element */
  content: ' ';
  display: inline-block;
  vertical-align: middle;
  /* vertical alignment of the inline element */
  height: 100%;
}
.ekko-lightbox.modal .ekko-lightbox-item img {
  display: inline-block;
}
.ekko-lightbox.modal .ekko-lightbox-item iframe {
  width: 100%;
  height: 100%;
}
.ekko-lightbox.modal .ekko-lightbox-nav-overlay a {
  color: rgba(20, 21, 26, 0.2);
  font-size: 90px;
  opacity: 0.15;
  text-shadow: 0 0 10px rgba(17, 18, 130, 0.3);
}
.no-touchevents .ekko-lightbox.modal .ekko-lightbox-nav-overlay a {
  opacity: 0;
}
.touchevents .ekko-lightbox.modal .ekko-lightbox-nav-overlay a:hover,
.touchevents .ekko-lightbox.modal .ekko-lightbox-nav-overlay a:active {
  opacity: 0.25;
}
.ekko-lightbox.modal .ekko-lightbox-nav-overlay a:hover,
.ekko-lightbox.modal .ekko-lightbox-nav-overlay a:active {
  color: rgba(20, 21, 26, 0.3);
  opacity: 0.5;
}
.modal-dialog {
  margin: 0 auto !important;
  padding: 15px;
}
.modal-backdrop {
  background-color: #0d0c2d;
}
/* ------ Promo ------ */
/* --- Row --- */
.aeriel--promo-row {
  max-width: 1300px;
  margin: 30px auto 0;
  -webkit-align-items: start;
  -ms-align-items: start;
  align-items: start;
}
.aeriel--promo-fullBleed + .aeriel--promo-row,
.aeriel--promo-row + .aeriel--promo-fullBleed,
.aeriel--promo-row + .aeriel--promo-row {
  margin-top: 60px;
}
@media (min-width: 576px) {
  .aeriel--promo-fullBleed + .aeriel--promo-row,
  .aeriel--promo-row + .aeriel--promo-fullBleed,
  .aeriel--promo-row + .aeriel--promo-row {
    margin-top: 90px;
  }
}
.aeriel--promo-row .aeriel--promo-content-intro {
  margin-bottom: 60px;
}
/* --- Full bleed --- */
.aeriel--promo-fullBleed {
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  left: 50%;
  padding: 0 30px;
}
@media (min-width: 576px) {
  .aeriel--promo-fullBleed {
    padding: 0 60px;
  }
}
.aeriel--promo-fullBleed-primary {
  background-color: #4039cc;
  background: url("/images/site/hero/hero-main-bg_wide.png") left center no-repeat, linear-gradient(90deg, #4039cc 0%, #25217e 100%);
  background: image-set(url("/images/site/hero/hero-main-bg_wide.webp"), url("/images/site/hero/hero-main-bg_wide.png")) left center no-repeat, linear-gradient(90deg, #4039cc 0%, #25217e 100%);
  background-size: auto 100%, cover;
}
@media (min-width: 992px) {
  .aeriel--promo-fullBleed-primary .aeriel--promo-content {
    position: relative;
    min-height: 600px;
  }
}
.aeriel--promo-fullBleed-secondary {
  background-color: #f1f0ff;
  box-shadow: 0 0 30px rgba(153, 149, 229, 0.45);
}
.aeriel--promo-fullBleed-secondary .aeriel--promo-row {
  padding: 60px 0;
}
.aeriel--promo-fullBleed-tertiary {
  background-color: #4039cc;
  background: url("/images/site/hero/hero-monitor-bg.png") right center no-repeat, linear-gradient(90deg, #4039cc 0%, #25217e 100%);
  background: image-set(url("/images/site/hero/hero-monitor-bg.webp"), url("/images/site/hero/hero-monitor-bg.png")) right center no-repeat, linear-gradient(90deg, #4039cc 0%, #25217e 100%);
  background-size: auto 100%, cover;
  box-shadow: 0 0 30px #2b2693 inset;
  color: #ecebff;
  overflow-x: hidden;
}
.aeriel--promo-fullBleed-tertiary .aeriel--promo-row {
  padding: 120px 0 90px;
}
.aeriel--promo-fullBleed-tertiary h2 {
  color: #ecebff;
}
.aeriel--promo-fullBleed-tertiary a {
  color: #ffffff;
}
.aeriel--promo-fullBleed-tertiary a:hover {
  color: rgba(255, 255, 255, 0.95);
}
.aeriel--promo-fullBleed-light {
  background-color: rgba(17, 18, 130, 0.035);
  box-shadow: 0 0 30px rgba(17, 18, 130, 0.18);
}
.aeriel--promo-fullBleed-light .aeriel--promo-row {
  padding: 60px 0;
}
.aeriel--promo-fullBleed + .aeriel--promo-fullBleed .aeriel--promo-row {
  margin-top: 0;
}
.aeriel--promo-departments {
  padding: 30px 0 0;
}
.aeriel--promo-newsPost {
  margin: 45px 0;
}
hr + .aeriel--promo-newsPost {
  margin-top: 60px;
}
.aeriel--promo-newsPost h4 {
  font-size: 1.618rem;
}
@media (max-width: 991px) {
  .aeriel--promo-newsPost .aeriel--promo-newsPost-headerImage {
    display: block;
    margin: 0 0 28.75px;
  }
}
.aeriel--promo-newsPost .aeriel--promo-newsPost-text {
  max-width: 800px;
}
.aeriel--promo-newsImages {
  padding-top: 15px;
  text-align: center;
}
@media (min-width: 1200px) {
  .aeriel--promo-newsImages {
    margin-left: auto;
    text-align: right;
  }
}
@media (min-width: 1200px) {
  .aeriel--promo-newsImages {
    padding-top: 0;
  }
}
.aeriel--promo-newsImages .aeriel--promo-newsImages-image {
  position: relative;
  display: inline-block;
  margin: 15px;
  width: 75%;
  max-width: 320px;
}
@media (min-width: 1200px) {
  .aeriel--promo-newsImages .aeriel--promo-newsImages-image {
    margin-left: auto;
    text-align: right;
  }
}
@media (min-width: 1200px) {
  .aeriel--promo-newsImages .aeriel--promo-newsImages-image {
    display: block;
    margin: 0 0 15px auto;
  }
}
.aeriel--promo-newsImages .aeriel--promo-newsImages-image .aeriel--promo-newsImages-image-label {
  position: absolute;
  top: 0;
  right: 0;
  padding-left: 10px;
  background-color: #5b52ff;
  border-radius: 0 5px 0 5px;
  font-size: 0.75rem;
}
.aeriel--promo-newsImages .aeriel--promo-newsImages-image img {
  border: 2px solid #c5c2ff;
  border-radius: 5px;
  box-shadow: 0 0 30px #dddcff;
  width: 100%;
}
.aeriel--promo-newsImages .aeriel--promo-newsImages-count {
  margin-top: 14.375px;
}
@media (min-width: 1200px) {
  .aeriel--promo-newsImages .aeriel--promo-newsImages-count {
    max-width: 320px;
    margin: 0 0 0 auto;
  }
}
/* --- Promo header --- */
.aeriel--promo-content-title {
  margin: 30px 0 60px;
  color: rgba(255, 255, 255, 0.95);
  font-size: 2.618rem;
  text-align: center;
}
@media (min-width: 576px) {
  .aeriel--promo-content-title {
    position: absolute;
    left: 0;
    bottom: 60px;
    margin: 0;
    text-align: left;
  }
}
@media (min-width: 768px) {
  .aeriel--promo-content-title {
    font-size: 2.618rem;
    bottom: 90px;
  }
}
@media (min-width: 992px) {
  .aeriel--promo-content-title {
    font-size: 4.236rem;
  }
}
.aeriel--promo-content-typewriter {
  display: block;
  color: #7b76dc;
  font-variant-ligatures: none !important;
  font-feature-settings: "liga" 0;
}
.aeriel--promo-content-typewriter .Typewriter__wrapper {
  filter: hue-rotate(75deg) saturate(140%);
}
.Typewriter__cursor {
  animation: Typewriter-cursor 1.1s infinite !important;
  color: rgba(255, 255, 255, 0.2);
}
.aeriel--promo-content-image {
  display: block;
  margin: 60px auto 30px;
  width: 100%;
  max-width: 320px;
}
.aeriel--promo-content-image img {
  width: 100%;
}
@media (min-width: 576px) {
  .aeriel--promo-content-image {
    float: right;
    margin: 0 -30px 0 0;
    width: 50%;
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .aeriel--promo-content-image {
    margin: -30px -30px -30px 0;
  }
}
@media (min-width: 992px) {
  .aeriel--promo-content-image {
    margin: -30px -30px -180px 0;
  }
}
/* --- Tiles --- */
.aeriel--promo-tiles {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 60px;
}
@media (min-width: 1200px) {
  .aeriel--promo-tiles {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.aeriel--promo-tiles.aeriel--promo-tiles-licenses .aeriel--promo-tile h3 {
  white-space: unset;
}
.aeriel--promo-tiles .aeriel--promo-tile {
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 0;
  -ms-flex-basis: 0;
  flex-basis: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 45px 30px;
  background-color: #ecebff;
  border-radius: 15px;
  color: #5e58d6;
  text-align: center;
}
.aeriel--promo-tiles .aeriel--promo-tile.aeriel--promo-tile-accent-primary {
  background-color: #e1f0ee;
  color: #15635b;
}
.aeriel--promo-tiles .aeriel--promo-tile.aeriel--promo-tile-accent-primary h3 {
  color: #15635b;
}
.aeriel--promo-tiles .aeriel--promo-tile.aeriel--promo-tile-accent-secondary {
  background-color: #faedf3;
  color: #cd2363;
}
.aeriel--promo-tiles .aeriel--promo-tile.aeriel--promo-tile-accent-secondary h3 {
  color: #cd2363;
}
.aeriel--promo-tiles .aeriel--promo-tile.aeriel--promo-tile-green {
  background-color: #e8f7df;
  color: #248a00;
}
.aeriel--promo-tiles .aeriel--promo-tile.aeriel--promo-tile-green h3 {
  color: #1d7100;
}
.aeriel--promo-tiles .aeriel--promo-tile.aeriel--promo-tile-purple {
  background-color: #f7eafb;
  color: #9b41c3;
}
.aeriel--promo-tiles .aeriel--promo-tile.aeriel--promo-tile-purple h3 {
  color: #9b41c3;
}
.aeriel--promo-tiles .aeriel--promo-tile.aeriel--promo-tile-darkBlue {
  background-color: #e6edfa;
  color: #1749b7;
}
.aeriel--promo-tiles .aeriel--promo-tile.aeriel--promo-tile-darkBlue h3 {
  color: #1749b7;
}
.aeriel--promo-tiles .aeriel--promo-tile .aeriel--promo-tile-content {
  max-width: 560px;
  margin: 0 auto;
}
.aeriel--promo-tiles .aeriel--promo-tile .aeriel--promo-tile-heroImage {
  display: inline-block;
  width: 160px;
  height: 160px;
  margin: 0;
  padding: 0;
  border-radius: 50%;
  font-size: 160px;
  line-height: 160px;
  text-align: center;
  vertical-align: baseline;
  min-height: 160px;
  display: block;
  margin: 0 auto 30px;
  border: 5px solid #d4d2f4;
  overflow: hidden;
}
.aeriel--promo-tiles .aeriel--promo-tile .aeriel--promo-tile-heroImage img {
  position: relative;
  top: -50%;
  margin-top: 60px;
  width: 100%;
}
.aeriel--promo-tiles .aeriel--promo-tile h3 {
  margin-bottom: 5px;
  color: #4039cc;
  white-space: nowrap;
}
.aeriel--promo-tiles .aeriel--promo-tile h3 .material-icons {
  margin-top: -5px;
}
.aeriel--promo-tiles .aeriel--promo-tile hr {
  margin: 15px 0 30px;
  background-color: #ecebff;
}
.aeriel--promo-tiles .aeriel--promo-tile p {
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
}
.aeriel--promo-tiles .aeriel--promo-tile p:last-child {
  margin-bottom: 0;
}
.aeriel--promo-tiles .aeriel--promo-tile + .aeriel--promo-tile {
  margin-top: 30px;
}
@media (min-width: 1200px) {
  .aeriel--promo-tiles .aeriel--promo-tile + .aeriel--promo-tile {
    margin-top: 0;
    margin-left: 30px;
  }
}
.aeriel--promo-tiles .aeriel--promo-tile.aeriel--promo-tile-tier2 {
  filter: hue-rotate(45deg);
}
.aeriel--promo-tiles .aeriel--promo-tile.aeriel--promo-tile-tier3 {
  filter: hue-rotate(90deg);
}
.aeriel--promo-tiles .aeriel--promo-tile-heroIcon {
  margin-bottom: 15px;
  color: #9995e5;
}
.aeriel--promo-tiles .aeriel--promo-tile-heroIcon .aeriel--promo-tile-heroIcon-container {
  position: relative;
  display: inline-block;
}
.aeriel--promo-tiles .aeriel--promo-tile-heroIcon .material-icons {
  font-size: 120px;
}
.aeriel--promo-tiles .aeriel--promo-tile-heroIcon .aeriel--promo-tile-heroIcon-sup {
  position: absolute;
  top: 36px;
  left: 26px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 70px !important;
}
.aeriel--promo-tiles .aeriel--promo-tile-heroIcon .aeriel--promo-tile-heroIcon-text {
  display: inline-block;
  margin: 0 15px;
  font-size: 30px;
  vertical-align: middle;
}
.aeriel--promo-tiles .aeriel--promo-tile-footer {
  margin-top: auto;
  padding-top: 60px;
}
.aeriel--promo-tiles-small h3 {
  margin-bottom: 20px !important;
}
/* --- Features --- */
.aeriel--promo-features-row {
  margin-left: -15px;
  margin-right: -15px;
}
.aeriel--promo-content + .aeriel--promo-features-row {
  margin-top: 60px;
}
.aeriel--promo-feature {
  margin: 0 0 30px;
  padding: 30px !important;
  background-color: #f2f5fc;
  border-radius: 15px;
}
@media (min-width: 768px) {
  .aeriel--promo-feature {
    padding: 30px 0 15px 30px !important;
    margin: 0 15px 30px;
  }
}
@media (min-width: 1200px) {
  .aeriel--promo-feature {
    max-width: calc(50% - 30px);
  }
}
.aeriel--promo-feature .row {
  height: 100%;
}
.aeriel--promo-feature.aeriel--promo-feature-purple {
  background-color: #fcf4fc;
}
.aeriel--promo-feature.aeriel--promo-feature-purple h3 {
  color: #9b41c3;
}
.aeriel--promo-feature.aeriel--promo-feature-wide {
  margin-bottom: 0;
}
.aeriel--promo-feature .aeriel--promo-feature-illustration {
  margin-top: 15px;
}
.aeriel--promo-feature .aeriel--promo-feature-illustration img {
  width: 100%;
  max-width: 180px;
}
@media (min-width: 576px) {
  .aeriel--promo-feature .aeriel--promo-feature-illustration {
    margin-top: 0;
  }
  .aeriel--promo-feature .aeriel--promo-feature-illustration img {
    max-width: 180px;
  }
}
@media (min-width: 768px) {
  .aeriel--promo-feature .aeriel--promo-feature-illustration {
    position: absolute;
    top: 20px;
    right: 20px;
  }
}
@media (min-width: 992px) {
  .aeriel--promo-feature .aeriel--promo-feature-illustration img {
    max-width: 160px;
  }
}
@media (min-width: 992px) {
  .aeriel--promo-contactForm {
    max-width: 600px;
  }
}
.aeriel--promo-contactForm .div[class^='form-group-control-aa'],
.aeriel--promo-contactForm div[class*=' form-group-control-aa'],
.aeriel--promo-contactForm .div[class^='form-group-control-bb'],
.aeriel--promo-contactForm div[class*=' form-group-control-bb'],
.aeriel--promo-contactForm .div[class^='form-group-control-cc'],
.aeriel--promo-contactForm div[class*=' form-group-control-cc'] {
  position: absolute;
  top: -999em;
  left: -999em;
}
/* --- Features gallery --- */
.aeriel--promo-featuresGallery {
  margin: 60px 0 30px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: end;
  -ms-align-items: end;
  align-items: end;
}
.aeriel--promo-featuresGallery .aeriel--promo-featuresGallery-thumb {
  box-shadow: 0 0 15px #2b2693;
}
.aeriel--promo-featuresGallery .aeriel--promo-featuresGallery-thumb + .aeriel--promo-featuresGallery-thumb {
  margin-left: 15px;
}
.aeriel--promo-featuresGallery .aeriel--promo-featuresGallery-thumb:hover {
  opacity: 1 !important;
  filter: saturate(120%);
}
.aeriel--promo-featuresGallery .aeriel--promo-featuresGallery-thumb.aeriel--promo-featuresGallery-thumb-2 {
  opacity: 1;
}
.aeriel--promo-featuresGallery .aeriel--promo-featuresGallery-thumb.aeriel--promo-featuresGallery-thumb-3 {
  opacity: 1;
}
.aeriel--promo-featuresGallery .aeriel--promo-featuresGallery-thumb.aeriel--promo-featuresGallery-thumb-4 {
  opacity: 1;
}
.aeriel--promo-featuresGallery .aeriel--promo-featuresGallery-thumb.aeriel--promo-featuresGallery-thumb-5 {
  opacity: 1;
}
.aeriel--promo-featuresGallery .aeriel--promo-featuresGallery-thumb.aeriel--promo-featuresGallery-thumb-6 {
  opacity: 1;
}
.aeriel--promo-featuresGallery .aeriel--promo-featuresGallery-thumb.aeriel--promo-featuresGallery-thumb-7 {
  opacity: 1;
}
/* --- References --- */
.aeriel--promo-tiles-references {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .aeriel--promo-tiles-references {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-left: -15px;
    margin-right: -15px;
  }
}
.aeriel--promo-tile-reference {
  position: relative;
}
.aeriel--promo-tile-reference .aeriel--promo-tile-reference-companyLogo {
  position: absolute;
  top: 30px;
  right: 30px;
}
.aeriel--promo-tile-reference h3 {
  margin-bottom: 5px !important;
}
.aeriel--promo-tile-reference h4 {
  margin-bottom: 30px !important;
  color: #726cdb;
}
.aeriel--promo-tile-reference p {
  margin-bottom: 15px !important;
}
@media (min-width: 992px) {
  .aeriel--promo-tile-reference {
    flex: 0 0 calc(50% - 30px) !important;
    margin: 0 15px 30px !important;
  }
}
@media (min-width: 1200px) {
  .aeriel--promo-tile-reference {
    flex: 0 0 calc(33.333333% - 30px) !important;
  }
}
/*# sourceMappingURL=jetstream-site.css.map */