::selection {
  background: #9D9FE5; /* WebKit/Blink Browsers */
  color: white;
}
::-moz-selection {
  background: #9D9FE5; /* Gecko Browsers */
  color: white;
}
input::-ms-clear,
input::-ms-reveal {
  display: none;
}
html {
  overflow-x: auto;
  overflow-y: scroll;
  min-height: 100%;
  position: relative;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  overflow-x: visible;
  overflow-y: visible;
  padding: 0;
  margin: 0;
  height: 100%;
  color: #1C1C1E;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 14px;
  background-color: white;
}
a, img {
  border: none;
  outline: none;
}
a {
  text-decoration: none;
}
*:focus {
  outline: none;
}
textarea,
input[type="text"],
input[type="email"],
input[type="password"],
input[type="submit"] {
  /* Avoid a weird appearance of inputs on mobile (e.g. Safari) */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: normal;
}
input[type=submit].hidden {
  visibility: hidden;
  position: absolute;
  width: 1px;
  height: 1px;
  border: none;
  padding: 0;
  z-index: -100;
}
h1, h2, h3, h4, h5 {
  font-weight: normal;
  padding: 0;
  margin: 0;
}
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none!important;
}
.no-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.section {
  width: 100%;
  position: relative;
  padding: 0 30px;
}
@media screen and (max-width: 540px) {
  .section {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.section-center {
  max-width: 1180px;
  margin: 0 auto;
  width: 100%;
  position: relative;
  z-index: 1;
}
.reg-btn {
  height: 40px;
  line-height: 38px;
  border: 1px solid transparent;
  border-radius: 30px;
  background-color: #9D9FE5;
  font-size: 12px;
  font-weight: bold;
  display: inline-block;
  vertical-align: top;
  color: white;
  text-align: center;
  padding: 0 25px;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.2s ease, background-color 0.2s ease;
  transition: transform 0.2s ease, background-color 0.2s ease;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.reg-btn:hover {
  background-color: #9193e7;
}
.reg-btn:active {
  -webkit-transform: translateZ(0) scale(0.9);
  transform: translateZ(0) scale(0.9);
  outline: none;
}
.reg-btn.big {
  padding: 0 40px;
  height: 50px;
  line-height: 48px;
  font-size: 16px;
}
.reg-btn.green {
  background-color: #28d46e;
}
.reg-btn.green:hover {
  background-color: #25c262;
}
.reg-btn.white {
  background-color: white;
  color: #9D9FE5;
}
.reg-btn.white:hover {
  background-color: rgba(255, 255, 255, 0.7);
}
.reg-btn.wire {
  border-color: white;
  background-color: transparent;
  -webkit-transition: -webkit-transform 0.2s ease, background-color 0.2s ease, color 0.2s ease;
  transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}
.reg-btn.wire:hover {
  background-color: white;
  color: #28304a;
}
.reg-btn.wire.grey {
  color: #8d8d8d;
  border-color: #cccccc;
}
.reg-btn.wire.grey:hover {
  background-color: #f4f5f8;
}
.reg-btn.wire.blue {
  color: #9D9FE5;
  border-color: #9D9FE5;
}
.reg-btn.wire.blue:hover {
  background-color: #9D9FE5;
  color: #ffffff;
}
.reg-btn .icon {
  width: 15px;
  margin-right: 7px;
  height: 100%;
  display: inline-block;
  vertical-align: top;
}
.reg-btn .icon svg {
  width: 100%;
  height: 100%;
}
.reg-btn.big .icon {
  width: 24px;
  margin-right: 5px;
}
.fade-hover {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.fade-hover:hover {
  opacity: 0.7;
}

.section-l-header {
  height: 54px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
}
.section-l-header .logo {
  height: 44px;
  width: 110px;
  display: inline-block;
  vertical-align: top;
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
  background-image: url(/images/icons/favicon-base.png);
  margin-top: 5px;
}
body.extra-page .section-header {
  background-color: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
body.extra-page .section-header .reg-btn.wire {
  border-color: #28304a;
  color: #28304a;
}
body.extra-page .section-header .reg-btn.wire:hover {
  background-color: #f7f7f7;
}
body.extra-page .section-header .logo.inline-logo .switching-fill {
  fill: #031b46;
}
body.extra-page .mobile-nav-bar .hamburger span,
body.extra-page .mobile-nav-bar .hamburger span::after,
body.extra-page .mobile-nav-bar .hamburger span::before {
  background: #686E81;
}
body.extra-page .mobile-nav-bar.open .hamburger span {
  background: 0 0;
}
@media screen and (max-width: 900px) {
  body.extra-page .section-header .simple-links .link {
    margin-right: 10px;
  }
}
.section-header {
  position: initial;
  height: 70px;
  text-align: left;
}
.section-header .logo {
  height: 70px;
  width: 160px;
  display: inline-block;
  vertical-align: top;
}
.section-header .logo.inline-logo .v-center-ctn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  gap: 0.8em;
  color: #000000;
  font-weight: bold;
  transition: color 0.3s ease;
}
.section-header .logo.inline-logo .v-center-ctn .icon {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(/images/icons/favicon-base.png);
  height: 40px;
  width: 40px;
  flex-shrink: 0;
}
.section-header .right-menu {
  float: right;
}
.section-header .right-menu > a {
  display: inline-block;
  vertical-align: top;
  margin-left: 15px;
}
.section-header .simple-links {
  display: inline-block;
  vertical-align: top;
  margin-top: 15px;
}
.section-header .simple-links .link {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  color: #30313E;
  margin-right: 15px;
  height: 40px;
  line-height: 40px;
  padding: 0 5px;
  position: relative;
  font-weight: bold;
}
.section-header .simple-links .link:hover {
  opacity: 0.7;
}
.section-header .right-menu > .reg-btn {
  height: 40px;
  line-height: 38px;
  padding: 0 30px;
  font-size: 14px;
  margin-top: 15px;
}
.section-l-header .section-center,
.section-header .section-center {
  z-index: 20;
}

.h-submenu-item {
  display: inline-block;
  vertical-align: top;
  cursor: default;
  position: relative;
}
.h-submenu-item .r-arrow {
  margin-left: 7px;
  margin-bottom: 2px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-style: solid;
  border-color: inherit;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
}
.h-submenu {
  position: absolute;
  left: 0;
  background-color: #ffffff;
  padding: 10px 0;
  top: 40px;
  z-index: 10;
  text-align: left;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  visibility: hidden;
  opacity: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.h-submenu .wrapper {
  width: 295px;
}
.h-submenu-item:hover .h-submenu {
  opacity: 1;
  visibility: visible;
}
.solutions-submenu a {
  color: inherit;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding: 10px 15px;
  font-weight: bold;
  transition: background-color 0.3s ease;
}
.solutions-submenu a:hover {
  background-color: #eceff1;
}
.solutions-submenu a .img {
  display: inline-block;
  vertical-align: top;
  margin-right: 7px;
  width: 16px;
  height: 16px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.mobile-nav-bar {
  display: none;
}
.mobile-nav-bar .bar {
  height: 60px;
  line-height: 60px;
  width: 100%;
  padding: 0 50px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: center;
}
.mobile-nav-bar .hamburger {
  position: absolute;
  cursor: pointer;
  width: 24px;
  height: 24px;
  left: 15px;
  top: 18px;
}
.mobile-nav-bar .hamburger span {
  display: block;
  position: absolute;
  top: 11px;
  left: 2px;
  right: 2px;
  height: 2px;
  background: #686E81;
  -webkit-transition: background 0s 0.3s, opacity 0.3s;
  transition: background 0s 0.3s, opacity 0.3s;
}
.mobile-nav-bar .hamburger span::after,
.mobile-nav-bar .hamburger span::before {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 2px;
  background: #686E81;
  content: "";
  -webkit-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
  transition-delay: 0.3s, 0s;
}
.mobile-nav-bar.open .hamburger span::after,
.mobile-nav-bar.open .hamburger span::before {
  -webkit-transition-delay: 0s, 0.3s;
  transition-delay: 0s, 0.3s;
}
.mobile-nav-bar .hamburger span::before {
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, transform;
  top: -5px;
}
.mobile-nav-bar .hamburger span::after {
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
  bottom: -5px;
}
.mobile-nav-bar .hamburger span {
  opacity: 0.6;
}
.mobile-nav-bar .hamburger:hover span,
.mobile-nav-bar.open .hamburger span {
  opacity: 1;
}
.mobile-nav-bar.open .logo.inline-logo .switching-fill {
  fill: #031b46;
}
.mobile-nav-bar.open .hamburger span {
  background: 0 0;
}
.mobile-nav-bar.open .hamburger span::before {
  top: 0;
  background-color: #686E81;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mobile-nav-bar.open .hamburger span::after {
  bottom: 0;
  background-color: #686E81;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.mobile-nav-bar .nav-menu {
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  background: #ffffff;
  z-index: 40;
  opacity: 0;
  visibility: hidden;
  text-align: center;
  padding-top: 60px;
}
.mobile-nav-bar.open .nav-menu {
  opacity: 1;
  visibility: visible;
}
.mobile-nav-bar:not(.open) .nav-menu {
  pointer-events: none;
}
.mobile-nav-bar .nav-menu .mobile-link {
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #ebeef3;
  cursor: pointer;
  padding: 0 15px;
  display: block;
  font-size: 12px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: bold;
  color: #28304a;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease;
}
.mobile-nav-bar .nav-menu .mobile-link:first-child {
  border-top: 1px solid #ebeef3;
  line-height: 39px;
}
.mobile-nav-bar .nav-menu .mobile-link:hover,
.mobile-nav-bar .nav-menu .mobile-link.active {
  color: white;
  background-color: #9D9FE5;
}
.mobile-nav-bar .right-items {
  position: absolute;
  right: 15px;
  top: 0;
}

.section-footer {
  background-color: #30313F;
  padding-top: 60px;
  padding-bottom: 120px;
}
.section-footer .links {
  float: right;
  width: 64%;
}
.section-footer .link-col {
  float: left;
  width: 33.3333%;
}
.section-footer .link-col .title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
  color: #ffffff;
  min-height: 35px;
  margin-bottom: 15px;
}
.section-footer .link-col a {
  color: #B6B7C2!important;
  display: inline-block;
  vertical-align: top;
  line-height: 1.4;
  font-size: 14px;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.section-footer .link-col a:hover {
  color: #9D9FE5!important;
}
.section-footer .link-col a:not(:last-child) {
  margin-bottom: 8px;
}
.section-footer .company-info {
  float: left;
  width: 32%;
}
.section-footer .company-info .logo {
  height: 54px;
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
  background-image: url(/images/logo-white.svg);
}
.section-footer .company-info .copyright {
  padding-top: 10px;
  margin-top: 15px;
  color: #D1D1D6;
  line-height: 1.4;
  font-size: 14px;
}
.submit-with-loader {
  position: relative;
}
.submit-with-loader .loader,
.reg-loader {
  font-size: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  visibility: hidden;
  margin-top: -5em;
  margin-left: -5em;
  border-top: 1.1em solid rgba(255, 255, 255, 0.2);
  border-right: 1.1em solid rgba(255, 255, 255, 0.2);
  border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
  border-left: 1.1em solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: submitload 1.1s infinite linear;
  animation: submitload 1.1s infinite linear;
}
.reg-loader {
  visibility: visible;
}
.submit-with-loader .loader,
.submit-with-loader .loader:after,
.reg-loader,
.reg-loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
.submit-with-loader .loader.blue,
.reg-loader.blue {
  border-top: 1.1em solid rgba(56, 161, 225, 0.2);
  border-right: 1.1em solid rgba(56, 161, 225, 0.2);
  border-bottom: 1.1em solid rgba(56, 161, 225, 0.2);
  border-left: 1.1em solid #9D9FE5;
}
.submit-with-loader .loader.gray,
.reg-loader.gray {
  border-top: 1.1em solid rgba(191, 198, 205, 0.2);
  border-right: 1.1em solid rgba(191, 198, 205, 0.2);
  border-bottom: 1.1em solid rgba(191, 198, 205, 0.2);
  border-left: 1.1em solid #bfc6cd;
}
.submit-with-loader.submitting .loader {
  visibility: visible;
}
.submit-with-loader.submitting {
  color: transparent;
}
.submit-with-loader.submitting .text {
  visibility: hidden;
}
.submit-with-loader.submitting .icon,
.submit-with-loader.submitting .right-arrow {
  visibility: hidden;
  opacity: 0;
}
@-webkit-keyframes submitload {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes submitload {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.mobile {
  display: none;
}
.browsehappy {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  padding: 6px 40px;
  background: rgba(0, 0, 0, 0.5);
  margin: 0;
  color: white;
  text-align: center;
  font-size: 12px;
}
.browsehappy a {
  color: white;
  text-decoration: underline;
}
.browsehappy a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1080px) {
  .section-header .logo {
    width: 130px;
  }
}
@media screen and (max-width: 900px) {
  .solutions-submenu {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .section-header {
    height: 60px;
    padding: 0;
    text-align: center;
  }
  .section-header .logo {
    height: 60px;
    width: 110px;
  }
  .mobile {
    display: block;
  }
  .no-mobile {
    display: none;
  }
  .section-l-header .logo {
    background-position: center center;
  }
  .section-l-header .mobile-nav-bar,
  .section-header .mobile-nav-bar {
    display: block;
  }
  .section-l-header .nav-bar,
  .section-header .nav-bar {
    display: none;
  }
  .section-l-header {
    text-align: center;
  }
  .section-footer {
    padding-bottom: 60px;
    text-align: center;
  }
  .section-footer .links {
    float: none;
    width: 100%;
    margin-bottom: 40px;
  }
  .section-footer .company-info {
    float: none;
    width: 100%;
  }
  .section-footer .company-info .logo {
    background-position: center center;
    margin-top: 0;
  }
}
@media screen and (max-width: 540px) {
  .section-footer .link-col {
    float: none;
    width: 100%;
  }
  .section-footer .link-col:not(:last-child) {
    margin-bottom: 30px;
  }
}

.h-padding {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 1080px) {
  .h-padding {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 768px) {
  .h-padding {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 500px) {
  .h-padding {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
