@import url(https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap);
@import url(https://fonts.googleapis.com/css?family=IBM+Plex+Sans:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i&display=swap);
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: normal;
  color: #232323;
  position: relative;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
  text-decoration: underline;
}


a:hover {
  text-decoration: none;
  line-height: 1.3;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1.4;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

a:hover {
  text-decoration: none;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  -webkit-transition-delay: 9999s;
          transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type="hidden"] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.media-container-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  -webkit-transition: width 0.1s;
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }
  .media {
    width: auto;
  }
  .mbr-figure {
    width: 100% !important;
  }
}

/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}

.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type="submit"] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}

.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}

.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}

.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "\203a";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}

.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}

.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 50%;
  -webkit-transform: rotate(135deg);
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@-webkit-keyframes arrowdown {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 50%;
    right: auto;
  }
}

/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}

@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}

.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}

.menu .navbar-brand span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
}

@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
  }
}

@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}

@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}

@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: .5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type="range"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}

@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}

.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  -webkit-transition: border-color 0.25s ease 0s;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
          box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}

.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}

form .row [class*="col"] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: .5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name='gdpr'] {
  top: 7px;
}

.form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 0.5rem 2rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*="col"] {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}
/*# sourceMappingURL=style.css.map */




body {
  font-family: IBM Plex Sans;
}
.display-1 {
  font-family: 'Roboto', sans-serif;
  font-size: 7.8rem;
  line-height: 1.5;
}
.display-1 > .mbr-iconfont {
  font-size: 9.75rem;
}
.display-2 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 2.8rem;
  line-height: 1.5;
}
.display-2 > .mbr-iconfont {
  font-size: 3.5rem;
}
.display-4 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 6.24rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 5.46rem;
    font-size: calc( 3.38rem + (7.8 - 3.38) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (3.38rem + (7.8 - 3.38) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #2a3d56 !important;
}
.bg-success {
  background-color: #22a5e5 !important;
}
.bg-info {
  background-color: #2a3d56 !important;
}
.bg-warning {
  background-color: #2a3d56 !important;
}
.bg-danger {
  background-color: #2a3d56 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #2a3d56 !important;
  border-color: #2a3d56 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #0e141c !important;
  border-color: #0e141c !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0e141c !important;
  border-color: #0e141c !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #22a5e5 !important;
  border-color: #22a5e5 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #13709e !important;
  border-color: #13709e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #13709e !important;
  border-color: #13709e !important;
}
.btn-info,
.btn-info:active {
  background-color: #2a3d56 !important;
  border-color: #2a3d56 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #0e141c !important;
  border-color: #0e141c !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #0e141c !important;
  border-color: #0e141c !important;
}
.btn-success,
.btn-success:active {
  background-color: #22a5e5 !important;
  border-color: #22a5e5 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #13709e !important;
  border-color: #13709e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #13709e !important;
  border-color: #13709e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #2a3d56 !important;
  border-color: #2a3d56 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #0e141c !important;
  border-color: #0e141c !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #0e141c !important;
  border-color: #0e141c !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #2a3d56 !important;
  border-color: #2a3d56 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #0e141c !important;
  border-color: #0e141c !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #0e141c !important;
  border-color: #0e141c !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #2a3d56;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #0e141c !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #2a3d56 !important;
  border-color: #2a3d56 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #22a5e5;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #13709e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #22a5e5 !important;
  border-color: #22a5e5 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #2a3d56;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #0e141c !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #2a3d56 !important;
  border-color: #2a3d56 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #22a5e5;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #13709e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #22a5e5 !important;
  border-color: #22a5e5 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #2a3d56;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #0e141c !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #2a3d56 !important;
  border-color: #2a3d56 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #2a3d56;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #0e141c !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #2a3d56 !important;
  border-color: #2a3d56 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #2a3d56 !important;
}
.text-secondary {
  color: #22a5e5 !important;
}
.text-success {
  color: #22a5e5 !important;
}
.text-info {
  color: #2a3d56 !important;
}
.text-warning {
  color: #2a3d56 !important;
}
.text-danger {
  color: #2a3d56 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #090c11 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #116690 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #116690 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #090c11 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #090c11 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #090c11 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #2a3d56;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #2a3d56;
}
.alert-warning {
  background-color: #2a3d56;
}
.alert-danger {
  background-color: #2a3d56;
}
.mbr-gallery-filter li.active .btn {
  background-color: #2a3d56;
  border-color: #2a3d56;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #2a3d56;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #547aab;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #d9effa;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #547aab;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #547aab;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #547aab;
}
/* Scroll to top button*/
.form-control {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #2a3d56 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #2a3d56;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #2a3d56;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #2a3d56;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #2a3d56;
  border-bottom-color: #2a3d56;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #2a3d56 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #22a5e5 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%232a3d56' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-sjZfDqOgxe {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sjZfDqOgxe .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-sjZfDqOgxe .card-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-sjZfDqOgxe .image-wrapper img {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-sjZfDqOgxe .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-sjZfDqOgxe .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-sjZfDqOgxe .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-sjZfDqOgxe .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sjZfDqOgxe .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-sjZfDqOgxe .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sjZfDqOgxe .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-sjZfDqOgxe .card-title {
  color: #2a3d56;
}
.cid-sjZfDqOgxe .mbr-text,
.cid-sjZfDqOgxe .social-row {
  color: #2a3d56;
}
.cid-sjZfDqOgxe .card-subtitle {
  color: #7e848c;
}
.cid-sjZCB9uIxk {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sjZCB9uIxk .image-wrapper {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-top: 5px;
  margin-right: 1rem;
  overflow: hidden;
}
.cid-sjZCB9uIxk .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-sjZCB9uIxk .name {
  color: #2a3d56;
}
.cid-sjZCB9uIxk .position {
  color: #2a3d56;
}
.cid-sjZCB9uIxk .mbr-text {
  color: #474a4f;
}
.cid-sjZEp70ELg {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-sjZEp70ELg .mbr-section-subtitle {
  color: #2a3d56;
}
.cid-sjZEp70ELg .mbr-text {
  color: #2a3d56;
}
.cid-sjZEp70ELg .mbr-section-title {
  color: #2a3d56;
}
.cid-sk64v1B3JJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sk64v1B3JJ img,
.cid-sk64v1B3JJ .item-img {
  width: 100%;
}
.cid-sk64v1B3JJ .item:focus,
.cid-sk64v1B3JJ span:focus {
  outline: none;
}
.cid-sk64v1B3JJ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sk64v1B3JJ .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sk64v1B3JJ .item {
  padding: 0;
  margin: 0;
}
.cid-sk64v1B3JJ .item-wrapper1 {
  position: relative;
  border-radius: 0;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sk64v1B3JJ .item-wrapper1 .item-content {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .cid-sk64v1B3JJ .item-wrapper1 .item-content {
    padding: 0;
  }
}
.cid-sk64v1B3JJ .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sk64v1B3JJ .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sk64v1B3JJ .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sk64v1B3JJ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sk64v1B3JJ .mbr-section-title {
  color: #232323;
}
.cid-sk64v1B3JJ .mbr-text,
.cid-sk64v1B3JJ .mbr-section-btn {
  text-align: left;
}
.cid-sk64v1B3JJ .item-title {
  text-align: left;
}
.cid-sk64v1B3JJ .item-subtitle {
  text-align: center;
}
.cid-sjZfDv4qeO {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sjZfDv4qeO nav.navbar {
  position: fixed;
}
.cid-sjZfDv4qeO .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sjZfDv4qeO .dropdown-menu {
  padding: 0;
}
.cid-sjZfDv4qeO .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sjZfDv4qeO .dropdown-item:hover,
.cid-sjZfDv4qeO .dropdown-item:focus {
  background: #2a3d56 !important;
  color: white !important;
}
.cid-sjZfDv4qeO .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sjZfDv4qeO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sjZfDv4qeO .nav-link {
  position: relative;
}
.cid-sjZfDv4qeO .container {
  display: flex;
  margin: auto;
}
.cid-sjZfDv4qeO .iconfont-wrapper {
  color: #2a3d56 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sjZfDv4qeO .navbar-caption {
  padding-right: 4rem;
}
.cid-sjZfDv4qeO .dropdown-menu,
.cid-sjZfDv4qeO .navbar.opened {
  background: #ffffff !important;
}
.cid-sjZfDv4qeO .nav-item:focus,
.cid-sjZfDv4qeO .nav-link:focus {
  outline: none;
}
.cid-sjZfDv4qeO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sjZfDv4qeO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sjZfDv4qeO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sjZfDv4qeO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sjZfDv4qeO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sjZfDv4qeO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sjZfDv4qeO .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-sjZfDv4qeO .navbar:not(.navbar-short) {
  border-bottom: 1px solid #ffffff;
}
.cid-sjZfDv4qeO .navbar.opened {
  transition: all .3s;
}
.cid-sjZfDv4qeO .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sjZfDv4qeO .navbar .navbar-logo img {
  width: auto;
}
.cid-sjZfDv4qeO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sjZfDv4qeO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sjZfDv4qeO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sjZfDv4qeO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sjZfDv4qeO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sjZfDv4qeO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sjZfDv4qeO .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sjZfDv4qeO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sjZfDv4qeO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sjZfDv4qeO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sjZfDv4qeO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sjZfDv4qeO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sjZfDv4qeO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sjZfDv4qeO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sjZfDv4qeO .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sjZfDv4qeO .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sjZfDv4qeO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sjZfDv4qeO .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sjZfDv4qeO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 1rem;
  }
  .cid-sjZfDv4qeO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sjZfDv4qeO .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sjZfDv4qeO .navbar.navbar-short {
  min-height: 60px;
}
.cid-sjZfDv4qeO .navbar.navbar-short .navbar-logo img {
  height: 3.0rem !important;
}
.cid-sjZfDv4qeO .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sjZfDv4qeO .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sjZfDv4qeO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sjZfDv4qeO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sjZfDv4qeO .dropdown-item.active,
.cid-sjZfDv4qeO .dropdown-item:active {
  background-color: transparent;
}
.cid-sjZfDv4qeO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sjZfDv4qeO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sjZfDv4qeO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sjZfDv4qeO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sjZfDv4qeO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sjZfDv4qeO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sjZfDv4qeO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sjZfDv4qeO .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sjZfDv4qeO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sjZfDv4qeO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-sjZfDv4qeO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sjZfDv4qeO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sjZfDv4qeO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sjZfDv4qeO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sjZfDv4qeO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sjZfDv4qeO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sjZfDv4qeO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sjZfDv4qeO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sjZfDv4qeO .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sjZfDv4qeO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sjZfDv4qeO .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sjZfDv4qeO .navbar {
    height: 77px;
  }
  .cid-sjZfDv4qeO .navbar.opened {
    height: auto;
  }
  .cid-sjZfDv4qeO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-skaVo2fo1D {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-skaVo2fo1D img,
.cid-skaVo2fo1D .item-img {
  width: 100%;
}
.cid-skaVo2fo1D .item:focus,
.cid-skaVo2fo1D span:focus {
  outline: none;
}
.cid-skaVo2fo1D .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-skaVo2fo1D .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-skaVo2fo1D .item {
  padding: 0;
  margin: 0;
}
.cid-skaVo2fo1D .mt-44 (
margin-top: 0;
) .item-wrapper1 {
  position: relative;
  border-radius: 0;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-skaVo2fo1D .mt-44 (
margin-top: 0;
) .item-wrapper1 .item-content {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .cid-skaVo2fo1D .mt-44 (
margin-top: 0;
) .item-wrapper1 .item-content {
    padding: 0;
  }
}
.cid-skaVo2fo1D .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-skaVo2fo1D .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-skaVo2fo1D .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-skaVo2fo1D .mbr-section-btn {
  margin-top: auto !important;
}
.cid-skaVo2fo1D .mbr-section-title {
  color: #232323;
}
.cid-skaVo2fo1D .mbr-text,
.cid-skaVo2fo1D .mbr-section-btn {
  text-align: left;
}
.cid-skaVo2fo1D .item-title {
  text-align: left;
}
.cid-skaVo2fo1D .item-subtitle {
  text-align: center;
}
.cid-sk4MZuP64P {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-sk4MZuP64P .mbr-section-subtitle {
  color: #2a3d56;
  text-align: center;
}
.cid-sk4MZuP64P .mbr-text {
  color: #7e848c;
  text-align: center;
}
.cid-sk4MZuP64P .mbr-section-title {
  color: #2a3d56;
}
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: normal;
  color: #232323;
  position: relative;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
  text-decoration: underline;
}


a:hover {
  text-decoration: none;
  line-height: 1.3;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1.4;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

a:hover {
  text-decoration: none;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  -webkit-transition-delay: 9999s;
          transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type="hidden"] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.media-container-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  -webkit-transition: width 0.1s;
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }
  .media {
    width: auto;
  }
  .mbr-figure {
    width: 100% !important;
  }
}

/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}

.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type="submit"] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}

.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}

.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}

.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "\203a";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}

.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}

.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 50%;
  -webkit-transform: rotate(135deg);
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@-webkit-keyframes arrowdown {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 50%;
    right: auto;
  }
}

/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}

@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}

.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}

.menu .navbar-brand span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
}

@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
  }
}

@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}

@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}

@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: .5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type="range"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}

@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}

.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  -webkit-transition: border-color 0.25s ease 0s;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
          box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}

.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}

form .row [class*="col"] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: .5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name='gdpr'] {
  top: 7px;
}

.form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 0.5rem 2rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*="col"] {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}
/*# sourceMappingURL=style.css.map */.cid-sjDlSxrV7T {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sjDlSxrV7T .mbr-section-subtitle {
  color: #2a3d56;
}
.cid-sjDlSxrV7T .mbr-text {
  color: #2a3d56;
}
.cid-sjDlSxrV7T .mbr-section-title {
  color: #2a3d56;
}
.cid-sjDlSyafZP {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sjDlSyafZP ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-sjDlSyafZP li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-sjDlSyafZP ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #22a5e5;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-sjDlSyafZP H3 {
  color: #2a3d56;
}
.cid-sjDlSyafZP .list {
  color: #2a3d56;
}
.cid-sjDlSyAUhj {
  background-image: url("../../../assets/images/header-2-1920x1080.jpg");
}
@media (max-width: 991px) {
  .cid-sjDlSyAUhj .mbr-section-title,
  .cid-sjDlSyAUhj .mbr-section-subtitle,
  .cid-sjDlSyAUhj .mbr-section-btn,
  .cid-sjDlSyAUhj .mbr-text {
    text-align: center;
  }
}
.cid-sjIjzcAJ5n {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sjIjzcAJ5n .mbr-section-subtitle {
  color: #2a3d56;
}
.cid-sjIjzcAJ5n .mbr-text {
  color: #2a3d56;
}
.cid-sjIjzcAJ5n .mbr-section-title {
  color: #2a3d56;
}
.cid-sjIm60f3DN {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sjIm60f3DN blockquote {
  border-color: #22a5e5;
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-sjIm60f3DN .mbr-text {
  color: #474a4f;
}
.cid-sl1UaLYH24 {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sl1UaLYH24 .mbr-section-subtitle {
  color: #2a3d56;
}
.cid-sl1UaLYH24 .mbr-text {
  color: #2a3d56;
}
.cid-sl1UaLYH24 .mbr-section-title {
  color: #2a3d56;
}
.cid-sjIqEfUPXs {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sjIqEfUPXs .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-sjIqEfUPXs .icon-box {
  background: #22a5e5;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sjIqEfUPXs .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sjIqEfUPXs .card {
    margin-bottom: 2rem;
  }
  .cid-sjIqEfUPXs .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sjIqEfUPXs .icon-text {
  color: #2a3d56;
}
.cid-sjIqEfUPXs .card-title,
.cid-sjIqEfUPXs .card-box {
  color: #2a3d56;
}
.cid-sjIqEfUPXs .icon-title {
  color: #2a3d56;
}
.cid-sjHJzTukU6 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sjHJzTukU6 .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-sjHJzTukU6 .card {
    margin-bottom: 2rem!important;
  }
  .cid-sjHJzTukU6 .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sjHJzTukU6 .link-wrap {
    align-items: center;
  }
}
.cid-sjHJzTukU6 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sjHJzTukU6 .mbr-text {
  color: #2a3d56;
}
.cid-sjHJzTukU6 .mbr-text,
.cid-sjHJzTukU6 .link-wrap,
.cid-sjHJzTukU6 .mbr-section-btn {
  color: #2a3d56;
}
.cid-sl1UBcv5hi {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sl1UBcv5hi .mbr-section-subtitle {
  color: #2a3d56;
}
.cid-sl1UBcv5hi .mbr-text {
  color: #2a3d56;
}
.cid-sl1UBcv5hi .mbr-section-title {
  color: #2a3d56;
}
.cid-sjDlSzRKT9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sjDlSzRKT9 .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-sjDlSzRKT9 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sjDlSzRKT9 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-sjDlSzRKT9 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sjDlSzRKT9 .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-sjDlSzRKT9 .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-sjDlSzRKT9 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sjDlSzRKT9 .card-title {
  color: #2a3d56;
}
.cid-sjDlSzRKT9 .mbr-text,
.cid-sjDlSzRKT9 .mbr-section-btn {
  color: #2a3d56;
}
.cid-sjDlSAZnri {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sjDlSAZnri .mbr-section-title {
  text-align: left;
  color: #2a3d56;
}
.cid-sjDlSAZnri .mbr-section-subtitle {
  text-align: left;
  color: #2a3d56;
}
.cid-sjIAH3z3GH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sjIAH3z3GH .mbr-section-subtitle {
  color: #2a3d56;
}
.cid-sjIAH3z3GH .mbr-text {
  color: #2a3d56;
}
.cid-sjIAH3z3GH .mbr-section-title {
  color: #2a3d56;
}
.cid-sjIxUQXmlY {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-sjIxUQXmlY img,
.cid-sjIxUQXmlY .item-img {
  width: 100%;
}
.cid-sjIxUQXmlY .item:focus,
.cid-sjIxUQXmlY span:focus {
  outline: none;
}
.cid-sjIxUQXmlY .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sjIxUQXmlY .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sjIxUQXmlY .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sjIxUQXmlY .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sjIxUQXmlY .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sjIxUQXmlY .mbr-section-title {
  color: #232323;
}
.cid-sl1V6Ri0ui {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sl1V6Ri0ui .mbr-section-subtitle {
  color: #2a3d56;
}
.cid-sl1V6Ri0ui .mbr-text {
  color: #2a3d56;
}
.cid-sl1V6Ri0ui .mbr-section-title {
  color: #2a3d56;
}
.cid-sjJ8ZZZ71H {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sjJ8ZZZ71H .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sjJ8ZZZ71H .row {
  flex-direction: row-reverse;
}
.cid-sjJ8ZZZ71H img {
  width: 100%;
}
.cid-sjJ8ZZZ71H .mbr-description {
  color: #7e848c;
}
.cid-sjDlSCEalv {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sjDlSCEalv .mbr-section-title {
  text-align: left;
  color: #2a3d56;
}
.cid-sjDlSCEalv .mbr-section-subtitle {
  text-align: left;
  color: #2a3d56;
}
.cid-sjDlSCndEs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sjDlSCndEs .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-sjDlSCndEs .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sjDlSCndEs .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-sjDlSCndEs .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sjDlSCndEs .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-sjDlSCndEs .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-sjDlSCndEs .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sjDlSCndEs .card-title {
  color: #2a3d56;
}
.cid-sjDlSCndEs .mbr-text,
.cid-sjDlSCndEs .mbr-section-btn {
  color: #2a3d56;
}
.cid-sksljghG81 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-sksljghG81 img,
.cid-sksljghG81 .item-img {
  width: 100%;
}
.cid-sksljghG81 .item:focus,
.cid-sksljghG81 span:focus {
  outline: none;
}
.cid-sksljghG81 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sksljghG81 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sksljghG81 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sksljghG81 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sksljghG81 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sksljghG81 .mbr-section-title {
  color: #2a3d56;
  text-align: left;
}
.cid-sksljghG81 .mbr-text,
.cid-sksljghG81 .mbr-section-btn {
  text-align: left;
  color: #474a4f;
}
.cid-sksljghG81 .item-title {
  text-align: left;
}
.cid-sksljghG81 .item-subtitle {
  text-align: center;
}
.cid-sjDlSCZlII {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sjDlSCZlII blockquote {
  border-color: #22a5e5;
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-sjDlSCZlII .mbr-text {
  color: #2a3d56;
}
.cid-sjMXvnXZvB {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sjMXvnXZvB .mbr-section-subtitle {
  color: #2a3d56;
}
.cid-sjMXvnXZvB .mbr-text {
  color: #2a3d56;
}
.cid-sjMXvnXZvB .mbr-section-title {
  color: #2a3d56;
}
.cid-sjDlSE6CKm {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
@media (max-width: 991px) {
  .cid-sjDlSE6CKm .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sjDlSE6CKm .row {
  flex-direction: row-reverse;
}
.cid-sjDlSE6CKm img {
  width: 100%;
}
.cid-sjDlSE6CKm .mbr-description {
  color: #2a3d56;
}
.cid-sjDlSE6CKm .center {
  height: 800px;
  position: relative;
}
.cid-sjDlSE6CKm .center div {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  padding: 0;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 1024px;
  height: 768px;
  background-image: url("https://anatolys.net/gamification/images/prototype.jpg");
  background-repeat: no-repeat;
}
.cid-sjDlSE6CKm text {
  font-family: Roboto, Arial, sans-serif;
  font-size: 21px;
  font-weight: bold;
  pointer-events: none;
  color: #1A1A1A;
}
.cid-sjDlSE6CKm #chart {
  position: absolute;
  width: 480px;
  height: 685px;
  background-image: url("https://anatolys.net/gamification/images/bg_5.gif");
  background-repeat: no-repeat;
  padding: 332px 0 0 45px;
  top: 52%;
  left: 74%;
}
.cid-sjDlSE6CKm #question {
  position: absolute;
  width: 0;
  height: 200px;
  top: 510px;
  left: 845px;
}
.cid-sjDlSE6CKm #question h1 {
  font-size: 24px;
  font-weight: bold;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  position: absolute;
  color: #22526D;
  padding: 20px;
  margin: 0;
  top: 28%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 150px;
}
.cid-sjDlSE6CKm #question #q1 {
  font-size: 52px;
  font-weight: bold;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  position: absolute;
  color: #22526D;
  padding: 0px 10px 20px 20px;
  margin: 0;
  top: 56%;
  width: 150px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.cid-sjDlSE6CKm #question #q2 {
  font-size: 16px;
  font-weight: bold;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  position: absolute;
  color: #EAB58C;
  padding: 5px;
  margin: 0;
  top: 70%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 200px;
}
.cid-sjDlSE6CKm #circle {
  background: linear-gradient(330deg, #f7634b 0%, #fedaba 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f7634b", endColorstr="#fedaba", GradientType=1);
}
.cid-sjO79KCnWV {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sjO79KCnWV img,
.cid-sjO79KCnWV .item-img {
  width: 100%;
}
.cid-sjO79KCnWV .item:focus,
.cid-sjO79KCnWV span:focus {
  outline: none;
}
.cid-sjO79KCnWV .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sjO79KCnWV .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sjO79KCnWV .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sjO79KCnWV .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sjO79KCnWV .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sjO79KCnWV .mbr-section-title {
  color: #2a3d56;
  text-align: left;
}
.cid-sjO79KCnWV .mbr-text,
.cid-sjO79KCnWV .mbr-section-btn {
  text-align: center;
  color: #7e848c;
}
.cid-sjO79KCnWV .item-title {
  text-align: left;
  color: #2a3d56;
}
.cid-sjO79KCnWV .item-subtitle {
  text-align: center;
}
.cid-sjO79KCnWV .mbr-section-subtitle {
  text-align: left;
  color: #2a3d56;
}
.cid-sjOg7FKSgG {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sjOg7FKSgG .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sjOg7FKSgG .row {
  flex-direction: row-reverse;
}
.cid-sjOg7FKSgG img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sjOg7FKSgG .text-wrapper {
    padding: 2rem;
  }
}
.cid-sjOg7FKSgG .mbr-section-title {
  color: #2a3d56;
}
.cid-sjOg7FKSgG .mbr-text {
  color: #2a3d56;
}
.cid-sl1Vum468Z {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sl1Vum468Z .mbr-section-subtitle {
  color: #2a3d56;
}
.cid-sl1Vum468Z .mbr-text {
  color: #2a3d56;
}
.cid-sl1Vum468Z .mbr-section-title {
  color: #2a3d56;
}
.cid-sk4Own2sFu {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-sk4Own2sFu .mbr-section-subtitle {
  color: #7e848c;
  text-align: center;
}
.cid-sk4Own2sFu .mbr-text {
  color: #2a3d56;
  text-align: right;
}
.cid-sk4Own2sFu .mbr-section-title {
  color: #2a3d56;
}
.cid-sk4O2joz6I {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-sk4O2joz6I .mbr-section-subtitle {
  color: #2a3d56;
  text-align: center;
}
.cid-sk4O2joz6I .mbr-text {
  color: #7e848c;
  text-align: center;
}
.cid-sk4O2joz6I .mbr-section-title {
  color: #2a3d56;
}
.cid-sjU7rJJf3g {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sjU7rJJf3g nav.navbar {
  position: fixed;
}
.cid-sjU7rJJf3g .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sjU7rJJf3g .dropdown-menu {
  padding: 0;
}
.cid-sjU7rJJf3g .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sjU7rJJf3g .dropdown-item:hover,
.cid-sjU7rJJf3g .dropdown-item:focus {
  background: #2a3d56 !important;
  color: white !important;
}
.cid-sjU7rJJf3g .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sjU7rJJf3g .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sjU7rJJf3g .nav-link {
  position: relative;
}
.cid-sjU7rJJf3g .container {
  display: flex;
  margin: auto;
}
.cid-sjU7rJJf3g .iconfont-wrapper {
  color: #2a3d56 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sjU7rJJf3g .navbar-caption {
  padding-right: 4rem;
}
.cid-sjU7rJJf3g .dropdown-menu,
.cid-sjU7rJJf3g .navbar.opened {
  background: #ffffff !important;
}
.cid-sjU7rJJf3g .nav-item:focus,
.cid-sjU7rJJf3g .nav-link:focus {
  outline: none;
}
.cid-sjU7rJJf3g .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sjU7rJJf3g .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sjU7rJJf3g .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sjU7rJJf3g .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sjU7rJJf3g .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sjU7rJJf3g .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sjU7rJJf3g .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-sjU7rJJf3g .navbar:not(.navbar-short) {
  border-bottom: 1px solid #ffffff;
}
.cid-sjU7rJJf3g .navbar.opened {
  transition: all .3s;
}
.cid-sjU7rJJf3g .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sjU7rJJf3g .navbar .navbar-logo img {
  width: auto;
}
.cid-sjU7rJJf3g .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sjU7rJJf3g .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sjU7rJJf3g .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sjU7rJJf3g .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sjU7rJJf3g .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sjU7rJJf3g .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sjU7rJJf3g .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sjU7rJJf3g .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sjU7rJJf3g .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sjU7rJJf3g .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sjU7rJJf3g .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sjU7rJJf3g .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sjU7rJJf3g .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sjU7rJJf3g .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sjU7rJJf3g .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sjU7rJJf3g .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sjU7rJJf3g .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sjU7rJJf3g .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sjU7rJJf3g .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 1rem;
  }
  .cid-sjU7rJJf3g .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sjU7rJJf3g .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sjU7rJJf3g .navbar.navbar-short {
  min-height: 60px;
}
.cid-sjU7rJJf3g .navbar.navbar-short .navbar-logo img {
  height: 3.0rem !important;
}
.cid-sjU7rJJf3g .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sjU7rJJf3g .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sjU7rJJf3g .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sjU7rJJf3g .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sjU7rJJf3g .dropdown-item.active,
.cid-sjU7rJJf3g .dropdown-item:active {
  background-color: transparent;
}
.cid-sjU7rJJf3g .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sjU7rJJf3g .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sjU7rJJf3g .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sjU7rJJf3g .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sjU7rJJf3g .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sjU7rJJf3g .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sjU7rJJf3g ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sjU7rJJf3g .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sjU7rJJf3g button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sjU7rJJf3g button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-sjU7rJJf3g button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sjU7rJJf3g button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sjU7rJJf3g button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sjU7rJJf3g button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sjU7rJJf3g nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sjU7rJJf3g nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sjU7rJJf3g nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sjU7rJJf3g nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sjU7rJJf3g .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sjU7rJJf3g a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sjU7rJJf3g .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sjU7rJJf3g .navbar {
    height: 77px;
  }
  .cid-sjU7rJJf3g .navbar.opened {
    height: auto;
  }
  .cid-sjU7rJJf3g .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: normal;
  color: #232323;
  position: relative;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
  text-decoration: underline;
}


a:hover {
  text-decoration: none;
  line-height: 1.3;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1.4;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

a:hover {
  text-decoration: none;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  -webkit-transition-delay: 9999s;
          transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type="hidden"] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.media-container-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  -webkit-transition: width 0.1s;
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }
  .media {
    width: auto;
  }
  .mbr-figure {
    width: 100% !important;
  }
}

/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}

.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type="submit"] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}

.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}

.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}

.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "\203a";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}

.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}

.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 50%;
  -webkit-transform: rotate(135deg);
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@-webkit-keyframes arrowdown {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 50%;
    right: auto;
  }
}

/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}

@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}

.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}

.menu .navbar-brand span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
}

@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
  }
}

@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}

@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}

@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: .5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type="range"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}

@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}

.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  -webkit-transition: border-color 0.25s ease 0s;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
          box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}

.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}

form .row [class*="col"] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: .5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name='gdpr'] {
  top: 7px;
}

.form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 0.5rem 2rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*="col"] {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}
/*# sourceMappingURL=style.css.map */.cid-sjq636QyxW {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sjq636QyxW .mbr-section-subtitle {
  color: #474a4f;
}
.cid-sjq636QyxW .mbr-text {
  color: #2a3d56;
}
.cid-sjq636QyxW .mbr-section-title {
  color: #2a3d56;
}
.cid-sjq637qjOU {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-sjq637qjOU ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-sjq637qjOU li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-sjq637qjOU ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #22a5e5;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-sjq637qjOU H3 {
  color: #2a3d56;
}
.cid-sjq637qjOU .list {
  color: #2a3d56;
}
.cid-sjq637NDhg {
  background-image: url("../../../assets/images/header-2-1920x1080.png");
}
@media (max-width: 991px) {
  .cid-sjq637NDhg .mbr-section-title,
  .cid-sjq637NDhg .mbr-section-subtitle,
  .cid-sjq637NDhg .mbr-section-btn,
  .cid-sjq637NDhg .mbr-text {
    text-align: center;
  }
}
.cid-sl20D14yGv {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sl20D14yGv .mbr-section-subtitle {
  color: #2a3d56;
}
.cid-sl20D14yGv .mbr-text {
  color: #2a3d56;
}
.cid-sl20D14yGv .mbr-section-title {
  color: #2a3d56;
}
.cid-sjq638nqgN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sjq638nqgN .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sjq638nqgN .row {
  flex-direction: row-reverse;
}
.cid-sjq638nqgN img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sjq638nqgN .text-wrapper {
    padding: 2rem;
  }
}
.cid-sjq638nqgN .mbr-section-title {
  color: #2a3d56;
}
.cid-sjq638nqgN .mbr-text {
  color: #2a3d56;
}
.cid-sl21dTPVD9 {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sl21dTPVD9 .mbr-section-subtitle {
  color: #2a3d56;
}
.cid-sl21dTPVD9 .mbr-text {
  color: #2a3d56;
}
.cid-sl21dTPVD9 .mbr-section-title {
  color: #2a3d56;
}
.cid-sjwArhbFlD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sjwArhbFlD .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-sjwArhbFlD .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sjwArhbFlD .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-sjwArhbFlD .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sjwArhbFlD .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-sjwArhbFlD .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-sjwArhbFlD .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sjwArhbFlD .card-title {
  color: #2a3d56;
}
.cid-sjwArhbFlD .mbr-text,
.cid-sjwArhbFlD .mbr-section-btn {
  color: #2a3d56;
}
.cid-sjq6390yQb {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sjq6390yQb ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-sjq6390yQb li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-sjq6390yQb ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #22a5e5;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-sjq6390yQb H3 {
  color: #2a3d56;
  text-align: left;
}
.cid-sjq6390yQb .list {
  color: #2a3d56;
}
.cid-sjq639jpyL {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sjq639jpyL .mbr-section-title {
  text-align: left;
  color: #2a3d56;
}
.cid-sjq639jpyL .mbr-section-subtitle {
  text-align: left;
  color: #2a3d56;
}
.cid-sjwW3hGQ5U {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sjwW3hGQ5U blockquote {
  border-color: #22a5e5;
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-sjwW3hGQ5U .mbr-text {
  color: #474a4f;
}
.cid-sl28vrTL8L {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sl28vrTL8L .mbr-section-subtitle {
  color: #2a3d56;
}
.cid-sl28vrTL8L .mbr-text {
  color: #2a3d56;
}
.cid-sl28vrTL8L .mbr-section-title {
  color: #2a3d56;
}
.cid-sjwXxC4xur {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sjwXxC4xur .item {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.cid-sjwXxC4xur .item .icon-wrap {
  text-align: center;
}
.cid-sjwXxC4xur .item span {
  font-size: 2rem;
  color: #ffffff;
  line-height: 60px;
}
.cid-sjwXxC4xur .item::before {
  content: "\e96b";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: -15px;
  top: 12%;
  color: #22a5e5;
}
.cid-sjwXxC4xur .item.first:before {
  display: none;
}
.cid-sjwXxC4xur .item.five:before {
  display: none;
}
.cid-sjwXxC4xur .icon-box {
  background: #22a5e5;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
}
.cid-sjwXxC4xur .text-box {
  margin-top: 1rem;
  text-align: center;
}
.cid-sjwXxC4xur .mbr-iconfont {
  color: #2a3d56 !important;
  position: absolute;
  top: 50%;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-sjwXxC4xur .item:before {
    display: none;
  }
  .cid-sjwXxC4xur .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sjwXxC4xur .icon-title,
.cid-sjwXxC4xur .item .icon-wrap {
  color: #2a3d56;
  text-align: center;
}
.cid-sjwXxC4xur .text-box .mbr-text {
  color: #474a4f;
  text-align: left;
}
.cid-sjwKlZhOCt {
  background-image: url("../../../assets/images/wireframes-1900x1080.png");
}
@media (max-width: 991px) {
  .cid-sjwKlZhOCt .mbr-section-title,
  .cid-sjwKlZhOCt .mbr-section-subtitle,
  .cid-sjwKlZhOCt .mbr-section-btn,
  .cid-sjwKlZhOCt .mbr-text {
    text-align: center;
  }
}
.cid-sjCPG2HTiZ {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sjCPG2HTiZ .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-sjCPG2HTiZ .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sjCPG2HTiZ .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-sjCPG2HTiZ .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sjCPG2HTiZ .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-sjCPG2HTiZ .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-sjCPG2HTiZ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sjCPG2HTiZ .card-title {
  color: #2a3d56;
}
.cid-sjCPG2HTiZ .mbr-text,
.cid-sjCPG2HTiZ .mbr-section-btn {
  color: #2a3d56;
}
.cid-sjq63aV28U {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sjq63aV28U .mbr-section-title {
  text-align: left;
  color: #2a3d56;
}
.cid-sjq63aV28U .mbr-section-subtitle {
  text-align: left;
  color: #2a3d56;
}
.cid-sjx9qIdhYX {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sjx9qIdhYX blockquote {
  border-color: #22a5e5;
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-sjx9qIdhYX .mbr-text {
  color: #474a4f;
}
.cid-sjq63daHTA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
@media (max-width: 991px) {
  .cid-sjq63daHTA .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sjq63daHTA .row {
  flex-direction: row-reverse;
}
.cid-sjq63daHTA img {
  width: 100%;
}
.cid-sjq63daHTA .mbr-description {
  color: #7e848c;
}
.cid-sjxoX18dKZ {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sjxoX18dKZ .mbr-section-subtitle {
  color: #2a3d56;
}
.cid-sjxoX18dKZ .mbr-text {
  color: #2a3d56;
}
.cid-sjxoX18dKZ .mbr-section-title {
  color: #2a3d56;
}
.cid-sjxllQjqbf {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sjxllQjqbf ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-sjxllQjqbf li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-sjxllQjqbf ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #22a5e5;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-sjxllQjqbf H3 {
  color: #2a3d56;
}
.cid-sjxllQjqbf .list {
  color: #2a3d56;
}
.cid-sjx5GV2Hy1 {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
@media (max-width: 991px) {
  .cid-sjx5GV2Hy1 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sjx5GV2Hy1 .row {
  flex-direction: row-reverse;
}
.cid-sjx5GV2Hy1 img {
  width: 100%;
}
.cid-sjx5GV2Hy1 .mbr-description {
  color: #7e848c;
}
.cid-sjxpzbdqVd {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sjxpzbdqVd .mbr-section-subtitle {
  color: #2a3d56;
}
.cid-sjxpzbdqVd .mbr-text {
  color: #2a3d56;
}
.cid-sjxpzbdqVd .mbr-section-title {
  color: #2a3d56;
}
.cid-sjxpA06Can {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sjxpA06Can ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-sjxpA06Can li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-sjxpA06Can ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #22a5e5;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-sjxpA06Can H3 {
  color: #2a3d56;
}
.cid-sjxpA06Can .list {
  color: #2a3d56;
}
.cid-sjq63bpe2D {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-sjq63bpe2D img,
.cid-sjq63bpe2D .item-img {
  width: 100%;
}
.cid-sjq63bpe2D .item:focus,
.cid-sjq63bpe2D span:focus {
  outline: none;
}
.cid-sjq63bpe2D .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sjq63bpe2D .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sjq63bpe2D .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sjq63bpe2D .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sjq63bpe2D .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sjq63bpe2D .mbr-section-title {
  color: #232323;
}
.cid-sjq63bpe2D .mbr-text,
.cid-sjq63bpe2D .mbr-section-btn {
  color: #474a4f;
  text-align: center;
}
.cid-sjq63dDWYZ {
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sjq63dDWYZ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sjq63dDWYZ .row {
  flex-direction: row-reverse;
}
.cid-sjq63dDWYZ img {
  width: 100%;
}
.cid-sjq63dDWYZ .mbr-description {
  color: #7e848c;
}
.cid-sl240u1iaV {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sl240u1iaV .mbr-section-subtitle {
  color: #2a3d56;
}
.cid-sl240u1iaV .mbr-text {
  color: #2a3d56;
}
.cid-sl240u1iaV .mbr-section-title {
  color: #2a3d56;
}
.cid-sk4Nn0udp8 {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-sk4Nn0udp8 .mbr-section-subtitle {
  color: #7e848c;
  text-align: center;
}
.cid-sk4Nn0udp8 .mbr-text {
  color: #2a3d56;
  text-align: right;
}
.cid-sk4Nn0udp8 .mbr-section-title {
  color: #2a3d56;
}
.cid-sk4NoDmKLe {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-sk4NoDmKLe .mbr-section-subtitle {
  color: #2a3d56;
  text-align: center;
}
.cid-sk4NoDmKLe .mbr-text {
  color: #7e848c;
  text-align: center;
}
.cid-sk4NoDmKLe .mbr-section-title {
  color: #2a3d56;
}
.cid-sjU7rJJf3g {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sjU7rJJf3g nav.navbar {
  position: fixed;
}
.cid-sjU7rJJf3g .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sjU7rJJf3g .dropdown-menu {
  padding: 0;
}
.cid-sjU7rJJf3g .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sjU7rJJf3g .dropdown-item:hover,
.cid-sjU7rJJf3g .dropdown-item:focus {
  background: #2a3d56 !important;
  color: white !important;
}
.cid-sjU7rJJf3g .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sjU7rJJf3g .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sjU7rJJf3g .nav-link {
  position: relative;
}
.cid-sjU7rJJf3g .container {
  display: flex;
  margin: auto;
}
.cid-sjU7rJJf3g .iconfont-wrapper {
  color: #2a3d56 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sjU7rJJf3g .navbar-caption {
  padding-right: 4rem;
}
.cid-sjU7rJJf3g .dropdown-menu,
.cid-sjU7rJJf3g .navbar.opened {
  background: #ffffff !important;
}
.cid-sjU7rJJf3g .nav-item:focus,
.cid-sjU7rJJf3g .nav-link:focus {
  outline: none;
}
.cid-sjU7rJJf3g .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sjU7rJJf3g .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sjU7rJJf3g .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sjU7rJJf3g .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sjU7rJJf3g .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sjU7rJJf3g .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sjU7rJJf3g .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-sjU7rJJf3g .navbar:not(.navbar-short) {
  border-bottom: 1px solid #ffffff;
}
.cid-sjU7rJJf3g .navbar.opened {
  transition: all .3s;
}
.cid-sjU7rJJf3g .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sjU7rJJf3g .navbar .navbar-logo img {
  width: auto;
}
.cid-sjU7rJJf3g .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sjU7rJJf3g .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sjU7rJJf3g .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sjU7rJJf3g .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sjU7rJJf3g .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sjU7rJJf3g .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sjU7rJJf3g .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sjU7rJJf3g .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sjU7rJJf3g .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sjU7rJJf3g .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sjU7rJJf3g .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sjU7rJJf3g .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sjU7rJJf3g .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sjU7rJJf3g .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sjU7rJJf3g .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sjU7rJJf3g .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sjU7rJJf3g .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sjU7rJJf3g .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sjU7rJJf3g .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 1rem;
  }
  .cid-sjU7rJJf3g .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sjU7rJJf3g .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sjU7rJJf3g .navbar.navbar-short {
  min-height: 60px;
}
.cid-sjU7rJJf3g .navbar.navbar-short .navbar-logo img {
  height: 3.0rem !important;
}
.cid-sjU7rJJf3g .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sjU7rJJf3g .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sjU7rJJf3g .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sjU7rJJf3g .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sjU7rJJf3g .dropdown-item.active,
.cid-sjU7rJJf3g .dropdown-item:active {
  background-color: transparent;
}
.cid-sjU7rJJf3g .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sjU7rJJf3g .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sjU7rJJf3g .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sjU7rJJf3g .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sjU7rJJf3g .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sjU7rJJf3g .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sjU7rJJf3g ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sjU7rJJf3g .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sjU7rJJf3g button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sjU7rJJf3g button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-sjU7rJJf3g button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sjU7rJJf3g button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sjU7rJJf3g button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sjU7rJJf3g button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sjU7rJJf3g nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sjU7rJJf3g nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sjU7rJJf3g nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sjU7rJJf3g nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sjU7rJJf3g .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sjU7rJJf3g a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sjU7rJJf3g .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sjU7rJJf3g .navbar {
    height: 77px;
  }
  .cid-sjU7rJJf3g .navbar.opened {
    height: auto;
  }
  .cid-sjU7rJJf3g .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: normal;
  color: #232323;
  position: relative;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
  text-decoration: underline;
}


a:hover {
  text-decoration: none;
  line-height: 1.3;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1.4;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

a:hover {
  text-decoration: none;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  -webkit-transition-delay: 9999s;
          transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type="hidden"] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.media-container-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  -webkit-transition: width 0.1s;
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }
  .media {
    width: auto;
  }
  .mbr-figure {
    width: 100% !important;
  }
}

/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}

.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type="submit"] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}

.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}

.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}

.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "\203a";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}

.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}

.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 50%;
  -webkit-transform: rotate(135deg);
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@-webkit-keyframes arrowdown {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 50%;
    right: auto;
  }
}

/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}

@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}

.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}

.menu .navbar-brand span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
}

@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
  }
}

@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}

@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}

@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: .5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type="range"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}

@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}

.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  -webkit-transition: border-color 0.25s ease 0s;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
          box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}

.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}

form .row [class*="col"] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: .5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name='gdpr'] {
  top: 7px;
}

.form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 0.5rem 2rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*="col"] {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}
/*# sourceMappingURL=style.css.map */.cid-sj2gujkRIF {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sj2gujkRIF .mbr-section-subtitle {
  color: #2a3d56;
}
.cid-sj2gujkRIF .mbr-text {
  color: #2a3d56;
}
.cid-sj2gujkRIF .mbr-section-title {
  color: #2a3d56;
}
.cid-sjeEHPdXxM {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sjeEHPdXxM ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-sjeEHPdXxM li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-sjeEHPdXxM ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #22a5e5;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-sjeEHPdXxM H3 {
  color: #2a3d56;
}
.cid-sjeEHPdXxM .list {
  color: #2a3d56;
}
.cid-sj2fPmh9OE {
  background-image: url("../../../assets/images/ornim-3-2000x1125.jpg");
}
@media (max-width: 991px) {
  .cid-sj2fPmh9OE .mbr-section-title,
  .cid-sj2fPmh9OE .mbr-section-subtitle,
  .cid-sj2fPmh9OE .mbr-section-btn,
  .cid-sj2fPmh9OE .mbr-text {
    text-align: center;
  }
}
.cid-sl2dHlBlIm {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sl2dHlBlIm .mbr-section-subtitle {
  color: #2a3d56;
}
.cid-sl2dHlBlIm .mbr-text {
  color: #2a3d56;
}
.cid-sl2dHlBlIm .mbr-section-title {
  color: #2a3d56;
}
.cid-sj2C8Fqdsh {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sj2C8Fqdsh .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sj2C8Fqdsh .row {
  flex-direction: row-reverse;
}
.cid-sj2C8Fqdsh img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sj2C8Fqdsh .text-wrapper {
    padding: 2rem;
  }
}
.cid-sj2C8Fqdsh .mbr-section-title {
  color: #2a3d56;
}
.cid-sj2C8Fqdsh .mbr-text {
  color: #2a3d56;
}
.cid-sj2HLP6f3i {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sj2HLP6f3i .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sj2HLP6f3i .row {
  flex-direction: row-reverse;
}
.cid-sj2HLP6f3i img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sj2HLP6f3i .text-wrapper {
    padding: 2rem;
  }
}
.cid-sj2HLP6f3i .mbr-section-title {
  color: #2a3d56;
}
.cid-sj2HLP6f3i .mbr-text {
  color: #2a3d56;
}
.cid-sl2ej4vfXc {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sl2ej4vfXc .mbr-section-subtitle {
  color: #2a3d56;
}
.cid-sl2ej4vfXc .mbr-text {
  color: #2a3d56;
}
.cid-sl2ej4vfXc .mbr-section-title {
  color: #2a3d56;
}
.cid-sjeAZy7Z2L {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sjeAZy7Z2L ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-sjeAZy7Z2L li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-sjeAZy7Z2L ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #22a5e5;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-sjeAZy7Z2L H3 {
  color: #2a3d56;
  text-align: left;
}
.cid-sjeAZy7Z2L .list {
  color: #2a3d56;
}
.cid-sj92wrOssU {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sj92wrOssU .mbr-section-title {
  text-align: left;
  color: #2a3d56;
}
.cid-sj92wrOssU .mbr-section-subtitle {
  text-align: left;
  color: #2a3d56;
}
.cid-sjlBIVsbrd {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sjlBIVsbrd blockquote {
  border-color: #22a5e5;
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-sjlBIVsbrd .mbr-text {
  color: #2a3d56;
}
.cid-sj4yKuM9zM {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sj4yKuM9zM .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sj4yKuM9zM .row {
  flex-direction: row-reverse;
}
.cid-sj4yKuM9zM img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sj4yKuM9zM .text-wrapper {
    padding: 2rem;
  }
}
.cid-sj4yKuM9zM .mbr-section-title {
  color: #2a3d56;
}
.cid-sj4yKuM9zM .mbr-text {
  color: #2a3d56;
}
.cid-sj4yKuM9zM .mbr-description {
  color: #7e848c;
}
.cid-sj2GdxK7PE {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sj2GdxK7PE .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-sj2GdxK7PE .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-sj2GdxK7PE .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #22a5e5;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-sj2GdxK7PE .mbr-text {
  color: #2a3d56;
}
.cid-sj42Rs60u7 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sj42Rs60u7 .mbr-section-title {
  text-align: left;
  color: #2a3d56;
}
.cid-sj42Rs60u7 .mbr-section-subtitle {
  text-align: left;
  color: #2a3d56;
}
.cid-sj4zoG5l4X {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sj4zoG5l4X .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-sj4zoG5l4X .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sj4zoG5l4X .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-sj4zoG5l4X .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sj4zoG5l4X .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-sj4zoG5l4X .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-sj4zoG5l4X .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sj4zoG5l4X .card-title {
  color: #2a3d56;
}
.cid-sj4zoG5l4X .mbr-text,
.cid-sj4zoG5l4X .mbr-section-btn {
  color: #2a3d56;
}
.cid-sl2iRZlH28 {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sl2iRZlH28 .mbr-section-subtitle {
  color: #2a3d56;
}
.cid-sl2iRZlH28 .mbr-text {
  color: #2a3d56;
}
.cid-sl2iRZlH28 .mbr-section-title {
  color: #2a3d56;
}
.cid-sjf9mPcvVi {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-sjf9mPcvVi img,
.cid-sjf9mPcvVi .item-img {
  width: 100%;
}
.cid-sjf9mPcvVi .item:focus,
.cid-sjf9mPcvVi span:focus {
  outline: none;
}
.cid-sjf9mPcvVi .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sjf9mPcvVi .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sjf9mPcvVi .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sjf9mPcvVi .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sjf9mPcvVi .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sjf9mPcvVi .mbr-section-title {
  color: #232323;
}
.cid-sjf9mPcvVi .mbr-text,
.cid-sjf9mPcvVi .mbr-section-btn {
  color: #7e848c;
  text-align: center;
}
.cid-sjpJC8Cf56 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sjpJC8Cf56 img,
.cid-sjpJC8Cf56 .item-img {
  width: 100%;
}
.cid-sjpJC8Cf56 .item:focus,
.cid-sjpJC8Cf56 span:focus {
  outline: none;
}
.cid-sjpJC8Cf56 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sjpJC8Cf56 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sjpJC8Cf56 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sjpJC8Cf56 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sjpJC8Cf56 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sjpJC8Cf56 .mbr-section-title {
  color: #2a3d56;
  text-align: left;
}
.cid-sjpJC8Cf56 .mbr-text,
.cid-sjpJC8Cf56 .mbr-section-btn {
  text-align: left;
  color: #474a4f;
}
.cid-sjpJC8Cf56 .item-title {
  text-align: left;
  color: #474a4f;
}
.cid-sjpJC8Cf56 .item-subtitle {
  text-align: center;
}
.cid-sjpJC8Cf56 .mbr-section-subtitle {
  text-align: left;
  color: #2a3d56;
}
.cid-sjfhKkneZR {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sjfhKkneZR .mbr-section-title {
  text-align: left;
  color: #2a3d56;
}
.cid-sjfhKkneZR .mbr-section-subtitle {
  text-align: left;
  color: #2a3d56;
}
.cid-sjgc5HtuDg {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sjgc5HtuDg .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sjgc5HtuDg .row {
  flex-direction: row-reverse;
}
.cid-sjgc5HtuDg img {
  width: 100%;
}
.cid-sjgc5HtuDg .mbr-description {
  color: #474a4f;
}
.cid-sjguGlJTRE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sjguGlJTRE .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sjguGlJTRE .row {
  flex-direction: row-reverse;
}
.cid-sjguGlJTRE img {
  width: 100%;
}
.cid-sjguGlJTRE .mbr-description {
  color: #474a4f;
}
.cid-sjl5l4c8oJ {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sjl5l4c8oJ .mbr-section-subtitle {
  color: #2a3d56;
}
.cid-sjl5l4c8oJ .mbr-text {
  color: #2a3d56;
}
.cid-sjl5l4c8oJ .mbr-section-title {
  color: #2a3d56;
}
.cid-sjl21hmPH6 {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-sjl21hmPH6 .row {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .cid-sjl21hmPH6 .row {
    flex-direction: column-reverse;
  }
  .cid-sjl21hmPH6 .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-sjl21hmPH6 .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-sjl21hmPH6 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-sjl21hmPH6 .media-content,
.cid-sjl21hmPH6 .mbr-figure {
  align-self: center;
}
.cid-sjl21hmPH6 .mbr-figure iframe {
  width: 100%;
}
.cid-sjl21hmPH6 .mbr-section-title {
  color: #2a3d56;
}
.cid-sjl21hmPH6 .mbr-text,
.cid-sjl21hmPH6 .mbr-section-btn {
  color: #474a4f;
}
.cid-sl2kiPynxi {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sl2kiPynxi .mbr-section-subtitle {
  color: #2a3d56;
}
.cid-sl2kiPynxi .mbr-text {
  color: #2a3d56;
}
.cid-sl2kiPynxi .mbr-section-title {
  color: #2a3d56;
}
.cid-sk4H1LOgDS {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-sk4H1LOgDS .mbr-section-subtitle {
  color: #7e848c;
  text-align: center;
}
.cid-sk4H1LOgDS .mbr-text {
  color: #2a3d56;
  text-align: right;
}
.cid-sk4H1LOgDS .mbr-section-title {
  color: #2a3d56;
}
.cid-sk4D1qoW2s {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-sk4D1qoW2s .mbr-section-subtitle {
  color: #2a3d56;
  text-align: center;
}
.cid-sk4D1qoW2s .mbr-text {
  color: #7e848c;
  text-align: center;
}
.cid-sk4D1qoW2s .mbr-section-title {
  color: #2a3d56;
}
.cid-sjU7rJJf3g {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sjU7rJJf3g nav.navbar {
  position: fixed;
}
.cid-sjU7rJJf3g .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sjU7rJJf3g .dropdown-menu {
  padding: 0;
}
.cid-sjU7rJJf3g .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sjU7rJJf3g .dropdown-item:hover,
.cid-sjU7rJJf3g .dropdown-item:focus {
  background: #2a3d56 !important;
  color: white !important;
}
.cid-sjU7rJJf3g .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sjU7rJJf3g .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sjU7rJJf3g .nav-link {
  position: relative;
}
.cid-sjU7rJJf3g .container {
  display: flex;
  margin: auto;
}
.cid-sjU7rJJf3g .iconfont-wrapper {
  color: #2a3d56 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sjU7rJJf3g .navbar-caption {
  padding-right: 4rem;
}
.cid-sjU7rJJf3g .dropdown-menu,
.cid-sjU7rJJf3g .navbar.opened {
  background: #ffffff !important;
}
.cid-sjU7rJJf3g .nav-item:focus,
.cid-sjU7rJJf3g .nav-link:focus {
  outline: none;
}
.cid-sjU7rJJf3g .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sjU7rJJf3g .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sjU7rJJf3g .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sjU7rJJf3g .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sjU7rJJf3g .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sjU7rJJf3g .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sjU7rJJf3g .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-sjU7rJJf3g .navbar:not(.navbar-short) {
  border-bottom: 1px solid #ffffff;
}
.cid-sjU7rJJf3g .navbar.opened {
  transition: all .3s;
}
.cid-sjU7rJJf3g .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sjU7rJJf3g .navbar .navbar-logo img {
  width: auto;
}
.cid-sjU7rJJf3g .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sjU7rJJf3g .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sjU7rJJf3g .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sjU7rJJf3g .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sjU7rJJf3g .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sjU7rJJf3g .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sjU7rJJf3g .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sjU7rJJf3g .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sjU7rJJf3g .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sjU7rJJf3g .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sjU7rJJf3g .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sjU7rJJf3g .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sjU7rJJf3g .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sjU7rJJf3g .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sjU7rJJf3g .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sjU7rJJf3g .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sjU7rJJf3g .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sjU7rJJf3g .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sjU7rJJf3g .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 1rem;
  }
  .cid-sjU7rJJf3g .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sjU7rJJf3g .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sjU7rJJf3g .navbar.navbar-short {
  min-height: 60px;
}
.cid-sjU7rJJf3g .navbar.navbar-short .navbar-logo img {
  height: 3.0rem !important;
}
.cid-sjU7rJJf3g .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sjU7rJJf3g .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sjU7rJJf3g .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sjU7rJJf3g .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sjU7rJJf3g .dropdown-item.active,
.cid-sjU7rJJf3g .dropdown-item:active {
  background-color: transparent;
}
.cid-sjU7rJJf3g .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sjU7rJJf3g .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sjU7rJJf3g .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sjU7rJJf3g .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sjU7rJJf3g .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sjU7rJJf3g .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sjU7rJJf3g ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sjU7rJJf3g .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sjU7rJJf3g button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sjU7rJJf3g button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-sjU7rJJf3g button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sjU7rJJf3g button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sjU7rJJf3g button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sjU7rJJf3g button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sjU7rJJf3g nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sjU7rJJf3g nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sjU7rJJf3g nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sjU7rJJf3g nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sjU7rJJf3g .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sjU7rJJf3g a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sjU7rJJf3g .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sjU7rJJf3g .navbar {
    height: 77px;
  }
  .cid-sjU7rJJf3g .navbar.opened {
    height: auto;
  }
  .cid-sjU7rJJf3g .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: normal;
  color: #232323;
  position: relative;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
  text-decoration: underline;
}


a:hover {
  text-decoration: none;
  line-height: 1.3;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1.4;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

a:hover {
  text-decoration: none;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  -webkit-transition-delay: 9999s;
          transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type="hidden"] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.media-container-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  -webkit-transition: width 0.1s;
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }
  .media {
    width: auto;
  }
  .mbr-figure {
    width: 100% !important;
  }
}

/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}

.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type="submit"] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}

.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}

.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}

.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "\203a";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}

.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}

.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 50%;
  -webkit-transform: rotate(135deg);
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@-webkit-keyframes arrowdown {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 50%;
    right: auto;
  }
}

/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}

@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}

.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}

.menu .navbar-brand span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
}

@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
  }
}

@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}

@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}

@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: .5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type="range"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}

@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}

.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  -webkit-transition: border-color 0.25s ease 0s;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
          box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}

.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}

form .row [class*="col"] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: .5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name='gdpr'] {
  top: 7px;
}

.form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 0.5rem 2rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*="col"] {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}
/*# sourceMappingURL=style.css.map */.cid-sjUugynSZR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sjUugynSZR .mbr-section-subtitle {
  color: #2a3d56;
}
.cid-sjUugynSZR .mbr-text {
  color: #474a4f;
}
.cid-sjUugynSZR .mbr-section-title {
  color: #2a3d56;
  text-align: left;
}
.cid-siGP4oCwxX {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-siGP4oCwxX img {
  width: 120px;
  margin: auto;
}
.cid-siGP4oCwxX .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-siGP4oCwxX .card {
    max-width: 12.5%;
  }
}
.cid-siGP4oCwxX .mbr-section-title {
  color: #7e848c;
  text-align: center;
}
.cid-sjYRtfKwEz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sjYRtfKwEz .row {
  flex-direction: row-reverse;
}
.cid-sjYRtfKwEz .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sjYRtfKwEz .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sjYRtfKwEz .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-sjYRtfKwEz .mbr-section-title {
  text-align: left;
  color: #2a3d56;
}
.cid-sjYRtfKwEz .mbr-text,
.cid-sjYRtfKwEz .mbr-section-btn {
  text-align: left;
  color: #2a3d56;
}
.cid-sl1xamtm98 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sl1xamtm98 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sl1xamtm98 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sl1xamtm98 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-sl1xamtm98 .mbr-section-title {
  text-align: left;
  color: #2a3d56;
}
.cid-sl1xamtm98 .mbr-text,
.cid-sl1xamtm98 .mbr-section-btn {
  text-align: left;
  color: #2a3d56;
}
.cid-sjYDZFFFPZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sjYDZFFFPZ .row {
  flex-direction: row-reverse;
}
.cid-sjYDZFFFPZ .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sjYDZFFFPZ .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sjYDZFFFPZ .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-sjYDZFFFPZ .mbr-section-title {
  text-align: left;
  color: #2a3d56;
}
.cid-sjYDZFFFPZ .mbr-text,
.cid-sjYDZFFFPZ .mbr-section-btn {
  text-align: left;
  color: #2a3d56;
}
.cid-sjZ7rtwHrH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sjZ7rtwHrH .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sjZ7rtwHrH .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sjZ7rtwHrH .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-sjZ7rtwHrH .mbr-section-title {
  text-align: left;
  color: #2a3d56;
}
.cid-sjZ7rtwHrH .mbr-text,
.cid-sjZ7rtwHrH .mbr-section-btn {
  text-align: left;
  color: #2a3d56;
}
.cid-skgOktOljj {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-skgOktOljj img,
.cid-skgOktOljj .item-img {
  width: 100%;
}
.cid-skgOktOljj .item:focus,
.cid-skgOktOljj span:focus {
  outline: none;
}
.cid-skgOktOljj .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-skgOktOljj .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-skgOktOljj .item {
  padding: 0;
  margin: 0;
}
.cid-skgOktOljj .item-wrapper1 {
  position: relative;
  border-radius: 0;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-skgOktOljj .item-wrapper1 .item-content {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .cid-skgOktOljj .item-wrapper1 .item-content {
    padding: 0;
  }
}
.cid-skgOktOljj .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-skgOktOljj .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-skgOktOljj .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-skgOktOljj .mbr-section-btn {
  margin-top: auto !important;
}
.cid-skgOktOljj .mbr-section-title {
  color: #2a3d56;
  text-align: left;
}
.cid-skgOktOljj .mbr-text,
.cid-skgOktOljj .mbr-section-btn {
  text-align: left;
}
.cid-skgOktOljj .item-title {
  text-align: left;
}
.cid-skgOktOljj .item-subtitle {
  text-align: center;
}
.cid-skgOktOljj .mbr-section-subtitle {
  text-align: left;
  color: #2a3d56;
}
.cid-sjU7rJJf3g {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sjU7rJJf3g nav.navbar {
  position: fixed;
}
.cid-sjU7rJJf3g .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sjU7rJJf3g .dropdown-menu {
  padding: 0;
}
.cid-sjU7rJJf3g .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sjU7rJJf3g .dropdown-item:hover,
.cid-sjU7rJJf3g .dropdown-item:focus {
  background: #2a3d56 !important;
  color: white !important;
}
.cid-sjU7rJJf3g .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sjU7rJJf3g .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sjU7rJJf3g .nav-link {
  position: relative;
}
.cid-sjU7rJJf3g .container {
  display: flex;
  margin: auto;
}
.cid-sjU7rJJf3g .iconfont-wrapper {
  color: #2a3d56 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sjU7rJJf3g .navbar-caption {
  padding-right: 4rem;
}
.cid-sjU7rJJf3g .dropdown-menu,
.cid-sjU7rJJf3g .navbar.opened {
  background: #ffffff !important;
}
.cid-sjU7rJJf3g .nav-item:focus,
.cid-sjU7rJJf3g .nav-link:focus {
  outline: none;
}
.cid-sjU7rJJf3g .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sjU7rJJf3g .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sjU7rJJf3g .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sjU7rJJf3g .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sjU7rJJf3g .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sjU7rJJf3g .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sjU7rJJf3g .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-sjU7rJJf3g .navbar:not(.navbar-short) {
  border-bottom: 1px solid #ffffff;
}
.cid-sjU7rJJf3g .navbar.opened {
  transition: all .3s;
}
.cid-sjU7rJJf3g .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sjU7rJJf3g .navbar .navbar-logo img {
  width: auto;
}
.cid-sjU7rJJf3g .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sjU7rJJf3g .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sjU7rJJf3g .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sjU7rJJf3g .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sjU7rJJf3g .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sjU7rJJf3g .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sjU7rJJf3g .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sjU7rJJf3g .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sjU7rJJf3g .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sjU7rJJf3g .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sjU7rJJf3g .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sjU7rJJf3g .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sjU7rJJf3g .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sjU7rJJf3g .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sjU7rJJf3g .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sjU7rJJf3g .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sjU7rJJf3g .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sjU7rJJf3g .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sjU7rJJf3g .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 1rem;
  }
  .cid-sjU7rJJf3g .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sjU7rJJf3g .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sjU7rJJf3g .navbar.navbar-short {
  min-height: 60px;
}
.cid-sjU7rJJf3g .navbar.navbar-short .navbar-logo img {
  height: 3.0rem !important;
}
.cid-sjU7rJJf3g .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sjU7rJJf3g .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sjU7rJJf3g .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sjU7rJJf3g .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sjU7rJJf3g .dropdown-item.active,
.cid-sjU7rJJf3g .dropdown-item:active {
  background-color: transparent;
}
.cid-sjU7rJJf3g .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sjU7rJJf3g .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sjU7rJJf3g .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sjU7rJJf3g .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sjU7rJJf3g .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sjU7rJJf3g .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sjU7rJJf3g ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sjU7rJJf3g .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sjU7rJJf3g button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sjU7rJJf3g button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-sjU7rJJf3g button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sjU7rJJf3g button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sjU7rJJf3g button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sjU7rJJf3g button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sjU7rJJf3g nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sjU7rJJf3g nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sjU7rJJf3g nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sjU7rJJf3g nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sjU7rJJf3g .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sjU7rJJf3g a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sjU7rJJf3g .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sjU7rJJf3g .navbar {
    height: 77px;
  }
  .cid-sjU7rJJf3g .navbar.opened {
    height: auto;
  }
  .cid-sjU7rJJf3g .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sk4NchpCCf {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-sk4NchpCCf .mbr-section-subtitle {
  color: #2a3d56;
  text-align: center;
}
.cid-sk4NchpCCf .mbr-text {
  color: #7e848c;
  text-align: center;
}
.cid-sk4NchpCCf .mbr-section-title {
  color: #2a3d56;
}
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: normal;
  color: #232323;
  position: relative;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
  text-decoration: underline;
}


a:hover {
  text-decoration: none;
  line-height: 1.3;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1.4;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

a:hover {
  text-decoration: none;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  -webkit-transition-delay: 9999s;
          transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type="hidden"] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.media-container-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  -webkit-transition: width 0.1s;
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }
  .media {
    width: auto;
  }
  .mbr-figure {
    width: 100% !important;
  }
}

/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}

.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type="submit"] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}

.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}

.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}

.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "\203a";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}

.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}

.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 50%;
  -webkit-transform: rotate(135deg);
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@-webkit-keyframes arrowdown {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 50%;
    right: auto;
  }
}

/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}

@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}

.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}

.menu .navbar-brand span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
}

@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
  }
}

@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}

@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}

@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: .5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type="range"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}

@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}

.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  -webkit-transition: border-color 0.25s ease 0s;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
          box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}

.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}

form .row [class*="col"] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: .5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name='gdpr'] {
  top: 7px;
}

.form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 0.5rem 2rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*="col"] {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}
/*# sourceMappingURL=style.css.map */.cid-skspEYQmZa {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-skspEYQmZa .mbr-section-subtitle {
  color: #2a3d56;
  text-align: center;
}
.cid-skspEYQmZa .mbr-text {
  color: #2a3d56;
}
.cid-skspEYQmZa .mbr-section-title {
  color: #2a3d56;
  text-align: center;
}
.cid-sksUXN0UIc {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sksUXN0UIc .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sksUXN0UIc .row {
  flex-direction: row-reverse;
}
.cid-sksUXN0UIc img {
  width: 100%;
}
.cid-sksoPr0Ps9 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sksoPr0Ps9 nav.navbar {
  position: fixed;
}
.cid-sksoPr0Ps9 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sksoPr0Ps9 .dropdown-menu {
  padding: 0;
}
.cid-sksoPr0Ps9 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sksoPr0Ps9 .dropdown-item:hover,
.cid-sksoPr0Ps9 .dropdown-item:focus {
  background: #2a3d56 !important;
  color: white !important;
}
.cid-sksoPr0Ps9 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sksoPr0Ps9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sksoPr0Ps9 .nav-link {
  position: relative;
}
.cid-sksoPr0Ps9 .container {
  display: flex;
  margin: auto;
}
.cid-sksoPr0Ps9 .iconfont-wrapper {
  color: #2a3d56 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sksoPr0Ps9 .navbar-caption {
  padding-right: 4rem;
}
.cid-sksoPr0Ps9 .dropdown-menu,
.cid-sksoPr0Ps9 .navbar.opened {
  background: #ffffff !important;
}
.cid-sksoPr0Ps9 .nav-item:focus,
.cid-sksoPr0Ps9 .nav-link:focus {
  outline: none;
}
.cid-sksoPr0Ps9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sksoPr0Ps9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sksoPr0Ps9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sksoPr0Ps9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sksoPr0Ps9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sksoPr0Ps9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sksoPr0Ps9 .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-sksoPr0Ps9 .navbar:not(.navbar-short) {
  border-bottom: 1px solid #ffffff;
}
.cid-sksoPr0Ps9 .navbar.opened {
  transition: all .3s;
}
.cid-sksoPr0Ps9 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sksoPr0Ps9 .navbar .navbar-logo img {
  width: auto;
}
.cid-sksoPr0Ps9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sksoPr0Ps9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sksoPr0Ps9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sksoPr0Ps9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sksoPr0Ps9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sksoPr0Ps9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sksoPr0Ps9 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sksoPr0Ps9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sksoPr0Ps9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sksoPr0Ps9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sksoPr0Ps9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sksoPr0Ps9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sksoPr0Ps9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sksoPr0Ps9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sksoPr0Ps9 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sksoPr0Ps9 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sksoPr0Ps9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sksoPr0Ps9 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sksoPr0Ps9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 1rem;
  }
  .cid-sksoPr0Ps9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sksoPr0Ps9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sksoPr0Ps9 .navbar.navbar-short {
  min-height: 60px;
}
.cid-sksoPr0Ps9 .navbar.navbar-short .navbar-logo img {
  height: 3.0rem !important;
}
.cid-sksoPr0Ps9 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sksoPr0Ps9 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sksoPr0Ps9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sksoPr0Ps9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sksoPr0Ps9 .dropdown-item.active,
.cid-sksoPr0Ps9 .dropdown-item:active {
  background-color: transparent;
}
.cid-sksoPr0Ps9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sksoPr0Ps9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sksoPr0Ps9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sksoPr0Ps9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sksoPr0Ps9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sksoPr0Ps9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sksoPr0Ps9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sksoPr0Ps9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sksoPr0Ps9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sksoPr0Ps9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-sksoPr0Ps9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sksoPr0Ps9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sksoPr0Ps9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sksoPr0Ps9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sksoPr0Ps9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sksoPr0Ps9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sksoPr0Ps9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sksoPr0Ps9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sksoPr0Ps9 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sksoPr0Ps9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sksoPr0Ps9 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sksoPr0Ps9 .navbar {
    height: 77px;
  }
  .cid-sksoPr0Ps9 .navbar.opened {
    height: auto;
  }
  .cid-sksoPr0Ps9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sksoPs5GLG {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-sksoPs5GLG .mbr-section-subtitle {
  color: #2a3d56;
  text-align: center;
}
.cid-sksoPs5GLG .mbr-text {
  color: #7e848c;
  text-align: center;
}
.cid-sksoPs5GLG .mbr-section-title {
  color: #2a3d56;
}
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: normal;
  color: #232323;
  position: relative;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
  text-decoration: underline;
}


a:hover {
  text-decoration: none;
  line-height: 1.3;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1.4;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

a:hover {
  text-decoration: none;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  -webkit-transition-delay: 9999s;
          transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type="hidden"] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.media-container-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  -webkit-transition: width 0.1s;
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }
  .media {
    width: auto;
  }
  .mbr-figure {
    width: 100% !important;
  }
}

/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}

.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type="submit"] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}

.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}

.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}

.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "\203a";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}

.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}

.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 50%;
  -webkit-transform: rotate(135deg);
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@-webkit-keyframes arrowdown {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 50%;
    right: auto;
  }
}

/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}

@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}

.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}

.menu .navbar-brand span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
}

@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
  }
}

@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}

@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}

@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: .5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type="range"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}

@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}

.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  -webkit-transition: border-color 0.25s ease 0s;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
          box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}

.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}

form .row [class*="col"] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: .5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name='gdpr'] {
  top: 7px;
}

.form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 0.5rem 2rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*="col"] {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}
/*# sourceMappingURL=style.css.map */.cid-skzi3KZohx {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-skzi3KZohx .mbr-section-subtitle {
  color: #474a4f;
}
.cid-skzi3KZohx .mbr-text {
  color: #2a3d56;
}
.cid-skzi3KZohx .mbr-section-title {
  color: #2a3d56;
}
.cid-skzi3Mhb5x {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-skzi3Mhb5x ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-skzi3Mhb5x li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-skzi3Mhb5x ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #22a5e5;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-skzi3Mhb5x H3 {
  color: #2a3d56;
}
.cid-skzi3Mhb5x .list {
  color: #2a3d56;
}
.cid-skJwScycMq {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-skJwScycMq .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-skJwScycMq .row {
  flex-direction: row-reverse;
}
.cid-skJwScycMq img {
  width: 100%;
}
.cid-skJwScycMq .mbr-description {
  color: #474a4f;
  text-align: right;
}
.cid-skzi3NzM3s {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-skzi3NzM3s .mbr-section-subtitle {
  color: #2a3d56;
}
.cid-skzi3NzM3s .mbr-text {
  color: #2a3d56;
}
.cid-skzi3NzM3s .mbr-section-title {
  color: #2a3d56;
}
.cid-skzi3NUaR4 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-skzi3NUaR4 blockquote {
  border-color: #22a5e5;
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-skzi3NUaR4 .mbr-text {
  color: #474a4f;
}
.cid-skKkNMQYen {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-skKkNMQYen .mbr-section-subtitle {
  color: #2a3d56;
}
.cid-skKkNMQYen .mbr-text {
  color: #2a3d56;
}
.cid-skKkNMQYen .mbr-section-title {
  color: #2a3d56;
}
.cid-skPjswcUDc {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-skPjswcUDc .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-skPjswcUDc .container {
    max-width: 1400px;
  }
}
.cid-skPjswcUDc .card {
  margin: auto;
}
.cid-skPjswcUDc .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #22a5e5;
  margin-bottom: 2rem;
}
.cid-skPjswcUDc .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-skPjswcUDc .row {
  justify-content: center;
}
.cid-skPjswcUDc .card-title,
.cid-skPjswcUDc .card-box {
  color: #2a3d56;
}
.cid-skPjswcUDc H3 {
  color: #2a3d56;
}
.cid-skSvyaVWel {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-skSvyaVWel .mbr-section-subtitle {
  color: #2a3d56;
}
.cid-skSvyaVWel .mbr-text {
  color: #2a3d56;
}
.cid-skSvyaVWel .mbr-section-title {
  color: #2a3d56;
}
.cid-skRn6lNdk3 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-skRn6lNdk3 blockquote {
  border-color: #22a5e5;
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-skRn6lNdk3 .mbr-text {
  color: #474a4f;
}
.cid-skSARsGV5g {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-skSARsGV5g ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-skSARsGV5g li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-skSARsGV5g ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #22a5e5;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-skSARsGV5g H3 {
  color: #2a3d56;
  text-align: left;
}
.cid-skSARsGV5g .list {
  color: #2a3d56;
}
.cid-skRtDvIxyW {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-skRtDvIxyW .mbr-section-subtitle {
  color: #2a3d56;
}
.cid-skRtDvIxyW .mbr-text {
  color: #2a3d56;
}
.cid-skRtDvIxyW .mbr-section-title {
  color: #2a3d56;
}
.cid-skzi3RffYP {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-skzi3RffYP img,
.cid-skzi3RffYP .item-img {
  width: 100%;
}
.cid-skzi3RffYP .item:focus,
.cid-skzi3RffYP span:focus {
  outline: none;
}
.cid-skzi3RffYP .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-skzi3RffYP .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-skzi3RffYP .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-skzi3RffYP .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-skzi3RffYP .mbr-section-btn {
  margin-top: auto !important;
}
.cid-skzi3RffYP .mbr-section-title {
  color: #232323;
}
.cid-skPyDLUHk3 {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-skPyDLUHk3 .mbr-section-title {
  text-align: left;
  color: #2a3d56;
}
.cid-skPyDLUHk3 .mbr-section-subtitle {
  text-align: left;
  color: #2a3d56;
}
.cid-skPNpSUao0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
@media (max-width: 991px) {
  .cid-skPNpSUao0 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-skPNpSUao0 .row {
  flex-direction: row-reverse;
}
.cid-skPNpSUao0 img {
  width: 100%;
}
.cid-skPNpSUao0 .mbr-description {
  color: #7e848c;
}
.cid-skPxh5KSyj {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-skPxh5KSyj .mbr-section-title {
  text-align: left;
  color: #2a3d56;
}
.cid-skPxh5KSyj .mbr-section-subtitle {
  text-align: left;
  color: #2a3d56;
}
.cid-skzi3PeBfY {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-skzi3PeBfY .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-skzi3PeBfY .card {
    margin-bottom: 2rem!important;
  }
  .cid-skzi3PeBfY .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-skzi3PeBfY .link-wrap {
    align-items: center;
  }
}
.cid-skzi3PeBfY .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-skzi3PeBfY .mbr-text {
  color: #2a3d56;
}
.cid-skzi3PeBfY .mbr-text,
.cid-skzi3PeBfY .link-wrap,
.cid-skzi3PeBfY .mbr-section-btn {
  color: #2a3d56;
  text-align: left;
}
.cid-skzi3Q6lIM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-skzi3Q6lIM .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-skzi3Q6lIM .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-skzi3Q6lIM .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-skzi3Q6lIM .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-skzi3Q6lIM .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-skzi3Q6lIM .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-skzi3Q6lIM .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-skzi3Q6lIM .card-title {
  color: #2a3d56;
}
.cid-skzi3Q6lIM .mbr-text,
.cid-skzi3Q6lIM .mbr-section-btn {
  color: #2a3d56;
}
.cid-skSUAb6iJD {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-skSUAb6iJD .mbr-section-subtitle {
  color: #2a3d56;
}
.cid-skSUAb6iJD .mbr-text {
  color: #2a3d56;
}
.cid-skSUAb6iJD .mbr-section-title {
  color: #2a3d56;
}
.cid-skzi3SekMj {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f5f5f5;
}
@media (max-width: 991px) {
  .cid-skzi3SekMj .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-skzi3SekMj .row {
  flex-direction: row-reverse;
}
.cid-skzi3SekMj img {
  width: 100%;
}
.cid-skzi3SekMj .mbr-description {
  color: #474a4f;
  text-align: right;
}
.cid-skzi3Sxi84 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-skzi3Sxi84 .mbr-section-title {
  text-align: left;
  color: #2a3d56;
}
.cid-skzi3Sxi84 .mbr-section-subtitle {
  text-align: left;
  color: #2a3d56;
}
.cid-skzi3UzfpC {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-skzi3UzfpC blockquote {
  border-color: #22a5e5;
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-skzi3UzfpC .mbr-text {
  color: #474a4f;
}
.cid-skzi3UzfpC .mbr-section-title {
  color: #474a4f;
}
.cid-skQFygp4KF {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-skQFygp4KF img,
.cid-skQFygp4KF .item-img {
  width: 100%;
}
.cid-skQFygp4KF .item:focus,
.cid-skQFygp4KF span:focus {
  outline: none;
}
.cid-skQFygp4KF .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-skQFygp4KF .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-skQFygp4KF .item {
  padding: 0;
  margin: 0;
}
.cid-skQFygp4KF .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-skQFygp4KF .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-skQFygp4KF .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-skQFygp4KF .mbr-section-btn {
  margin-top: auto !important;
}
.cid-skQFygp4KF .mbr-section-title {
  color: #232323;
}
.cid-skQFygp4KF .mbr-text,
.cid-skQFygp4KF .mbr-section-btn {
  color: #7e848c;
  text-align: center;
}
.cid-skWt33dX5Q {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-skWt33dX5Q .mbr-section-subtitle {
  color: #2a3d56;
}
.cid-skWt33dX5Q .mbr-text {
  color: #2a3d56;
}
.cid-skWt33dX5Q .mbr-section-title {
  color: #2a3d56;
}
.cid-sl1pddW4Zq {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sl1pddW4Zq .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sl1pddW4Zq .row {
  flex-direction: row-reverse;
}
.cid-sl1pddW4Zq img {
  width: 100%;
}
.cid-sl1pddW4Zq .mbr-description {
  color: #474a4f;
}
.cid-sl1kf1Tqxd {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sl1kf1Tqxd .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sl1kf1Tqxd .row {
  flex-direction: row-reverse;
}
.cid-sl1kf1Tqxd img {
  width: 100%;
}
.cid-sl1kf1Tqxd .mbr-description {
  color: #474a4f;
}
.cid-sl1mSO5jJT {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sl1mSO5jJT .mbr-section-subtitle {
  color: #2a3d56;
}
.cid-sl1mSO5jJT .mbr-text {
  color: #2a3d56;
}
.cid-sl1mSO5jJT .mbr-section-title {
  color: #2a3d56;
}
.cid-skzi3WoJnX {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-skzi3WoJnX img,
.cid-skzi3WoJnX .item-img {
  width: 100%;
}
.cid-skzi3WoJnX .item:focus,
.cid-skzi3WoJnX span:focus {
  outline: none;
}
.cid-skzi3WoJnX .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-skzi3WoJnX .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-skzi3WoJnX .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-skzi3WoJnX .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-skzi3WoJnX .mbr-section-btn {
  margin-top: auto !important;
}
.cid-skzi3WoJnX .mbr-section-title {
  color: #2a3d56;
  text-align: left;
}
.cid-skzi3WoJnX .mbr-text,
.cid-skzi3WoJnX .mbr-section-btn {
  text-align: center;
  color: #7e848c;
}
.cid-skzi3WoJnX .item-title {
  text-align: left;
  color: #2a3d56;
}
.cid-skzi3WoJnX .item-subtitle {
  text-align: center;
}
.cid-skzi3WoJnX .mbr-section-subtitle {
  text-align: left;
  color: #2a3d56;
}
.cid-skQMJteTYQ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-skQMJteTYQ img,
.cid-skQMJteTYQ .item-img {
  width: 100%;
}
.cid-skQMJteTYQ .item:focus,
.cid-skQMJteTYQ span:focus {
  outline: none;
}
.cid-skQMJteTYQ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-skQMJteTYQ .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-skQMJteTYQ .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-skQMJteTYQ .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-skQMJteTYQ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-skQMJteTYQ .mbr-section-title {
  color: #2a3d56;
  text-align: left;
}
.cid-skQMJteTYQ .mbr-text,
.cid-skQMJteTYQ .mbr-section-btn {
  text-align: center;
  color: #7e848c;
}
.cid-skQMJteTYQ .item-title {
  text-align: left;
  color: #2a3d56;
}
.cid-skQMJteTYQ .item-subtitle {
  text-align: center;
}
.cid-skQMJteTYQ .mbr-section-subtitle {
  text-align: left;
  color: #2a3d56;
}
.cid-skQN7UVvPN {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-skQN7UVvPN img,
.cid-skQN7UVvPN .item-img {
  width: 100%;
}
.cid-skQN7UVvPN .item:focus,
.cid-skQN7UVvPN span:focus {
  outline: none;
}
.cid-skQN7UVvPN .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-skQN7UVvPN .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-skQN7UVvPN .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-skQN7UVvPN .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-skQN7UVvPN .mbr-section-btn {
  margin-top: auto !important;
}
.cid-skQN7UVvPN .mbr-section-title {
  color: #2a3d56;
  text-align: left;
}
.cid-skQN7UVvPN .mbr-text,
.cid-skQN7UVvPN .mbr-section-btn {
  text-align: center;
  color: #7e848c;
}
.cid-skQN7UVvPN .item-title {
  text-align: left;
  color: #2a3d56;
}
.cid-skQN7UVvPN .item-subtitle {
  text-align: center;
}
.cid-skQN7UVvPN .mbr-section-subtitle {
  text-align: left;
  color: #2a3d56;
}
.cid-sl1ubNzZnR {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sl1ubNzZnR .mbr-section-subtitle {
  color: #2a3d56;
}
.cid-sl1ubNzZnR .mbr-text {
  color: #2a3d56;
}
.cid-sl1ubNzZnR .mbr-section-title {
  color: #2a3d56;
}
.cid-skQV3EiGfv {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-skQV3EiGfv .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-skQV3EiGfv .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-skQV3EiGfv .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-skQV3EiGfv .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-skQV3EiGfv .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #2a3d56;
}
.cid-skQV3EiGfv .card-title {
  color: #474a4f;
}
.cid-sl1uAv2Wmt {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sl1uAv2Wmt .mbr-section-subtitle {
  color: #2a3d56;
}
.cid-sl1uAv2Wmt .mbr-text {
  color: #2a3d56;
}
.cid-sl1uAv2Wmt .mbr-section-title {
  color: #2a3d56;
}
.cid-skzi3XXaQb {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-skzi3XXaQb .mbr-section-subtitle {
  color: #7e848c;
  text-align: center;
}
.cid-skzi3XXaQb .mbr-text {
  color: #2a3d56;
  text-align: right;
}
.cid-skzi3XXaQb .mbr-section-title {
  color: #2a3d56;
}
.cid-skzi3YoOeP {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-skzi3YoOeP .mbr-section-subtitle {
  color: #2a3d56;
  text-align: center;
}
.cid-skzi3YoOeP .mbr-text {
  color: #7e848c;
  text-align: center;
}
.cid-skzi3YoOeP .mbr-section-title {
  color: #2a3d56;
}
.cid-skzi3YYNiz {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-skzi3YYNiz nav.navbar {
  position: fixed;
}
.cid-skzi3YYNiz .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-skzi3YYNiz .dropdown-menu {
  padding: 0;
}
.cid-skzi3YYNiz .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-skzi3YYNiz .dropdown-item:hover,
.cid-skzi3YYNiz .dropdown-item:focus {
  background: #2a3d56 !important;
  color: white !important;
}
.cid-skzi3YYNiz .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-skzi3YYNiz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-skzi3YYNiz .nav-link {
  position: relative;
}
.cid-skzi3YYNiz .container {
  display: flex;
  margin: auto;
}
.cid-skzi3YYNiz .iconfont-wrapper {
  color: #2a3d56 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-skzi3YYNiz .navbar-caption {
  padding-right: 4rem;
}
.cid-skzi3YYNiz .dropdown-menu,
.cid-skzi3YYNiz .navbar.opened {
  background: #ffffff !important;
}
.cid-skzi3YYNiz .nav-item:focus,
.cid-skzi3YYNiz .nav-link:focus {
  outline: none;
}
.cid-skzi3YYNiz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-skzi3YYNiz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-skzi3YYNiz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-skzi3YYNiz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-skzi3YYNiz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-skzi3YYNiz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-skzi3YYNiz .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-skzi3YYNiz .navbar:not(.navbar-short) {
  border-bottom: 1px solid #ffffff;
}
.cid-skzi3YYNiz .navbar.opened {
  transition: all .3s;
}
.cid-skzi3YYNiz .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-skzi3YYNiz .navbar .navbar-logo img {
  width: auto;
}
.cid-skzi3YYNiz .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-skzi3YYNiz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-skzi3YYNiz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-skzi3YYNiz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-skzi3YYNiz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-skzi3YYNiz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-skzi3YYNiz .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-skzi3YYNiz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-skzi3YYNiz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-skzi3YYNiz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-skzi3YYNiz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-skzi3YYNiz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-skzi3YYNiz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-skzi3YYNiz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-skzi3YYNiz .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-skzi3YYNiz .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-skzi3YYNiz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-skzi3YYNiz .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-skzi3YYNiz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 1rem;
  }
  .cid-skzi3YYNiz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-skzi3YYNiz .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-skzi3YYNiz .navbar.navbar-short {
  min-height: 60px;
}
.cid-skzi3YYNiz .navbar.navbar-short .navbar-logo img {
  height: 3.0rem !important;
}
.cid-skzi3YYNiz .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-skzi3YYNiz .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-skzi3YYNiz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-skzi3YYNiz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-skzi3YYNiz .dropdown-item.active,
.cid-skzi3YYNiz .dropdown-item:active {
  background-color: transparent;
}
.cid-skzi3YYNiz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-skzi3YYNiz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-skzi3YYNiz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-skzi3YYNiz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-skzi3YYNiz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-skzi3YYNiz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-skzi3YYNiz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-skzi3YYNiz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-skzi3YYNiz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-skzi3YYNiz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-skzi3YYNiz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-skzi3YYNiz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-skzi3YYNiz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-skzi3YYNiz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-skzi3YYNiz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-skzi3YYNiz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-skzi3YYNiz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-skzi3YYNiz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-skzi3YYNiz .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-skzi3YYNiz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-skzi3YYNiz .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-skzi3YYNiz .navbar {
    height: 77px;
  }
  .cid-skzi3YYNiz .navbar.opened {
    height: auto;
  }
  .cid-skzi3YYNiz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: normal;
  color: #232323;
  position: relative;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
  text-decoration: underline;
}


a:hover {
  text-decoration: none;
  line-height: 1.3;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1.4;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

a:hover {
  text-decoration: none;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  -webkit-transition-delay: 9999s;
          transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type="hidden"] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.media-container-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  -webkit-transition: width 0.1s;
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }
  .media {
    width: auto;
  }
  .mbr-figure {
    width: 100% !important;
  }
}

/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}

.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type="submit"] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}

.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}

.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}

.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "\203a";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}

.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}

.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 50%;
  -webkit-transform: rotate(135deg);
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@-webkit-keyframes arrowdown {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 50%;
    right: auto;
  }
}

/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}

@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}

.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}

.menu .navbar-brand span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
}

@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
  }
}

@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}

@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}

@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: .5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type="range"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}

@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}

.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  -webkit-transition: border-color 0.25s ease 0s;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
          box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}

.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}

form .row [class*="col"] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: .5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name='gdpr'] {
  top: 7px;
}

.form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 0.5rem 2rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*="col"] {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}
/*# sourceMappingURL=style.css.map */.cid-skmkmVEDtk {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-skmkmVEDtk .mbr-section-subtitle {
  color: #7e848c;
  text-align: center;
}
.cid-skmkmVEDtk .mbr-text {
  color: #2a3d56;
}
.cid-skmkmVEDtk .mbr-section-title {
  color: #2a3d56;
  text-align: center;
}
.cid-skrZYuZfhq {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-skrZYuZfhq img,
.cid-skrZYuZfhq .item-img {
  width: 100%;
}
.cid-skrZYuZfhq .item:focus,
.cid-skrZYuZfhq span:focus {
  outline: none;
}
.cid-skrZYuZfhq .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-skrZYuZfhq .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-skrZYuZfhq .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-skrZYuZfhq .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-skrZYuZfhq .mbr-section-btn {
  margin-top: auto !important;
}
.cid-skrZYuZfhq .mbr-section-title {
  color: #232323;
}
.cid-skrZYuZfhq .mbr-text,
.cid-skrZYuZfhq .mbr-section-btn {
  text-align: left;
  color: #7e848c;
}
.cid-skrZYuZfhq .item-title {
  text-align: left;
}
.cid-skrZYuZfhq .item-subtitle {
  text-align: center;
}
.cid-skmkmVVf88 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-skmkmVVf88 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-skmkmVVf88 .row {
  flex-direction: row-reverse;
}
.cid-skmkmVVf88 img {
  width: 100%;
}
.cid-skmkmVVf88 .mbr-description {
  color: #2a3d56;
  text-align: center;
}
.cid-skmkmVVf88 .centerview {
  height: 800px;
  position: relative;
}
.cid-skmkmVVf88 .centerview div {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  padding: 0;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 1024px;
  height: 768px;
  background-image: url("https://anatolys.net/gamification/images/prototype.jpg");
  background-repeat: no-repeat;
}
.cid-skmkmVVf88 text {
  font-family: Roboto, Arial, sans-serif;
  font-size: 21px;
  font-weight: bold;
  pointer-events: none;
  color: #1A1A1A;
}
.cid-skmkmVVf88 #myButton {
  position: absolute;
  width: 480px;
  height: 685px;
  top: 7%;
  left: 50%;
  margin: 2px 0px 0 7px;
}
.cid-sksi5KrPcv {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
@media (max-width: 991px) {
  .cid-sksi5KrPcv .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sksi5KrPcv .row {
  flex-direction: row-reverse;
}
.cid-sksi5KrPcv img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sksi5KrPcv .text-wrapper {
    padding: 2rem;
  }
}
.cid-sksi5KrPcv .mbr-section-title {
  color: #2a3d56;
}
.cid-sksi5KrPcv .mbr-text {
  color: #2a3d56;
}
.cid-sknsF2fVCc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sknsF2fVCc .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sknsF2fVCc .row {
  flex-direction: row-reverse;
}
.cid-sknsF2fVCc img {
  width: 100%;
}
.cid-sknsF2fVCc .mbr-description {
  color: #2a3d56;
}
.cid-sknsF2fVCc .center {
  height: 800px;
  position: relative;
}
.cid-sknsF2fVCc .center div {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  padding: 0;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 1024px;
  height: 768px;
  background-image: url("https://anatolys.net/gamification/images/prototype.jpg");
  background-repeat: no-repeat;
}
.cid-sknsF2fVCc text {
  font-family: Roboto, Arial, sans-serif;
  font-size: 21px;
  font-weight: bold;
  pointer-events: none;
  color: #1A1A1A;
}
.cid-sknsF2fVCc #chart {
  position: absolute;
  width: 480px;
  height: 685px;
  background-image: url("https://anatolys.net/gamification/images/bg_5.gif");
  background-repeat: no-repeat;
  padding: 332px 0 0 45px;
  top: 52%;
  left: 74%;
}
.cid-sknsF2fVCc #question {
  position: absolute;
  width: 0;
  height: 200px;
  top: 510px;
  left: 845px;
}
.cid-sknsF2fVCc #question h1 {
  font-size: 24px;
  font-weight: bold;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  position: absolute;
  color: #22526D;
  padding: 20px;
  margin: 0;
  top: 28%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 150px;
}
.cid-sknsF2fVCc #question #q1 {
  font-size: 52px;
  font-weight: bold;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  position: absolute;
  color: #22526D;
  padding: 0px 10px 20px 20px;
  margin: 0;
  top: 56%;
  width: 150px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.cid-sknsF2fVCc #question #q2 {
  font-size: 16px;
  font-weight: bold;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  position: absolute;
  color: #EAB58C;
  padding: 5px;
  margin: 0;
  top: 70%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 200px;
}
.cid-sknsF2fVCc #circle {
  background: linear-gradient(330deg, #f7634b 0%, #fedaba 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f7634b", endColorstr="#fedaba", GradientType=1);
}
.cid-sktTFieJT0 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-sktTFieJT0 .mbr-section-subtitle {
  color: #2a3d56;
  text-align: left;
}
.cid-sktTFieJT0 .mbr-text {
  color: #2a3d56;
}
.cid-sktTFieJT0 .mbr-section-title {
  color: #2a3d56;
  text-align: center;
}
.cid-skmkmYbJK9 {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-skmkmYbJK9 .mbr-section-subtitle {
  color: #2a3d56;
  text-align: center;
}
.cid-skmkmYbJK9 .mbr-text {
  color: #7e848c;
  text-align: center;
}
.cid-skmkmYbJK9 .mbr-section-title {
  color: #2a3d56;
}
.cid-skmkmYtoM7 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-skmkmYtoM7 nav.navbar {
  position: fixed;
}
.cid-skmkmYtoM7 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-skmkmYtoM7 .dropdown-menu {
  padding: 0;
}
.cid-skmkmYtoM7 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-skmkmYtoM7 .dropdown-item:hover,
.cid-skmkmYtoM7 .dropdown-item:focus {
  background: #2a3d56 !important;
  color: white !important;
}
.cid-skmkmYtoM7 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-skmkmYtoM7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-skmkmYtoM7 .nav-link {
  position: relative;
}
.cid-skmkmYtoM7 .container {
  display: flex;
  margin: auto;
}
.cid-skmkmYtoM7 .iconfont-wrapper {
  color: #2a3d56 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-skmkmYtoM7 .navbar-caption {
  padding-right: 4rem;
}
.cid-skmkmYtoM7 .dropdown-menu,
.cid-skmkmYtoM7 .navbar.opened {
  background: #ffffff !important;
}
.cid-skmkmYtoM7 .nav-item:focus,
.cid-skmkmYtoM7 .nav-link:focus {
  outline: none;
}
.cid-skmkmYtoM7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-skmkmYtoM7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-skmkmYtoM7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-skmkmYtoM7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-skmkmYtoM7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-skmkmYtoM7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-skmkmYtoM7 .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-skmkmYtoM7 .navbar:not(.navbar-short) {
  border-bottom: 1px solid #ffffff;
}
.cid-skmkmYtoM7 .navbar.opened {
  transition: all .3s;
}
.cid-skmkmYtoM7 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-skmkmYtoM7 .navbar .navbar-logo img {
  width: auto;
}
.cid-skmkmYtoM7 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-skmkmYtoM7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-skmkmYtoM7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-skmkmYtoM7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-skmkmYtoM7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-skmkmYtoM7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-skmkmYtoM7 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-skmkmYtoM7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-skmkmYtoM7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-skmkmYtoM7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-skmkmYtoM7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-skmkmYtoM7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-skmkmYtoM7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-skmkmYtoM7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-skmkmYtoM7 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-skmkmYtoM7 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-skmkmYtoM7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-skmkmYtoM7 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-skmkmYtoM7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 1rem;
  }
  .cid-skmkmYtoM7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-skmkmYtoM7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-skmkmYtoM7 .navbar.navbar-short {
  min-height: 60px;
}
.cid-skmkmYtoM7 .navbar.navbar-short .navbar-logo img {
  height: 3.0rem !important;
}
.cid-skmkmYtoM7 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-skmkmYtoM7 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-skmkmYtoM7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-skmkmYtoM7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-skmkmYtoM7 .dropdown-item.active,
.cid-skmkmYtoM7 .dropdown-item:active {
  background-color: transparent;
}
.cid-skmkmYtoM7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-skmkmYtoM7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-skmkmYtoM7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-skmkmYtoM7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-skmkmYtoM7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-skmkmYtoM7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-skmkmYtoM7 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-skmkmYtoM7 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-skmkmYtoM7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-skmkmYtoM7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-skmkmYtoM7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-skmkmYtoM7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-skmkmYtoM7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-skmkmYtoM7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-skmkmYtoM7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-skmkmYtoM7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-skmkmYtoM7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-skmkmYtoM7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-skmkmYtoM7 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-skmkmYtoM7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-skmkmYtoM7 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-skmkmYtoM7 .navbar {
    height: 77px;
  }
  .cid-skmkmYtoM7 .navbar.opened {
    height: auto;
  }
  .cid-skmkmYtoM7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}

/* Dynamic logo gallery */

.logo-scroll-container {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
}

.logo-scroll-track {
    display: inline-flex !important;
    animation: scroll-left 20s linear infinite !important;
}

.logo-scroll-container:hover .logo-scroll-track {
    animation-play-state: paused;
}

.logo-item {
    flex-shrink: 0;
    background: none;
    border-radius: 8px;
    padding: 20px 30px;
    /*box-shadow: 0 2px 10px rgba(0,0,0,0.1);*/
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 180px;
    height: 80px;
}

.logo-item img {
    max-width: 160px;
    max-height: 50px;
    filter: grayscale(0.7);
    transition: filter 0.3s ease;
}

.logo-item:hover img {
    filter: grayscale(0);
}

@keyframes scroll-left {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}