@charset "UTF-8";

section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
  letter-spacing: -1px;
}

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

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

b,
strong {
  font-weight: 600;
}

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;
}

@media (max-width: 767px) {

  .align-left,
  .align-right {
    text-align: center;
  }
}

/*! 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;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
  animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}

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

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

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-5px);
  }

  100% {
    transform: translateY(0px);
  }
}

@-webkit-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%;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

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

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

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

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

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

.menu .navbar-brand span {
  display: 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: 2rem !important;
  height: auto;
  padding: 0.6rem 1.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;
}

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

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

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

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

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;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }

  .row>[class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}

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

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

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

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

.app-video-wrapper>img {
  opacity: 1;
}

.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;
  }
}body {
  font-family: Kantumruy Pro;
}
.display-1 {
  font-family: 'Philosopher-Bold';
  font-size: 5rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Philosopher-Regular';
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'seguihis';
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-5 {
  font-family: 'Philosopher-Regular';
  font-size: 1.7rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.125rem;
}
.display-7 {
  font-family: 'seguihis';
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- 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.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.36rem;
    font-size: calc( 1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #965f84 !important;
}
.bg-success {
  background-color: #a1c1c9 !important;
}
.bg-info {
  background-color: #ceb6c3 !important;
}
.bg-warning {
  background-color: #1f357f !important;
}
.bg-danger {
  background-color: #1e3949 !important;
}
.btn-primary {
  border: 5px solid #965f84 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #965f84 !important;
  border-color: #965f84 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #965f84 !important;
  border-color: #965f84 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #965f84 !important;
  border-color: #965f84 !important;
}
.btn-primary:hover {
  box-shadow: 0px 0px 30px 0px rgba(86, 90, 221, 0.3) !important;
  transform: scale(1.02) translateY(-2px);
}
.btn-secondary {
  border: 5px solid #965f84 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #965f84 !important;
  border-color: #965f84 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #965f84 !important;
  border-color: #965f84 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #965f84 !important;
  border-color: #965f84 !important;
}
.btn-secondary:hover {
  box-shadow: 0px 0px 30px 0px rgba(86, 90, 221, 0.3) !important;
  transform: scale(1.02) translateY(-2px);
}
.btn-info {
  border: 5px solid #965f84 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ceb6c3 !important;
  border-color: #965f84 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #ceb6c3 !important;
  border-color: #965f84 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #ceb6c3 !important;
  border-color: #ceb6c3 !important;
}
.btn-info:hover {
  box-shadow: 0px 0px 30px 0px rgba(86, 90, 221, 0.3) !important;
  transform: scale(1.02) translateY(-2px);
}
.btn-success {
  border: 5px solid #965f84 !important;
}
.btn-success,
.btn-success:active {
  background-color: #a1c1c9 !important;
  border-color: #965f84 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #a1c1c9 !important;
  border-color: #965f84 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #a1c1c9 !important;
  border-color: #a1c1c9 !important;
}
.btn-success:hover {
  box-shadow: 0px 0px 30px 0px rgba(86, 90, 221, 0.3) !important;
  transform: scale(1.02) translateY(-2px);
}
.btn-warning {
  border: 5px solid #965f84 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #1f357f !important;
  border-color: #965f84 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #1f357f !important;
  border-color: #965f84 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #1f357f !important;
  border-color: #1f357f !important;
}
.btn-warning:hover {
  box-shadow: 0px 0px 30px 0px rgba(86, 90, 221, 0.3) !important;
  transform: scale(1.02) translateY(-2px);
}
.btn-danger {
  border: 5px solid #965f84 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #1e3949 !important;
  border-color: #965f84 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #1e3949 !important;
  border-color: #965f84 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #1e3949 !important;
  border-color: #1e3949 !important;
}
.btn-danger:hover {
  box-shadow: 0px 0px 30px 0px rgba(86, 90, 221, 0.3) !important;
  transform: scale(1.02) translateY(-2px);
}
.btn-white {
  border: 5px solid #965f84 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #965f84 !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #965f84 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.btn-white:hover {
  box-shadow: 0px 0px 30px 0px rgba(86, 90, 221, 0.3) !important;
  transform: scale(1.02) translateY(-2px);
}
.btn-black {
  border: 5px solid #965f84 !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #965f84 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #965f84 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-black:hover {
  box-shadow: 0px 0px 30px 0px rgba(86, 90, 221, 0.3) !important;
  transform: scale(1.02) translateY(-2px);
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #965f84;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #613d55 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #965f84 !important;
  border-color: #965f84 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #965f84;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #613d55 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #965f84 !important;
  border-color: #965f84 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ceb6c3;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ab8298 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #ceb6c3 !important;
  border-color: #ceb6c3 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #a1c1c9;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #6a9da9 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #a1c1c9 !important;
  border-color: #a1c1c9 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #1f357f;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #0e1839 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #1f357f !important;
  border-color: #1f357f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #1e3949;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #05090c !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #1e3949 !important;
  border-color: #1e3949 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #965f84 !important;
}
.text-secondary {
  color: #965f84 !important;
}
.text-success {
  color: #a1c1c9 !important;
}
.text-info {
  color: #ceb6c3 !important;
}
.text-warning {
  color: #1f357f !important;
}
.text-danger {
  color: #1e3949 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #58374d !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #58374d !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #6096a4 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #a57991 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #0b132d !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #000101 !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: #965f84;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ceb6c3;
}
.alert-warning {
  background-color: #1f357f;
}
.alert-danger {
  background-color: #1e3949;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #965f84;
  border-color: #965f84;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #965f84;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #caabc0;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #4b6ad3;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #81b0cb;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'seguihis';
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.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: #965f84 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'seguihis';
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #965f84;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.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: #965f84;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #965f84;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #965f84;
  border-bottom-color: #965f84;
}
.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: #965f84 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #965f84 !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='%23965f84' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-tjQEGCZ8EM {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-tjQEGCZ8EM .btn {
  padding: 0.6rem 2rem;
  border: none !important;
  font-weight: 400;
  box-shadow: none;
}
.cid-tjQEGCZ8EM nav.navbar {
  position: fixed;
}
.cid-tjQEGCZ8EM .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-tjQEGCZ8EM .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tjQEGCZ8EM .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tjQEGCZ8EM .dropdown-item:hover,
.cid-tjQEGCZ8EM .dropdown-item:focus {
  background: #965f84 !important;
  color: white !important;
}
.cid-tjQEGCZ8EM .dropdown-item:hover span {
  color: white;
}
.cid-tjQEGCZ8EM .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tjQEGCZ8EM .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tjQEGCZ8EM .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tjQEGCZ8EM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tjQEGCZ8EM .nav-link {
  position: relative;
}
.cid-tjQEGCZ8EM .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tjQEGCZ8EM .container {
    flex-wrap: nowrap;
  }
}
.cid-tjQEGCZ8EM .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tjQEGCZ8EM .dropdown-menu,
.cid-tjQEGCZ8EM .navbar.opened {
  background: #ffffff !important;
}
.cid-tjQEGCZ8EM .nav-item:focus,
.cid-tjQEGCZ8EM .nav-link:focus {
  outline: none;
}
.cid-tjQEGCZ8EM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tjQEGCZ8EM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tjQEGCZ8EM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tjQEGCZ8EM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tjQEGCZ8EM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tjQEGCZ8EM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tjQEGCZ8EM .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tjQEGCZ8EM .navbar.opened {
  transition: all 0.3s;
}
.cid-tjQEGCZ8EM .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tjQEGCZ8EM .navbar .navbar-logo img {
  width: auto;
}
.cid-tjQEGCZ8EM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tjQEGCZ8EM .navbar.collapsed {
  justify-content: center;
}
.cid-tjQEGCZ8EM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tjQEGCZ8EM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tjQEGCZ8EM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.3rem);
  }
}
.cid-tjQEGCZ8EM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tjQEGCZ8EM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tjQEGCZ8EM .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-tjQEGCZ8EM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tjQEGCZ8EM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tjQEGCZ8EM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tjQEGCZ8EM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tjQEGCZ8EM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tjQEGCZ8EM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tjQEGCZ8EM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tjQEGCZ8EM .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-tjQEGCZ8EM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tjQEGCZ8EM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tjQEGCZ8EM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tjQEGCZ8EM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tjQEGCZ8EM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tjQEGCZ8EM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tjQEGCZ8EM .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tjQEGCZ8EM .navbar.navbar-short {
  min-height: 80px;
}
.cid-tjQEGCZ8EM .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tjQEGCZ8EM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tjQEGCZ8EM .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tjQEGCZ8EM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tjQEGCZ8EM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tjQEGCZ8EM .dropdown-item.active,
.cid-tjQEGCZ8EM .dropdown-item:active {
  background-color: transparent;
}
.cid-tjQEGCZ8EM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tjQEGCZ8EM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tjQEGCZ8EM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tjQEGCZ8EM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tjQEGCZ8EM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tjQEGCZ8EM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tjQEGCZ8EM ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tjQEGCZ8EM .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tjQEGCZ8EM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tjQEGCZ8EM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tjQEGCZ8EM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tjQEGCZ8EM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tjQEGCZ8EM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tjQEGCZ8EM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tjQEGCZ8EM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tjQEGCZ8EM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tjQEGCZ8EM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tjQEGCZ8EM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tjQEGCZ8EM .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tjQEGCZ8EM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tjQEGCZ8EM .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-tjQEGCZ8EM .navbar {
    height: 70px;
  }
  .cid-tjQEGCZ8EM .navbar.opened {
    height: auto;
  }
  .cid-tjQEGCZ8EM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tjQEFVNMKH {
  padding-top: 9rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpeg");
}
.cid-tjQEFVNMKH .card-wrapper {
  background: #1b224b;
  border-radius: 3rem;
  padding: 2rem 1rem;
}
@media (max-width: 992px) {
  .cid-tjQEFVNMKH .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tjQEFVNMKH .title {
  margin: auto;
  margin-bottom: 23rem;
  max-width: 1100px;
}
@media (max-width: 767px) {
  .cid-tjQEFVNMKH .title {
    margin-bottom: 10rem;
  }
}
.cid-tjQEFVNMKH .row {
  justify-content: center;
}
.cid-tjQEFVNMKH .card-box {
  display: flex;
  align-items: center;
}
.cid-tjQEFVNMKH .card-box .iconfont-wrapper {
  margin-right: 1.5rem;
}
@media (max-width: 767px) {
  .cid-tjQEFVNMKH .card-box {
    flex-direction: column;
  }
  .cid-tjQEFVNMKH .card-box .iconfont-wrapper {
    margin-right: 0rem;
    margin-bottom: 1.5rem;
  }
}
.cid-tjQEFVNMKH .card-link {
  text-align: center;
}
.cid-tjQEFVNMKH .card-link:hover a {
  background-image: none !important;
}
.cid-tjQEFVNMKH .mbr-section-subtitle {
  color: #fafafa;
}
.cid-tjQEFVNMKH .card-text {
  color: #fafafa;
  text-align: center;
}
.cid-tjQEFVNMKH .card-title,
.cid-tjQEFVNMKH .iconfont-wrapper {
  width: 100%;
  color: #d1d1f7;
  text-align: center;
}
.cid-tjQEFVNMKH .mbr-section-title {
  color: #fafafa;
}
.cid-tzZFgBCb8i {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tzZFgBCb8i .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzZFgBCb8i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzZFgBCb8i .row {
  flex-direction: row-reverse;
}
.cid-tzZFgBCb8i .row {
  align-items: center;
}
.cid-tzZFgBCb8i img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-tzZFgBCb8i .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tzZFgBCb8i .mbr-section-title {
  color: #965f84;
}
.cid-tzZFgBCb8i .mbr-text,
.cid-tzZFgBCb8i .mbr-section-btn {
  color: #000000;
}
.cid-tCklbufuBn {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #a1c1c9;
}
.cid-tCklbufuBn .mbr-overlay {
  background-color: #241c19;
  opacity: 0.6;
}
.cid-tCklbufuBn .form-control,
.cid-tCklbufuBn .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #a1c1c9;
  color: #140b2a;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tCklbufuBn .form-control::-webkit-input-placeholder,
.cid-tCklbufuBn .field-input::-webkit-input-placeholder,
.cid-tCklbufuBn .form-control::-webkit-input-placeholder,
.cid-tCklbufuBn .field-input::-webkit-input-placeholder {
  color: #965f84;
}
.cid-tCklbufuBn .form-control:-moz-placeholder,
.cid-tCklbufuBn .field-input:-moz-placeholder,
.cid-tCklbufuBn .form-control:-moz-placeholder,
.cid-tCklbufuBn .field-input:-moz-placeholder {
  color: #965f84;
}
.cid-tCklbufuBn .form-control:hover,
.cid-tCklbufuBn .field-input:hover,
.cid-tCklbufuBn .form-control:focus,
.cid-tCklbufuBn .field-input:focus {
  background-color: #efefef;
  border-color: #714869;
  color: #140b2a;
  box-shadow: none;
  outline: none;
}
.cid-tCklbufuBn .form-control:hover::-webkit-input-placeholder,
.cid-tCklbufuBn .field-input:hover::-webkit-input-placeholder,
.cid-tCklbufuBn .form-control:focus::-webkit-input-placeholder,
.cid-tCklbufuBn .field-input:focus::-webkit-input-placeholder,
.cid-tCklbufuBn .form-control:hover::-webkit-input-placeholder,
.cid-tCklbufuBn .field-input:hover::-webkit-input-placeholder,
.cid-tCklbufuBn .form-control:focus::-webkit-input-placeholder,
.cid-tCklbufuBn .field-input:focus::-webkit-input-placeholder {
  color: #714869;
}
.cid-tCklbufuBn .form-control:hover:-moz-placeholder,
.cid-tCklbufuBn .field-input:hover:-moz-placeholder,
.cid-tCklbufuBn .form-control:focus:-moz-placeholder,
.cid-tCklbufuBn .field-input:focus:-moz-placeholder,
.cid-tCklbufuBn .form-control:hover:-moz-placeholder,
.cid-tCklbufuBn .field-input:hover:-moz-placeholder,
.cid-tCklbufuBn .form-control:focus:-moz-placeholder,
.cid-tCklbufuBn .field-input:focus:-moz-placeholder {
  color: #714869;
}
.cid-tCklbufuBn .jq-number__spin:hover,
.cid-tCklbufuBn .jq-number__spin:focus {
  background-color: #efefef;
  border-color: #714869;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-tCklbufuBn .jq-number__spin {
  background-color: #ffffff;
  border-color: #a1c1c9;
  color: #140b2a;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tCklbufuBn .jq-selectbox li,
.cid-tCklbufuBn .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-tCklbufuBn .jq-selectbox li:hover,
.cid-tCklbufuBn .jq-selectbox li.selected {
  background-color: #efefef;
  color: #000000;
}
.cid-tCklbufuBn .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-tCklbufuBn .jq-number__spin.minus:hover:after,
.cid-tCklbufuBn .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-tCklbufuBn .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-tCklbufuBn .jq-number__spin.minus:after,
.cid-tCklbufuBn .jq-number__spin.plus:after {
  border-top-color: #efefef;
  border-bottom-color: #efefef;
}
.cid-tCklbufuBn input::-webkit-clear-button {
  display: none;
}
.cid-tCklbufuBn input::-webkit-inner-spin-button {
  display: none;
}
.cid-tCklbufuBn input::-webkit-outer-spin-button {
  display: none;
}
.cid-tCklbufuBn input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-tCklbufuBn H4 {
  color: #714869;
  text-align: center;
}
.cid-tCklbufuBn P {
  color: #140b2a;
}
.cid-tCklbufuBn LABEL {
  color: #140b2a;
}
.cid-tzYU2iWqs0 {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tzYU2iWqs0 .wrapper {
  background-color: #ffffff;
}
.cid-tzYU2iWqs0 li {
  list-style-type: none;
}
.cid-tzYU2iWqs0 .contact-info-m {
  margin-bottom: 1.875rem;
}
.cid-tzYU2iWqs0 .list-1 li {
  margin-bottom: 1rem;
}
.cid-tzYU2iWqs0 .list-1 li:last-child {
  margin-bottom: 0;
}
.cid-tzYU2iWqs0 .list-2 li {
  margin-bottom: 1.875rem;
}
.cid-tzYU2iWqs0 .list-2 li:last-child {
  margin-bottom: 0;
}
.cid-tzYU2iWqs0 ul {
  margin: 0;
}
.cid-tzYU2iWqs0 .logo {
  width: auto;
  height: 140px;
  object-fit: cover;
}
.cid-tzYU2iWqs0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzYU2iWqs0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzYU2iWqs0 .mbr-section-title {
  color: #714869;
}
.cid-tzYU2iWqs0 .p-lg-5 {
  padding: 0rem!important;
}
.cid-tzYU2iWqs0 .margeen {
  margin: 0 0 32px 30px;
}
@charset "UTF-8";

section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
  letter-spacing: -1px;
}

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

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

b,
strong {
  font-weight: 600;
}

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;
}

@media (max-width: 767px) {

  .align-left,
  .align-right {
    text-align: center;
  }
}

/*! 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;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
  animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}

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

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

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-5px);
  }

  100% {
    transform: translateY(0px);
  }
}

@-webkit-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%;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

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

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

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

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

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

.menu .navbar-brand span {
  display: 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: 2rem !important;
  height: auto;
  padding: 0.6rem 1.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;
}

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

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

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

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

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;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }

  .row>[class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}

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

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

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

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

.app-video-wrapper>img {
  opacity: 1;
}

.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;
  }
}.cid-tClbyIdivM {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-tClbyIdivM .btn {
  padding: 0.6rem 2rem;
  border: none !important;
  font-weight: 400;
  box-shadow: none;
}
.cid-tClbyIdivM nav.navbar {
  position: fixed;
}
.cid-tClbyIdivM .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-tClbyIdivM .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tClbyIdivM .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tClbyIdivM .dropdown-item:hover,
.cid-tClbyIdivM .dropdown-item:focus {
  background: #965f84 !important;
  color: white !important;
}
.cid-tClbyIdivM .dropdown-item:hover span {
  color: white;
}
.cid-tClbyIdivM .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tClbyIdivM .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tClbyIdivM .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tClbyIdivM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tClbyIdivM .nav-link {
  position: relative;
}
.cid-tClbyIdivM .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tClbyIdivM .container {
    flex-wrap: nowrap;
  }
}
.cid-tClbyIdivM .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tClbyIdivM .dropdown-menu,
.cid-tClbyIdivM .navbar.opened {
  background: #ffffff !important;
}
.cid-tClbyIdivM .nav-item:focus,
.cid-tClbyIdivM .nav-link:focus {
  outline: none;
}
.cid-tClbyIdivM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tClbyIdivM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tClbyIdivM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tClbyIdivM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tClbyIdivM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tClbyIdivM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tClbyIdivM .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tClbyIdivM .navbar.opened {
  transition: all 0.3s;
}
.cid-tClbyIdivM .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tClbyIdivM .navbar .navbar-logo img {
  width: auto;
}
.cid-tClbyIdivM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tClbyIdivM .navbar.collapsed {
  justify-content: center;
}
.cid-tClbyIdivM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tClbyIdivM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tClbyIdivM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.3rem);
  }
}
.cid-tClbyIdivM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tClbyIdivM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tClbyIdivM .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-tClbyIdivM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tClbyIdivM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tClbyIdivM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tClbyIdivM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tClbyIdivM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tClbyIdivM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tClbyIdivM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tClbyIdivM .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-tClbyIdivM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tClbyIdivM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tClbyIdivM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tClbyIdivM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tClbyIdivM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tClbyIdivM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tClbyIdivM .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tClbyIdivM .navbar.navbar-short {
  min-height: 80px;
}
.cid-tClbyIdivM .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tClbyIdivM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tClbyIdivM .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tClbyIdivM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tClbyIdivM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tClbyIdivM .dropdown-item.active,
.cid-tClbyIdivM .dropdown-item:active {
  background-color: transparent;
}
.cid-tClbyIdivM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tClbyIdivM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tClbyIdivM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tClbyIdivM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tClbyIdivM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tClbyIdivM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tClbyIdivM ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tClbyIdivM .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tClbyIdivM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tClbyIdivM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tClbyIdivM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tClbyIdivM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tClbyIdivM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tClbyIdivM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tClbyIdivM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tClbyIdivM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tClbyIdivM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tClbyIdivM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tClbyIdivM .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tClbyIdivM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tClbyIdivM .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-tClbyIdivM .navbar {
    height: 70px;
  }
  .cid-tClbyIdivM .navbar.opened {
    height: auto;
  }
  .cid-tClbyIdivM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tClbAv2d21 {
  padding-top: 9rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-tClbAv2d21 .card-wrapper {
  background: #1b224b;
  border-radius: 3rem;
  padding: 2rem 1rem;
}
@media (max-width: 992px) {
  .cid-tClbAv2d21 .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tClbAv2d21 .title {
  margin: auto;
  margin-bottom: 23rem;
  max-width: 1100px;
}
@media (max-width: 767px) {
  .cid-tClbAv2d21 .title {
    margin-bottom: 10rem;
  }
}
.cid-tClbAv2d21 .row {
  justify-content: center;
}
.cid-tClbAv2d21 .card-box {
  display: flex;
  align-items: center;
}
.cid-tClbAv2d21 .card-box .iconfont-wrapper {
  margin-right: 1.5rem;
}
@media (max-width: 767px) {
  .cid-tClbAv2d21 .card-box {
    flex-direction: column;
  }
  .cid-tClbAv2d21 .card-box .iconfont-wrapper {
    margin-right: 0rem;
    margin-bottom: 1.5rem;
  }
}
.cid-tClbAv2d21 .card-link {
  text-align: center;
}
.cid-tClbAv2d21 .card-link:hover a {
  background-image: none !important;
}
.cid-tClbAv2d21 .mbr-section-subtitle {
  color: #fafafa;
}
.cid-tClbAv2d21 .card-text {
  color: #fafafa;
  text-align: center;
}
.cid-tClbAv2d21 .card-title,
.cid-tClbAv2d21 .iconfont-wrapper {
  width: 100%;
  color: #d1d1f7;
  text-align: center;
}
.cid-tClbAv2d21 .mbr-section-title {
  color: #fafafa;
}
.cid-tD6a0z5Taz {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #a1c1c9;
}
.cid-tD6a0z5Taz .mbr-overlay {
  background-color: #241c19;
  opacity: 0.6;
}
.cid-tD6a0z5Taz .form-control,
.cid-tD6a0z5Taz .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #a1c1c9;
  color: #140b2a;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tD6a0z5Taz .form-control::-webkit-input-placeholder,
.cid-tD6a0z5Taz .field-input::-webkit-input-placeholder,
.cid-tD6a0z5Taz .form-control::-webkit-input-placeholder,
.cid-tD6a0z5Taz .field-input::-webkit-input-placeholder {
  color: #965f84;
}
.cid-tD6a0z5Taz .form-control:-moz-placeholder,
.cid-tD6a0z5Taz .field-input:-moz-placeholder,
.cid-tD6a0z5Taz .form-control:-moz-placeholder,
.cid-tD6a0z5Taz .field-input:-moz-placeholder {
  color: #965f84;
}
.cid-tD6a0z5Taz .form-control:hover,
.cid-tD6a0z5Taz .field-input:hover,
.cid-tD6a0z5Taz .form-control:focus,
.cid-tD6a0z5Taz .field-input:focus {
  background-color: #efefef;
  border-color: #714869;
  color: #140b2a;
  box-shadow: none;
  outline: none;
}
.cid-tD6a0z5Taz .form-control:hover::-webkit-input-placeholder,
.cid-tD6a0z5Taz .field-input:hover::-webkit-input-placeholder,
.cid-tD6a0z5Taz .form-control:focus::-webkit-input-placeholder,
.cid-tD6a0z5Taz .field-input:focus::-webkit-input-placeholder,
.cid-tD6a0z5Taz .form-control:hover::-webkit-input-placeholder,
.cid-tD6a0z5Taz .field-input:hover::-webkit-input-placeholder,
.cid-tD6a0z5Taz .form-control:focus::-webkit-input-placeholder,
.cid-tD6a0z5Taz .field-input:focus::-webkit-input-placeholder {
  color: #714869;
}
.cid-tD6a0z5Taz .form-control:hover:-moz-placeholder,
.cid-tD6a0z5Taz .field-input:hover:-moz-placeholder,
.cid-tD6a0z5Taz .form-control:focus:-moz-placeholder,
.cid-tD6a0z5Taz .field-input:focus:-moz-placeholder,
.cid-tD6a0z5Taz .form-control:hover:-moz-placeholder,
.cid-tD6a0z5Taz .field-input:hover:-moz-placeholder,
.cid-tD6a0z5Taz .form-control:focus:-moz-placeholder,
.cid-tD6a0z5Taz .field-input:focus:-moz-placeholder {
  color: #714869;
}
.cid-tD6a0z5Taz .jq-number__spin:hover,
.cid-tD6a0z5Taz .jq-number__spin:focus {
  background-color: #efefef;
  border-color: #714869;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-tD6a0z5Taz .jq-number__spin {
  background-color: #ffffff;
  border-color: #a1c1c9;
  color: #140b2a;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tD6a0z5Taz .jq-selectbox li,
.cid-tD6a0z5Taz .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-tD6a0z5Taz .jq-selectbox li:hover,
.cid-tD6a0z5Taz .jq-selectbox li.selected {
  background-color: #efefef;
  color: #000000;
}
.cid-tD6a0z5Taz .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-tD6a0z5Taz .jq-number__spin.minus:hover:after,
.cid-tD6a0z5Taz .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-tD6a0z5Taz .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-tD6a0z5Taz .jq-number__spin.minus:after,
.cid-tD6a0z5Taz .jq-number__spin.plus:after {
  border-top-color: #efefef;
  border-bottom-color: #efefef;
}
.cid-tD6a0z5Taz input::-webkit-clear-button {
  display: none;
}
.cid-tD6a0z5Taz input::-webkit-inner-spin-button {
  display: none;
}
.cid-tD6a0z5Taz input::-webkit-outer-spin-button {
  display: none;
}
.cid-tD6a0z5Taz input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-tD6a0z5Taz H4 {
  color: #714869;
  text-align: center;
}
.cid-tD6a0z5Taz P {
  color: #140b2a;
}
.cid-tD6a0z5Taz LABEL {
  color: #140b2a;
}
.cid-tClbzHchkm {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tClbzHchkm .wrapper {
  background-color: #ffffff;
}
.cid-tClbzHchkm li {
  list-style-type: none;
}
.cid-tClbzHchkm .contact-info-m {
  margin-bottom: 1.875rem;
}
.cid-tClbzHchkm .list-1 li {
  margin-bottom: 1rem;
}
.cid-tClbzHchkm .list-1 li:last-child {
  margin-bottom: 0;
}
.cid-tClbzHchkm .list-2 li {
  margin-bottom: 1.875rem;
}
.cid-tClbzHchkm .list-2 li:last-child {
  margin-bottom: 0;
}
.cid-tClbzHchkm ul {
  margin: 0;
}
.cid-tClbzHchkm .logo {
  width: auto;
  height: 140px;
  object-fit: cover;
}
.cid-tClbzHchkm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tClbzHchkm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tClbzHchkm .mbr-section-title {
  color: #714869;
}
.cid-tClbzHchkm .p-lg-5 {
  padding: 0rem!important;
}
.cid-tClbzHchkm .margeen {
  margin: 0 0 32px 30px;
}
@charset "UTF-8";

section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
  letter-spacing: -1px;
}

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

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

b,
strong {
  font-weight: 600;
}

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;
}

@media (max-width: 767px) {

  .align-left,
  .align-right {
    text-align: center;
  }
}

/*! 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;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
  animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}

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

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

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-5px);
  }

  100% {
    transform: translateY(0px);
  }
}

@-webkit-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%;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

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

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

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

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

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

.menu .navbar-brand span {
  display: 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: 2rem !important;
  height: auto;
  padding: 0.6rem 1.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;
}

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

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

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

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

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;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }

  .row>[class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}

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

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

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

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

.app-video-wrapper>img {
  opacity: 1;
}

.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;
  }
}.cid-tCkvIxoO4i {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-tCkvIxoO4i .btn {
  padding: 0.6rem 2rem;
  border: none !important;
  font-weight: 400;
  box-shadow: none;
}
.cid-tCkvIxoO4i nav.navbar {
  position: fixed;
}
.cid-tCkvIxoO4i .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-tCkvIxoO4i .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tCkvIxoO4i .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tCkvIxoO4i .dropdown-item:hover,
.cid-tCkvIxoO4i .dropdown-item:focus {
  background: #965f84 !important;
  color: white !important;
}
.cid-tCkvIxoO4i .dropdown-item:hover span {
  color: white;
}
.cid-tCkvIxoO4i .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tCkvIxoO4i .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tCkvIxoO4i .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tCkvIxoO4i .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tCkvIxoO4i .nav-link {
  position: relative;
}
.cid-tCkvIxoO4i .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tCkvIxoO4i .container {
    flex-wrap: nowrap;
  }
}
.cid-tCkvIxoO4i .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tCkvIxoO4i .dropdown-menu,
.cid-tCkvIxoO4i .navbar.opened {
  background: #ffffff !important;
}
.cid-tCkvIxoO4i .nav-item:focus,
.cid-tCkvIxoO4i .nav-link:focus {
  outline: none;
}
.cid-tCkvIxoO4i .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tCkvIxoO4i .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tCkvIxoO4i .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tCkvIxoO4i .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tCkvIxoO4i .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tCkvIxoO4i .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tCkvIxoO4i .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tCkvIxoO4i .navbar.opened {
  transition: all 0.3s;
}
.cid-tCkvIxoO4i .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tCkvIxoO4i .navbar .navbar-logo img {
  width: auto;
}
.cid-tCkvIxoO4i .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tCkvIxoO4i .navbar.collapsed {
  justify-content: center;
}
.cid-tCkvIxoO4i .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tCkvIxoO4i .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tCkvIxoO4i .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.3rem);
  }
}
.cid-tCkvIxoO4i .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tCkvIxoO4i .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tCkvIxoO4i .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-tCkvIxoO4i .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tCkvIxoO4i .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tCkvIxoO4i .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tCkvIxoO4i .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tCkvIxoO4i .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tCkvIxoO4i .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tCkvIxoO4i .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tCkvIxoO4i .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-tCkvIxoO4i .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tCkvIxoO4i .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tCkvIxoO4i .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tCkvIxoO4i .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tCkvIxoO4i .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tCkvIxoO4i .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tCkvIxoO4i .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tCkvIxoO4i .navbar.navbar-short {
  min-height: 80px;
}
.cid-tCkvIxoO4i .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tCkvIxoO4i .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tCkvIxoO4i .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tCkvIxoO4i .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tCkvIxoO4i .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tCkvIxoO4i .dropdown-item.active,
.cid-tCkvIxoO4i .dropdown-item:active {
  background-color: transparent;
}
.cid-tCkvIxoO4i .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tCkvIxoO4i .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tCkvIxoO4i .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tCkvIxoO4i .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tCkvIxoO4i .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tCkvIxoO4i .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tCkvIxoO4i ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tCkvIxoO4i .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tCkvIxoO4i button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tCkvIxoO4i button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tCkvIxoO4i button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tCkvIxoO4i button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCkvIxoO4i button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCkvIxoO4i button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tCkvIxoO4i nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCkvIxoO4i nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tCkvIxoO4i nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tCkvIxoO4i nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCkvIxoO4i .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tCkvIxoO4i a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tCkvIxoO4i .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-tCkvIxoO4i .navbar {
    height: 70px;
  }
  .cid-tCkvIxoO4i .navbar.opened {
    height: auto;
  }
  .cid-tCkvIxoO4i .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tCkvxhJ75l {
  padding-top: 7rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpeg");
}
.cid-tCkvxhJ75l .card-wrapper {
  background: #1b224b;
  border-radius: 3rem;
  padding: 2rem 1rem;
}
@media (max-width: 992px) {
  .cid-tCkvxhJ75l .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tCkvxhJ75l .title {
  margin: auto;
  margin-bottom: 23rem;
  max-width: 1100px;
}
@media (max-width: 767px) {
  .cid-tCkvxhJ75l .title {
    margin-bottom: 10rem;
  }
}
.cid-tCkvxhJ75l .row {
  justify-content: center;
}
.cid-tCkvxhJ75l .card-box {
  display: flex;
  align-items: center;
}
.cid-tCkvxhJ75l .card-box .iconfont-wrapper {
  margin-right: 1.5rem;
}
@media (max-width: 767px) {
  .cid-tCkvxhJ75l .card-box {
    flex-direction: column;
  }
  .cid-tCkvxhJ75l .card-box .iconfont-wrapper {
    margin-right: 0rem;
    margin-bottom: 1.5rem;
  }
}
.cid-tCkvxhJ75l .card-link {
  text-align: center;
}
.cid-tCkvxhJ75l .card-link:hover a {
  background-image: none !important;
}
.cid-tCkvxhJ75l .mbr-section-subtitle {
  color: #fafafa;
}
.cid-tCkvxhJ75l .card-text {
  color: #fafafa;
  text-align: center;
}
.cid-tCkvxhJ75l .card-title,
.cid-tCkvxhJ75l .iconfont-wrapper {
  width: 100%;
  color: #d1d1f7;
  text-align: center;
}
.cid-tCkvxhJ75l .mbr-section-title {
  color: #fafafa;
}
.cid-tCkxayC0G2 {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-tCkxayC0G2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCkxayC0G2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCkxayC0G2 .mbr-text,
.cid-tCkxayC0G2 .mbr-section-btn {
  text-align: left;
  color: #140b2a;
}
.cid-tCkxayC0G2 .mbr-section-title {
  text-align: center;
  color: #491414;
}
.cid-tCkxayC0G2 .mbr-section-subtitle {
  text-align: center;
}
.cid-tD6a5kxBmJ {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #a1c1c9;
}
.cid-tD6a5kxBmJ .mbr-overlay {
  background-color: #241c19;
  opacity: 0.6;
}
.cid-tD6a5kxBmJ .form-control,
.cid-tD6a5kxBmJ .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #a1c1c9;
  color: #140b2a;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tD6a5kxBmJ .form-control::-webkit-input-placeholder,
.cid-tD6a5kxBmJ .field-input::-webkit-input-placeholder,
.cid-tD6a5kxBmJ .form-control::-webkit-input-placeholder,
.cid-tD6a5kxBmJ .field-input::-webkit-input-placeholder {
  color: #965f84;
}
.cid-tD6a5kxBmJ .form-control:-moz-placeholder,
.cid-tD6a5kxBmJ .field-input:-moz-placeholder,
.cid-tD6a5kxBmJ .form-control:-moz-placeholder,
.cid-tD6a5kxBmJ .field-input:-moz-placeholder {
  color: #965f84;
}
.cid-tD6a5kxBmJ .form-control:hover,
.cid-tD6a5kxBmJ .field-input:hover,
.cid-tD6a5kxBmJ .form-control:focus,
.cid-tD6a5kxBmJ .field-input:focus {
  background-color: #efefef;
  border-color: #714869;
  color: #140b2a;
  box-shadow: none;
  outline: none;
}
.cid-tD6a5kxBmJ .form-control:hover::-webkit-input-placeholder,
.cid-tD6a5kxBmJ .field-input:hover::-webkit-input-placeholder,
.cid-tD6a5kxBmJ .form-control:focus::-webkit-input-placeholder,
.cid-tD6a5kxBmJ .field-input:focus::-webkit-input-placeholder,
.cid-tD6a5kxBmJ .form-control:hover::-webkit-input-placeholder,
.cid-tD6a5kxBmJ .field-input:hover::-webkit-input-placeholder,
.cid-tD6a5kxBmJ .form-control:focus::-webkit-input-placeholder,
.cid-tD6a5kxBmJ .field-input:focus::-webkit-input-placeholder {
  color: #714869;
}
.cid-tD6a5kxBmJ .form-control:hover:-moz-placeholder,
.cid-tD6a5kxBmJ .field-input:hover:-moz-placeholder,
.cid-tD6a5kxBmJ .form-control:focus:-moz-placeholder,
.cid-tD6a5kxBmJ .field-input:focus:-moz-placeholder,
.cid-tD6a5kxBmJ .form-control:hover:-moz-placeholder,
.cid-tD6a5kxBmJ .field-input:hover:-moz-placeholder,
.cid-tD6a5kxBmJ .form-control:focus:-moz-placeholder,
.cid-tD6a5kxBmJ .field-input:focus:-moz-placeholder {
  color: #714869;
}
.cid-tD6a5kxBmJ .jq-number__spin:hover,
.cid-tD6a5kxBmJ .jq-number__spin:focus {
  background-color: #efefef;
  border-color: #714869;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-tD6a5kxBmJ .jq-number__spin {
  background-color: #ffffff;
  border-color: #a1c1c9;
  color: #140b2a;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tD6a5kxBmJ .jq-selectbox li,
.cid-tD6a5kxBmJ .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-tD6a5kxBmJ .jq-selectbox li:hover,
.cid-tD6a5kxBmJ .jq-selectbox li.selected {
  background-color: #efefef;
  color: #000000;
}
.cid-tD6a5kxBmJ .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-tD6a5kxBmJ .jq-number__spin.minus:hover:after,
.cid-tD6a5kxBmJ .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-tD6a5kxBmJ .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-tD6a5kxBmJ .jq-number__spin.minus:after,
.cid-tD6a5kxBmJ .jq-number__spin.plus:after {
  border-top-color: #efefef;
  border-bottom-color: #efefef;
}
.cid-tD6a5kxBmJ input::-webkit-clear-button {
  display: none;
}
.cid-tD6a5kxBmJ input::-webkit-inner-spin-button {
  display: none;
}
.cid-tD6a5kxBmJ input::-webkit-outer-spin-button {
  display: none;
}
.cid-tD6a5kxBmJ input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-tD6a5kxBmJ H4 {
  color: #714869;
  text-align: center;
}
.cid-tD6a5kxBmJ P {
  color: #140b2a;
}
.cid-tD6a5kxBmJ LABEL {
  color: #140b2a;
}
.cid-tCkpNeSQij {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ceb6c3;
}
.cid-tCkpNeSQij .wrapper {
  padding: 40px;
  background-color: #ceb6c3;
}
@media (min-width: 992px) {
  .cid-tCkpNeSQij .wrapper {
    padding: 85px 100px 35px 100px;
  }
}
.cid-tCkpNeSQij .card-padding {
  padding: 0.7rem;
}
.cid-tCkpNeSQij .btn {
  display: flex;
  padding: 0.5rem 1rem;
}
.cid-tCkpNeSQij .card {
  background-color: #ffffff;
}
.cid-tCkpNeSQij .list {
  margin-bottom: 30px;
}
.cid-tCkpNeSQij .card-body {
  padding-right: 15px;
  padding-left: 35px;
  padding-top: 35px;
  padding-bottom: 0px;
}
.cid-tCkpNeSQij .card-img-top {
  width: 40px;
  height: 40px;
}
.cid-tCkpNeSQij .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCkpNeSQij .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCkpNeSQij .mbr-section-title {
  text-align: right;
  color: #714869;
}
.cid-tCkpNeSQij .mbr-section-subtitle {
  color: #965f84;
}
.cid-tCkvKeDNHA {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tCkvKeDNHA .wrapper {
  background-color: #ffffff;
}
.cid-tCkvKeDNHA li {
  list-style-type: none;
}
.cid-tCkvKeDNHA .contact-info-m {
  margin-bottom: 1.875rem;
}
.cid-tCkvKeDNHA .list-1 li {
  margin-bottom: 1rem;
}
.cid-tCkvKeDNHA .list-1 li:last-child {
  margin-bottom: 0;
}
.cid-tCkvKeDNHA .list-2 li {
  margin-bottom: 1.875rem;
}
.cid-tCkvKeDNHA .list-2 li:last-child {
  margin-bottom: 0;
}
.cid-tCkvKeDNHA ul {
  margin: 0;
}
.cid-tCkvKeDNHA .logo {
  width: auto;
  height: 140px;
  object-fit: cover;
}
.cid-tCkvKeDNHA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCkvKeDNHA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCkvKeDNHA .mbr-section-title {
  color: #714869;
}
.cid-tCkvKeDNHA .p-lg-5 {
  padding: 0rem!important;
}
.cid-tCkvKeDNHA .margeen {
  margin: 0 0 32px 30px;
}
@charset "UTF-8";

section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
  letter-spacing: -1px;
}

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

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

b,
strong {
  font-weight: 600;
}

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;
}

@media (max-width: 767px) {

  .align-left,
  .align-right {
    text-align: center;
  }
}

/*! 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;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
  animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}

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

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

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-5px);
  }

  100% {
    transform: translateY(0px);
  }
}

@-webkit-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%;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

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

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

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

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

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

.menu .navbar-brand span {
  display: 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: 2rem !important;
  height: auto;
  padding: 0.6rem 1.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;
}

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

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

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

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

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;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }

  .row>[class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}

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

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

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

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

.app-video-wrapper>img {
  opacity: 1;
}

.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;
  }
}.cid-tzZMcx6Jls {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-tzZMcx6Jls .btn {
  padding: 0.6rem 2rem;
  border: none !important;
  font-weight: 400;
  box-shadow: none;
}
.cid-tzZMcx6Jls nav.navbar {
  position: fixed;
}
.cid-tzZMcx6Jls .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-tzZMcx6Jls .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tzZMcx6Jls .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tzZMcx6Jls .dropdown-item:hover,
.cid-tzZMcx6Jls .dropdown-item:focus {
  background: #965f84 !important;
  color: white !important;
}
.cid-tzZMcx6Jls .dropdown-item:hover span {
  color: white;
}
.cid-tzZMcx6Jls .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tzZMcx6Jls .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tzZMcx6Jls .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tzZMcx6Jls .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tzZMcx6Jls .nav-link {
  position: relative;
}
.cid-tzZMcx6Jls .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tzZMcx6Jls .container {
    flex-wrap: nowrap;
  }
}
.cid-tzZMcx6Jls .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tzZMcx6Jls .dropdown-menu,
.cid-tzZMcx6Jls .navbar.opened {
  background: #ffffff !important;
}
.cid-tzZMcx6Jls .nav-item:focus,
.cid-tzZMcx6Jls .nav-link:focus {
  outline: none;
}
.cid-tzZMcx6Jls .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tzZMcx6Jls .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tzZMcx6Jls .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tzZMcx6Jls .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tzZMcx6Jls .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tzZMcx6Jls .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tzZMcx6Jls .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tzZMcx6Jls .navbar.opened {
  transition: all 0.3s;
}
.cid-tzZMcx6Jls .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tzZMcx6Jls .navbar .navbar-logo img {
  width: auto;
}
.cid-tzZMcx6Jls .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tzZMcx6Jls .navbar.collapsed {
  justify-content: center;
}
.cid-tzZMcx6Jls .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tzZMcx6Jls .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tzZMcx6Jls .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.3rem);
  }
}
.cid-tzZMcx6Jls .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tzZMcx6Jls .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tzZMcx6Jls .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-tzZMcx6Jls .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tzZMcx6Jls .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tzZMcx6Jls .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tzZMcx6Jls .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tzZMcx6Jls .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tzZMcx6Jls .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tzZMcx6Jls .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tzZMcx6Jls .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-tzZMcx6Jls .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tzZMcx6Jls .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tzZMcx6Jls .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tzZMcx6Jls .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tzZMcx6Jls .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tzZMcx6Jls .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tzZMcx6Jls .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tzZMcx6Jls .navbar.navbar-short {
  min-height: 80px;
}
.cid-tzZMcx6Jls .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tzZMcx6Jls .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tzZMcx6Jls .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tzZMcx6Jls .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tzZMcx6Jls .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tzZMcx6Jls .dropdown-item.active,
.cid-tzZMcx6Jls .dropdown-item:active {
  background-color: transparent;
}
.cid-tzZMcx6Jls .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tzZMcx6Jls .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tzZMcx6Jls .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tzZMcx6Jls .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tzZMcx6Jls .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tzZMcx6Jls .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tzZMcx6Jls ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tzZMcx6Jls .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tzZMcx6Jls button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tzZMcx6Jls button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tzZMcx6Jls button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tzZMcx6Jls button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tzZMcx6Jls button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tzZMcx6Jls button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tzZMcx6Jls nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tzZMcx6Jls nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tzZMcx6Jls nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tzZMcx6Jls nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tzZMcx6Jls .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tzZMcx6Jls a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tzZMcx6Jls .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-tzZMcx6Jls .navbar {
    height: 70px;
  }
  .cid-tzZMcx6Jls .navbar.opened {
    height: auto;
  }
  .cid-tzZMcx6Jls .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tzZMQG9DsB {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #714869;
}
.cid-tzZMQG9DsB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzZMQG9DsB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzZMQG9DsB .mbr-text,
.cid-tzZMQG9DsB .mbr-section-btn {
  text-align: center;
}
.cid-tzZMQG9DsB .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tzZMQG9DsB .mbr-section-subtitle {
  text-align: center;
  color: #ceb6c3;
}
.cid-tzZO5mkHP1 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (max-width: 575px) {
  .cid-tzZO5mkHP1 .row {
    text-align: center!important;
  }
}
.cid-tzZO5mkHP1 .mbr-section-title {
  color: #ffffff;
}
.cid-tzZO5mkHP1 .opacity-text {
  opacity: 0.5;
  font-weight: inherit;
}
.cid-tzZO5mkHP1 .mbr-text {
  color: #ffffff;
}
@media (max-width: 575px) {
  .cid-tzZO5mkHP1 .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tzZO5mkHP1 .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tzZO5mkHP1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzZO5mkHP1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzZO5mkHP1 .mbr-section-title,
.cid-tzZO5mkHP1 .mbr-section-btn {
  color: #000000;
}
.cid-tzZMcz2Ypw {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tzZMcz2Ypw .wrapper {
  background-color: #ffffff;
}
.cid-tzZMcz2Ypw li {
  list-style-type: none;
}
.cid-tzZMcz2Ypw .contact-info-m {
  margin-bottom: 1.875rem;
}
.cid-tzZMcz2Ypw .list-1 li {
  margin-bottom: 1rem;
}
.cid-tzZMcz2Ypw .list-1 li:last-child {
  margin-bottom: 0;
}
.cid-tzZMcz2Ypw .list-2 li {
  margin-bottom: 1.875rem;
}
.cid-tzZMcz2Ypw .list-2 li:last-child {
  margin-bottom: 0;
}
.cid-tzZMcz2Ypw ul {
  margin: 0;
}
.cid-tzZMcz2Ypw .logo {
  width: auto;
  height: 140px;
  object-fit: cover;
}
.cid-tzZMcz2Ypw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzZMcz2Ypw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzZMcz2Ypw .mbr-section-title {
  color: #714869;
}
.cid-tzZMcz2Ypw .p-lg-5 {
  padding: 0rem!important;
}
.cid-tzZMcz2Ypw .margeen {
  margin: 0 0 32px 30px;
}
@charset "UTF-8";

section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
  letter-spacing: -1px;
}

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

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

b,
strong {
  font-weight: 600;
}

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;
}

@media (max-width: 767px) {

  .align-left,
  .align-right {
    text-align: center;
  }
}

/*! 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;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
  animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}

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

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

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-5px);
  }

  100% {
    transform: translateY(0px);
  }
}

@-webkit-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%;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

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

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

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

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

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

.menu .navbar-brand span {
  display: 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: 2rem !important;
  height: auto;
  padding: 0.6rem 1.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;
}

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

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

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

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

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;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }

  .row>[class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}

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

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

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

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

.app-video-wrapper>img {
  opacity: 1;
}

.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;
  }
}.cid-tzZOxIf6Dw {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-tzZOxIf6Dw .btn {
  padding: 0.6rem 2rem;
  border: none !important;
  font-weight: 400;
  box-shadow: none;
}
.cid-tzZOxIf6Dw nav.navbar {
  position: fixed;
}
.cid-tzZOxIf6Dw .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-tzZOxIf6Dw .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tzZOxIf6Dw .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tzZOxIf6Dw .dropdown-item:hover,
.cid-tzZOxIf6Dw .dropdown-item:focus {
  background: #965f84 !important;
  color: white !important;
}
.cid-tzZOxIf6Dw .dropdown-item:hover span {
  color: white;
}
.cid-tzZOxIf6Dw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tzZOxIf6Dw .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tzZOxIf6Dw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tzZOxIf6Dw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tzZOxIf6Dw .nav-link {
  position: relative;
}
.cid-tzZOxIf6Dw .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tzZOxIf6Dw .container {
    flex-wrap: nowrap;
  }
}
.cid-tzZOxIf6Dw .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tzZOxIf6Dw .dropdown-menu,
.cid-tzZOxIf6Dw .navbar.opened {
  background: #ffffff !important;
}
.cid-tzZOxIf6Dw .nav-item:focus,
.cid-tzZOxIf6Dw .nav-link:focus {
  outline: none;
}
.cid-tzZOxIf6Dw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tzZOxIf6Dw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tzZOxIf6Dw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tzZOxIf6Dw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tzZOxIf6Dw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tzZOxIf6Dw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tzZOxIf6Dw .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tzZOxIf6Dw .navbar.opened {
  transition: all 0.3s;
}
.cid-tzZOxIf6Dw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tzZOxIf6Dw .navbar .navbar-logo img {
  width: auto;
}
.cid-tzZOxIf6Dw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tzZOxIf6Dw .navbar.collapsed {
  justify-content: center;
}
.cid-tzZOxIf6Dw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tzZOxIf6Dw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tzZOxIf6Dw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.3rem);
  }
}
.cid-tzZOxIf6Dw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tzZOxIf6Dw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tzZOxIf6Dw .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-tzZOxIf6Dw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tzZOxIf6Dw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tzZOxIf6Dw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tzZOxIf6Dw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tzZOxIf6Dw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tzZOxIf6Dw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tzZOxIf6Dw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tzZOxIf6Dw .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-tzZOxIf6Dw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tzZOxIf6Dw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tzZOxIf6Dw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tzZOxIf6Dw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tzZOxIf6Dw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tzZOxIf6Dw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tzZOxIf6Dw .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tzZOxIf6Dw .navbar.navbar-short {
  min-height: 80px;
}
.cid-tzZOxIf6Dw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tzZOxIf6Dw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tzZOxIf6Dw .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tzZOxIf6Dw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tzZOxIf6Dw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tzZOxIf6Dw .dropdown-item.active,
.cid-tzZOxIf6Dw .dropdown-item:active {
  background-color: transparent;
}
.cid-tzZOxIf6Dw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tzZOxIf6Dw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tzZOxIf6Dw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tzZOxIf6Dw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tzZOxIf6Dw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tzZOxIf6Dw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tzZOxIf6Dw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tzZOxIf6Dw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tzZOxIf6Dw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tzZOxIf6Dw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tzZOxIf6Dw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tzZOxIf6Dw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tzZOxIf6Dw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tzZOxIf6Dw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tzZOxIf6Dw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tzZOxIf6Dw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tzZOxIf6Dw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tzZOxIf6Dw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tzZOxIf6Dw .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tzZOxIf6Dw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tzZOxIf6Dw .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-tzZOxIf6Dw .navbar {
    height: 70px;
  }
  .cid-tzZOxIf6Dw .navbar.opened {
    height: auto;
  }
  .cid-tzZOxIf6Dw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tzZOxIG6Md {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #714869;
}
.cid-tzZOxIG6Md .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzZOxIG6Md .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzZOxIG6Md .mbr-text,
.cid-tzZOxIG6Md .mbr-section-btn {
  text-align: center;
}
.cid-tzZOxIG6Md .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tzZOxIG6Md .mbr-section-subtitle {
  text-align: center;
  color: #ceb6c3;
}
.cid-tzZOxJ0AXz {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (max-width: 575px) {
  .cid-tzZOxJ0AXz .row {
    text-align: center!important;
  }
}
.cid-tzZOxJ0AXz .mbr-section-title {
  color: #ffffff;
}
.cid-tzZOxJ0AXz .opacity-text {
  opacity: 0.5;
  font-weight: inherit;
}
.cid-tzZOxJ0AXz .mbr-text {
  color: #ffffff;
}
@media (max-width: 575px) {
  .cid-tzZOxJ0AXz .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tzZOxJ0AXz .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tzZOxJ0AXz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzZOxJ0AXz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzZOxJ0AXz .mbr-section-title,
.cid-tzZOxJ0AXz .mbr-section-btn {
  color: #000000;
}
.cid-tzZOxJliW9 {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tzZOxJliW9 .wrapper {
  background-color: #ffffff;
}
.cid-tzZOxJliW9 li {
  list-style-type: none;
}
.cid-tzZOxJliW9 .contact-info-m {
  margin-bottom: 1.875rem;
}
.cid-tzZOxJliW9 .list-1 li {
  margin-bottom: 1rem;
}
.cid-tzZOxJliW9 .list-1 li:last-child {
  margin-bottom: 0;
}
.cid-tzZOxJliW9 .list-2 li {
  margin-bottom: 1.875rem;
}
.cid-tzZOxJliW9 .list-2 li:last-child {
  margin-bottom: 0;
}
.cid-tzZOxJliW9 ul {
  margin: 0;
}
.cid-tzZOxJliW9 .logo {
  width: auto;
  height: 140px;
  object-fit: cover;
}
.cid-tzZOxJliW9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzZOxJliW9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzZOxJliW9 .mbr-section-title {
  color: #714869;
}
.cid-tzZOxJliW9 .p-lg-5 {
  padding: 0rem!important;
}
.cid-tzZOxJliW9 .margeen {
  margin: 0 0 32px 30px;
}
@charset "UTF-8";

section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
  letter-spacing: -1px;
}

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

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

b,
strong {
  font-weight: 600;
}

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;
}

@media (max-width: 767px) {

  .align-left,
  .align-right {
    text-align: center;
  }
}

/*! 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;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
  animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}

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

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

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-5px);
  }

  100% {
    transform: translateY(0px);
  }
}

@-webkit-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%;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

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

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

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

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

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

.menu .navbar-brand span {
  display: 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: 2rem !important;
  height: auto;
  padding: 0.6rem 1.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;
}

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

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

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

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

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;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }

  .row>[class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}

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

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

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

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

.app-video-wrapper>img {
  opacity: 1;
}

.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;
  }
}.cid-tCwfnR2Yjf {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-tCwfnR2Yjf .btn {
  padding: 0.6rem 2rem;
  border: none !important;
  font-weight: 400;
  box-shadow: none;
}
.cid-tCwfnR2Yjf nav.navbar {
  position: fixed;
}
.cid-tCwfnR2Yjf .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-tCwfnR2Yjf .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tCwfnR2Yjf .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tCwfnR2Yjf .dropdown-item:hover,
.cid-tCwfnR2Yjf .dropdown-item:focus {
  background: #965f84 !important;
  color: white !important;
}
.cid-tCwfnR2Yjf .dropdown-item:hover span {
  color: white;
}
.cid-tCwfnR2Yjf .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tCwfnR2Yjf .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tCwfnR2Yjf .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tCwfnR2Yjf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tCwfnR2Yjf .nav-link {
  position: relative;
}
.cid-tCwfnR2Yjf .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tCwfnR2Yjf .container {
    flex-wrap: nowrap;
  }
}
.cid-tCwfnR2Yjf .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tCwfnR2Yjf .dropdown-menu,
.cid-tCwfnR2Yjf .navbar.opened {
  background: #ffffff !important;
}
.cid-tCwfnR2Yjf .nav-item:focus,
.cid-tCwfnR2Yjf .nav-link:focus {
  outline: none;
}
.cid-tCwfnR2Yjf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tCwfnR2Yjf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tCwfnR2Yjf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tCwfnR2Yjf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tCwfnR2Yjf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tCwfnR2Yjf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tCwfnR2Yjf .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tCwfnR2Yjf .navbar.opened {
  transition: all 0.3s;
}
.cid-tCwfnR2Yjf .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tCwfnR2Yjf .navbar .navbar-logo img {
  width: auto;
}
.cid-tCwfnR2Yjf .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tCwfnR2Yjf .navbar.collapsed {
  justify-content: center;
}
.cid-tCwfnR2Yjf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tCwfnR2Yjf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tCwfnR2Yjf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.3rem);
  }
}
.cid-tCwfnR2Yjf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tCwfnR2Yjf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tCwfnR2Yjf .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-tCwfnR2Yjf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tCwfnR2Yjf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tCwfnR2Yjf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tCwfnR2Yjf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tCwfnR2Yjf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tCwfnR2Yjf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tCwfnR2Yjf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tCwfnR2Yjf .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-tCwfnR2Yjf .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tCwfnR2Yjf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tCwfnR2Yjf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tCwfnR2Yjf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tCwfnR2Yjf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tCwfnR2Yjf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tCwfnR2Yjf .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tCwfnR2Yjf .navbar.navbar-short {
  min-height: 80px;
}
.cid-tCwfnR2Yjf .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tCwfnR2Yjf .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tCwfnR2Yjf .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tCwfnR2Yjf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tCwfnR2Yjf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tCwfnR2Yjf .dropdown-item.active,
.cid-tCwfnR2Yjf .dropdown-item:active {
  background-color: transparent;
}
.cid-tCwfnR2Yjf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tCwfnR2Yjf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tCwfnR2Yjf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tCwfnR2Yjf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tCwfnR2Yjf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tCwfnR2Yjf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tCwfnR2Yjf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tCwfnR2Yjf .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tCwfnR2Yjf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tCwfnR2Yjf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tCwfnR2Yjf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tCwfnR2Yjf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCwfnR2Yjf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCwfnR2Yjf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tCwfnR2Yjf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCwfnR2Yjf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tCwfnR2Yjf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tCwfnR2Yjf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCwfnR2Yjf .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tCwfnR2Yjf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tCwfnR2Yjf .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-tCwfnR2Yjf .navbar {
    height: 70px;
  }
  .cid-tCwfnR2Yjf .navbar.opened {
    height: auto;
  }
  .cid-tCwfnR2Yjf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tCwfcNQwJb {
  padding-top: 9rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpeg");
}
.cid-tCwfcNQwJb .card-wrapper {
  background: #1b224b;
  border-radius: 3rem;
  padding: 2rem 1rem;
}
@media (max-width: 992px) {
  .cid-tCwfcNQwJb .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tCwfcNQwJb .title {
  margin: auto;
  margin-bottom: 23rem;
  max-width: 1100px;
}
@media (max-width: 767px) {
  .cid-tCwfcNQwJb .title {
    margin-bottom: 10rem;
  }
}
.cid-tCwfcNQwJb .row {
  justify-content: center;
}
.cid-tCwfcNQwJb .card-box {
  display: flex;
  align-items: center;
}
.cid-tCwfcNQwJb .card-box .iconfont-wrapper {
  margin-right: 1.5rem;
}
@media (max-width: 767px) {
  .cid-tCwfcNQwJb .card-box {
    flex-direction: column;
  }
  .cid-tCwfcNQwJb .card-box .iconfont-wrapper {
    margin-right: 0rem;
    margin-bottom: 1.5rem;
  }
}
.cid-tCwfcNQwJb .card-link {
  text-align: center;
}
.cid-tCwfcNQwJb .card-link:hover a {
  background-image: none !important;
}
.cid-tCwfcNQwJb .mbr-section-subtitle {
  color: #fafafa;
}
.cid-tCwfcNQwJb .card-text {
  color: #fafafa;
  text-align: center;
}
.cid-tCwfcNQwJb .card-title,
.cid-tCwfcNQwJb .iconfont-wrapper {
  width: 100%;
  color: #d1d1f7;
  text-align: center;
}
.cid-tCwfcNQwJb .mbr-section-title {
  color: #fafafa;
}
.cid-tD5a5gG2b7 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #a1c1c9;
}
.cid-tD5a5gG2b7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tD5a5gG2b7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tD5a5gG2b7 .mbr-text {
  color: #726c89;
}
.cid-tD5a5gG2b7 .mbr-section-title {
  color: #714869;
}
.cid-tD58VNeFkD {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #a1c1c9;
}
.cid-tD58VNeFkD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tD58VNeFkD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tD58VNeFkD .image-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tD58VNeFkD .image-wrapper {
    margin-bottom: 29px;
  }
}
.cid-tD58VNeFkD .image-wrapper img {
  width: 540px;
  object-fit: cover;
  border-radius: 2rem;
}
@media (max-width: 768px) {
  .cid-tD58VNeFkD .image-wrapper img {
    width: 100%;
    height: 300px;
  }
}
.cid-tD58VNeFkD .text-wrapper .mbr-section-title {
  margin: 0 0 29px 0;
  letter-spacing: -0.04ch;
}
@media (max-width: 992px) {
  .cid-tD58VNeFkD .text-wrapper .mbr-section-title {
    margin: 0 0 15px 19px;
  }
}
.cid-tD58VNeFkD .text-wrapper .list {
  margin: 0;
  padding-left: 4px;
  list-style-position: inside;
}
@media (max-width: 992px) {
  .cid-tD58VNeFkD .text-wrapper .list {
    padding-left: 19px;
  }
}
.cid-tD58VNeFkD .text-wrapper .list li {
  margin: 0;
}
.cid-tD58VNeFkD .mbr-section-title {
  color: #000000;
}
.cid-tD58VNeFkD .list {
  color: #714869;
}
.cid-tD58VNeFkD .mbr-text,
.cid-tD58VNeFkD .mbr-section-btn {
  color: #714869;
}
.cid-tD5c2bHguO {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #a1c1c9;
  display: flex;
  align-items: center;
}
.cid-tD5c2bHguO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tD5c2bHguO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tD5c2bHguO .row {
  justify-content: flex-start;
}
.cid-tD5c2bHguO .mbr-text {
  color: #1F1D1A;
  margin-bottom: 30px;
}
.cid-tCwfovLlZk {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tCwfovLlZk .wrapper {
  background-color: #ffffff;
}
.cid-tCwfovLlZk li {
  list-style-type: none;
}
.cid-tCwfovLlZk .contact-info-m {
  margin-bottom: 1.875rem;
}
.cid-tCwfovLlZk .list-1 li {
  margin-bottom: 1rem;
}
.cid-tCwfovLlZk .list-1 li:last-child {
  margin-bottom: 0;
}
.cid-tCwfovLlZk .list-2 li {
  margin-bottom: 1.875rem;
}
.cid-tCwfovLlZk .list-2 li:last-child {
  margin-bottom: 0;
}
.cid-tCwfovLlZk ul {
  margin: 0;
}
.cid-tCwfovLlZk .logo {
  width: auto;
  height: 140px;
  object-fit: cover;
}
.cid-tCwfovLlZk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCwfovLlZk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCwfovLlZk .mbr-section-title {
  color: #714869;
}
.cid-tCwfovLlZk .p-lg-5 {
  padding: 0rem!important;
}
.cid-tCwfovLlZk .margeen {
  margin: 0 0 32px 30px;
}
@charset "UTF-8";

section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
  letter-spacing: -1px;
}

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

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

b,
strong {
  font-weight: 600;
}

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;
}

@media (max-width: 767px) {

  .align-left,
  .align-right {
    text-align: center;
  }
}

/*! 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;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
  animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}

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

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

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-5px);
  }

  100% {
    transform: translateY(0px);
  }
}

@-webkit-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%;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

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

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

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

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

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

.menu .navbar-brand span {
  display: 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: 2rem !important;
  height: auto;
  padding: 0.6rem 1.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;
}

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

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

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

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

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;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }

  .row>[class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}

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

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

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

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

.app-video-wrapper>img {
  opacity: 1;
}

.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;
  }
}.cid-tEZHNwKMBn {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-tEZHNwKMBn .btn {
  padding: 0.6rem 2rem;
  border: none !important;
  font-weight: 400;
  box-shadow: none;
}
.cid-tEZHNwKMBn nav.navbar {
  position: fixed;
}
.cid-tEZHNwKMBn .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-tEZHNwKMBn .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tEZHNwKMBn .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tEZHNwKMBn .dropdown-item:hover,
.cid-tEZHNwKMBn .dropdown-item:focus {
  background: #965f84 !important;
  color: white !important;
}
.cid-tEZHNwKMBn .dropdown-item:hover span {
  color: white;
}
.cid-tEZHNwKMBn .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tEZHNwKMBn .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tEZHNwKMBn .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tEZHNwKMBn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tEZHNwKMBn .nav-link {
  position: relative;
}
.cid-tEZHNwKMBn .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tEZHNwKMBn .container {
    flex-wrap: nowrap;
  }
}
.cid-tEZHNwKMBn .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tEZHNwKMBn .dropdown-menu,
.cid-tEZHNwKMBn .navbar.opened {
  background: #ffffff !important;
}
.cid-tEZHNwKMBn .nav-item:focus,
.cid-tEZHNwKMBn .nav-link:focus {
  outline: none;
}
.cid-tEZHNwKMBn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tEZHNwKMBn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tEZHNwKMBn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tEZHNwKMBn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tEZHNwKMBn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tEZHNwKMBn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tEZHNwKMBn .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tEZHNwKMBn .navbar.opened {
  transition: all 0.3s;
}
.cid-tEZHNwKMBn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tEZHNwKMBn .navbar .navbar-logo img {
  width: auto;
}
.cid-tEZHNwKMBn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tEZHNwKMBn .navbar.collapsed {
  justify-content: center;
}
.cid-tEZHNwKMBn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tEZHNwKMBn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tEZHNwKMBn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.3rem);
  }
}
.cid-tEZHNwKMBn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tEZHNwKMBn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tEZHNwKMBn .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-tEZHNwKMBn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tEZHNwKMBn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tEZHNwKMBn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tEZHNwKMBn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tEZHNwKMBn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tEZHNwKMBn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tEZHNwKMBn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tEZHNwKMBn .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-tEZHNwKMBn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tEZHNwKMBn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tEZHNwKMBn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tEZHNwKMBn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tEZHNwKMBn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tEZHNwKMBn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tEZHNwKMBn .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tEZHNwKMBn .navbar.navbar-short {
  min-height: 80px;
}
.cid-tEZHNwKMBn .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tEZHNwKMBn .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tEZHNwKMBn .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tEZHNwKMBn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tEZHNwKMBn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tEZHNwKMBn .dropdown-item.active,
.cid-tEZHNwKMBn .dropdown-item:active {
  background-color: transparent;
}
.cid-tEZHNwKMBn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tEZHNwKMBn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tEZHNwKMBn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tEZHNwKMBn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tEZHNwKMBn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tEZHNwKMBn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tEZHNwKMBn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tEZHNwKMBn .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tEZHNwKMBn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tEZHNwKMBn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tEZHNwKMBn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tEZHNwKMBn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tEZHNwKMBn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tEZHNwKMBn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tEZHNwKMBn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tEZHNwKMBn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tEZHNwKMBn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tEZHNwKMBn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tEZHNwKMBn .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tEZHNwKMBn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tEZHNwKMBn .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-tEZHNwKMBn .navbar {
    height: 70px;
  }
  .cid-tEZHNwKMBn .navbar.opened {
    height: auto;
  }
  .cid-tEZHNwKMBn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tEZHNx8O8x {
  padding-top: 7rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpeg");
}
.cid-tEZHNx8O8x .card-wrapper {
  background: #1b224b;
  border-radius: 3rem;
  padding: 2rem 1rem;
}
@media (max-width: 992px) {
  .cid-tEZHNx8O8x .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tEZHNx8O8x .title {
  margin: auto;
  margin-bottom: 23rem;
  max-width: 1100px;
}
@media (max-width: 767px) {
  .cid-tEZHNx8O8x .title {
    margin-bottom: 10rem;
  }
}
.cid-tEZHNx8O8x .row {
  justify-content: center;
}
.cid-tEZHNx8O8x .card-box {
  display: flex;
  align-items: center;
}
.cid-tEZHNx8O8x .card-box .iconfont-wrapper {
  margin-right: 1.5rem;
}
@media (max-width: 767px) {
  .cid-tEZHNx8O8x .card-box {
    flex-direction: column;
  }
  .cid-tEZHNx8O8x .card-box .iconfont-wrapper {
    margin-right: 0rem;
    margin-bottom: 1.5rem;
  }
}
.cid-tEZHNx8O8x .card-link {
  text-align: center;
}
.cid-tEZHNx8O8x .card-link:hover a {
  background-image: none !important;
}
.cid-tEZHNx8O8x .mbr-section-subtitle {
  color: #fafafa;
}
.cid-tEZHNx8O8x .card-text {
  color: #fafafa;
  text-align: center;
}
.cid-tEZHNx8O8x .card-title,
.cid-tEZHNx8O8x .iconfont-wrapper {
  width: 100%;
  color: #d1d1f7;
  text-align: center;
}
.cid-tEZHNx8O8x .mbr-section-title {
  color: #fafafa;
}
.cid-tEZNyrekca {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tEZNyrekca .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEZNyrekca .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tEZNyrekca .container {
    padding: 0 20px;
  }
}
.cid-tEZNyrekca .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-tEZNyrekca .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tEZNyrekca .panel-group {
  padding: 0 70px;
  border-radius: 0;
}
@media (max-width: 768px) {
  .cid-tEZNyrekca .panel-group {
    padding: 0 20px;
  }
}
.cid-tEZNyrekca .panel-group .card {
  border-bottom: 1px solid #dce2e3;
  border-radius: 0;
}
.cid-tEZNyrekca .panel-group .card .card-header {
  background-color: transparent;
  border-bottom: none;
  padding: 40px 0;
}
.cid-tEZNyrekca .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-tEZNyrekca .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-tEZNyrekca .panel-group .card .card-header .panel-title .panel-title-edit {
  margin: 0;
}
.cid-tEZNyrekca .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  height: 38px;
  width: 38px;
  border-radius: 50%;
  color: #714869;
  transition: all 0.3s ease-out;
}
.cid-tEZNyrekca .panel-group .card .panel-collapse {
  position: relative;
}
.cid-tEZNyrekca .panel-group .card .panel-collapse::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 4px;
  width: 0;
  background-color: #ceb6c3;
  transition: all 1s ease-out;
}
.cid-tEZNyrekca .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 32px;
}
.cid-tEZNyrekca .panel-group .card .panel-collapse.show:before {
  width: 100%;
}
.cid-tEZNyrekca .mbr-section-title {
  color: #714869;
  text-align: center;
}
.cid-tEZNyrekca .panel-title-edit {
  color: #714869;
}
.cid-tEZNyrekca .panel-text {
  color: #08323C;
}
.cid-tEZOuihccS {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tEZOuihccS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEZOuihccS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tEZOuihccS .container {
    padding: 0 20px;
  }
}
.cid-tEZOuihccS .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-tEZOuihccS .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tEZOuihccS .panel-group {
  padding: 0 70px;
  border-radius: 0;
}
@media (max-width: 768px) {
  .cid-tEZOuihccS .panel-group {
    padding: 0 20px;
  }
}
.cid-tEZOuihccS .panel-group .card {
  border-bottom: 1px solid #dce2e3;
  border-radius: 0;
}
.cid-tEZOuihccS .panel-group .card .card-header {
  background-color: transparent;
  border-bottom: none;
  padding: 40px 0;
}
.cid-tEZOuihccS .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-tEZOuihccS .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-tEZOuihccS .panel-group .card .card-header .panel-title .panel-title-edit {
  margin: 0;
}
.cid-tEZOuihccS .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  height: 38px;
  width: 38px;
  border-radius: 50%;
  color: #714869;
  transition: all 0.3s ease-out;
}
.cid-tEZOuihccS .panel-group .card .panel-collapse {
  position: relative;
}
.cid-tEZOuihccS .panel-group .card .panel-collapse::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 4px;
  width: 0;
  background-color: #ceb6c3;
  transition: all 1s ease-out;
}
.cid-tEZOuihccS .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 32px;
}
.cid-tEZOuihccS .panel-group .card .panel-collapse.show:before {
  width: 100%;
}
.cid-tEZOuihccS .mbr-section-title {
  color: #714869;
  text-align: center;
}
.cid-tEZOuihccS .panel-title-edit {
  color: #714869;
}
.cid-tEZOuihccS .panel-text {
  color: #08323C;
}
.cid-tEZQPSPVsM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tEZQPSPVsM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEZQPSPVsM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tEZQPSPVsM .container {
    padding: 0 20px;
  }
  .cid-tEZQPSPVsM .container .row {
    padding: 0;
  }
}
.cid-tEZQPSPVsM .container,
.cid-tEZQPSPVsM .container-fluid {
  position: relative;
}
.cid-tEZQPSPVsM .row {
  justify-content: center;
}
.cid-tEZQPSPVsM .text-wrapper {
  margin-bottom: 40px;
}
.cid-tEZQPSPVsM .text-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tEZQPSPVsM .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tEZQPSPVsM .list-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tEZQPSPVsM .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-position: inside;
}
.cid-tEZQPSPVsM .list-wrapper .list .item-wrap {
  margin-bottom: 5px;
}
.cid-tEZQPSPVsM .list-wrapper .list .item-wrap::marker {
  color: #714869;
}
.cid-tEZQPSPVsM .mbr-section-title {
  color: #714869;
  text-align: center;
}
.cid-tEZQPSPVsM .mbr-text {
  color: #ffffff;
}
.cid-tEZQPSPVsM .list {
  color: #000000;
  text-align: left;
}
.cid-tEZHNxSaXD {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #a1c1c9;
}
.cid-tEZHNxSaXD .mbr-overlay {
  background-color: #241c19;
  opacity: 0.6;
}
.cid-tEZHNxSaXD .form-control,
.cid-tEZHNxSaXD .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #a1c1c9;
  color: #140b2a;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tEZHNxSaXD .form-control::-webkit-input-placeholder,
.cid-tEZHNxSaXD .field-input::-webkit-input-placeholder,
.cid-tEZHNxSaXD .form-control::-webkit-input-placeholder,
.cid-tEZHNxSaXD .field-input::-webkit-input-placeholder {
  color: #965f84;
}
.cid-tEZHNxSaXD .form-control:-moz-placeholder,
.cid-tEZHNxSaXD .field-input:-moz-placeholder,
.cid-tEZHNxSaXD .form-control:-moz-placeholder,
.cid-tEZHNxSaXD .field-input:-moz-placeholder {
  color: #965f84;
}
.cid-tEZHNxSaXD .form-control:hover,
.cid-tEZHNxSaXD .field-input:hover,
.cid-tEZHNxSaXD .form-control:focus,
.cid-tEZHNxSaXD .field-input:focus {
  background-color: #efefef;
  border-color: #714869;
  color: #140b2a;
  box-shadow: none;
  outline: none;
}
.cid-tEZHNxSaXD .form-control:hover::-webkit-input-placeholder,
.cid-tEZHNxSaXD .field-input:hover::-webkit-input-placeholder,
.cid-tEZHNxSaXD .form-control:focus::-webkit-input-placeholder,
.cid-tEZHNxSaXD .field-input:focus::-webkit-input-placeholder,
.cid-tEZHNxSaXD .form-control:hover::-webkit-input-placeholder,
.cid-tEZHNxSaXD .field-input:hover::-webkit-input-placeholder,
.cid-tEZHNxSaXD .form-control:focus::-webkit-input-placeholder,
.cid-tEZHNxSaXD .field-input:focus::-webkit-input-placeholder {
  color: #714869;
}
.cid-tEZHNxSaXD .form-control:hover:-moz-placeholder,
.cid-tEZHNxSaXD .field-input:hover:-moz-placeholder,
.cid-tEZHNxSaXD .form-control:focus:-moz-placeholder,
.cid-tEZHNxSaXD .field-input:focus:-moz-placeholder,
.cid-tEZHNxSaXD .form-control:hover:-moz-placeholder,
.cid-tEZHNxSaXD .field-input:hover:-moz-placeholder,
.cid-tEZHNxSaXD .form-control:focus:-moz-placeholder,
.cid-tEZHNxSaXD .field-input:focus:-moz-placeholder {
  color: #714869;
}
.cid-tEZHNxSaXD .jq-number__spin:hover,
.cid-tEZHNxSaXD .jq-number__spin:focus {
  background-color: #efefef;
  border-color: #714869;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-tEZHNxSaXD .jq-number__spin {
  background-color: #ffffff;
  border-color: #a1c1c9;
  color: #140b2a;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tEZHNxSaXD .jq-selectbox li,
.cid-tEZHNxSaXD .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-tEZHNxSaXD .jq-selectbox li:hover,
.cid-tEZHNxSaXD .jq-selectbox li.selected {
  background-color: #efefef;
  color: #000000;
}
.cid-tEZHNxSaXD .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-tEZHNxSaXD .jq-number__spin.minus:hover:after,
.cid-tEZHNxSaXD .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-tEZHNxSaXD .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-tEZHNxSaXD .jq-number__spin.minus:after,
.cid-tEZHNxSaXD .jq-number__spin.plus:after {
  border-top-color: #efefef;
  border-bottom-color: #efefef;
}
.cid-tEZHNxSaXD input::-webkit-clear-button {
  display: none;
}
.cid-tEZHNxSaXD input::-webkit-inner-spin-button {
  display: none;
}
.cid-tEZHNxSaXD input::-webkit-outer-spin-button {
  display: none;
}
.cid-tEZHNxSaXD input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-tEZHNxSaXD H4 {
  color: #714869;
  text-align: center;
}
.cid-tEZHNxSaXD P {
  color: #140b2a;
}
.cid-tEZHNxSaXD LABEL {
  color: #140b2a;
}
.cid-tEZHNzclor {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tEZHNzclor .wrapper {
  background-color: #ffffff;
}
.cid-tEZHNzclor li {
  list-style-type: none;
}
.cid-tEZHNzclor .contact-info-m {
  margin-bottom: 1.875rem;
}
.cid-tEZHNzclor .list-1 li {
  margin-bottom: 1rem;
}
.cid-tEZHNzclor .list-1 li:last-child {
  margin-bottom: 0;
}
.cid-tEZHNzclor .list-2 li {
  margin-bottom: 1.875rem;
}
.cid-tEZHNzclor .list-2 li:last-child {
  margin-bottom: 0;
}
.cid-tEZHNzclor ul {
  margin: 0;
}
.cid-tEZHNzclor .logo {
  width: auto;
  height: 140px;
  object-fit: cover;
}
.cid-tEZHNzclor .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEZHNzclor .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tEZHNzclor .mbr-section-title {
  color: #714869;
}
.cid-tEZHNzclor .p-lg-5 {
  padding: 0rem!important;
}
.cid-tEZHNzclor .margeen {
  margin: 0 0 32px 30px;
}
