@charset "UTF-8";
section {
  background-color: #ffffff;
}

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

button {
  background-color: transparent;
  border-color: transparent;
}

.embla__button,
.carousel-control {
  background-color: #edefea !important;
  opacity: 0.8 !important;
  color: #464845 !important;
  border-color: #edefea !important;
}

.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: #464845 !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea !important;
  opacity: 1 !important;
}

.modalWindow-video-container {
  height: 80%;
}

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;
}
a, a:hover {
  text-decoration: none;
}

.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;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

p {line-height: 1.5;}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  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 {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  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;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

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

.mbr-figure {
  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;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

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

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

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  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 {
  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: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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;
  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: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  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%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  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: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    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: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    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: 0.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;
  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 {
  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;
  box-shadow: 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) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  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;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 1.2rem 2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  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;
}

.row > * {
  padding-right: 1rem;
  padding-left: 1rem;
}

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 {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .form-check-input {
  margin-top: 0.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 {
  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: 3rem;
  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;
}

.container,
.container-fluid {
  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: 992px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.app-video-wrapper > img {
  opacity: 1;
}

.app-video-wrapper {
  background: transparent;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}
.custom-text {
  background-color: #000;
  color: #fff;
  padding: 10px;
  flex: 0 0 auto;
  align-self: flex-start;
  box-sizing: border-box;
  border-radius: 20px;
  margin-bottom: 20px;
  display: inline-block;
}



    .comparison {
      position: relative;
      width: 100vw;
      max-width: 630px;
      aspect-ratio: 4 / 3;
      margin: 40px auto;
      overflow: hidden;
      border-radius: 8px;
      box-shadow: 0 2px 10px rgba(0,0,0,0.15);
    }

    .comparison figure {
      margin: 0;
      width: 100%;
      height: 100%;
      position: relative;
      background-size: cover;
      background-position: center;
    }

    .comparison figure img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }

    .divisor {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 50%;
      overflow: hidden;
      z-index: 2;
    }

    .divisor img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .slider {
      position: absolute;
      bottom: 10px;
      left: 50%;
      transform: translateX(-50%);
      width: 90%;
      z-index: 5;
    }

    .label {
      position: absolute;
      top: 15px;
      padding: 6px 14px;
      background: rgba(0, 0, 0, 0.6);
      color: white;
      font-size: 16px;
      font-weight: bold;
      border-radius: 4px;
      z-index: 4;
      pointer-events: none;
    }

    .label.before {
      left: 15px;
    }

    .label.after {
      right: 15px;
    }

    @media (max-width: 768px) {
      .label {
        font-size: 14px;
        padding: 4px 10px;
      }
    }
    .label {
  transition: opacity 0.3s ease;
}

.magnify-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  cursor: zoom-in;
}

.magnifier-lens {
  position: absolute;
  border: 2px solid #fff;
  border-radius: 50%;
  cursor: none;
  /* Adjustable zoom lens size */
  width: 150px;
  height: 150px;
  overflow: hidden;
  z-index: 10;
  pointer-events: none;
  display: none;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
}

    video {
      width: 100%;
      max-width: 800px;
      height: auto;
      border: 2px solid #ccc;
      border-radius: 20px;
    }

.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 3.5rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.375rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2.5rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.1rem;
  line-height: 1.6;
}
.display-7 > .mbr-iconfont {
  font-size: 1.375rem;
}
/* ---- 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: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.8rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    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))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.8rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.875rem + (3.5 - 1.875) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #393193 !important;
}
.bg-success {
  background-color: #3a341c !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #a0e2e1 !important;
}
.bg-danger {
  background-color: #ffea64 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #393193 !important;
  border-color: #393193 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #483eb9 !important;
  border-color: #483eb9 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #483eb9 !important;
  border-color: #483eb9 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
  color: #d70081 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #d70081 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info,
.btn-info:active {
  background-color: #320707 !important;
  border-color: #320707 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
}
.btn-success,
.btn-success:active {
  background-color: #3a341c !important;
  border-color: #3a341c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
  color: #1f6463 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #1f6463 !important;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
  color: #645600 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #645600 !important;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #393193;
  color: #393193;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #201b52 !important;
  background-color: transparent !important;
  border-color: #201b52 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #393193 !important;
  border-color: #393193 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffd7ef;
  color: #ffd7ef;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff80cc !important;
  background-color: transparent !important;
  border-color: #ff80cc !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #d70081 !important;
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #320707;
  color: #320707;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #320707 !important;
  border-color: #320707 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #3a341c;
  color: #3a341c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3a341c !important;
  border-color: #3a341c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #a0e2e1;
  color: #a0e2e1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5ececc !important;
  background-color: transparent !important;
  border-color: #5ececc !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #1f6463 !important;
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffea64;
  color: #ffea64;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffde0d !important;
  background-color: transparent !important;
  border-color: #ffde0d !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #645600 !important;
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  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: #000000 !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: #fafafa;
  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: #cfcfcf !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: #393193 !important;
}
.text-secondary {
  color: #ffd7ef !important;
}
.text-success {
  color: #3a341c !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #a0e2e1 !important;
}
.text-danger {
  color: #ffea64 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #1b1846 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff71c6 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #52cac8 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #fddb00 !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]):not(.navbar-caption) {
  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]):not(.navbar-caption):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: #393193;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #320707;
}
.alert-warning {
  background-color: #a0e2e1;
}
.alert-danger {
  background-color: #ffea64;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #393193;
  border-color: #393193;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #393193;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #7b73d0;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c0b27c;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f3abab;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.1rem;
  line-height: 1.6;
  font-weight: 400;
  border-radius: 40px !important;
}
.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: #393193 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.1rem;
  line-height: 1.6;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #393193;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #393193;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #393193;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #393193;
  border-bottom-color: #393193;
}
.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: #393193 !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: #ffd7ef !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='%23393193' %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;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-voK1J1D6Gd {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-voK1J1D6Gd nav.navbar {
  position: fixed;
}
.cid-voK1J1D6Gd .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-voK1J1D6Gd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-voK1J1D6Gd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-voK1J1D6Gd .dropdown-item:hover,
.cid-voK1J1D6Gd .dropdown-item:focus {
  background: #393193 !important;
  color: white !important;
}
.cid-voK1J1D6Gd .dropdown-item:hover span {
  color: white;
}
.cid-voK1J1D6Gd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-voK1J1D6Gd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-voK1J1D6Gd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-voK1J1D6Gd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-voK1J1D6Gd .nav-link {
  position: relative;
}
.cid-voK1J1D6Gd .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-voK1J1D6Gd .container {
    flex-wrap: wrap;
  }
}
.cid-voK1J1D6Gd .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-voK1J1D6Gd .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-voK1J1D6Gd .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-voK1J1D6Gd .dropdown-menu,
.cid-voK1J1D6Gd .navbar.opened {
  background: #ffffff !important;
}
.cid-voK1J1D6Gd .nav-item:focus,
.cid-voK1J1D6Gd .nav-link:focus {
  outline: none;
}
.cid-voK1J1D6Gd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-voK1J1D6Gd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-voK1J1D6Gd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-voK1J1D6Gd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-voK1J1D6Gd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-voK1J1D6Gd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-voK1J1D6Gd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-voK1J1D6Gd .navbar.opened {
  transition: all 0.3s;
}
.cid-voK1J1D6Gd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-voK1J1D6Gd .navbar .navbar-logo img {
  width: auto;
}
.cid-voK1J1D6Gd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-voK1J1D6Gd .navbar.collapsed {
  justify-content: center;
}
.cid-voK1J1D6Gd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-voK1J1D6Gd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-voK1J1D6Gd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-voK1J1D6Gd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-voK1J1D6Gd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-voK1J1D6Gd .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: 41%;
}
.cid-voK1J1D6Gd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-voK1J1D6Gd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-voK1J1D6Gd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-voK1J1D6Gd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-voK1J1D6Gd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-voK1J1D6Gd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-voK1J1D6Gd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-voK1J1D6Gd .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: 40%;
  }
  .cid-voK1J1D6Gd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-voK1J1D6Gd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-voK1J1D6Gd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-voK1J1D6Gd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-voK1J1D6Gd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-voK1J1D6Gd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-voK1J1D6Gd .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-voK1J1D6Gd .navbar.navbar-short {
  min-height: 60px;
}
.cid-voK1J1D6Gd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-voK1J1D6Gd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-voK1J1D6Gd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-voK1J1D6Gd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-voK1J1D6Gd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-voK1J1D6Gd .dropdown-item.active,
.cid-voK1J1D6Gd .dropdown-item:active {
  background-color: transparent;
}
.cid-voK1J1D6Gd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-voK1J1D6Gd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-voK1J1D6Gd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-voK1J1D6Gd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-voK1J1D6Gd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-voK1J1D6Gd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-voK1J1D6Gd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-voK1J1D6Gd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-voK1J1D6Gd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-voK1J1D6Gd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-voK1J1D6Gd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-voK1J1D6Gd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-voK1J1D6Gd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-voK1J1D6Gd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-voK1J1D6Gd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-voK1J1D6Gd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-voK1J1D6Gd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-voK1J1D6Gd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-voK1J1D6Gd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-voK1J1D6Gd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-voK1J1D6Gd .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-voK1J1D6Gd .navbar {
    height: 70px;
  }
  .cid-voK1J1D6Gd .navbar.opened {
    height: auto;
  }
  .cid-voK1J1D6Gd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tZBaVJbP5C {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-tZBaVJbP5C .mbr-text {
  color: #000000;
}
.cid-tZBaVJbP5C .mbr-section-subtitle {
  color: #000000;
}
.cid-tZBaVJbP5C .mbr-section-title {
  color: #000000;
}
.cid-tZBRkpCIWx {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-tZBRkpCIWx .mbr-text {
  color: #000000;
}
.cid-tZBRkpCIWx .mbr-section-subtitle {
  color: #000000;
}
.cid-tZBRkpCIWx .mbr-section-title {
  color: #000000;
}
.cid-tZtcDa4dPo {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #181855;
}
.cid-tZtcDa4dPo .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-tZtcDa4dPo section {
  position: relative;
}
.cid-tZtcDa4dPo h4 {
  margin: 0;
}
.cid-tZtcDa4dPo a {
  font-weight: 300;
}
.cid-tZtcDa4dPo .row {
  align-items: center;
}
.cid-tZtcDa4dPo .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-tZtcDa4dPo .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-tZtcDa4dPo .img1 {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tZtcDa4dPo .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tZtcDa4dPo .align-left {
    text-align: center;
  }
  .cid-tZtcDa4dPo .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tZtcDa4dPo .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-tZtcDa4dPo .item {
    padding-bottom: 0.5rem;
  }
}
.cid-tZtcDa4dPo .item-title {
  color: #c1c1c1;
}
.cid-tZtcDa4dPo H4 {
  color: #c1c1c1;
}
.cid-voK1J1D6Gd {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-voK1J1D6Gd nav.navbar {
  position: fixed;
}
.cid-voK1J1D6Gd .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-voK1J1D6Gd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-voK1J1D6Gd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-voK1J1D6Gd .dropdown-item:hover,
.cid-voK1J1D6Gd .dropdown-item:focus {
  background: #393193 !important;
  color: white !important;
}
.cid-voK1J1D6Gd .dropdown-item:hover span {
  color: white;
}
.cid-voK1J1D6Gd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-voK1J1D6Gd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-voK1J1D6Gd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-voK1J1D6Gd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-voK1J1D6Gd .nav-link {
  position: relative;
}
.cid-voK1J1D6Gd .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-voK1J1D6Gd .container {
    flex-wrap: wrap;
  }
}
.cid-voK1J1D6Gd .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-voK1J1D6Gd .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-voK1J1D6Gd .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-voK1J1D6Gd .dropdown-menu,
.cid-voK1J1D6Gd .navbar.opened {
  background: #ffffff !important;
}
.cid-voK1J1D6Gd .nav-item:focus,
.cid-voK1J1D6Gd .nav-link:focus {
  outline: none;
}
.cid-voK1J1D6Gd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-voK1J1D6Gd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-voK1J1D6Gd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-voK1J1D6Gd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-voK1J1D6Gd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-voK1J1D6Gd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-voK1J1D6Gd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-voK1J1D6Gd .navbar.opened {
  transition: all 0.3s;
}
.cid-voK1J1D6Gd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-voK1J1D6Gd .navbar .navbar-logo img {
  width: auto;
}
.cid-voK1J1D6Gd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-voK1J1D6Gd .navbar.collapsed {
  justify-content: center;
}
.cid-voK1J1D6Gd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-voK1J1D6Gd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-voK1J1D6Gd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-voK1J1D6Gd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-voK1J1D6Gd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-voK1J1D6Gd .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: 41%;
}
.cid-voK1J1D6Gd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-voK1J1D6Gd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-voK1J1D6Gd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-voK1J1D6Gd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-voK1J1D6Gd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-voK1J1D6Gd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-voK1J1D6Gd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-voK1J1D6Gd .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: 40%;
  }
  .cid-voK1J1D6Gd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-voK1J1D6Gd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-voK1J1D6Gd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-voK1J1D6Gd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-voK1J1D6Gd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-voK1J1D6Gd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-voK1J1D6Gd .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-voK1J1D6Gd .navbar.navbar-short {
  min-height: 60px;
}
.cid-voK1J1D6Gd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-voK1J1D6Gd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-voK1J1D6Gd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-voK1J1D6Gd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-voK1J1D6Gd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-voK1J1D6Gd .dropdown-item.active,
.cid-voK1J1D6Gd .dropdown-item:active {
  background-color: transparent;
}
.cid-voK1J1D6Gd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-voK1J1D6Gd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-voK1J1D6Gd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-voK1J1D6Gd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-voK1J1D6Gd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-voK1J1D6Gd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-voK1J1D6Gd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-voK1J1D6Gd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-voK1J1D6Gd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-voK1J1D6Gd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-voK1J1D6Gd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-voK1J1D6Gd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-voK1J1D6Gd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-voK1J1D6Gd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-voK1J1D6Gd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-voK1J1D6Gd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-voK1J1D6Gd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-voK1J1D6Gd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-voK1J1D6Gd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-voK1J1D6Gd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-voK1J1D6Gd .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-voK1J1D6Gd .navbar {
    height: 70px;
  }
  .cid-voK1J1D6Gd .navbar.opened {
    height: auto;
  }
  .cid-voK1J1D6Gd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tZtd8kXudG {
  padding-top: 11rem;
  padding-bottom: 4rem;
  background-color: #17003b;
}
.cid-tZtd8kXudG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZtd8kXudG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZtd8kXudG .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tZtd8kXudG .mbr-text,
.cid-tZtd8kXudG .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-tZtd8kXudG b,
.cid-tZtd8kXudG strong {
  font-weight: 900;
}
.cid-tZtd8kXudG .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tZtd8lHpHP {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #181855;
}
.cid-tZtd8lHpHP .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-tZtd8lHpHP section {
  position: relative;
}
.cid-tZtd8lHpHP h4 {
  margin: 0;
}
.cid-tZtd8lHpHP a {
  font-weight: 300;
}
.cid-tZtd8lHpHP .row {
  align-items: center;
}
.cid-tZtd8lHpHP .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-tZtd8lHpHP .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-tZtd8lHpHP .img1 {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tZtd8lHpHP .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tZtd8lHpHP .align-left {
    text-align: center;
  }
  .cid-tZtd8lHpHP .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tZtd8lHpHP .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-tZtd8lHpHP .item {
    padding-bottom: 0.5rem;
  }
}
.cid-tZtd8lHpHP .item-title {
  color: #c1c1c1;
}
.cid-tZtd8lHpHP H4 {
  color: #c1c1c1;
}
.cid-voK1J1D6Gd {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-voK1J1D6Gd nav.navbar {
  position: fixed;
}
.cid-voK1J1D6Gd .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-voK1J1D6Gd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-voK1J1D6Gd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-voK1J1D6Gd .dropdown-item:hover,
.cid-voK1J1D6Gd .dropdown-item:focus {
  background: #393193 !important;
  color: white !important;
}
.cid-voK1J1D6Gd .dropdown-item:hover span {
  color: white;
}
.cid-voK1J1D6Gd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-voK1J1D6Gd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-voK1J1D6Gd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-voK1J1D6Gd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-voK1J1D6Gd .nav-link {
  position: relative;
}
.cid-voK1J1D6Gd .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-voK1J1D6Gd .container {
    flex-wrap: wrap;
  }
}
.cid-voK1J1D6Gd .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-voK1J1D6Gd .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-voK1J1D6Gd .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-voK1J1D6Gd .dropdown-menu,
.cid-voK1J1D6Gd .navbar.opened {
  background: #ffffff !important;
}
.cid-voK1J1D6Gd .nav-item:focus,
.cid-voK1J1D6Gd .nav-link:focus {
  outline: none;
}
.cid-voK1J1D6Gd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-voK1J1D6Gd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-voK1J1D6Gd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-voK1J1D6Gd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-voK1J1D6Gd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-voK1J1D6Gd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-voK1J1D6Gd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-voK1J1D6Gd .navbar.opened {
  transition: all 0.3s;
}
.cid-voK1J1D6Gd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-voK1J1D6Gd .navbar .navbar-logo img {
  width: auto;
}
.cid-voK1J1D6Gd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-voK1J1D6Gd .navbar.collapsed {
  justify-content: center;
}
.cid-voK1J1D6Gd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-voK1J1D6Gd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-voK1J1D6Gd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-voK1J1D6Gd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-voK1J1D6Gd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-voK1J1D6Gd .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: 41%;
}
.cid-voK1J1D6Gd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-voK1J1D6Gd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-voK1J1D6Gd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-voK1J1D6Gd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-voK1J1D6Gd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-voK1J1D6Gd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-voK1J1D6Gd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-voK1J1D6Gd .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: 40%;
  }
  .cid-voK1J1D6Gd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-voK1J1D6Gd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-voK1J1D6Gd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-voK1J1D6Gd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-voK1J1D6Gd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-voK1J1D6Gd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-voK1J1D6Gd .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-voK1J1D6Gd .navbar.navbar-short {
  min-height: 60px;
}
.cid-voK1J1D6Gd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-voK1J1D6Gd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-voK1J1D6Gd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-voK1J1D6Gd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-voK1J1D6Gd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-voK1J1D6Gd .dropdown-item.active,
.cid-voK1J1D6Gd .dropdown-item:active {
  background-color: transparent;
}
.cid-voK1J1D6Gd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-voK1J1D6Gd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-voK1J1D6Gd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-voK1J1D6Gd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-voK1J1D6Gd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-voK1J1D6Gd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-voK1J1D6Gd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-voK1J1D6Gd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-voK1J1D6Gd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-voK1J1D6Gd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-voK1J1D6Gd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-voK1J1D6Gd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-voK1J1D6Gd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-voK1J1D6Gd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-voK1J1D6Gd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-voK1J1D6Gd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-voK1J1D6Gd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-voK1J1D6Gd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-voK1J1D6Gd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-voK1J1D6Gd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-voK1J1D6Gd .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-voK1J1D6Gd .navbar {
    height: 70px;
  }
  .cid-voK1J1D6Gd .navbar.opened {
    height: auto;
  }
  .cid-voK1J1D6Gd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-voJYDF7Vlo {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-voJYDF7Vlo .mbr-fallback-image.disabled {
  display: none;
}
.cid-voJYDF7Vlo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voJYDF7Vlo .content-text {
  max-width: 1000px;
}
.cid-voJYDF7Vlo .mbr-section-title {
  color: #000000;
}
.cid-voJYDF7Vlo .mbr-text,
.cid-voJYDF7Vlo .mbr-section-btn {
  color: #000000;
}
.cid-vpb4TmY2KY {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-vpb4TmY2KY .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpb4TmY2KY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpb4TmY2KY .card-wrapper {
  background: #9fe870;
}
@media (max-width: 767px) {
  .cid-vpb4TmY2KY .card-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vpb4TmY2KY .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vpb4TmY2KY .card-wrapper {
    padding: 4rem;
  }
}
.cid-vpb4TmY2KY .mbr-text,
.cid-vpb4TmY2KY .mbr-section-btn {
  text-align: left;
}
.cid-vpb4TmY2KY .img-wrapper img {
  width: 280px;
  height: 380px;
  object-fit: cover;
  border-radius: 0% !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vpb4TmY2KY .img-wrapper img {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 768px) {
  .cid-vpb4TmY2KY .img-wrapper img {
    width: 80px;
    height: 80px;
  }
}
.cid-vpb4TmY2KY .img-wrapper {
  display: flex;
}
.cid-vpb4TmY2KY .card-text {
  text-align: center;
}
.cid-vpb4TmY2KY .card-title {
  text-align: center;
}
.cid-vpb0tZThJs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-vpb0tZThJs .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpb0tZThJs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpb0tZThJs .content-wrap {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vpb0tZThJs .content-wrap {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-vpb0tZThJs .content-wrap .label-wrapper {
    margin-bottom: 12px;
  }
}
.cid-vpb0tZThJs .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  gap: 7px;
  align-items: center;
}
.cid-vpb0tZThJs .content-wrap .label-wrapper .label-wrap .marker-wrap {
  display: inline-flex;
  width: 11px;
  height: 11px;
  min-width: 11px;
  border-radius: 100%;
  background-color: #ababab;
}
.cid-vpb0tZThJs .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vpb0tZThJs .content-wrap .title-wrapper {
  margin-bottom: 0;
}
.cid-vpb0tZThJs .content-wrap .title-wrapper .title-wrap .mbr-section-title {
  display: block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vpb0tZThJs .content-wrap .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vpb0tZThJs .content-wrap .title-wrapper .subtitle-wrap .mbr-section-subtitle {
  display: block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vpb0tZThJs .content-wrap .title-wrapper .subtitle-wrap .mbr-section-subtitle {
    width: 100%;
  }
}
.cid-vpb0tZThJs .items-wrapper {
  margin: 0 -6px;
}
.cid-vpb0tZThJs .items-wrapper .item {
  padding: 0 6px;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vpb0tZThJs .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-vpb0tZThJs .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vpb0tZThJs .items-wrapper .item .item-wrapper {
  height: 100%;
  display: flex;
  gap: 16px;
  background-color: #ffffff;
  padding: 32px 12px 32px 20px;
}
@media (max-width: 1440px) {
  .cid-vpb0tZThJs .items-wrapper .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-vpb0tZThJs .items-wrapper .item .item-wrapper {
    padding: 20px;
  }
}
.cid-vpb0tZThJs .items-wrapper .item .item-wrapper .iconfont-wrapper {
  margin-bottom: 20px;
}
.cid-vpb0tZThJs .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  font-size: 48px;
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-vpb0tZThJs .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
    font-size: 40px;
  }
}
.cid-vpb0tZThJs .items-wrapper .item .item-wrapper .card-box .item-label {
  margin-bottom: 9px;
}
.cid-vpb0tZThJs .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 0;
}
.cid-vpb0tZThJs .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-top: 12px;
  margin-bottom: 0;
}
.cid-vpb0tZThJs .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 10px;
  margin-bottom: -9.6px;
}
.cid-vpb0tZThJs .mbr-label {
  color: #707070;
}
.cid-vpb0tZThJs .mbr-section-title {
  color: #000000;
}
.cid-vpb0tZThJs .mbr-section-subtitle {
  color: #707070;
}
.cid-vpb0tZThJs .item-label {
  color: #707070;
}
.cid-vpb0tZThJs .item-title {
  color: #000000;
}
.cid-vpb0tZThJs .item-text {
  color: #707070;
}
.cid-vpb0AuJLPm {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-vpb0AuJLPm .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpb0AuJLPm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpb0AuJLPm .content-wrap {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vpb0AuJLPm .content-wrap {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-vpb0AuJLPm .content-wrap .label-wrapper {
    margin-bottom: 12px;
  }
}
.cid-vpb0AuJLPm .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  gap: 7px;
  align-items: center;
}
.cid-vpb0AuJLPm .content-wrap .label-wrapper .label-wrap .marker-wrap {
  display: inline-flex;
  width: 11px;
  height: 11px;
  min-width: 11px;
  border-radius: 100%;
  background-color: #ababab;
}
.cid-vpb0AuJLPm .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vpb0AuJLPm .content-wrap .title-wrapper {
  margin-bottom: 0;
}
.cid-vpb0AuJLPm .content-wrap .title-wrapper .title-wrap .mbr-section-title {
  display: block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vpb0AuJLPm .content-wrap .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vpb0AuJLPm .content-wrap .title-wrapper .subtitle-wrap .mbr-section-subtitle {
  display: block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vpb0AuJLPm .content-wrap .title-wrapper .subtitle-wrap .mbr-section-subtitle {
    width: 100%;
  }
}
.cid-vpb0AuJLPm .items-wrapper {
  margin: 0 -6px;
}
.cid-vpb0AuJLPm .items-wrapper .item {
  padding: 0 6px;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vpb0AuJLPm .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-vpb0AuJLPm .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vpb0AuJLPm .items-wrapper .item .item-wrapper {
  height: 100%;
  display: flex;
  gap: 16px;
  background-color: #ffffff;
  padding: 32px 12px 32px 20px;
}
@media (max-width: 1440px) {
  .cid-vpb0AuJLPm .items-wrapper .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-vpb0AuJLPm .items-wrapper .item .item-wrapper {
    padding: 20px;
  }
}
.cid-vpb0AuJLPm .items-wrapper .item .item-wrapper .iconfont-wrapper {
  margin-bottom: 20px;
}
.cid-vpb0AuJLPm .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  font-size: 48px;
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-vpb0AuJLPm .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
    font-size: 40px;
  }
}
.cid-vpb0AuJLPm .items-wrapper .item .item-wrapper .card-box .item-label {
  margin-bottom: 9px;
}
.cid-vpb0AuJLPm .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 0;
}
.cid-vpb0AuJLPm .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-top: 12px;
  margin-bottom: 0;
}
.cid-vpb0AuJLPm .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 10px;
  margin-bottom: -9.6px;
}
.cid-vpb0AuJLPm .mbr-label {
  color: #707070;
}
.cid-vpb0AuJLPm .mbr-section-title {
  color: #000000;
}
.cid-vpb0AuJLPm .mbr-section-subtitle {
  color: #707070;
}
.cid-vpb0AuJLPm .item-label {
  color: #707070;
}
.cid-vpb0AuJLPm .item-title {
  color: #000000;
}
.cid-vpb0AuJLPm .item-text {
  color: #707070;
}
.cid-vpbaf6g03h {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-vpbaf6g03h .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpbaf6g03h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpbaf6g03h .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vpbaf6g03h .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-vpbaf6g03h .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vpbaf6g03h .header-menu {
  margin-top: 2rem;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vpbaf6g03h .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vpbaf6g03h .header-menu li p {
  margin: 0;
}
.cid-vpbaf6g03h .content-head {
  max-width: 800px;
}
.cid-tZjT2G8SZe {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #181855;
}
.cid-tZjT2G8SZe .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-tZjT2G8SZe section {
  position: relative;
}
.cid-tZjT2G8SZe h4 {
  margin: 0;
}
.cid-tZjT2G8SZe a {
  font-weight: 300;
}
.cid-tZjT2G8SZe .row {
  align-items: center;
}
.cid-tZjT2G8SZe .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-tZjT2G8SZe .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-tZjT2G8SZe .img1 {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tZjT2G8SZe .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tZjT2G8SZe .align-left {
    text-align: center;
  }
  .cid-tZjT2G8SZe .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tZjT2G8SZe .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-tZjT2G8SZe .item {
    padding-bottom: 0.5rem;
  }
}
.cid-tZjT2G8SZe .item-title {
  color: #c1c1c1;
}
.cid-tZjT2G8SZe H4 {
  color: #c1c1c1;
}
.cid-voPx2RZbZJ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-voPx2RZbZJ nav.navbar {
  position: fixed;
}
.cid-voPx2RZbZJ .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-voPx2RZbZJ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-voPx2RZbZJ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-voPx2RZbZJ .dropdown-item:hover,
.cid-voPx2RZbZJ .dropdown-item:focus {
  background: #393193 !important;
  color: white !important;
}
.cid-voPx2RZbZJ .dropdown-item:hover span {
  color: white;
}
.cid-voPx2RZbZJ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-voPx2RZbZJ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-voPx2RZbZJ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-voPx2RZbZJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-voPx2RZbZJ .nav-link {
  position: relative;
}
.cid-voPx2RZbZJ .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-voPx2RZbZJ .container {
    flex-wrap: wrap;
  }
}
.cid-voPx2RZbZJ .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-voPx2RZbZJ .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-voPx2RZbZJ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-voPx2RZbZJ .dropdown-menu,
.cid-voPx2RZbZJ .navbar.opened {
  background: #ffffff !important;
}
.cid-voPx2RZbZJ .nav-item:focus,
.cid-voPx2RZbZJ .nav-link:focus {
  outline: none;
}
.cid-voPx2RZbZJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-voPx2RZbZJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-voPx2RZbZJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-voPx2RZbZJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-voPx2RZbZJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-voPx2RZbZJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-voPx2RZbZJ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-voPx2RZbZJ .navbar.opened {
  transition: all 0.3s;
}
.cid-voPx2RZbZJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-voPx2RZbZJ .navbar .navbar-logo img {
  width: auto;
}
.cid-voPx2RZbZJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-voPx2RZbZJ .navbar.collapsed {
  justify-content: center;
}
.cid-voPx2RZbZJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-voPx2RZbZJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-voPx2RZbZJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-voPx2RZbZJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-voPx2RZbZJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-voPx2RZbZJ .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: 41%;
}
.cid-voPx2RZbZJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-voPx2RZbZJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-voPx2RZbZJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-voPx2RZbZJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-voPx2RZbZJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-voPx2RZbZJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-voPx2RZbZJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-voPx2RZbZJ .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: 40%;
  }
  .cid-voPx2RZbZJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-voPx2RZbZJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-voPx2RZbZJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-voPx2RZbZJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-voPx2RZbZJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-voPx2RZbZJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-voPx2RZbZJ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-voPx2RZbZJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-voPx2RZbZJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-voPx2RZbZJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-voPx2RZbZJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-voPx2RZbZJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-voPx2RZbZJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-voPx2RZbZJ .dropdown-item.active,
.cid-voPx2RZbZJ .dropdown-item:active {
  background-color: transparent;
}
.cid-voPx2RZbZJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-voPx2RZbZJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-voPx2RZbZJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-voPx2RZbZJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-voPx2RZbZJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-voPx2RZbZJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-voPx2RZbZJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-voPx2RZbZJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-voPx2RZbZJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-voPx2RZbZJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-voPx2RZbZJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-voPx2RZbZJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-voPx2RZbZJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-voPx2RZbZJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-voPx2RZbZJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-voPx2RZbZJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-voPx2RZbZJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-voPx2RZbZJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-voPx2RZbZJ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-voPx2RZbZJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-voPx2RZbZJ .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-voPx2RZbZJ .navbar {
    height: 70px;
  }
  .cid-voPx2RZbZJ .navbar.opened {
    height: auto;
  }
  .cid-voPx2RZbZJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-voPx2Sdqwt {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-voPx2Sdqwt .mbr-text {
  color: #000000;
}
.cid-voPx2Sdqwt .mbr-section-subtitle {
  color: #000000;
}
.cid-voPx2Sdqwt .mbr-section-title {
  color: #000000;
}
.cid-voPx2SJvWI {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #181855;
}
.cid-voPx2SJvWI .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-voPx2SJvWI section {
  position: relative;
}
.cid-voPx2SJvWI h4 {
  margin: 0;
}
.cid-voPx2SJvWI a {
  font-weight: 300;
}
.cid-voPx2SJvWI .row {
  align-items: center;
}
.cid-voPx2SJvWI .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-voPx2SJvWI .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-voPx2SJvWI .img1 {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-voPx2SJvWI .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-voPx2SJvWI .align-left {
    text-align: center;
  }
  .cid-voPx2SJvWI .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-voPx2SJvWI .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-voPx2SJvWI .item {
    padding-bottom: 0.5rem;
  }
}
.cid-voPx2SJvWI .item-title {
  color: #c1c1c1;
}
.cid-voPx2SJvWI H4 {
  color: #c1c1c1;
}
.cid-voPArs17fZ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-voPArs17fZ nav.navbar {
  position: fixed;
}
.cid-voPArs17fZ .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-voPArs17fZ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-voPArs17fZ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-voPArs17fZ .dropdown-item:hover,
.cid-voPArs17fZ .dropdown-item:focus {
  background: #393193 !important;
  color: white !important;
}
.cid-voPArs17fZ .dropdown-item:hover span {
  color: white;
}
.cid-voPArs17fZ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-voPArs17fZ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-voPArs17fZ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-voPArs17fZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-voPArs17fZ .nav-link {
  position: relative;
}
.cid-voPArs17fZ .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-voPArs17fZ .container {
    flex-wrap: wrap;
  }
}
.cid-voPArs17fZ .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-voPArs17fZ .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-voPArs17fZ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-voPArs17fZ .dropdown-menu,
.cid-voPArs17fZ .navbar.opened {
  background: #ffffff !important;
}
.cid-voPArs17fZ .nav-item:focus,
.cid-voPArs17fZ .nav-link:focus {
  outline: none;
}
.cid-voPArs17fZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-voPArs17fZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-voPArs17fZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-voPArs17fZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-voPArs17fZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-voPArs17fZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-voPArs17fZ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-voPArs17fZ .navbar.opened {
  transition: all 0.3s;
}
.cid-voPArs17fZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-voPArs17fZ .navbar .navbar-logo img {
  width: auto;
}
.cid-voPArs17fZ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-voPArs17fZ .navbar.collapsed {
  justify-content: center;
}
.cid-voPArs17fZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-voPArs17fZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-voPArs17fZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-voPArs17fZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-voPArs17fZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-voPArs17fZ .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: 41%;
}
.cid-voPArs17fZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-voPArs17fZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-voPArs17fZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-voPArs17fZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-voPArs17fZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-voPArs17fZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-voPArs17fZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-voPArs17fZ .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: 40%;
  }
  .cid-voPArs17fZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-voPArs17fZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-voPArs17fZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-voPArs17fZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-voPArs17fZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-voPArs17fZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-voPArs17fZ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-voPArs17fZ .navbar.navbar-short {
  min-height: 60px;
}
.cid-voPArs17fZ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-voPArs17fZ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-voPArs17fZ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-voPArs17fZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-voPArs17fZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-voPArs17fZ .dropdown-item.active,
.cid-voPArs17fZ .dropdown-item:active {
  background-color: transparent;
}
.cid-voPArs17fZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-voPArs17fZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-voPArs17fZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-voPArs17fZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-voPArs17fZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-voPArs17fZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-voPArs17fZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-voPArs17fZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-voPArs17fZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-voPArs17fZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-voPArs17fZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-voPArs17fZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-voPArs17fZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-voPArs17fZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-voPArs17fZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-voPArs17fZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-voPArs17fZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-voPArs17fZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-voPArs17fZ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-voPArs17fZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-voPArs17fZ .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-voPArs17fZ .navbar {
    height: 70px;
  }
  .cid-voPArs17fZ .navbar.opened {
    height: auto;
  }
  .cid-voPArs17fZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-voPArsh3J8 {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-voPArsh3J8 .mbr-text {
  color: #000000;
}
.cid-voPArsh3J8 .mbr-section-subtitle {
  color: #000000;
}
.cid-voPArsh3J8 .mbr-section-title {
  color: #000000;
}
.cid-voPArsu0Gv {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #181855;
}
.cid-voPArsu0Gv .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-voPArsu0Gv section {
  position: relative;
}
.cid-voPArsu0Gv h4 {
  margin: 0;
}
.cid-voPArsu0Gv a {
  font-weight: 300;
}
.cid-voPArsu0Gv .row {
  align-items: center;
}
.cid-voPArsu0Gv .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-voPArsu0Gv .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-voPArsu0Gv .img1 {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-voPArsu0Gv .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-voPArsu0Gv .align-left {
    text-align: center;
  }
  .cid-voPArsu0Gv .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-voPArsu0Gv .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-voPArsu0Gv .item {
    padding-bottom: 0.5rem;
  }
}
.cid-voPArsu0Gv .item-title {
  color: #c1c1c1;
}
.cid-voPArsu0Gv H4 {
  color: #c1c1c1;
}
.cid-voPDoTE5iG {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-voPDoTE5iG nav.navbar {
  position: fixed;
}
.cid-voPDoTE5iG .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-voPDoTE5iG .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-voPDoTE5iG .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-voPDoTE5iG .dropdown-item:hover,
.cid-voPDoTE5iG .dropdown-item:focus {
  background: #393193 !important;
  color: white !important;
}
.cid-voPDoTE5iG .dropdown-item:hover span {
  color: white;
}
.cid-voPDoTE5iG .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-voPDoTE5iG .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-voPDoTE5iG .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-voPDoTE5iG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-voPDoTE5iG .nav-link {
  position: relative;
}
.cid-voPDoTE5iG .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-voPDoTE5iG .container {
    flex-wrap: wrap;
  }
}
.cid-voPDoTE5iG .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-voPDoTE5iG .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-voPDoTE5iG .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-voPDoTE5iG .dropdown-menu,
.cid-voPDoTE5iG .navbar.opened {
  background: #ffffff !important;
}
.cid-voPDoTE5iG .nav-item:focus,
.cid-voPDoTE5iG .nav-link:focus {
  outline: none;
}
.cid-voPDoTE5iG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-voPDoTE5iG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-voPDoTE5iG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-voPDoTE5iG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-voPDoTE5iG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-voPDoTE5iG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-voPDoTE5iG .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-voPDoTE5iG .navbar.opened {
  transition: all 0.3s;
}
.cid-voPDoTE5iG .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-voPDoTE5iG .navbar .navbar-logo img {
  width: auto;
}
.cid-voPDoTE5iG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-voPDoTE5iG .navbar.collapsed {
  justify-content: center;
}
.cid-voPDoTE5iG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-voPDoTE5iG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-voPDoTE5iG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-voPDoTE5iG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-voPDoTE5iG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-voPDoTE5iG .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: 41%;
}
.cid-voPDoTE5iG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-voPDoTE5iG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-voPDoTE5iG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-voPDoTE5iG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-voPDoTE5iG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-voPDoTE5iG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-voPDoTE5iG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-voPDoTE5iG .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: 40%;
  }
  .cid-voPDoTE5iG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-voPDoTE5iG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-voPDoTE5iG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-voPDoTE5iG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-voPDoTE5iG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-voPDoTE5iG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-voPDoTE5iG .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-voPDoTE5iG .navbar.navbar-short {
  min-height: 60px;
}
.cid-voPDoTE5iG .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-voPDoTE5iG .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-voPDoTE5iG .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-voPDoTE5iG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-voPDoTE5iG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-voPDoTE5iG .dropdown-item.active,
.cid-voPDoTE5iG .dropdown-item:active {
  background-color: transparent;
}
.cid-voPDoTE5iG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-voPDoTE5iG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-voPDoTE5iG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-voPDoTE5iG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-voPDoTE5iG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-voPDoTE5iG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-voPDoTE5iG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-voPDoTE5iG .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-voPDoTE5iG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-voPDoTE5iG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-voPDoTE5iG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-voPDoTE5iG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-voPDoTE5iG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-voPDoTE5iG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-voPDoTE5iG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-voPDoTE5iG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-voPDoTE5iG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-voPDoTE5iG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-voPDoTE5iG .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-voPDoTE5iG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-voPDoTE5iG .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-voPDoTE5iG .navbar {
    height: 70px;
  }
  .cid-voPDoTE5iG .navbar.opened {
    height: auto;
  }
  .cid-voPDoTE5iG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-voPDoTWUOW {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-voPDoTWUOW .mbr-text {
  color: #000000;
}
.cid-voPDoTWUOW .mbr-section-subtitle {
  color: #000000;
}
.cid-voPDoTWUOW .mbr-section-title {
  color: #000000;
}
.cid-voPDoU9dzI {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #181855;
}
.cid-voPDoU9dzI .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-voPDoU9dzI section {
  position: relative;
}
.cid-voPDoU9dzI h4 {
  margin: 0;
}
.cid-voPDoU9dzI a {
  font-weight: 300;
}
.cid-voPDoU9dzI .row {
  align-items: center;
}
.cid-voPDoU9dzI .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-voPDoU9dzI .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-voPDoU9dzI .img1 {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-voPDoU9dzI .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-voPDoU9dzI .align-left {
    text-align: center;
  }
  .cid-voPDoU9dzI .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-voPDoU9dzI .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-voPDoU9dzI .item {
    padding-bottom: 0.5rem;
  }
}
.cid-voPDoU9dzI .item-title {
  color: #c1c1c1;
}
.cid-voPDoU9dzI H4 {
  color: #c1c1c1;
}
.cid-voPDJHtzLT {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-voPDJHtzLT nav.navbar {
  position: fixed;
}
.cid-voPDJHtzLT .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-voPDJHtzLT .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-voPDJHtzLT .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-voPDJHtzLT .dropdown-item:hover,
.cid-voPDJHtzLT .dropdown-item:focus {
  background: #393193 !important;
  color: white !important;
}
.cid-voPDJHtzLT .dropdown-item:hover span {
  color: white;
}
.cid-voPDJHtzLT .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-voPDJHtzLT .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-voPDJHtzLT .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-voPDJHtzLT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-voPDJHtzLT .nav-link {
  position: relative;
}
.cid-voPDJHtzLT .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-voPDJHtzLT .container {
    flex-wrap: wrap;
  }
}
.cid-voPDJHtzLT .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-voPDJHtzLT .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-voPDJHtzLT .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-voPDJHtzLT .dropdown-menu,
.cid-voPDJHtzLT .navbar.opened {
  background: #ffffff !important;
}
.cid-voPDJHtzLT .nav-item:focus,
.cid-voPDJHtzLT .nav-link:focus {
  outline: none;
}
.cid-voPDJHtzLT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-voPDJHtzLT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-voPDJHtzLT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-voPDJHtzLT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-voPDJHtzLT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-voPDJHtzLT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-voPDJHtzLT .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-voPDJHtzLT .navbar.opened {
  transition: all 0.3s;
}
.cid-voPDJHtzLT .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-voPDJHtzLT .navbar .navbar-logo img {
  width: auto;
}
.cid-voPDJHtzLT .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-voPDJHtzLT .navbar.collapsed {
  justify-content: center;
}
.cid-voPDJHtzLT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-voPDJHtzLT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-voPDJHtzLT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-voPDJHtzLT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-voPDJHtzLT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-voPDJHtzLT .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: 41%;
}
.cid-voPDJHtzLT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-voPDJHtzLT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-voPDJHtzLT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-voPDJHtzLT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-voPDJHtzLT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-voPDJHtzLT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-voPDJHtzLT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-voPDJHtzLT .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: 40%;
  }
  .cid-voPDJHtzLT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-voPDJHtzLT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-voPDJHtzLT .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-voPDJHtzLT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-voPDJHtzLT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-voPDJHtzLT .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-voPDJHtzLT .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-voPDJHtzLT .navbar.navbar-short {
  min-height: 60px;
}
.cid-voPDJHtzLT .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-voPDJHtzLT .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-voPDJHtzLT .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-voPDJHtzLT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-voPDJHtzLT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-voPDJHtzLT .dropdown-item.active,
.cid-voPDJHtzLT .dropdown-item:active {
  background-color: transparent;
}
.cid-voPDJHtzLT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-voPDJHtzLT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-voPDJHtzLT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-voPDJHtzLT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-voPDJHtzLT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-voPDJHtzLT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-voPDJHtzLT ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-voPDJHtzLT .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-voPDJHtzLT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-voPDJHtzLT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-voPDJHtzLT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-voPDJHtzLT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-voPDJHtzLT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-voPDJHtzLT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-voPDJHtzLT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-voPDJHtzLT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-voPDJHtzLT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-voPDJHtzLT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-voPDJHtzLT .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-voPDJHtzLT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-voPDJHtzLT .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-voPDJHtzLT .navbar {
    height: 70px;
  }
  .cid-voPDJHtzLT .navbar.opened {
    height: auto;
  }
  .cid-voPDJHtzLT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-voPDJHHwrY {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-voPDJHHwrY .mbr-text {
  color: #000000;
}
.cid-voPDJHHwrY .mbr-section-subtitle {
  color: #000000;
}
.cid-voPDJHHwrY .mbr-section-title {
  color: #000000;
}
.cid-voPDJHSfCU {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #181855;
}
.cid-voPDJHSfCU .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-voPDJHSfCU section {
  position: relative;
}
.cid-voPDJHSfCU h4 {
  margin: 0;
}
.cid-voPDJHSfCU a {
  font-weight: 300;
}
.cid-voPDJHSfCU .row {
  align-items: center;
}
.cid-voPDJHSfCU .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-voPDJHSfCU .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-voPDJHSfCU .img1 {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-voPDJHSfCU .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-voPDJHSfCU .align-left {
    text-align: center;
  }
  .cid-voPDJHSfCU .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-voPDJHSfCU .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-voPDJHSfCU .item {
    padding-bottom: 0.5rem;
  }
}
.cid-voPDJHSfCU .item-title {
  color: #c1c1c1;
}
.cid-voPDJHSfCU H4 {
  color: #c1c1c1;
}
.cid-voK1J1D6Gd {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-voK1J1D6Gd nav.navbar {
  position: fixed;
}
.cid-voK1J1D6Gd .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-voK1J1D6Gd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-voK1J1D6Gd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-voK1J1D6Gd .dropdown-item:hover,
.cid-voK1J1D6Gd .dropdown-item:focus {
  background: #393193 !important;
  color: white !important;
}
.cid-voK1J1D6Gd .dropdown-item:hover span {
  color: white;
}
.cid-voK1J1D6Gd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-voK1J1D6Gd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-voK1J1D6Gd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-voK1J1D6Gd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-voK1J1D6Gd .nav-link {
  position: relative;
}
.cid-voK1J1D6Gd .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-voK1J1D6Gd .container {
    flex-wrap: wrap;
  }
}
.cid-voK1J1D6Gd .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-voK1J1D6Gd .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-voK1J1D6Gd .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-voK1J1D6Gd .dropdown-menu,
.cid-voK1J1D6Gd .navbar.opened {
  background: #ffffff !important;
}
.cid-voK1J1D6Gd .nav-item:focus,
.cid-voK1J1D6Gd .nav-link:focus {
  outline: none;
}
.cid-voK1J1D6Gd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-voK1J1D6Gd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-voK1J1D6Gd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-voK1J1D6Gd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-voK1J1D6Gd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-voK1J1D6Gd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-voK1J1D6Gd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-voK1J1D6Gd .navbar.opened {
  transition: all 0.3s;
}
.cid-voK1J1D6Gd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-voK1J1D6Gd .navbar .navbar-logo img {
  width: auto;
}
.cid-voK1J1D6Gd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-voK1J1D6Gd .navbar.collapsed {
  justify-content: center;
}
.cid-voK1J1D6Gd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-voK1J1D6Gd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-voK1J1D6Gd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-voK1J1D6Gd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-voK1J1D6Gd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-voK1J1D6Gd .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: 41%;
}
.cid-voK1J1D6Gd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-voK1J1D6Gd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-voK1J1D6Gd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-voK1J1D6Gd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-voK1J1D6Gd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-voK1J1D6Gd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-voK1J1D6Gd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-voK1J1D6Gd .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: 40%;
  }
  .cid-voK1J1D6Gd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-voK1J1D6Gd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-voK1J1D6Gd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-voK1J1D6Gd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-voK1J1D6Gd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-voK1J1D6Gd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-voK1J1D6Gd .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-voK1J1D6Gd .navbar.navbar-short {
  min-height: 60px;
}
.cid-voK1J1D6Gd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-voK1J1D6Gd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-voK1J1D6Gd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-voK1J1D6Gd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-voK1J1D6Gd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-voK1J1D6Gd .dropdown-item.active,
.cid-voK1J1D6Gd .dropdown-item:active {
  background-color: transparent;
}
.cid-voK1J1D6Gd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-voK1J1D6Gd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-voK1J1D6Gd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-voK1J1D6Gd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-voK1J1D6Gd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-voK1J1D6Gd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-voK1J1D6Gd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-voK1J1D6Gd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-voK1J1D6Gd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-voK1J1D6Gd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-voK1J1D6Gd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-voK1J1D6Gd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-voK1J1D6Gd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-voK1J1D6Gd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-voK1J1D6Gd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-voK1J1D6Gd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-voK1J1D6Gd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-voK1J1D6Gd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-voK1J1D6Gd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-voK1J1D6Gd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-voK1J1D6Gd .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-voK1J1D6Gd .navbar {
    height: 70px;
  }
  .cid-voK1J1D6Gd .navbar.opened {
    height: auto;
  }
  .cid-voK1J1D6Gd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vp7ZwKpfzY {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-vp7ZwKpfzY .mbr-fallback-image.disabled {
  display: none;
}
.cid-vp7ZwKpfzY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vp7ZwKpfzY .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vp7ZwKpfzY .row {
  flex-direction: row-reverse;
}
.cid-vp7ZwKpfzY .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vp7ZwKpfzY .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vp7ZwKpfzY .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vp7ZwKpfzY .mbr-section-title {
  color: #000000;
}
.cid-vp7ZwKpfzY .mbr-text,
.cid-vp7ZwKpfzY .mbr-section-btn {
  color: #232323;
}
.cid-vp854zapyg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-vp854zapyg .mbr-fallback-image.disabled {
  display: none;
}
.cid-vp854zapyg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vp854zapyg .content-wrap {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vp854zapyg .content-wrap {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-vp854zapyg .content-wrap .label-wrapper {
    margin-bottom: 12px;
  }
}
.cid-vp854zapyg .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  gap: 7px;
  align-items: center;
}
.cid-vp854zapyg .content-wrap .label-wrapper .label-wrap .marker-wrap {
  display: inline-flex;
  width: 11px;
  height: 11px;
  min-width: 11px;
  border-radius: 100%;
  background-color: #ababab;
}
.cid-vp854zapyg .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vp854zapyg .content-wrap .title-wrapper {
  margin-bottom: 0;
}
.cid-vp854zapyg .content-wrap .title-wrapper .title-wrap .mbr-section-title {
  display: block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vp854zapyg .content-wrap .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vp854zapyg .content-wrap .title-wrapper .subtitle-wrap .mbr-section-subtitle {
  display: block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vp854zapyg .content-wrap .title-wrapper .subtitle-wrap .mbr-section-subtitle {
    width: 100%;
  }
}
.cid-vp854zapyg .items-wrapper {
  margin: 0 -6px;
}
.cid-vp854zapyg .items-wrapper .item {
  padding: 0 6px;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vp854zapyg .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-vp854zapyg .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vp854zapyg .items-wrapper .item .item-wrapper {
  height: 100%;
  display: flex;
  gap: 16px;
  background-color: #ffffff;
  padding: 32px 12px 32px 20px;
}
@media (max-width: 1440px) {
  .cid-vp854zapyg .items-wrapper .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-vp854zapyg .items-wrapper .item .item-wrapper {
    padding: 20px;
  }
}
.cid-vp854zapyg .items-wrapper .item .item-wrapper .iconfont-wrapper {
  margin-bottom: 20px;
}
.cid-vp854zapyg .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  font-size: 48px;
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-vp854zapyg .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
    font-size: 40px;
  }
}
.cid-vp854zapyg .items-wrapper .item .item-wrapper .card-box .item-label {
  margin-bottom: 9px;
}
.cid-vp854zapyg .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 0;
}
.cid-vp854zapyg .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-top: 12px;
  margin-bottom: 0;
}
.cid-vp854zapyg .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 10px;
  margin-bottom: -9.6px;
}
.cid-vp854zapyg .mbr-label {
  color: #707070;
}
.cid-vp854zapyg .mbr-section-title {
  color: #000000;
}
.cid-vp854zapyg .mbr-section-subtitle {
  color: #707070;
}
.cid-vp854zapyg .item-label {
  color: #707070;
}
.cid-vp854zapyg .item-title {
  color: #000000;
}
.cid-vp854zapyg .item-text {
  color: #707070;
}
.cid-tZtPVKVSQA {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #181855;
}
.cid-tZtPVKVSQA .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-tZtPVKVSQA section {
  position: relative;
}
.cid-tZtPVKVSQA h4 {
  margin: 0;
}
.cid-tZtPVKVSQA a {
  font-weight: 300;
}
.cid-tZtPVKVSQA .row {
  align-items: center;
}
.cid-tZtPVKVSQA .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-tZtPVKVSQA .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-tZtPVKVSQA .img1 {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tZtPVKVSQA .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tZtPVKVSQA .align-left {
    text-align: center;
  }
  .cid-tZtPVKVSQA .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tZtPVKVSQA .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-tZtPVKVSQA .item {
    padding-bottom: 0.5rem;
  }
}
.cid-tZtPVKVSQA .item-title {
  color: #c1c1c1;
}
.cid-tZtPVKVSQA H4 {
  color: #c1c1c1;
}
.cid-vp81QPTk0w {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vp81QPTk0w nav.navbar {
  position: fixed;
}
.cid-vp81QPTk0w .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-vp81QPTk0w .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vp81QPTk0w .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vp81QPTk0w .dropdown-item:hover,
.cid-vp81QPTk0w .dropdown-item:focus {
  background: #393193 !important;
  color: white !important;
}
.cid-vp81QPTk0w .dropdown-item:hover span {
  color: white;
}
.cid-vp81QPTk0w .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vp81QPTk0w .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vp81QPTk0w .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vp81QPTk0w .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vp81QPTk0w .nav-link {
  position: relative;
}
.cid-vp81QPTk0w .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vp81QPTk0w .container {
    flex-wrap: wrap;
  }
}
.cid-vp81QPTk0w .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vp81QPTk0w .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-vp81QPTk0w .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vp81QPTk0w .dropdown-menu,
.cid-vp81QPTk0w .navbar.opened {
  background: #ffffff !important;
}
.cid-vp81QPTk0w .nav-item:focus,
.cid-vp81QPTk0w .nav-link:focus {
  outline: none;
}
.cid-vp81QPTk0w .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vp81QPTk0w .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vp81QPTk0w .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vp81QPTk0w .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vp81QPTk0w .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vp81QPTk0w .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vp81QPTk0w .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-vp81QPTk0w .navbar.opened {
  transition: all 0.3s;
}
.cid-vp81QPTk0w .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vp81QPTk0w .navbar .navbar-logo img {
  width: auto;
}
.cid-vp81QPTk0w .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vp81QPTk0w .navbar.collapsed {
  justify-content: center;
}
.cid-vp81QPTk0w .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vp81QPTk0w .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vp81QPTk0w .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-vp81QPTk0w .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vp81QPTk0w .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vp81QPTk0w .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: 41%;
}
.cid-vp81QPTk0w .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vp81QPTk0w .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vp81QPTk0w .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vp81QPTk0w .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vp81QPTk0w .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vp81QPTk0w .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vp81QPTk0w .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vp81QPTk0w .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: 40%;
  }
  .cid-vp81QPTk0w .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vp81QPTk0w .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vp81QPTk0w .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vp81QPTk0w .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vp81QPTk0w .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vp81QPTk0w .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vp81QPTk0w .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vp81QPTk0w .navbar.navbar-short {
  min-height: 60px;
}
.cid-vp81QPTk0w .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vp81QPTk0w .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vp81QPTk0w .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vp81QPTk0w .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vp81QPTk0w .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vp81QPTk0w .dropdown-item.active,
.cid-vp81QPTk0w .dropdown-item:active {
  background-color: transparent;
}
.cid-vp81QPTk0w .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vp81QPTk0w .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vp81QPTk0w .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vp81QPTk0w .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vp81QPTk0w .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vp81QPTk0w .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vp81QPTk0w ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vp81QPTk0w .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vp81QPTk0w button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vp81QPTk0w button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vp81QPTk0w button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vp81QPTk0w button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vp81QPTk0w button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vp81QPTk0w button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vp81QPTk0w nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vp81QPTk0w nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vp81QPTk0w nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vp81QPTk0w nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vp81QPTk0w .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vp81QPTk0w a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vp81QPTk0w .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-vp81QPTk0w .navbar {
    height: 70px;
  }
  .cid-vp81QPTk0w .navbar.opened {
    height: auto;
  }
  .cid-vp81QPTk0w .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vp880JsENd {
  padding-top: 5rem;
  background-color: #f5f5f5;
  overflow: hidden;
}
.cid-vp880JsENd .mbr-fallback-image.disabled {
  display: none;
}
.cid-vp880JsENd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vp880JsENd .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 5rem;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 1px solid #e1e7ed;
}
@media (max-width: 425px) {
  .cid-vp880JsENd .content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-vp880JsENd .content-wrapper .border-wrap {
  position: absolute;
  height: 1000%;
  width: 1px;
  border-left: 1px solid #e1e7ed;
  pointer-events: none;
}
@media (max-width: 425px) {
  .cid-vp880JsENd .content-wrapper .border-wrap {
    display: none;
  }
}
.cid-vp880JsENd .content-wrapper .border_1 {
  left: 0;
}
.cid-vp880JsENd .content-wrapper .border_2 {
  right: 0;
}
.cid-vp880JsENd .content-wrapper .title-wrapper {
  margin-bottom: 40px;
}
.cid-vp880JsENd .content-wrapper .title-wrapper .label-wrapper {
  margin-bottom: 16px;
}
.cid-vp880JsENd .content-wrapper .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 7px 18px;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -5px 10px -8px #cccccc, 0 10px 10px -8px #cccccc;
  background-color: #fafafa;
}
.cid-vp880JsENd .content-wrapper .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
}
.cid-vp880JsENd .content-wrapper .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 18px;
  display: inline-flex;
  margin-right: 8px;
}
.cid-vp880JsENd .content-wrapper .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vp880JsENd .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vp880JsENd .content-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vp880JsENd .content-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vp880JsENd .items-wrapper {
  margin: 0 -10px;
}
.cid-vp880JsENd .items-wrapper .card {
  padding: 0 10px;
}
.cid-vp880JsENd .card-wrapper {
  padding: 24px;
  background-color: #fafafa;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -5px 10px -4px #cccccc, 0 10px 10px -5px #cccccc;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vp880JsENd .card-wrapper {
    padding: 20px;
    margin-bottom: 20px;
  }
}
.cid-vp880JsENd .card-wrapper .title-wrap {
  display: flex;
  gap: 16px;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vp880JsENd .card-wrapper .title-wrap {
    display: block;
    margin-bottom: 20px;
  }
}
.cid-vp880JsENd .card-wrapper .title-wrap .icon-wrapper {
  width: 52px;
  min-width: 52px;
}
@media (max-width: 992px) {
  .cid-vp880JsENd .card-wrapper .title-wrap .icon-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-vp880JsENd .card-wrapper .title-wrap .icon-wrapper .mbr-iconfont {
  width: 52px;
  height: 52px;
  min-width: 52px;
  font-size: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #334155;
  box-shadow: inset 0 2px 10px -2px #cccccc, 0 10px 10px -2px #cccccc;
}
.cid-vp880JsENd .card-wrapper .title-wrap .card-box {
  width: 100%;
}
.cid-vp880JsENd .card-wrapper .title-wrap .card-box .item-title {
  margin-bottom: 0;
}
.cid-vp880JsENd .card-wrapper .title-wrap .card-box .item-text {
  margin-bottom: 0;
}
.cid-vp880JsENd .card-wrapper .form-wrap .dragArea.row {
  position: relative;
  z-index: 1;
  margin: 0 -9.6px;
}
.cid-vp880JsENd .card-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-vp880JsENd .card-wrapper .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 8px;
}
.cid-vp880JsENd .card-wrapper .form-wrap .dragArea.row .form-group .form-control {
  padding: 6px 12px;
  background-color: #f5f5f5;
  border: 1px solid #e1e7ed !important;
  box-shadow: inset 0 1px 3px -1px #e1e7ed, inset 0 5px 13px -2px #e1e7ed;
  margin-bottom: 32px;
  min-height: 40px;
}
@media (max-width: 992px) {
  .cid-vp880JsENd .card-wrapper .form-wrap .dragArea.row .form-group .form-control {
    margin-bottom: 20px;
  }
}
.cid-vp880JsENd .card-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #9ca3af;
}
.cid-vp880JsENd .card-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-vp880JsENd .card-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  border: 1px solid #ff6900 !important;
  box-shadow: inset 0 1px 10px -5px #ff6900, 1px 10px 20px -10px #ff6900;
  background-color: #fafafa;
}
.cid-vp880JsENd .card-wrapper .form-wrap .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-vp880JsENd .card-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vp880JsENd .card-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #e1e7ed;
  border-color: #e1e7ed;
}
.cid-vp880JsENd .card-wrapper .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-vp880JsENd .card-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
  margin-right: 0;
  margin-top: 0;
}
.cid-vp880JsENd .image-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vp880JsENd .image-wrapper {
    height: 320px;
  }
}
.cid-vp880JsENd .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vp880JsENd .mbr-label,
.cid-vp880JsENd .label-wrapper {
  color: #334155;
  text-align: center;
}
.cid-vp880JsENd .mbr-section-title {
  color: #0f172a;
  text-align: center;
}
.cid-vp880JsENd .mbr-text,
.cid-vp880JsENd .text-wrapper {
  color: #475569;
  text-align: center;
}
.cid-vp880JsENd .item-title {
  color: #0f172a;
}
.cid-vp880JsENd .item-text {
  color: #475569;
}
.cid-vp880JsENd label {
  color: #475569;
}
.cid-vp81QQm31A {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #181855;
}
.cid-vp81QQm31A .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-vp81QQm31A section {
  position: relative;
}
.cid-vp81QQm31A h4 {
  margin: 0;
}
.cid-vp81QQm31A a {
  font-weight: 300;
}
.cid-vp81QQm31A .row {
  align-items: center;
}
.cid-vp81QQm31A .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-vp81QQm31A .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-vp81QQm31A .img1 {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-vp81QQm31A .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-vp81QQm31A .align-left {
    text-align: center;
  }
  .cid-vp81QQm31A .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-vp81QQm31A .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-vp81QQm31A .item {
    padding-bottom: 0.5rem;
  }
}
.cid-vp81QQm31A .item-title {
  color: #c1c1c1;
}
.cid-vp81QQm31A H4 {
  color: #c1c1c1;
}
.cid-vpbdiWsOc8 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vpbdiWsOc8 nav.navbar {
  position: fixed;
}
.cid-vpbdiWsOc8 .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-vpbdiWsOc8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vpbdiWsOc8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vpbdiWsOc8 .dropdown-item:hover,
.cid-vpbdiWsOc8 .dropdown-item:focus {
  background: #393193 !important;
  color: white !important;
}
.cid-vpbdiWsOc8 .dropdown-item:hover span {
  color: white;
}
.cid-vpbdiWsOc8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vpbdiWsOc8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vpbdiWsOc8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vpbdiWsOc8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vpbdiWsOc8 .nav-link {
  position: relative;
}
.cid-vpbdiWsOc8 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vpbdiWsOc8 .container {
    flex-wrap: wrap;
  }
}
.cid-vpbdiWsOc8 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vpbdiWsOc8 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-vpbdiWsOc8 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vpbdiWsOc8 .dropdown-menu,
.cid-vpbdiWsOc8 .navbar.opened {
  background: #ffffff !important;
}
.cid-vpbdiWsOc8 .nav-item:focus,
.cid-vpbdiWsOc8 .nav-link:focus {
  outline: none;
}
.cid-vpbdiWsOc8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vpbdiWsOc8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vpbdiWsOc8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vpbdiWsOc8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vpbdiWsOc8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vpbdiWsOc8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vpbdiWsOc8 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-vpbdiWsOc8 .navbar.opened {
  transition: all 0.3s;
}
.cid-vpbdiWsOc8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vpbdiWsOc8 .navbar .navbar-logo img {
  width: auto;
}
.cid-vpbdiWsOc8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vpbdiWsOc8 .navbar.collapsed {
  justify-content: center;
}
.cid-vpbdiWsOc8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vpbdiWsOc8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vpbdiWsOc8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-vpbdiWsOc8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vpbdiWsOc8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vpbdiWsOc8 .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: 41%;
}
.cid-vpbdiWsOc8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vpbdiWsOc8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vpbdiWsOc8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vpbdiWsOc8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vpbdiWsOc8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vpbdiWsOc8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vpbdiWsOc8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vpbdiWsOc8 .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: 40%;
  }
  .cid-vpbdiWsOc8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vpbdiWsOc8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vpbdiWsOc8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vpbdiWsOc8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vpbdiWsOc8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vpbdiWsOc8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vpbdiWsOc8 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vpbdiWsOc8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-vpbdiWsOc8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vpbdiWsOc8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vpbdiWsOc8 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vpbdiWsOc8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vpbdiWsOc8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vpbdiWsOc8 .dropdown-item.active,
.cid-vpbdiWsOc8 .dropdown-item:active {
  background-color: transparent;
}
.cid-vpbdiWsOc8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vpbdiWsOc8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vpbdiWsOc8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vpbdiWsOc8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vpbdiWsOc8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vpbdiWsOc8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vpbdiWsOc8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vpbdiWsOc8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vpbdiWsOc8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vpbdiWsOc8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vpbdiWsOc8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vpbdiWsOc8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vpbdiWsOc8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vpbdiWsOc8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vpbdiWsOc8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpbdiWsOc8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vpbdiWsOc8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vpbdiWsOc8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpbdiWsOc8 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vpbdiWsOc8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vpbdiWsOc8 .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-vpbdiWsOc8 .navbar {
    height: 70px;
  }
  .cid-vpbdiWsOc8 .navbar.opened {
    height: auto;
  }
  .cid-vpbdiWsOc8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vpbdiX3N1b {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vpbdiX3N1b .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpbdiX3N1b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpbdiX3N1b .content-text {
  max-width: 1000px;
}
.cid-vpbdiX3N1b .mbr-section-title {
  color: #000000;
}
.cid-vpbdiX3N1b .mbr-text,
.cid-vpbdiX3N1b .mbr-section-btn {
  color: #000000;
}
.cid-vqHqnVSmVk {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vqHqnVSmVk .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqHqnVSmVk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqHqnVSmVk .content-text {
  max-width: 1000px;
}
.cid-vqHqnVSmVk .mbr-section-title {
  color: #000000;
}
.cid-vqHqnVSmVk .mbr-text,
.cid-vqHqnVSmVk .mbr-section-btn {
  color: #000000;
}
.cid-vpbdiZidVp {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #181855;
}
.cid-vpbdiZidVp .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-vpbdiZidVp section {
  position: relative;
}
.cid-vpbdiZidVp h4 {
  margin: 0;
}
.cid-vpbdiZidVp a {
  font-weight: 300;
}
.cid-vpbdiZidVp .row {
  align-items: center;
}
.cid-vpbdiZidVp .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-vpbdiZidVp .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-vpbdiZidVp .img1 {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-vpbdiZidVp .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-vpbdiZidVp .align-left {
    text-align: center;
  }
  .cid-vpbdiZidVp .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-vpbdiZidVp .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-vpbdiZidVp .item {
    padding-bottom: 0.5rem;
  }
}
.cid-vpbdiZidVp .item-title {
  color: #c1c1c1;
}
.cid-vpbdiZidVp H4 {
  color: #c1c1c1;
}
.cid-vqGwVDttXK {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vqGwVDttXK nav.navbar {
  position: fixed;
}
.cid-vqGwVDttXK .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-vqGwVDttXK .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vqGwVDttXK .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vqGwVDttXK .dropdown-item:hover,
.cid-vqGwVDttXK .dropdown-item:focus {
  background: #393193 !important;
  color: white !important;
}
.cid-vqGwVDttXK .dropdown-item:hover span {
  color: white;
}
.cid-vqGwVDttXK .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vqGwVDttXK .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vqGwVDttXK .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vqGwVDttXK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vqGwVDttXK .nav-link {
  position: relative;
}
.cid-vqGwVDttXK .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vqGwVDttXK .container {
    flex-wrap: wrap;
  }
}
.cid-vqGwVDttXK .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vqGwVDttXK .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-vqGwVDttXK .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vqGwVDttXK .dropdown-menu,
.cid-vqGwVDttXK .navbar.opened {
  background: #ffffff !important;
}
.cid-vqGwVDttXK .nav-item:focus,
.cid-vqGwVDttXK .nav-link:focus {
  outline: none;
}
.cid-vqGwVDttXK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vqGwVDttXK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vqGwVDttXK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vqGwVDttXK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vqGwVDttXK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vqGwVDttXK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vqGwVDttXK .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-vqGwVDttXK .navbar.opened {
  transition: all 0.3s;
}
.cid-vqGwVDttXK .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vqGwVDttXK .navbar .navbar-logo img {
  width: auto;
}
.cid-vqGwVDttXK .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vqGwVDttXK .navbar.collapsed {
  justify-content: center;
}
.cid-vqGwVDttXK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vqGwVDttXK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vqGwVDttXK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-vqGwVDttXK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vqGwVDttXK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vqGwVDttXK .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: 41%;
}
.cid-vqGwVDttXK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vqGwVDttXK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vqGwVDttXK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vqGwVDttXK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vqGwVDttXK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vqGwVDttXK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vqGwVDttXK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vqGwVDttXK .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: 40%;
  }
  .cid-vqGwVDttXK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vqGwVDttXK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vqGwVDttXK .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vqGwVDttXK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vqGwVDttXK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vqGwVDttXK .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vqGwVDttXK .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vqGwVDttXK .navbar.navbar-short {
  min-height: 60px;
}
.cid-vqGwVDttXK .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vqGwVDttXK .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vqGwVDttXK .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vqGwVDttXK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vqGwVDttXK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vqGwVDttXK .dropdown-item.active,
.cid-vqGwVDttXK .dropdown-item:active {
  background-color: transparent;
}
.cid-vqGwVDttXK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vqGwVDttXK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vqGwVDttXK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vqGwVDttXK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vqGwVDttXK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vqGwVDttXK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vqGwVDttXK ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vqGwVDttXK .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vqGwVDttXK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vqGwVDttXK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vqGwVDttXK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vqGwVDttXK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vqGwVDttXK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vqGwVDttXK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vqGwVDttXK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vqGwVDttXK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vqGwVDttXK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vqGwVDttXK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vqGwVDttXK .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vqGwVDttXK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vqGwVDttXK .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-vqGwVDttXK .navbar {
    height: 70px;
  }
  .cid-vqGwVDttXK .navbar.opened {
    height: auto;
  }
  .cid-vqGwVDttXK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vqGxP7hG1t {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vqGxP7hG1t .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqGxP7hG1t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqGxP7hG1t .content-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 100px 0;
}
.cid-vqGxP7hG1t .content-wrapper .container-wrapper {
  position: absolute;
  top: 0;
  width: 120%;
  height: 100%;
}
@media (max-width: 1440px) {
  .cid-vqGxP7hG1t .content-wrapper .container-wrapper {
    width: 118%;
  }
}
@media (max-width: 992px) {
  .cid-vqGxP7hG1t .content-wrapper .container-wrapper {
    width: 100%;
    padding: 0;
  }
}
.cid-vqGxP7hG1t .content-wrapper .container-wrapper .container-wrap {
  width: 100%;
  height: 100%;
  background-color: #feef79;
}
.cid-vqGxP7hG1t .title-wrapper {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-vqGxP7hG1t .title-wrapper {
    padding: 0 20px;
    margin-bottom: 30px;
  }
}
.cid-vqGxP7hG1t .title-wrapper .mbr-label {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-vqGxP7hG1t .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-vqGxP7hG1t .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vqGxP7hG1t .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vqGxP7hG1t .title-wrapper .mbr-section-btn {
  margin-top: 30px;
  margin-bottom: -9.6px;
}
@media (max-width: 992px) {
  .cid-vqGxP7hG1t .title-wrapper .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-vqGxP7hG1t .item {
  position: relative;
  z-index: 1;
  margin-bottom: 15px;
}
.cid-vqGxP7hG1t .item:last-child {
  margin-bottom: 0;
}
.cid-vqGxP7hG1t .item .item-wrapper {
  display: flex;
  gap: 15px;
}
@media (max-width: 992px) {
  .cid-vqGxP7hG1t .item .item-wrapper {
    padding: 0 20px;
  }
}
.cid-vqGxP7hG1t .item .item-wrapper .iconfont-wrapper {
  display: flex;
  padding-top: 6px;
}
.cid-vqGxP7hG1t .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  width: 22px;
  height: 20px;
  object-fit: cover;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  background-color: #eb547a;
}
.cid-vqGxP7hG1t .item .item-wrapper .card-box .item-title {
  margin-bottom: 10px;
}
.cid-vqGxP7hG1t .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vqGxP7hG1t .item .item-wrapper .card-box .item-btn {
  margin-top: 6px;
}
.cid-vqGxP7hG1t .mbr-label {
  color: #3a353e;
}
.cid-vqGxP7hG1t .mbr-section-title {
  color: #3a353e;
}
.cid-vqGxP7hG1t .mbr-text {
  color: #3a353e;
}
.cid-vqGxP7hG1t .item-title {
  color: #3a353e;
}
.cid-vqGxP7hG1t .item-text {
  color: #3a353e;
}
.cid-vqGBzrUzRd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vqGBzrUzRd .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqGBzrUzRd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqGBzrUzRd .content-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 100px 0;
}
.cid-vqGBzrUzRd .content-wrapper .container-wrapper {
  position: absolute;
  top: 0;
  width: 120%;
  height: 100%;
}
@media (max-width: 1440px) {
  .cid-vqGBzrUzRd .content-wrapper .container-wrapper {
    width: 118%;
  }
}
@media (max-width: 992px) {
  .cid-vqGBzrUzRd .content-wrapper .container-wrapper {
    width: 100%;
    padding: 0;
  }
}
.cid-vqGBzrUzRd .content-wrapper .container-wrapper .container-wrap {
  width: 100%;
  height: 100%;
  background-color: #ffd7ef;
}
.cid-vqGBzrUzRd .title-wrapper {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-vqGBzrUzRd .title-wrapper {
    padding: 0 20px;
    margin-bottom: 30px;
  }
}
.cid-vqGBzrUzRd .title-wrapper .mbr-label {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-vqGBzrUzRd .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-vqGBzrUzRd .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vqGBzrUzRd .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vqGBzrUzRd .title-wrapper .mbr-section-btn {
  margin-top: 30px;
  margin-bottom: -9.6px;
}
@media (max-width: 992px) {
  .cid-vqGBzrUzRd .title-wrapper .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-vqGBzrUzRd .item {
  position: relative;
  z-index: 1;
  margin-bottom: 15px;
}
.cid-vqGBzrUzRd .item:last-child {
  margin-bottom: 0;
}
.cid-vqGBzrUzRd .item .item-wrapper {
  display: flex;
  gap: 15px;
}
@media (max-width: 992px) {
  .cid-vqGBzrUzRd .item .item-wrapper {
    padding: 0 20px;
  }
}
.cid-vqGBzrUzRd .item .item-wrapper .iconfont-wrapper {
  display: flex;
  padding-top: 6px;
}
.cid-vqGBzrUzRd .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  width: 22px;
  height: 20px;
  object-fit: cover;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  background-color: #eb547a;
}
.cid-vqGBzrUzRd .item .item-wrapper .card-box .item-title {
  margin-bottom: 10px;
}
.cid-vqGBzrUzRd .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vqGBzrUzRd .item .item-wrapper .card-box .item-btn {
  margin-top: 6px;
}
.cid-vqGBzrUzRd .mbr-label {
  color: #3a353e;
}
.cid-vqGBzrUzRd .mbr-section-title {
  color: #3a353e;
}
.cid-vqGBzrUzRd .mbr-text {
  color: #3a353e;
}
.cid-vqGBzrUzRd .item-title {
  color: #3a353e;
}
.cid-vqGBzrUzRd .item-text {
  color: #3a353e;
}
.cid-vqGCDfWurx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vqGCDfWurx .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqGCDfWurx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqGCDfWurx .content-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 100px 0;
}
.cid-vqGCDfWurx .content-wrapper .container-wrapper {
  position: absolute;
  top: 0;
  width: 120%;
  height: 100%;
}
@media (max-width: 1440px) {
  .cid-vqGCDfWurx .content-wrapper .container-wrapper {
    width: 118%;
  }
}
@media (max-width: 992px) {
  .cid-vqGCDfWurx .content-wrapper .container-wrapper {
    width: 100%;
    padding: 0;
  }
}
.cid-vqGCDfWurx .content-wrapper .container-wrapper .container-wrap {
  width: 100%;
  height: 100%;
  background-color: #d3f5bd;
}
.cid-vqGCDfWurx .title-wrapper {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-vqGCDfWurx .title-wrapper {
    padding: 0 20px;
    margin-bottom: 30px;
  }
}
.cid-vqGCDfWurx .title-wrapper .mbr-label {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-vqGCDfWurx .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-vqGCDfWurx .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vqGCDfWurx .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vqGCDfWurx .title-wrapper .mbr-section-btn {
  margin-top: 30px;
  margin-bottom: -9.6px;
}
@media (max-width: 992px) {
  .cid-vqGCDfWurx .title-wrapper .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-vqGCDfWurx .item {
  position: relative;
  z-index: 1;
  margin-bottom: 15px;
}
.cid-vqGCDfWurx .item:last-child {
  margin-bottom: 0;
}
.cid-vqGCDfWurx .item .item-wrapper {
  display: flex;
  gap: 15px;
}
@media (max-width: 992px) {
  .cid-vqGCDfWurx .item .item-wrapper {
    padding: 0 20px;
  }
}
.cid-vqGCDfWurx .item .item-wrapper .iconfont-wrapper {
  display: flex;
  padding-top: 6px;
}
.cid-vqGCDfWurx .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  width: 22px;
  height: 20px;
  object-fit: cover;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  background-color: #eb547a;
}
.cid-vqGCDfWurx .item .item-wrapper .card-box .item-title {
  margin-bottom: 10px;
}
.cid-vqGCDfWurx .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vqGCDfWurx .item .item-wrapper .card-box .item-btn {
  margin-top: 6px;
}
.cid-vqGCDfWurx .mbr-label {
  color: #3a353e;
}
.cid-vqGCDfWurx .mbr-section-title {
  color: #3a353e;
}
.cid-vqGCDfWurx .mbr-text {
  color: #3a353e;
}
.cid-vqGCDfWurx .item-title {
  color: #3a353e;
}
.cid-vqGCDfWurx .item-text {
  color: #3a353e;
}
.cid-vqGDARjMsq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vqGDARjMsq .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqGDARjMsq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqGDARjMsq .content-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 100px 0;
}
.cid-vqGDARjMsq .content-wrapper .container-wrapper {
  position: absolute;
  top: 0;
  width: 120%;
  height: 100%;
}
@media (max-width: 1440px) {
  .cid-vqGDARjMsq .content-wrapper .container-wrapper {
    width: 118%;
  }
}
@media (max-width: 992px) {
  .cid-vqGDARjMsq .content-wrapper .container-wrapper {
    width: 100%;
    padding: 0;
  }
}
.cid-vqGDARjMsq .content-wrapper .container-wrapper .container-wrap {
  width: 100%;
  height: 100%;
  background-color: #a0e1e1;
}
.cid-vqGDARjMsq .title-wrapper {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-vqGDARjMsq .title-wrapper {
    padding: 0 20px;
    margin-bottom: 30px;
  }
}
.cid-vqGDARjMsq .title-wrapper .mbr-label {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-vqGDARjMsq .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-vqGDARjMsq .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vqGDARjMsq .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vqGDARjMsq .title-wrapper .mbr-section-btn {
  margin-top: 30px;
  margin-bottom: -9.6px;
}
@media (max-width: 992px) {
  .cid-vqGDARjMsq .title-wrapper .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-vqGDARjMsq .item {
  position: relative;
  z-index: 1;
  margin-bottom: 15px;
}
.cid-vqGDARjMsq .item:last-child {
  margin-bottom: 0;
}
.cid-vqGDARjMsq .item .item-wrapper {
  display: flex;
  gap: 15px;
}
@media (max-width: 992px) {
  .cid-vqGDARjMsq .item .item-wrapper {
    padding: 0 20px;
  }
}
.cid-vqGDARjMsq .item .item-wrapper .iconfont-wrapper {
  display: flex;
  padding-top: 6px;
}
.cid-vqGDARjMsq .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  width: 22px;
  height: 20px;
  object-fit: cover;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  background-color: #eb547a;
}
.cid-vqGDARjMsq .item .item-wrapper .card-box .item-title {
  margin-bottom: 10px;
}
.cid-vqGDARjMsq .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vqGDARjMsq .item .item-wrapper .card-box .item-btn {
  margin-top: 6px;
}
.cid-vqGDARjMsq .mbr-label {
  color: #3a353e;
}
.cid-vqGDARjMsq .mbr-section-title {
  color: #3a353e;
}
.cid-vqGDARjMsq .mbr-text {
  color: #3a353e;
}
.cid-vqGDARjMsq .item-title {
  color: #3a353e;
}
.cid-vqGDARjMsq .item-text {
  color: #3a353e;
}
.cid-vqGwVErTcd {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #181855;
}
.cid-vqGwVErTcd .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-vqGwVErTcd section {
  position: relative;
}
.cid-vqGwVErTcd h4 {
  margin: 0;
}
.cid-vqGwVErTcd a {
  font-weight: 300;
}
.cid-vqGwVErTcd .row {
  align-items: center;
}
.cid-vqGwVErTcd .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-vqGwVErTcd .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-vqGwVErTcd .img1 {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-vqGwVErTcd .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-vqGwVErTcd .align-left {
    text-align: center;
  }
  .cid-vqGwVErTcd .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-vqGwVErTcd .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-vqGwVErTcd .item {
    padding-bottom: 0.5rem;
  }
}
.cid-vqGwVErTcd .item-title {
  color: #c1c1c1;
}
.cid-vqGwVErTcd H4 {
  color: #c1c1c1;
}
