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

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

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.35 !important;
}

.mbr-section-subtitle {
  line-height: 1.35 !important;
}

.mbr-text {
  font-style: normal;
  line-height: 1.6 !important;
}

.item-text {
  font-style: normal;
  line-height: 1.6 !important;
}

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

b,
strong {
  font-weight: bold;
}

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

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

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

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

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

.mbr-black {
  color: #111111;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.card-box {
  width: 100%;
}

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

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

.mbr-figure {
  align-self: center;
}

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

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

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

  .media {
    width: auto;
  }

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

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

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

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

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

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

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

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

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

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

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

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

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

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

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

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 70px;
  right: 10px;
  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: 2%;
  color: #fff;
  display: inline-block;
  height: 40px;
  width: 40px;
  border: 1px 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: 1rem !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: Jost;
}
.display-1 {
  font-family: 'Kumbh Sans', sans-serif;
  font-size: 4rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'Noto Serif', serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Kumbh Sans', sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.40625rem;
}
.display-5 {
  font-family: 'Noto Serif', serif;
  font-size: 2.1rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.625rem;
}
.display-7 {
  font-family: 'Kumbh Sans', sans-serif;
  font-size: 1.275rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.59375rem;
}
/* ---- 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: 3.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((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: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.68rem;
    font-size: calc( 1.385rem + (2.1 - 1.385) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.385rem + (2.1 - 1.385) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.02rem;
    font-size: calc( 1.09625rem + (1.275 - 1.09625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.09625rem + (1.275 - 1.09625) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #592e8b !important;
}
.bg-success {
  background-color: #221036 !important;
}
.bg-info {
  background-color: #fbf4d4 !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #facf15 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #592e8b !important;
  border-color: #592e8b !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: #2f184a !important;
  border-color: #2f184a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2f184a !important;
  border-color: #2f184a !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #e9dafa !important;
  border-color: #e9dafa !important;
  color: #6519bc !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: #bc8ef0 !important;
  border-color: #bc8ef0 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #6519bc !important;
  background-color: #bc8ef0 !important;
  border-color: #bc8ef0 !important;
}
.btn-info,
.btn-info:active {
  background-color: #fbf4d4 !important;
  border-color: #fbf4d4 !important;
  color: #be9f12 !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: #6f5d0a !important;
  background-color: #f4e085 !important;
  border-color: #f4e085 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #be9f12 !important;
  background-color: #f4e085 !important;
  border-color: #f4e085 !important;
}
.btn-success,
.btn-success:active {
  background-color: #221036 !important;
  border-color: #221036 !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: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !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: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #facf15 !important;
  border-color: #facf15 !important;
  color: #100d00 !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: #b49304 !important;
  border-color: #b49304 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #100d00 !important;
  background-color: #b49304 !important;
  border-color: #b49304 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #592e8b;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #2f184a !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: #592e8b !important;
  border-color: #592e8b !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #e9dafa;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #bc8ef0 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #6519bc !important;
  background-color: #e9dafa !important;
  border-color: #e9dafa !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fbf4d4;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #f4e085 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #be9f12 !important;
  background-color: #fbf4d4 !important;
  border-color: #fbf4d4 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #221036;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #221036 !important;
  border-color: #221036 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #facf15;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #b49304 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #100d00 !important;
  background-color: #facf15 !important;
  border-color: #facf15 !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: #592e8b !important;
}
.text-secondary {
  color: #e9dafa !important;
}
.text-success {
  color: #221036 !important;
}
.text-info {
  color: #fbf4d4 !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #facf15 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #28153e !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #b480ee !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #f2dc77 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #a58704 !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: #592e8b;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #fbf4d4;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #facf15;
}
.mbr-gallery-filter li.active .btn {
  background-color: #592e8b;
  border-color: #592e8b;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #592e8b;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #996bce;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #935dcf;
}
.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: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fef8dd;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Kumbh Sans', sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.40625rem;
}
.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: #592e8b !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Kumbh Sans', sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.40625rem;
}
blockquote {
  border-color: #592e8b;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #592e8b;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #592e8b;
}
.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: #592e8b;
  border-bottom-color: #592e8b;
}
.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: #592e8b !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #e9dafa !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='%23592e8b' %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-v2VtlcXatS {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-v2VtlcXatS .navbar-dropdown {
  background-color: #e9dafa !important;
  padding: 0;
}
.cid-v2VtlcXatS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #e9dafa !important;
  background: #e9dafa;
}
.cid-v2VtlcXatS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v2VtlcXatS #navbar {
  transition: top 0.5s;
}
.cid-v2VtlcXatS .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v2VtlcXatS .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-v2VtlcXatS .menu_box .navbar.opened,
  .cid-v2VtlcXatS .menu_box .navbar-collapse {
    background-color: #e9dafa !important;
    transition: all 0s ease 0s;
  }
}
.cid-v2VtlcXatS nav.navbar {
  position: fixed;
  padding-top: .5rem;
  padding-bottom: .35rem;
}
.cid-v2VtlcXatS .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 120px;
  margin-left: 15px;
}
@media (max-width: 991px) {
  .cid-v2VtlcXatS .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v2VtlcXatS .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-v2VtlcXatS .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-v2VtlcXatS .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-v2VtlcXatS .offcanvas {
    padding: 12rem 60px 0;
    width: 35%;
    background-color: #34363a;
  }
  .cid-v2VtlcXatS .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-v2VtlcXatS .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-v2VtlcXatS .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-v2VtlcXatS .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-v2VtlcXatS .offcanvas-body .mbr-text,
  .cid-v2VtlcXatS .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-v2VtlcXatS .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-v2VtlcXatS .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-v2VtlcXatS .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #221036;
  }
  .cid-v2VtlcXatS .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-v2VtlcXatS .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-v2VtlcXatS .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-v2VtlcXatS .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-v2VtlcXatS ul.navbar-nav {
    padding-bottom: 1.25rem;
  }
  .cid-v2VtlcXatS .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v2VtlcXatS .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-v2VtlcXatS .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-v2VtlcXatS li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-v2VtlcXatS .lg_brand {
    margin: 0 1rem;
  }
  .cid-v2VtlcXatS .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-v2VtlcXatS .nav-item {
  margin: 4px 10px;
}
@media (min-width: 1200px) {
  .cid-v2VtlcXatS .nav-item {
    margin: 4px 9px;
  }
}
@media (max-width: 991px) {
  .cid-v2VtlcXatS .nav-item {
    margin: 0 !important;
  }
}
.cid-v2VtlcXatS .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-v2VtlcXatS .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  background-color: #e9dafa;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v2VtlcXatS .nav-item .nav-link:hover::before,
.cid-v2VtlcXatS .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-v2VtlcXatS .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-v2VtlcXatS .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 200px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-v2VtlcXatS .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-v2VtlcXatS .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v2VtlcXatS .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-v2VtlcXatS .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-v2VtlcXatS .offcanvas_box {
    display: none;
  }
}
.cid-v2VtlcXatS .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-v2VtlcXatS .nav-dropdown .link {
  font-weight: 500 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-v2VtlcXatS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-v2VtlcXatS .container {
  display: flex;
  margin: auto;
}
.cid-v2VtlcXatS .iconfont-wrapper {
  color: #221036;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-v2VtlcXatS .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-v2VtlcXatS .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v2VtlcXatS .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-v2VtlcXatS .navbar-nav {
    margin: 0;
  }
}
.cid-v2VtlcXatS .dropdown-menu,
.cid-v2VtlcXatS .navbar.opened {
  background-color: false !important;
}
.cid-v2VtlcXatS .nav-item:focus,
.cid-v2VtlcXatS .nav-link:focus {
  outline: none;
}
.cid-v2VtlcXatS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v2VtlcXatS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v2VtlcXatS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v2VtlcXatS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v2VtlcXatS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v2VtlcXatS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v2VtlcXatS .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-v2VtlcXatS .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-v2VtlcXatS .navbar.opened {
  transition: all 0.3s;
}
.cid-v2VtlcXatS .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-v2VtlcXatS .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: .3rem !important;
}
.cid-v2VtlcXatS .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-v2VtlcXatS .navbar.collapsed {
  justify-content: center;
}
.cid-v2VtlcXatS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v2VtlcXatS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v2VtlcXatS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v2VtlcXatS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v2VtlcXatS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v2VtlcXatS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-v2VtlcXatS .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v2VtlcXatS .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-v2VtlcXatS .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-v2VtlcXatS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v2VtlcXatS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v2VtlcXatS .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-v2VtlcXatS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v2VtlcXatS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-v2VtlcXatS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v2VtlcXatS .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-v2VtlcXatS .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-v2VtlcXatS .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-v2VtlcXatS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-v2VtlcXatS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v2VtlcXatS .navbar .icons-menu {
    padding: 0;
  }
}
.cid-v2VtlcXatS .navbar.navbar-short {
  min-height: 60px;
}
.cid-v2VtlcXatS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v2VtlcXatS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v2VtlcXatS .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v2VtlcXatS .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-v2VtlcXatS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v2VtlcXatS .dropdown-item.active,
.cid-v2VtlcXatS .dropdown-item:active {
  background-color: transparent;
}
.cid-v2VtlcXatS .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-v2VtlcXatS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v2VtlcXatS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v2VtlcXatS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v2VtlcXatS ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-v2VtlcXatS .navbar-buttons {
  text-align: center;
  min-width: 150px;
}
.cid-v2VtlcXatS button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #e9dafa;
  background: #e9dafa;
}
.cid-v2VtlcXatS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #221036;
}
.cid-v2VtlcXatS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v2VtlcXatS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2VtlcXatS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2VtlcXatS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v2VtlcXatS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2VtlcXatS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v2VtlcXatS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v2VtlcXatS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2VtlcXatS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-v2VtlcXatS .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v2VtlcXatS .navbar {
    height: 70px;
  }
  .cid-v2VtlcXatS .navbar.opened {
    height: auto;
  }
  .cid-v2VtlcXatS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v2VtlcXatS .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-v2VtlcXatS .container-fluid {
    padding-left: 42px;
    padding-right: 42px;
  }
}
.cid-v2VtlcXatS .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-v2VtlcXatS .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-v2VtlcXatS .mbr-section-btn-main .btn {
  min-width: 140px;
}
@media (min-width: 992px) {
  .cid-v2VtlcXatS .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-v2VtlcXatS .text_widget {
  margin-bottom: 32px;
}
.cid-v2VtlcXatS .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-v2VtlcXatS .text_widget a:hover,
.cid-v2VtlcXatS .text_widget a:focus {
  opacity: .8;
}
.cid-v2VtlcXatS .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-v2VtlcXatS .navbar-caption {
  color: #ffffff;
}
.cid-v2VtlcXatS .mbr-text {
  color: #f4f4f4;
  text-align: center;
}
.cid-v2VtlcXatS .mbr-section-subtitle,
.cid-v2VtlcXatS .text_widget,
.cid-v2VtlcXatS .mbr-section-btn {
  text-align: center;
}
.cid-v2VtlcXatS a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-v2V57Tngrd {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #e9dafa;
}
.cid-v2V57Tngrd .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2V57Tngrd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2V57Tngrd .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v2V57Tngrd .container-fluid {
    padding: 0 15px;
  }
}
.cid-v2V57Tngrd .row {
  margin: 0;
}
.cid-v2V57Tngrd .row .card {
  padding: 0;
}
.cid-v2V57Tngrd .card-wrapper {
  padding: 150px 30px;
  background-color: #e9dafa;
}
@media (max-width: 1440px) {
  .cid-v2V57Tngrd .card-wrapper {
    padding: 40px 30px;
  }
}
@media (max-width: 992px) {
  .cid-v2V57Tngrd .card-wrapper {
    padding: 15px;
  }
}
.cid-v2V57Tngrd .card-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 3px 10px;
  background-color: #000000;
}
.cid-v2V57Tngrd .card-wrapper .mbr-section-title {
  margin-top: 25px;
  margin-bottom: 20px;
}
.cid-v2V57Tngrd .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-v2V57Tngrd .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-v2V57Tngrd .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v2V57Tngrd .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v2V57Tngrd .image-wrapper {
    height: 450px;
    margin-bottom: 10px;
  }
}
@media (max-width: 992px) and (max-width: 380px) {
  .cid-v2V57Tngrd .image-wrapper {
    margin-bottom: -200px !important;
  }
}
.cid-v2V57Tngrd .image-wrapper img {
  position: relative;
  top: 0;
  left: 0;
  height: auto;
  width: 100%;
  object-fit: cover;
}
.cid-v2V57Tngrd .mbr-label {
  color: #000000;
}
.cid-v2V57Tngrd .mbr-section-title {
  color: #000000;
}
.cid-v2V57Tngrd .mbr-text,
.cid-v2V57Tngrd .text-wrapper {
  color: #000000;
}
.cid-v2V57Tngrd .mbr-label,
.cid-v2V57Tngrd .label-wrapper {
  color: #221036;
}
.cid-v31yQSQ9ea {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1e9fb;
}
.cid-v31yQSQ9ea .mbr-fallback-image.disabled {
  display: none;
}
.cid-v31yQSQ9ea .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v31yQSQ9ea .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v31yQSQ9ea .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v31yQSQ9ea .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v31yQSQ9ea .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f1e9fb;
  border-top: 2px solid #221036;
  box-shadow: 0 8px 20px -8px #221036;
}
.cid-v31yQSQ9ea .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v31yQSQ9ea .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v31yQSQ9ea .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v31yQSQ9ea .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v31yQSQ9ea .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v31yQSQ9ea .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v31yQSQ9ea .items-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -12px;
}
.cid-v31yQSQ9ea .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v31yQSQ9ea .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-v31yQSQ9ea .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #e9dafa;
  border-top: 3px solid #221036;
  box-shadow: 0 8px 15px -8px #221036;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v31yQSQ9ea .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
@media (max-width: 992px) {
  .cid-v31yQSQ9ea .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 24px;
  }
}
.cid-v31yQSQ9ea .items-wrapper .item .item-wrapper .item-img img {
  width: 95%;
  height: 240px;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #221036;
}
@media (max-width: 992px) {
  .cid-v31yQSQ9ea .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-v31yQSQ9ea .items-wrapper .item .item-wrapper .item-content {
  padding-top: 20px;
}
@media (max-width: 992px) {
  .cid-v31yQSQ9ea .items-wrapper .item .item-wrapper .item-content {
    padding-top: 0;
  }
}
.cid-v31yQSQ9ea .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 24px;
}
.cid-v31yQSQ9ea .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  font-size: 27px;
  background-image: linear-gradient(#221036 30%, #e9dafa 130%);
  box-shadow: 0 8px 24px -5px #221036;
}
.cid-v31yQSQ9ea .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-v31yQSQ9ea .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-v31yQSQ9ea .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-v31yQSQ9ea .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v31yQSQ9ea .items-wrapper .features-image .item-wrapper {
  display: grid;
  grid-template-columns: 52% 48%;
  gap: 24px;
}
@media (max-width: 992px) {
  .cid-v31yQSQ9ea .items-wrapper .features-image .item-wrapper {
    display: block;
  }
}
.cid-v31yQSQ9ea .card_1 {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-v31yQSQ9ea .card_1 {
    width: 100%;
  }
}
.cid-v31yQSQ9ea .card_2 {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-v31yQSQ9ea .card_2 {
    width: 100%;
  }
}
.cid-v31yQSQ9ea .main-btn {
  margin-top: 12px;
}
.cid-v31yQSQ9ea .mbr-label,
.cid-v31yQSQ9ea .label-wrapper {
  color: #221036;
  text-align: center;
}
.cid-v31yQSQ9ea .mbr-section-title,
.cid-v31yQSQ9ea .title-wrapper {
  color: #000000;
}
.cid-v31yQSQ9ea .mbr-text,
.cid-v31yQSQ9ea .text-wrapper {
  color: #221036;
  text-align: center;
}
.cid-v31yQSQ9ea .item-title {
  color: #000000;
}
.cid-v31yQSQ9ea .item-text {
  color: #221036;
}
.cid-v31yQSQ9ea .mbr-section-title,
.cid-v31yQSQ9ea .title-wrapper,
.cid-v31yQSQ9ea .main-btn {
  text-align: center;
}
.cid-veZkgNae2x {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #e9dafa;
}
.cid-veZkgNae2x .date {
  padding: 1rem;
  color: #fff;
  background-color: #592e8b;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
@media (min-width: 992px) {
  .cid-veZkgNae2x .date {
    padding: 2rem;
  }
}
.cid-veZkgNae2x .mbr-section-title {
  margin: 0;
  margin-bottom: 80px;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-veZkgNae2x .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-veZkgNae2x .card-heading {
  line-height: 1.2;
}
.cid-veZkgNae2x .wrapper {
  background-color: #dcc2fb;
  border-radius: 10px;
}
.cid-veZkgNae2x .news-item {
  text-decoration: none;
}
.cid-veZkgNae2x .news-item:hover {
  cursor: pointer;
}
@media (max-width: 600px) {
  .cid-veZkgNae2x .link {
    margin-top: 20px;
    margin-bottom: 20px;
    opacity: 1;
    transform: none;
  }
}
.cid-veZkgNae2x .mbr-text {
  line-height: 1.72;
}
.cid-veZkgNae2x .news-content {
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-veZkgNae2x .news-content {
    padding: 2rem;
  }
}
.cid-v30KiL9M89 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #592e8b;
}
.cid-v30KiL9M89 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v30KiL9M89 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v30KiL9M89 .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-v30KiL9M89 .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-v30KiL9M89 .container {
    padding: 0 26px;
  }
}
.cid-v30KiL9M89 .row {
  padding: 60px;
  margin: 0;
  border: 1px solid #e9dafa;
  padding: 120px 60px 60px 30px;
}
@media (max-width: 992px) {
  .cid-v30KiL9M89 .row {
    padding: 120px 30px;
  }
}
@media (max-width: 992px) {
  .cid-v30KiL9M89 .row {
    padding: 26px;
  }
}
.cid-v30KiL9M89 .title-wrapper {
  margin-bottom: 50px;
}
.cid-v30KiL9M89 .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v30KiL9M89 .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-v30KiL9M89 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-v30KiL9M89 .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-v30KiL9M89 .title-wrapper .title-wrap .logo-wrap img {
  width: 110px;
  height: 100px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-v30KiL9M89 .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-v30KiL9M89 .nav-wrapper {
  margin-bottom: 50px;
}
.cid-v30KiL9M89 .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-v30KiL9M89 .nav-wrapper .list {
    display: block;
  }
}
.cid-v30KiL9M89 .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-v30KiL9M89 .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-v30KiL9M89 .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-v30KiL9M89 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #221036;
  transition: all 0.3s ease-in-out;
}
.cid-v30KiL9M89 .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-v30KiL9M89 .soc-wrapper {
  margin-bottom: 50px;
}
.cid-v30KiL9M89 .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-v30KiL9M89 .soc-wrapper .social-row .soc-item {
  margin-left: 14px;
}
.cid-v30KiL9M89 .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-v30KiL9M89 .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-v30KiL9M89 .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #e9dafa;
}
.cid-v30KiL9M89 .copy-wrapper {
  margin: 55px auto;
}
.cid-v30KiL9M89 .copy-wrapper .copyright {
  margin-bottom: 0;
  font-size: .95rem;
}
.cid-v30KiL9M89 .mbr-section-title,
.cid-v30KiL9M89 .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v30KiL9M89 .list {
  color: #ffffff;
}
.cid-v30KiL9M89 .copyright {
  color: #ffffff;
  text-align: center;
}
.cid-v30KiL9M89 .list,
.cid-v30KiL9M89 .nav-wrapper,
.cid-v30KiL9M89 .soc-wrapper {
  text-align: center;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

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

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.35 !important;
}

.mbr-section-subtitle {
  line-height: 1.35 !important;
}

.mbr-text {
  font-style: normal;
  line-height: 1.6 !important;
}

.item-text {
  font-style: normal;
  line-height: 1.6 !important;
}

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

b,
strong {
  font-weight: bold;
}

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

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

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

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

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

.mbr-black {
  color: #111111;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.card-box {
  width: 100%;
}

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

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

.mbr-figure {
  align-self: center;
}

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

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

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

  .media {
    width: auto;
  }

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

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

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

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

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

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

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

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

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

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

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

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

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

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

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

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 70px;
  right: 10px;
  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: 2%;
  color: #fff;
  display: inline-block;
  height: 40px;
  width: 40px;
  border: 1px 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: 1rem !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-veU8KzsCJX {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-veU8KzsCJX .navbar-dropdown {
  background-color: #e9dafa !important;
  padding: 0;
}
.cid-veU8KzsCJX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #e9dafa !important;
  background: #e9dafa;
}
.cid-veU8KzsCJX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-veU8KzsCJX #navbar {
  transition: top 0.5s;
}
.cid-veU8KzsCJX .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-veU8KzsCJX .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-veU8KzsCJX .menu_box .navbar.opened,
  .cid-veU8KzsCJX .menu_box .navbar-collapse {
    background-color: #e9dafa !important;
    transition: all 0s ease 0s;
  }
}
.cid-veU8KzsCJX nav.navbar {
  position: fixed;
  padding-top: .5rem;
  padding-bottom: .35rem;
}
.cid-veU8KzsCJX .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 120px;
  margin-left: 15px;
}
@media (max-width: 991px) {
  .cid-veU8KzsCJX .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-veU8KzsCJX .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-veU8KzsCJX .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-veU8KzsCJX .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-veU8KzsCJX .offcanvas {
    padding: 12rem 60px 0;
    width: 35%;
    background-color: #34363a;
  }
  .cid-veU8KzsCJX .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-veU8KzsCJX .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-veU8KzsCJX .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-veU8KzsCJX .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-veU8KzsCJX .offcanvas-body .mbr-text,
  .cid-veU8KzsCJX .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-veU8KzsCJX .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-veU8KzsCJX .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-veU8KzsCJX .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #221036;
  }
  .cid-veU8KzsCJX .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-veU8KzsCJX .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-veU8KzsCJX .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-veU8KzsCJX .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-veU8KzsCJX ul.navbar-nav {
    padding-bottom: 1.25rem;
  }
  .cid-veU8KzsCJX .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-veU8KzsCJX .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-veU8KzsCJX .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-veU8KzsCJX li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-veU8KzsCJX .lg_brand {
    margin: 0 1rem;
  }
  .cid-veU8KzsCJX .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-veU8KzsCJX .nav-item {
  margin: 4px 10px;
}
@media (min-width: 1200px) {
  .cid-veU8KzsCJX .nav-item {
    margin: 4px 9px;
  }
}
@media (max-width: 991px) {
  .cid-veU8KzsCJX .nav-item {
    margin: 0 !important;
  }
}
.cid-veU8KzsCJX .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-veU8KzsCJX .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  background-color: #e9dafa;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-veU8KzsCJX .nav-item .nav-link:hover::before,
.cid-veU8KzsCJX .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-veU8KzsCJX .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-veU8KzsCJX .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 200px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-veU8KzsCJX .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-veU8KzsCJX .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-veU8KzsCJX .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-veU8KzsCJX .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-veU8KzsCJX .offcanvas_box {
    display: none;
  }
}
.cid-veU8KzsCJX .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-veU8KzsCJX .nav-dropdown .link {
  font-weight: 500 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-veU8KzsCJX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-veU8KzsCJX .container {
  display: flex;
  margin: auto;
}
.cid-veU8KzsCJX .iconfont-wrapper {
  color: #221036;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-veU8KzsCJX .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-veU8KzsCJX .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-veU8KzsCJX .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-veU8KzsCJX .navbar-nav {
    margin: 0;
  }
}
.cid-veU8KzsCJX .dropdown-menu,
.cid-veU8KzsCJX .navbar.opened {
  background-color: false !important;
}
.cid-veU8KzsCJX .nav-item:focus,
.cid-veU8KzsCJX .nav-link:focus {
  outline: none;
}
.cid-veU8KzsCJX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veU8KzsCJX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veU8KzsCJX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veU8KzsCJX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veU8KzsCJX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-veU8KzsCJX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-veU8KzsCJX .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-veU8KzsCJX .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-veU8KzsCJX .navbar.opened {
  transition: all 0.3s;
}
.cid-veU8KzsCJX .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-veU8KzsCJX .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: .3rem !important;
}
.cid-veU8KzsCJX .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-veU8KzsCJX .navbar.collapsed {
  justify-content: center;
}
.cid-veU8KzsCJX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-veU8KzsCJX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-veU8KzsCJX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-veU8KzsCJX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-veU8KzsCJX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-veU8KzsCJX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-veU8KzsCJX .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-veU8KzsCJX .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-veU8KzsCJX .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-veU8KzsCJX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veU8KzsCJX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veU8KzsCJX .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-veU8KzsCJX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veU8KzsCJX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-veU8KzsCJX .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-veU8KzsCJX .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-veU8KzsCJX .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-veU8KzsCJX .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-veU8KzsCJX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-veU8KzsCJX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veU8KzsCJX .navbar .icons-menu {
    padding: 0;
  }
}
.cid-veU8KzsCJX .navbar.navbar-short {
  min-height: 60px;
}
.cid-veU8KzsCJX .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-veU8KzsCJX .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-veU8KzsCJX .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-veU8KzsCJX .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-veU8KzsCJX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-veU8KzsCJX .dropdown-item.active,
.cid-veU8KzsCJX .dropdown-item:active {
  background-color: transparent;
}
.cid-veU8KzsCJX .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-veU8KzsCJX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veU8KzsCJX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veU8KzsCJX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-veU8KzsCJX ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-veU8KzsCJX .navbar-buttons {
  text-align: center;
  min-width: 150px;
}
.cid-veU8KzsCJX button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #e9dafa;
  background: #e9dafa;
}
.cid-veU8KzsCJX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #221036;
}
.cid-veU8KzsCJX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-veU8KzsCJX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veU8KzsCJX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veU8KzsCJX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veU8KzsCJX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veU8KzsCJX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veU8KzsCJX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veU8KzsCJX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veU8KzsCJX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-veU8KzsCJX .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-veU8KzsCJX .navbar {
    height: 70px;
  }
  .cid-veU8KzsCJX .navbar.opened {
    height: auto;
  }
  .cid-veU8KzsCJX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veU8KzsCJX .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-veU8KzsCJX .container-fluid {
    padding-left: 42px;
    padding-right: 42px;
  }
}
.cid-veU8KzsCJX .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-veU8KzsCJX .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-veU8KzsCJX .mbr-section-btn-main .btn {
  min-width: 140px;
}
@media (min-width: 992px) {
  .cid-veU8KzsCJX .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-veU8KzsCJX .text_widget {
  margin-bottom: 32px;
}
.cid-veU8KzsCJX .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-veU8KzsCJX .text_widget a:hover,
.cid-veU8KzsCJX .text_widget a:focus {
  opacity: .8;
}
.cid-veU8KzsCJX .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-veU8KzsCJX .navbar-caption {
  color: #ffffff;
}
.cid-veU8KzsCJX .mbr-text {
  color: #f4f4f4;
  text-align: center;
}
.cid-veU8KzsCJX .mbr-section-subtitle,
.cid-veU8KzsCJX .text_widget,
.cid-veU8KzsCJX .mbr-section-btn {
  text-align: center;
}
.cid-veU8KzsCJX a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-veU8KzNf0c {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #e9dafa;
}
.cid-veU8KzNf0c .mbr-fallback-image.disabled {
  display: none;
}
.cid-veU8KzNf0c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veU8KzNf0c .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-veU8KzNf0c .container-fluid {
    padding: 0 15px;
  }
}
.cid-veU8KzNf0c .row {
  margin: 0;
}
.cid-veU8KzNf0c .row .card {
  padding: 0;
}
.cid-veU8KzNf0c .card-wrapper {
  padding: 110px 30px;
  background-color: #e9dafa;
}
@media (max-width: 1440px) {
  .cid-veU8KzNf0c .card-wrapper {
    padding: 40px 30px;
  }
}
@media (max-width: 992px) {
  .cid-veU8KzNf0c .card-wrapper {
    padding: 35px 15px;
  }
}
.cid-veU8KzNf0c .card-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 3px 10px;
  background-color: #000000;
}
.cid-veU8KzNf0c .card-wrapper .mbr-section-title {
  margin-top: 25px;
  margin-bottom: 20px;
}
.cid-veU8KzNf0c .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-veU8KzNf0c .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-veU8KzNf0c .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-veU8KzNf0c .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-veU8KzNf0c .image-wrapper {
    height: 450px;
    margin-bottom: 10px;
  }
}
@media (max-width: 992px) and (max-width: 380px) {
  .cid-veU8KzNf0c .image-wrapper {
    margin-bottom: -200px !important;
  }
}
.cid-veU8KzNf0c .image-wrapper img {
  position: relative;
  top: 0;
  left: 0;
  height: auto;
  width: 100%;
  object-fit: cover;
}
.cid-veU8KzNf0c .mbr-label {
  color: #000000;
}
.cid-veU8KzNf0c .mbr-section-title {
  color: #000000;
  line-height: 1.5;
}
.cid-veU8KzNf0c .mbr-text,
.cid-veU8KzNf0c .text-wrapper {
  color: #000000;
}
.cid-veU8KzNf0c .mbr-label,
.cid-veU8KzNf0c .label-wrapper {
  color: #221036;
}
.cid-veUi8SSdPf {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #f1e9fb;
}
.cid-veUi8SSdPf .mbr-fallback-image.disabled {
  display: none;
}
.cid-veUi8SSdPf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veUi8SSdPf .card-wrapper {
  background: #e9dafa;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-veUi8SSdPf .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-veUi8SSdPf .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-veUi8SSdPf .card-wrapper {
    padding: 4rem;
  }
}
.cid-veUi8SSdPf .mbr-text,
.cid-veUi8SSdPf .mbr-section-btn {
  color: #000000;
}
.cid-veUi8SSdPf .card-title,
.cid-veUi8SSdPf .card-box {
  text-align: left;
  color: #000000;
}
.cid-veUi8SSdPf P {
  color: #000000;
}
.cid-veZLJb83eq {
  padding-top: 0rem;
  background-color: #f1e9fb;
  overflow: hidden;
}
.cid-veZLJb83eq .mbr-fallback-image.disabled {
  display: none;
}
.cid-veZLJb83eq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veZLJb83eq .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 4rem;
  padding-left: 10px;
  padding-right: 10px;
  border-bottom: 1px solid #f1e9fb;
}
@media (max-width: 825px) {
  .cid-veZLJb83eq .content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-veZLJb83eq .content-wrapper .border-wrap {
  position: absolute;
  height: 1000%;
  width: 1px;
  border-left: 1px solid #f1e9fb;
  pointer-events: none;
}
@media (max-width: 425px) {
  .cid-veZLJb83eq .content-wrapper .border-wrap {
    display: none;
  }
}
.cid-veZLJb83eq .content-wrapper .border_1 {
  left: 0;
}
.cid-veZLJb83eq .content-wrapper .border_2 {
  right: 0;
}
.cid-veZLJb83eq .content-wrapper .icon-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-veZLJb83eq .content-wrapper .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-veZLJb83eq .content-wrapper .icon-wrapper .mbr-iconfont {
  width: 52px;
  height: 52px;
  min-width: 52px;
  font-size: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #ff6900;
  box-shadow: inset 0 2px 10px 0 #ffffff, 0 10px 10px -2px #c55200;
}
.cid-veZLJb83eq .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-veZLJb83eq .content-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-veZLJb83eq .content-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-veZLJb83eq .content-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-veZLJb83eq .content-wrapper .title-wrapper .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-veZLJb83eq .mbr-section-title {
  color: #0f172a;
  text-align: center;
}
.cid-veZLJb83eq .mbr-text,
.cid-veZLJb83eq .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-veZLJb83eq .mbr-section-btn,
.cid-veZLJb83eq .mbr-section-title,
.cid-veZLJb83eq .icon-wrapper {
  text-align: center;
}
.cid-veZBfbQPD1 {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #e9dafa;
}
.cid-veZBfbQPD1 .date {
  padding: 1rem;
  color: #fff;
  background-color: #592e8b;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
@media (min-width: 992px) {
  .cid-veZBfbQPD1 .date {
    padding: 2rem;
  }
}
.cid-veZBfbQPD1 .mbr-section-title {
  margin: 0;
  margin-bottom: 80px;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-veZBfbQPD1 .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-veZBfbQPD1 .card-heading {
  line-height: 1.2;
}
.cid-veZBfbQPD1 .wrapper {
  background-color: #dcc2fb;
  border-radius: 10px;
}
.cid-veZBfbQPD1 .news-item {
  text-decoration: none;
}
.cid-veZBfbQPD1 .news-item:hover {
  cursor: pointer;
}
@media (max-width: 600px) {
  .cid-veZBfbQPD1 .link {
    margin-top: 20px;
    margin-bottom: 20px;
    opacity: 1;
    transform: none;
  }
}
.cid-veZBfbQPD1 .mbr-text {
  line-height: 1.72;
}
.cid-veZBfbQPD1 .news-content {
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-veZBfbQPD1 .news-content {
    padding: 2rem;
  }
}
.cid-veU8KAebWP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #592e8b;
}
.cid-veU8KAebWP .mbr-fallback-image.disabled {
  display: none;
}
.cid-veU8KAebWP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veU8KAebWP .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-veU8KAebWP .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-veU8KAebWP .container {
    padding: 0 26px;
  }
}
.cid-veU8KAebWP .row {
  padding: 60px;
  margin: 0;
  border: 1px solid #e9dafa;
  padding: 120px 60px 60px 30px;
}
@media (max-width: 992px) {
  .cid-veU8KAebWP .row {
    padding: 120px 30px;
  }
}
@media (max-width: 992px) {
  .cid-veU8KAebWP .row {
    padding: 26px;
  }
}
.cid-veU8KAebWP .title-wrapper {
  margin-bottom: 50px;
}
.cid-veU8KAebWP .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-veU8KAebWP .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-veU8KAebWP .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-veU8KAebWP .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-veU8KAebWP .title-wrapper .title-wrap .logo-wrap img {
  width: 110px;
  height: 100px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-veU8KAebWP .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-veU8KAebWP .nav-wrapper {
  margin-bottom: 50px;
}
.cid-veU8KAebWP .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-veU8KAebWP .nav-wrapper .list {
    display: block;
  }
}
.cid-veU8KAebWP .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-veU8KAebWP .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-veU8KAebWP .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-veU8KAebWP .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #221036;
  transition: all 0.3s ease-in-out;
}
.cid-veU8KAebWP .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-veU8KAebWP .soc-wrapper {
  margin-bottom: 50px;
}
.cid-veU8KAebWP .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-veU8KAebWP .soc-wrapper .social-row .soc-item {
  margin-left: 14px;
}
.cid-veU8KAebWP .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-veU8KAebWP .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-veU8KAebWP .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #e9dafa;
}
.cid-veU8KAebWP .copy-wrapper {
  margin: 55px auto;
}
.cid-veU8KAebWP .copy-wrapper .copyright {
  margin-bottom: 0;
  font-size: .95rem;
}
.cid-veU8KAebWP .mbr-section-title,
.cid-veU8KAebWP .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-veU8KAebWP .list {
  color: #ffffff;
}
.cid-veU8KAebWP .copyright {
  color: #ffffff;
  text-align: center;
}
.cid-veU8KAebWP .list,
.cid-veU8KAebWP .nav-wrapper,
.cid-veU8KAebWP .soc-wrapper {
  text-align: center;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

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

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.35 !important;
}

.mbr-section-subtitle {
  line-height: 1.35 !important;
}

.mbr-text {
  font-style: normal;
  line-height: 1.6 !important;
}

.item-text {
  font-style: normal;
  line-height: 1.6 !important;
}

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

b,
strong {
  font-weight: bold;
}

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

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

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

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

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

.mbr-black {
  color: #111111;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.card-box {
  width: 100%;
}

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

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

.mbr-figure {
  align-self: center;
}

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

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

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

  .media {
    width: auto;
  }

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

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

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

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

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

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

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

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

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

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

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

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

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

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

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

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 70px;
  right: 10px;
  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: 2%;
  color: #fff;
  display: inline-block;
  height: 40px;
  width: 40px;
  border: 1px 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: 1rem !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-veUy4nbQlt {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-veUy4nbQlt .navbar-dropdown {
  background-color: #e9dafa !important;
  padding: 0;
}
.cid-veUy4nbQlt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #e9dafa !important;
  background: #e9dafa;
}
.cid-veUy4nbQlt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-veUy4nbQlt #navbar {
  transition: top 0.5s;
}
.cid-veUy4nbQlt .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-veUy4nbQlt .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-veUy4nbQlt .menu_box .navbar.opened,
  .cid-veUy4nbQlt .menu_box .navbar-collapse {
    background-color: #e9dafa !important;
    transition: all 0s ease 0s;
  }
}
.cid-veUy4nbQlt nav.navbar {
  position: fixed;
  padding-top: .5rem;
  padding-bottom: .35rem;
}
.cid-veUy4nbQlt .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 120px;
  margin-left: 15px;
}
@media (max-width: 991px) {
  .cid-veUy4nbQlt .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-veUy4nbQlt .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-veUy4nbQlt .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-veUy4nbQlt .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-veUy4nbQlt .offcanvas {
    padding: 12rem 60px 0;
    width: 35%;
    background-color: #34363a;
  }
  .cid-veUy4nbQlt .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-veUy4nbQlt .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-veUy4nbQlt .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-veUy4nbQlt .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-veUy4nbQlt .offcanvas-body .mbr-text,
  .cid-veUy4nbQlt .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-veUy4nbQlt .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-veUy4nbQlt .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-veUy4nbQlt .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #221036;
  }
  .cid-veUy4nbQlt .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-veUy4nbQlt .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-veUy4nbQlt .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-veUy4nbQlt .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-veUy4nbQlt ul.navbar-nav {
    padding-bottom: 1.25rem;
  }
  .cid-veUy4nbQlt .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-veUy4nbQlt .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-veUy4nbQlt .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-veUy4nbQlt li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-veUy4nbQlt .lg_brand {
    margin: 0 1rem;
  }
  .cid-veUy4nbQlt .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-veUy4nbQlt .nav-item {
  margin: 4px 10px;
}
@media (min-width: 1200px) {
  .cid-veUy4nbQlt .nav-item {
    margin: 4px 9px;
  }
}
@media (max-width: 991px) {
  .cid-veUy4nbQlt .nav-item {
    margin: 0 !important;
  }
}
.cid-veUy4nbQlt .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-veUy4nbQlt .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  background-color: #e9dafa;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-veUy4nbQlt .nav-item .nav-link:hover::before,
.cid-veUy4nbQlt .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-veUy4nbQlt .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-veUy4nbQlt .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 200px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-veUy4nbQlt .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-veUy4nbQlt .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-veUy4nbQlt .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-veUy4nbQlt .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-veUy4nbQlt .offcanvas_box {
    display: none;
  }
}
.cid-veUy4nbQlt .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-veUy4nbQlt .nav-dropdown .link {
  font-weight: 500 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-veUy4nbQlt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-veUy4nbQlt .container {
  display: flex;
  margin: auto;
}
.cid-veUy4nbQlt .iconfont-wrapper {
  color: #221036;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-veUy4nbQlt .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-veUy4nbQlt .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-veUy4nbQlt .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-veUy4nbQlt .navbar-nav {
    margin: 0;
  }
}
.cid-veUy4nbQlt .dropdown-menu,
.cid-veUy4nbQlt .navbar.opened {
  background-color: false !important;
}
.cid-veUy4nbQlt .nav-item:focus,
.cid-veUy4nbQlt .nav-link:focus {
  outline: none;
}
.cid-veUy4nbQlt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veUy4nbQlt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veUy4nbQlt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veUy4nbQlt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veUy4nbQlt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-veUy4nbQlt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-veUy4nbQlt .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-veUy4nbQlt .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-veUy4nbQlt .navbar.opened {
  transition: all 0.3s;
}
.cid-veUy4nbQlt .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-veUy4nbQlt .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: .3rem !important;
}
.cid-veUy4nbQlt .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-veUy4nbQlt .navbar.collapsed {
  justify-content: center;
}
.cid-veUy4nbQlt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-veUy4nbQlt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-veUy4nbQlt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-veUy4nbQlt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-veUy4nbQlt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-veUy4nbQlt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-veUy4nbQlt .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-veUy4nbQlt .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-veUy4nbQlt .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-veUy4nbQlt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veUy4nbQlt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veUy4nbQlt .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-veUy4nbQlt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veUy4nbQlt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-veUy4nbQlt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-veUy4nbQlt .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-veUy4nbQlt .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-veUy4nbQlt .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-veUy4nbQlt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-veUy4nbQlt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veUy4nbQlt .navbar .icons-menu {
    padding: 0;
  }
}
.cid-veUy4nbQlt .navbar.navbar-short {
  min-height: 60px;
}
.cid-veUy4nbQlt .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-veUy4nbQlt .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-veUy4nbQlt .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-veUy4nbQlt .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-veUy4nbQlt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-veUy4nbQlt .dropdown-item.active,
.cid-veUy4nbQlt .dropdown-item:active {
  background-color: transparent;
}
.cid-veUy4nbQlt .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-veUy4nbQlt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veUy4nbQlt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veUy4nbQlt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-veUy4nbQlt ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-veUy4nbQlt .navbar-buttons {
  text-align: center;
  min-width: 150px;
}
.cid-veUy4nbQlt button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #e9dafa;
  background: #e9dafa;
}
.cid-veUy4nbQlt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #221036;
}
.cid-veUy4nbQlt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-veUy4nbQlt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veUy4nbQlt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veUy4nbQlt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veUy4nbQlt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veUy4nbQlt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veUy4nbQlt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veUy4nbQlt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veUy4nbQlt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-veUy4nbQlt .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-veUy4nbQlt .navbar {
    height: 70px;
  }
  .cid-veUy4nbQlt .navbar.opened {
    height: auto;
  }
  .cid-veUy4nbQlt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veUy4nbQlt .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-veUy4nbQlt .container-fluid {
    padding-left: 42px;
    padding-right: 42px;
  }
}
.cid-veUy4nbQlt .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-veUy4nbQlt .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-veUy4nbQlt .mbr-section-btn-main .btn {
  min-width: 140px;
}
@media (min-width: 992px) {
  .cid-veUy4nbQlt .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-veUy4nbQlt .text_widget {
  margin-bottom: 32px;
}
.cid-veUy4nbQlt .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-veUy4nbQlt .text_widget a:hover,
.cid-veUy4nbQlt .text_widget a:focus {
  opacity: .8;
}
.cid-veUy4nbQlt .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-veUy4nbQlt .navbar-caption {
  color: #ffffff;
}
.cid-veUy4nbQlt .mbr-text {
  color: #f4f4f4;
  text-align: center;
}
.cid-veUy4nbQlt .mbr-section-subtitle,
.cid-veUy4nbQlt .text_widget,
.cid-veUy4nbQlt .mbr-section-btn {
  text-align: center;
}
.cid-veUy4nbQlt a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-veUy4nHhsZ {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #e9dafa;
}
.cid-veUy4nHhsZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-veUy4nHhsZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veUy4nHhsZ .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-veUy4nHhsZ .container-fluid {
    padding: 0 15px;
  }
}
.cid-veUy4nHhsZ .row {
  margin: 0;
}
.cid-veUy4nHhsZ .row .card {
  padding: 0;
}
.cid-veUy4nHhsZ .card-wrapper {
  padding: 110px 30px;
  background-color: #e9dafa;
}
@media (max-width: 1440px) {
  .cid-veUy4nHhsZ .card-wrapper {
    padding: 40px 30px;
  }
}
@media (max-width: 992px) {
  .cid-veUy4nHhsZ .card-wrapper {
    padding: 35px 15px;
  }
}
.cid-veUy4nHhsZ .card-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 3px 10px;
  background-color: #000000;
}
.cid-veUy4nHhsZ .card-wrapper .mbr-section-title {
  margin-top: 25px;
  margin-bottom: 20px;
}
.cid-veUy4nHhsZ .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-veUy4nHhsZ .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-veUy4nHhsZ .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-veUy4nHhsZ .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-veUy4nHhsZ .image-wrapper {
    height: 450px;
    margin-bottom: 10px;
  }
}
@media (max-width: 992px) and (max-width: 380px) {
  .cid-veUy4nHhsZ .image-wrapper {
    margin-bottom: -200px !important;
  }
}
.cid-veUy4nHhsZ .image-wrapper img {
  position: relative;
  top: 0;
  left: 0;
  height: auto;
  width: 100%;
  object-fit: cover;
}
.cid-veUy4nHhsZ .mbr-label {
  color: #000000;
}
.cid-veUy4nHhsZ .mbr-section-title {
  color: #000000;
  line-height: 1.5;
}
.cid-veUy4nHhsZ .mbr-text,
.cid-veUy4nHhsZ .text-wrapper {
  color: #000000;
}
.cid-veUy4nHhsZ .mbr-label,
.cid-veUy4nHhsZ .label-wrapper {
  color: #221036;
}
.cid-veUy4nUEL6 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #f1e9fb;
}
.cid-veUy4nUEL6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veUy4nUEL6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veUy4nUEL6 .card-wrapper {
  background: #e9dafa;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-veUy4nUEL6 .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-veUy4nUEL6 .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-veUy4nUEL6 .card-wrapper {
    padding: 4rem;
  }
}
.cid-veUy4nUEL6 .mbr-text,
.cid-veUy4nUEL6 .mbr-section-btn {
  color: #000000;
}
.cid-veUy4nUEL6 .card-title,
.cid-veUy4nUEL6 .card-box {
  text-align: left;
  color: #000000;
}
.cid-veZSSBVXBq {
  padding-top: 0rem;
  background-color: #f1e9fb;
  overflow: hidden;
}
.cid-veZSSBVXBq .mbr-fallback-image.disabled {
  display: none;
}
.cid-veZSSBVXBq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veZSSBVXBq .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 4rem;
  padding-left: 10px;
  padding-right: 10px;
  border-bottom: 1px solid #f1e9fb;
}
@media (max-width: 825px) {
  .cid-veZSSBVXBq .content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-veZSSBVXBq .content-wrapper .border-wrap {
  position: absolute;
  height: 1000%;
  width: 1px;
  border-left: 1px solid #f1e9fb;
  pointer-events: none;
}
@media (max-width: 425px) {
  .cid-veZSSBVXBq .content-wrapper .border-wrap {
    display: none;
  }
}
.cid-veZSSBVXBq .content-wrapper .border_1 {
  left: 0;
}
.cid-veZSSBVXBq .content-wrapper .border_2 {
  right: 0;
}
.cid-veZSSBVXBq .content-wrapper .icon-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-veZSSBVXBq .content-wrapper .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-veZSSBVXBq .content-wrapper .icon-wrapper .mbr-iconfont {
  width: 52px;
  height: 52px;
  min-width: 52px;
  font-size: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #ff6900;
  box-shadow: inset 0 2px 10px 0 #ffffff, 0 10px 10px -2px #c55200;
}
.cid-veZSSBVXBq .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-veZSSBVXBq .content-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-veZSSBVXBq .content-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-veZSSBVXBq .content-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-veZSSBVXBq .content-wrapper .title-wrapper .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-veZSSBVXBq .mbr-section-title {
  color: #0f172a;
  text-align: center;
}
.cid-veZSSBVXBq .mbr-text,
.cid-veZSSBVXBq .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-veZSSBVXBq .mbr-section-btn,
.cid-veZSSBVXBq .mbr-section-title,
.cid-veZSSBVXBq .icon-wrapper {
  text-align: center;
}
.cid-veZBDK4EZh {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #e9dafa;
}
.cid-veZBDK4EZh .date {
  padding: 1rem;
  color: #fff;
  background-color: #592e8b;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
@media (min-width: 992px) {
  .cid-veZBDK4EZh .date {
    padding: 2rem;
  }
}
.cid-veZBDK4EZh .mbr-section-title {
  margin: 0;
  margin-bottom: 80px;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-veZBDK4EZh .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-veZBDK4EZh .card-heading {
  line-height: 1.2;
}
.cid-veZBDK4EZh .wrapper {
  background-color: #dcc2fb;
  border-radius: 10px;
}
.cid-veZBDK4EZh .news-item {
  text-decoration: none;
}
.cid-veZBDK4EZh .news-item:hover {
  cursor: pointer;
}
@media (max-width: 600px) {
  .cid-veZBDK4EZh .link {
    margin-top: 20px;
    margin-bottom: 20px;
    opacity: 1;
    transform: none;
  }
}
.cid-veZBDK4EZh .mbr-text {
  line-height: 1.72;
}
.cid-veZBDK4EZh .news-content {
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-veZBDK4EZh .news-content {
    padding: 2rem;
  }
}
.cid-veUy4o7BGV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #592e8b;
}
.cid-veUy4o7BGV .mbr-fallback-image.disabled {
  display: none;
}
.cid-veUy4o7BGV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veUy4o7BGV .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-veUy4o7BGV .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-veUy4o7BGV .container {
    padding: 0 26px;
  }
}
.cid-veUy4o7BGV .row {
  padding: 60px;
  margin: 0;
  border: 1px solid #e9dafa;
  padding: 120px 60px 60px 30px;
}
@media (max-width: 992px) {
  .cid-veUy4o7BGV .row {
    padding: 120px 30px;
  }
}
@media (max-width: 992px) {
  .cid-veUy4o7BGV .row {
    padding: 26px;
  }
}
.cid-veUy4o7BGV .title-wrapper {
  margin-bottom: 50px;
}
.cid-veUy4o7BGV .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-veUy4o7BGV .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-veUy4o7BGV .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-veUy4o7BGV .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-veUy4o7BGV .title-wrapper .title-wrap .logo-wrap img {
  width: 110px;
  height: 100px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-veUy4o7BGV .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-veUy4o7BGV .nav-wrapper {
  margin-bottom: 50px;
}
.cid-veUy4o7BGV .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-veUy4o7BGV .nav-wrapper .list {
    display: block;
  }
}
.cid-veUy4o7BGV .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-veUy4o7BGV .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-veUy4o7BGV .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-veUy4o7BGV .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #221036;
  transition: all 0.3s ease-in-out;
}
.cid-veUy4o7BGV .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-veUy4o7BGV .soc-wrapper {
  margin-bottom: 50px;
}
.cid-veUy4o7BGV .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-veUy4o7BGV .soc-wrapper .social-row .soc-item {
  margin-left: 14px;
}
.cid-veUy4o7BGV .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-veUy4o7BGV .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-veUy4o7BGV .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #e9dafa;
}
.cid-veUy4o7BGV .copy-wrapper {
  margin: 55px auto;
}
.cid-veUy4o7BGV .copy-wrapper .copyright {
  margin-bottom: 0;
  font-size: .95rem;
}
.cid-veUy4o7BGV .mbr-section-title,
.cid-veUy4o7BGV .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-veUy4o7BGV .list {
  color: #ffffff;
}
.cid-veUy4o7BGV .copyright {
  color: #ffffff;
  text-align: center;
}
.cid-veUy4o7BGV .list,
.cid-veUy4o7BGV .nav-wrapper,
.cid-veUy4o7BGV .soc-wrapper {
  text-align: center;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

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

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.35 !important;
}

.mbr-section-subtitle {
  line-height: 1.35 !important;
}

.mbr-text {
  font-style: normal;
  line-height: 1.6 !important;
}

.item-text {
  font-style: normal;
  line-height: 1.6 !important;
}

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

b,
strong {
  font-weight: bold;
}

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

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

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

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

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

.mbr-black {
  color: #111111;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.card-box {
  width: 100%;
}

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

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

.mbr-figure {
  align-self: center;
}

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

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

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

  .media {
    width: auto;
  }

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

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

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

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

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

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

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

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

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

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

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

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

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

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

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

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 70px;
  right: 10px;
  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: 2%;
  color: #fff;
  display: inline-block;
  height: 40px;
  width: 40px;
  border: 1px 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: 1rem !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-veUBwj1OCN {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-veUBwj1OCN .navbar-dropdown {
  background-color: #e9dafa !important;
  padding: 0;
}
.cid-veUBwj1OCN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #e9dafa !important;
  background: #e9dafa;
}
.cid-veUBwj1OCN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-veUBwj1OCN #navbar {
  transition: top 0.5s;
}
.cid-veUBwj1OCN .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-veUBwj1OCN .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-veUBwj1OCN .menu_box .navbar.opened,
  .cid-veUBwj1OCN .menu_box .navbar-collapse {
    background-color: #e9dafa !important;
    transition: all 0s ease 0s;
  }
}
.cid-veUBwj1OCN nav.navbar {
  position: fixed;
  padding-top: .5rem;
  padding-bottom: .35rem;
}
.cid-veUBwj1OCN .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 120px;
  margin-left: 15px;
}
@media (max-width: 991px) {
  .cid-veUBwj1OCN .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-veUBwj1OCN .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-veUBwj1OCN .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-veUBwj1OCN .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-veUBwj1OCN .offcanvas {
    padding: 12rem 60px 0;
    width: 35%;
    background-color: #34363a;
  }
  .cid-veUBwj1OCN .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-veUBwj1OCN .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-veUBwj1OCN .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-veUBwj1OCN .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-veUBwj1OCN .offcanvas-body .mbr-text,
  .cid-veUBwj1OCN .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-veUBwj1OCN .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-veUBwj1OCN .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-veUBwj1OCN .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #221036;
  }
  .cid-veUBwj1OCN .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-veUBwj1OCN .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-veUBwj1OCN .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-veUBwj1OCN .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-veUBwj1OCN ul.navbar-nav {
    padding-bottom: 1.25rem;
  }
  .cid-veUBwj1OCN .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-veUBwj1OCN .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-veUBwj1OCN .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-veUBwj1OCN li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-veUBwj1OCN .lg_brand {
    margin: 0 1rem;
  }
  .cid-veUBwj1OCN .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-veUBwj1OCN .nav-item {
  margin: 4px 10px;
}
@media (min-width: 1200px) {
  .cid-veUBwj1OCN .nav-item {
    margin: 4px 9px;
  }
}
@media (max-width: 991px) {
  .cid-veUBwj1OCN .nav-item {
    margin: 0 !important;
  }
}
.cid-veUBwj1OCN .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-veUBwj1OCN .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  background-color: #e9dafa;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-veUBwj1OCN .nav-item .nav-link:hover::before,
.cid-veUBwj1OCN .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-veUBwj1OCN .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-veUBwj1OCN .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 200px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-veUBwj1OCN .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-veUBwj1OCN .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-veUBwj1OCN .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-veUBwj1OCN .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-veUBwj1OCN .offcanvas_box {
    display: none;
  }
}
.cid-veUBwj1OCN .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-veUBwj1OCN .nav-dropdown .link {
  font-weight: 500 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-veUBwj1OCN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-veUBwj1OCN .container {
  display: flex;
  margin: auto;
}
.cid-veUBwj1OCN .iconfont-wrapper {
  color: #221036;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-veUBwj1OCN .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-veUBwj1OCN .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-veUBwj1OCN .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-veUBwj1OCN .navbar-nav {
    margin: 0;
  }
}
.cid-veUBwj1OCN .dropdown-menu,
.cid-veUBwj1OCN .navbar.opened {
  background-color: false !important;
}
.cid-veUBwj1OCN .nav-item:focus,
.cid-veUBwj1OCN .nav-link:focus {
  outline: none;
}
.cid-veUBwj1OCN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veUBwj1OCN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veUBwj1OCN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veUBwj1OCN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veUBwj1OCN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-veUBwj1OCN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-veUBwj1OCN .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-veUBwj1OCN .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-veUBwj1OCN .navbar.opened {
  transition: all 0.3s;
}
.cid-veUBwj1OCN .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-veUBwj1OCN .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: .3rem !important;
}
.cid-veUBwj1OCN .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-veUBwj1OCN .navbar.collapsed {
  justify-content: center;
}
.cid-veUBwj1OCN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-veUBwj1OCN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-veUBwj1OCN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-veUBwj1OCN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-veUBwj1OCN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-veUBwj1OCN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-veUBwj1OCN .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-veUBwj1OCN .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-veUBwj1OCN .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-veUBwj1OCN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veUBwj1OCN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veUBwj1OCN .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-veUBwj1OCN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veUBwj1OCN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-veUBwj1OCN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-veUBwj1OCN .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-veUBwj1OCN .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-veUBwj1OCN .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-veUBwj1OCN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-veUBwj1OCN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veUBwj1OCN .navbar .icons-menu {
    padding: 0;
  }
}
.cid-veUBwj1OCN .navbar.navbar-short {
  min-height: 60px;
}
.cid-veUBwj1OCN .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-veUBwj1OCN .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-veUBwj1OCN .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-veUBwj1OCN .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-veUBwj1OCN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-veUBwj1OCN .dropdown-item.active,
.cid-veUBwj1OCN .dropdown-item:active {
  background-color: transparent;
}
.cid-veUBwj1OCN .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-veUBwj1OCN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veUBwj1OCN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veUBwj1OCN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-veUBwj1OCN ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-veUBwj1OCN .navbar-buttons {
  text-align: center;
  min-width: 150px;
}
.cid-veUBwj1OCN button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #e9dafa;
  background: #e9dafa;
}
.cid-veUBwj1OCN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #221036;
}
.cid-veUBwj1OCN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-veUBwj1OCN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veUBwj1OCN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veUBwj1OCN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veUBwj1OCN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veUBwj1OCN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veUBwj1OCN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veUBwj1OCN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veUBwj1OCN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-veUBwj1OCN .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-veUBwj1OCN .navbar {
    height: 70px;
  }
  .cid-veUBwj1OCN .navbar.opened {
    height: auto;
  }
  .cid-veUBwj1OCN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veUBwj1OCN .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-veUBwj1OCN .container-fluid {
    padding-left: 42px;
    padding-right: 42px;
  }
}
.cid-veUBwj1OCN .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-veUBwj1OCN .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-veUBwj1OCN .mbr-section-btn-main .btn {
  min-width: 140px;
}
@media (min-width: 992px) {
  .cid-veUBwj1OCN .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-veUBwj1OCN .text_widget {
  margin-bottom: 32px;
}
.cid-veUBwj1OCN .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-veUBwj1OCN .text_widget a:hover,
.cid-veUBwj1OCN .text_widget a:focus {
  opacity: .8;
}
.cid-veUBwj1OCN .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-veUBwj1OCN .navbar-caption {
  color: #ffffff;
}
.cid-veUBwj1OCN .mbr-text {
  color: #f4f4f4;
  text-align: center;
}
.cid-veUBwj1OCN .mbr-section-subtitle,
.cid-veUBwj1OCN .text_widget,
.cid-veUBwj1OCN .mbr-section-btn {
  text-align: center;
}
.cid-veUBwj1OCN a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-veUBwjlJ6e {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #e9dafa;
}
.cid-veUBwjlJ6e .mbr-fallback-image.disabled {
  display: none;
}
.cid-veUBwjlJ6e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veUBwjlJ6e .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-veUBwjlJ6e .container-fluid {
    padding: 0 15px;
  }
}
.cid-veUBwjlJ6e .row {
  margin: 0;
}
.cid-veUBwjlJ6e .row .card {
  padding: 0;
}
.cid-veUBwjlJ6e .card-wrapper {
  padding: 110px 30px;
  background-color: #e9dafa;
}
@media (max-width: 1440px) {
  .cid-veUBwjlJ6e .card-wrapper {
    padding: 40px 30px;
  }
}
@media (max-width: 992px) {
  .cid-veUBwjlJ6e .card-wrapper {
    padding: 35px 15px;
  }
}
.cid-veUBwjlJ6e .card-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 3px 10px;
  background-color: #000000;
}
.cid-veUBwjlJ6e .card-wrapper .mbr-section-title {
  margin-top: 25px;
  margin-bottom: 20px;
}
.cid-veUBwjlJ6e .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-veUBwjlJ6e .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-veUBwjlJ6e .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-veUBwjlJ6e .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-veUBwjlJ6e .image-wrapper {
    height: 450px !important;
    margin-bottom: 10px;
  }
}
@media (max-width: 992px) and (max-width: 380px) {
  .cid-veUBwjlJ6e .image-wrapper {
    margin-bottom: -200px !important;
  }
}
.cid-veUBwjlJ6e .image-wrapper img {
  position: relative;
  top: 0;
  left: 0;
  height: auto;
  width: 100%;
  object-fit: cover;
}
.cid-veUBwjlJ6e .mbr-label {
  color: #000000;
}
.cid-veUBwjlJ6e .mbr-section-title {
  color: #000000;
  line-height: 1.5;
}
.cid-veUBwjlJ6e .mbr-text,
.cid-veUBwjlJ6e .text-wrapper {
  color: #000000;
}
.cid-veUBwjlJ6e .mbr-label,
.cid-veUBwjlJ6e .label-wrapper {
  color: #221036;
}
.cid-veUBwjywKU {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #f1e9fb;
}
.cid-veUBwjywKU .mbr-fallback-image.disabled {
  display: none;
}
.cid-veUBwjywKU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veUBwjywKU .card-wrapper {
  background: #e9dafa;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-veUBwjywKU .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-veUBwjywKU .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-veUBwjywKU .card-wrapper {
    padding: 4rem;
  }
}
.cid-veUBwjywKU .mbr-text,
.cid-veUBwjywKU .mbr-section-btn {
  color: #000000;
}
.cid-veUBwjywKU .card-title,
.cid-veUBwjywKU .card-box {
  text-align: left;
  color: #000000;
}
.cid-veZU8GfSGU {
  padding-top: 0rem;
  background-color: #f1e9fb;
  overflow: hidden;
}
.cid-veZU8GfSGU .mbr-fallback-image.disabled {
  display: none;
}
.cid-veZU8GfSGU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veZU8GfSGU .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 4rem;
  padding-left: 10px;
  padding-right: 10px;
  border-bottom: 1px solid #f1e9fb;
}
@media (max-width: 825px) {
  .cid-veZU8GfSGU .content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-veZU8GfSGU .content-wrapper .border-wrap {
  position: absolute;
  height: 1000%;
  width: 1px;
  border-left: 1px solid #f1e9fb;
  pointer-events: none;
}
@media (max-width: 425px) {
  .cid-veZU8GfSGU .content-wrapper .border-wrap {
    display: none;
  }
}
.cid-veZU8GfSGU .content-wrapper .border_1 {
  left: 0;
}
.cid-veZU8GfSGU .content-wrapper .border_2 {
  right: 0;
}
.cid-veZU8GfSGU .content-wrapper .icon-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-veZU8GfSGU .content-wrapper .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-veZU8GfSGU .content-wrapper .icon-wrapper .mbr-iconfont {
  width: 52px;
  height: 52px;
  min-width: 52px;
  font-size: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #ff6900;
  box-shadow: inset 0 2px 10px 0 #ffffff, 0 10px 10px -2px #c55200;
}
.cid-veZU8GfSGU .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-veZU8GfSGU .content-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-veZU8GfSGU .content-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-veZU8GfSGU .content-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-veZU8GfSGU .content-wrapper .title-wrapper .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-veZU8GfSGU .mbr-section-title {
  color: #0f172a;
  text-align: center;
}
.cid-veZU8GfSGU .mbr-text,
.cid-veZU8GfSGU .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-veZU8GfSGU .mbr-section-btn,
.cid-veZU8GfSGU .mbr-section-title,
.cid-veZU8GfSGU .icon-wrapper {
  text-align: center;
}
.cid-veZBRy67dg {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #e9dafa;
}
.cid-veZBRy67dg .date {
  padding: 1rem;
  color: #fff;
  background-color: #592e8b;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
@media (min-width: 992px) {
  .cid-veZBRy67dg .date {
    padding: 2rem;
  }
}
.cid-veZBRy67dg .mbr-section-title {
  margin: 0;
  margin-bottom: 80px;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-veZBRy67dg .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-veZBRy67dg .card-heading {
  line-height: 1.2;
}
.cid-veZBRy67dg .wrapper {
  background-color: #dcc2fb;
  border-radius: 10px;
}
.cid-veZBRy67dg .news-item {
  text-decoration: none;
}
.cid-veZBRy67dg .news-item:hover {
  cursor: pointer;
}
@media (max-width: 600px) {
  .cid-veZBRy67dg .link {
    margin-top: 20px;
    margin-bottom: 20px;
    opacity: 1;
    transform: none;
  }
}
.cid-veZBRy67dg .mbr-text {
  line-height: 1.72;
}
.cid-veZBRy67dg .news-content {
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-veZBRy67dg .news-content {
    padding: 2rem;
  }
}
.cid-veUBwjKVgV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #592e8b;
}
.cid-veUBwjKVgV .mbr-fallback-image.disabled {
  display: none;
}
.cid-veUBwjKVgV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veUBwjKVgV .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-veUBwjKVgV .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-veUBwjKVgV .container {
    padding: 0 26px;
  }
}
.cid-veUBwjKVgV .row {
  padding: 60px;
  margin: 0;
  border: 1px solid #e9dafa;
  padding: 120px 60px 60px 30px;
}
@media (max-width: 992px) {
  .cid-veUBwjKVgV .row {
    padding: 120px 30px;
  }
}
@media (max-width: 992px) {
  .cid-veUBwjKVgV .row {
    padding: 26px;
  }
}
.cid-veUBwjKVgV .title-wrapper {
  margin-bottom: 50px;
}
.cid-veUBwjKVgV .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-veUBwjKVgV .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-veUBwjKVgV .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-veUBwjKVgV .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-veUBwjKVgV .title-wrapper .title-wrap .logo-wrap img {
  width: 110px;
  height: 100px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-veUBwjKVgV .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-veUBwjKVgV .nav-wrapper {
  margin-bottom: 50px;
}
.cid-veUBwjKVgV .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-veUBwjKVgV .nav-wrapper .list {
    display: block;
  }
}
.cid-veUBwjKVgV .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-veUBwjKVgV .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-veUBwjKVgV .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-veUBwjKVgV .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #221036;
  transition: all 0.3s ease-in-out;
}
.cid-veUBwjKVgV .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-veUBwjKVgV .soc-wrapper {
  margin-bottom: 50px;
}
.cid-veUBwjKVgV .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-veUBwjKVgV .soc-wrapper .social-row .soc-item {
  margin-left: 14px;
}
.cid-veUBwjKVgV .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-veUBwjKVgV .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-veUBwjKVgV .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #e9dafa;
}
.cid-veUBwjKVgV .copy-wrapper {
  margin: 55px auto;
}
.cid-veUBwjKVgV .copy-wrapper .copyright {
  margin-bottom: 0;
  font-size: .95rem;
}
.cid-veUBwjKVgV .mbr-section-title,
.cid-veUBwjKVgV .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-veUBwjKVgV .list {
  color: #ffffff;
}
.cid-veUBwjKVgV .copyright {
  color: #ffffff;
  text-align: center;
}
.cid-veUBwjKVgV .list,
.cid-veUBwjKVgV .nav-wrapper,
.cid-veUBwjKVgV .soc-wrapper {
  text-align: center;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

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

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.35 !important;
}

.mbr-section-subtitle {
  line-height: 1.35 !important;
}

.mbr-text {
  font-style: normal;
  line-height: 1.6 !important;
}

.item-text {
  font-style: normal;
  line-height: 1.6 !important;
}

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

b,
strong {
  font-weight: bold;
}

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

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

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

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

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

.mbr-black {
  color: #111111;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.card-box {
  width: 100%;
}

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

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

.mbr-figure {
  align-self: center;
}

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

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

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

  .media {
    width: auto;
  }

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

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

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

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

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

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

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

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

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

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

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

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

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

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

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

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 70px;
  right: 10px;
  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: 2%;
  color: #fff;
  display: inline-block;
  height: 40px;
  width: 40px;
  border: 1px 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: 1rem !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-veUI2uLMqm {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-veUI2uLMqm .navbar-dropdown {
  background-color: #e9dafa !important;
  padding: 0;
}
.cid-veUI2uLMqm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #e9dafa !important;
  background: #e9dafa;
}
.cid-veUI2uLMqm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-veUI2uLMqm #navbar {
  transition: top 0.5s;
}
.cid-veUI2uLMqm .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-veUI2uLMqm .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-veUI2uLMqm .menu_box .navbar.opened,
  .cid-veUI2uLMqm .menu_box .navbar-collapse {
    background-color: #e9dafa !important;
    transition: all 0s ease 0s;
  }
}
.cid-veUI2uLMqm nav.navbar {
  position: fixed;
  padding-top: .5rem;
  padding-bottom: .35rem;
}
.cid-veUI2uLMqm .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 120px;
  margin-left: 15px;
}
@media (max-width: 991px) {
  .cid-veUI2uLMqm .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-veUI2uLMqm .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-veUI2uLMqm .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-veUI2uLMqm .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-veUI2uLMqm .offcanvas {
    padding: 12rem 60px 0;
    width: 35%;
    background-color: #34363a;
  }
  .cid-veUI2uLMqm .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-veUI2uLMqm .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-veUI2uLMqm .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-veUI2uLMqm .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-veUI2uLMqm .offcanvas-body .mbr-text,
  .cid-veUI2uLMqm .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-veUI2uLMqm .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-veUI2uLMqm .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-veUI2uLMqm .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #221036;
  }
  .cid-veUI2uLMqm .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-veUI2uLMqm .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-veUI2uLMqm .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-veUI2uLMqm .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-veUI2uLMqm ul.navbar-nav {
    padding-bottom: 1.25rem;
  }
  .cid-veUI2uLMqm .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-veUI2uLMqm .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-veUI2uLMqm .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-veUI2uLMqm li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-veUI2uLMqm .lg_brand {
    margin: 0 1rem;
  }
  .cid-veUI2uLMqm .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-veUI2uLMqm .nav-item {
  margin: 4px 10px;
}
@media (min-width: 1200px) {
  .cid-veUI2uLMqm .nav-item {
    margin: 4px 9px;
  }
}
@media (max-width: 991px) {
  .cid-veUI2uLMqm .nav-item {
    margin: 0 !important;
  }
}
.cid-veUI2uLMqm .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-veUI2uLMqm .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  background-color: #e9dafa;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-veUI2uLMqm .nav-item .nav-link:hover::before,
.cid-veUI2uLMqm .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-veUI2uLMqm .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-veUI2uLMqm .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 200px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-veUI2uLMqm .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-veUI2uLMqm .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-veUI2uLMqm .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-veUI2uLMqm .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-veUI2uLMqm .offcanvas_box {
    display: none;
  }
}
.cid-veUI2uLMqm .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-veUI2uLMqm .nav-dropdown .link {
  font-weight: 500 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-veUI2uLMqm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-veUI2uLMqm .container {
  display: flex;
  margin: auto;
}
.cid-veUI2uLMqm .iconfont-wrapper {
  color: #221036;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-veUI2uLMqm .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-veUI2uLMqm .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-veUI2uLMqm .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-veUI2uLMqm .navbar-nav {
    margin: 0;
  }
}
.cid-veUI2uLMqm .dropdown-menu,
.cid-veUI2uLMqm .navbar.opened {
  background-color: false !important;
}
.cid-veUI2uLMqm .nav-item:focus,
.cid-veUI2uLMqm .nav-link:focus {
  outline: none;
}
.cid-veUI2uLMqm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veUI2uLMqm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veUI2uLMqm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veUI2uLMqm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veUI2uLMqm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-veUI2uLMqm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-veUI2uLMqm .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-veUI2uLMqm .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-veUI2uLMqm .navbar.opened {
  transition: all 0.3s;
}
.cid-veUI2uLMqm .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-veUI2uLMqm .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: .3rem !important;
}
.cid-veUI2uLMqm .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-veUI2uLMqm .navbar.collapsed {
  justify-content: center;
}
.cid-veUI2uLMqm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-veUI2uLMqm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-veUI2uLMqm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-veUI2uLMqm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-veUI2uLMqm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-veUI2uLMqm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-veUI2uLMqm .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-veUI2uLMqm .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-veUI2uLMqm .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-veUI2uLMqm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veUI2uLMqm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veUI2uLMqm .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-veUI2uLMqm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veUI2uLMqm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-veUI2uLMqm .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-veUI2uLMqm .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-veUI2uLMqm .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-veUI2uLMqm .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-veUI2uLMqm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-veUI2uLMqm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veUI2uLMqm .navbar .icons-menu {
    padding: 0;
  }
}
.cid-veUI2uLMqm .navbar.navbar-short {
  min-height: 60px;
}
.cid-veUI2uLMqm .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-veUI2uLMqm .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-veUI2uLMqm .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-veUI2uLMqm .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-veUI2uLMqm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-veUI2uLMqm .dropdown-item.active,
.cid-veUI2uLMqm .dropdown-item:active {
  background-color: transparent;
}
.cid-veUI2uLMqm .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-veUI2uLMqm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veUI2uLMqm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veUI2uLMqm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-veUI2uLMqm ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-veUI2uLMqm .navbar-buttons {
  text-align: center;
  min-width: 150px;
}
.cid-veUI2uLMqm button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #e9dafa;
  background: #e9dafa;
}
.cid-veUI2uLMqm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #221036;
}
.cid-veUI2uLMqm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-veUI2uLMqm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veUI2uLMqm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veUI2uLMqm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veUI2uLMqm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veUI2uLMqm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veUI2uLMqm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veUI2uLMqm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veUI2uLMqm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-veUI2uLMqm .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-veUI2uLMqm .navbar {
    height: 70px;
  }
  .cid-veUI2uLMqm .navbar.opened {
    height: auto;
  }
  .cid-veUI2uLMqm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veUI2uLMqm .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-veUI2uLMqm .container-fluid {
    padding-left: 42px;
    padding-right: 42px;
  }
}
.cid-veUI2uLMqm .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-veUI2uLMqm .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-veUI2uLMqm .mbr-section-btn-main .btn {
  min-width: 140px;
}
@media (min-width: 992px) {
  .cid-veUI2uLMqm .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-veUI2uLMqm .text_widget {
  margin-bottom: 32px;
}
.cid-veUI2uLMqm .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-veUI2uLMqm .text_widget a:hover,
.cid-veUI2uLMqm .text_widget a:focus {
  opacity: .8;
}
.cid-veUI2uLMqm .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-veUI2uLMqm .navbar-caption {
  color: #ffffff;
}
.cid-veUI2uLMqm .mbr-text {
  color: #f4f4f4;
  text-align: center;
}
.cid-veUI2uLMqm .mbr-section-subtitle,
.cid-veUI2uLMqm .text_widget,
.cid-veUI2uLMqm .mbr-section-btn {
  text-align: center;
}
.cid-veUI2uLMqm a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-veUI2v9wSH {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #e9dafa;
}
.cid-veUI2v9wSH .mbr-fallback-image.disabled {
  display: none;
}
.cid-veUI2v9wSH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veUI2v9wSH .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-veUI2v9wSH .container-fluid {
    padding: 0 15px;
  }
}
.cid-veUI2v9wSH .row {
  margin: 0;
}
.cid-veUI2v9wSH .row .card {
  padding: 0;
}
.cid-veUI2v9wSH .card-wrapper {
  padding: 110px 30px;
  background-color: #e9dafa;
}
@media (max-width: 1440px) {
  .cid-veUI2v9wSH .card-wrapper {
    padding: 40px 30px !important;
  }
}
@media (max-width: 992px) {
  .cid-veUI2v9wSH .card-wrapper {
    padding: 35px 15px;
  }
}
.cid-veUI2v9wSH .card-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 3px 10px;
  background-color: #000000;
}
.cid-veUI2v9wSH .card-wrapper .mbr-section-title {
  margin-top: 25px;
  margin-bottom: 20px;
}
.cid-veUI2v9wSH .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-veUI2v9wSH .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-veUI2v9wSH .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-veUI2v9wSH .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-veUI2v9wSH .image-wrapper {
    height: 450px;
    margin-bottom: 10px;
  }
}
@media (max-width: 992px) and (max-width: 380px) {
  .cid-veUI2v9wSH .image-wrapper {
    margin-bottom: -200px !important;
  }
}
.cid-veUI2v9wSH .image-wrapper img {
  position: relative;
  top: 0;
  left: 0;
  height: 550 !important;
  width: 100%;
  object-fit: cover;
}
.cid-veUI2v9wSH .mbr-label {
  color: #000000;
}
.cid-veUI2v9wSH .mbr-section-title {
  color: #000000;
  line-height: 1.5;
}
.cid-veUI2v9wSH .mbr-text,
.cid-veUI2v9wSH .text-wrapper {
  color: #000000;
}
.cid-veUI2v9wSH .mbr-label,
.cid-veUI2v9wSH .label-wrapper {
  color: #221036;
}
.cid-veUI2v9wSH .mbr-section-title,
.cid-veUI2v9wSH .mbr-section-btn {
  color: #000000;
}
.cid-veUI2vpT4l {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #f1e9fb;
}
.cid-veUI2vpT4l .mbr-fallback-image.disabled {
  display: none;
}
.cid-veUI2vpT4l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veUI2vpT4l .card-wrapper {
  background: #e9dafa;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-veUI2vpT4l .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-veUI2vpT4l .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-veUI2vpT4l .card-wrapper {
    padding: 4rem;
  }
}
.cid-veUI2vpT4l .mbr-text,
.cid-veUI2vpT4l .mbr-section-btn {
  color: #ffffff;
}
.cid-veUI2vpT4l .card-title,
.cid-veUI2vpT4l .card-box {
  text-align: left;
  color: #000000;
}
.cid-veZVuxA2f7 {
  padding-top: 0rem;
  background-color: #f1e9fb;
  overflow: hidden;
}
.cid-veZVuxA2f7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veZVuxA2f7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veZVuxA2f7 .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 4rem;
  padding-left: 10px;
  padding-right: 10px;
  border-bottom: 1px solid #f1e9fb;
}
@media (max-width: 825px) {
  .cid-veZVuxA2f7 .content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-veZVuxA2f7 .content-wrapper .border-wrap {
  position: absolute;
  height: 1000%;
  width: 1px;
  border-left: 1px solid #f1e9fb;
  pointer-events: none;
}
@media (max-width: 425px) {
  .cid-veZVuxA2f7 .content-wrapper .border-wrap {
    display: none;
  }
}
.cid-veZVuxA2f7 .content-wrapper .border_1 {
  left: 0;
}
.cid-veZVuxA2f7 .content-wrapper .border_2 {
  right: 0;
}
.cid-veZVuxA2f7 .content-wrapper .icon-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-veZVuxA2f7 .content-wrapper .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-veZVuxA2f7 .content-wrapper .icon-wrapper .mbr-iconfont {
  width: 52px;
  height: 52px;
  min-width: 52px;
  font-size: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #ff6900;
  box-shadow: inset 0 2px 10px 0 #ffffff, 0 10px 10px -2px #c55200;
}
.cid-veZVuxA2f7 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-veZVuxA2f7 .content-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-veZVuxA2f7 .content-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-veZVuxA2f7 .content-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-veZVuxA2f7 .content-wrapper .title-wrapper .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-veZVuxA2f7 .mbr-section-title {
  color: #0f172a;
  text-align: center;
}
.cid-veZVuxA2f7 .mbr-text,
.cid-veZVuxA2f7 .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-veZVuxA2f7 .mbr-section-btn,
.cid-veZVuxA2f7 .mbr-section-title,
.cid-veZVuxA2f7 .icon-wrapper {
  text-align: center;
}
.cid-veZBVVxcWf {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #e9dafa;
}
.cid-veZBVVxcWf .date {
  padding: 1rem;
  color: #fff;
  background-color: #592e8b;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
@media (min-width: 992px) {
  .cid-veZBVVxcWf .date {
    padding: 2rem;
  }
}
.cid-veZBVVxcWf .mbr-section-title {
  margin: 0;
  margin-bottom: 80px;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-veZBVVxcWf .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-veZBVVxcWf .card-heading {
  line-height: 1.2;
}
.cid-veZBVVxcWf .wrapper {
  background-color: #dcc2fb;
  border-radius: 10px;
}
.cid-veZBVVxcWf .news-item {
  text-decoration: none;
}
.cid-veZBVVxcWf .news-item:hover {
  cursor: pointer;
}
@media (max-width: 600px) {
  .cid-veZBVVxcWf .link {
    margin-top: 20px;
    margin-bottom: 20px;
    opacity: 1;
    transform: none;
  }
}
.cid-veZBVVxcWf .mbr-text {
  line-height: 1.72;
}
.cid-veZBVVxcWf .news-content {
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-veZBVVxcWf .news-content {
    padding: 2rem;
  }
}
.cid-veUI2vBXBB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #592e8b;
}
.cid-veUI2vBXBB .mbr-fallback-image.disabled {
  display: none;
}
.cid-veUI2vBXBB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veUI2vBXBB .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-veUI2vBXBB .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-veUI2vBXBB .container {
    padding: 0 26px;
  }
}
.cid-veUI2vBXBB .row {
  padding: 60px;
  margin: 0;
  border: 1px solid #e9dafa;
  padding: 120px 60px 60px 30px;
}
@media (max-width: 992px) {
  .cid-veUI2vBXBB .row {
    padding: 120px 30px;
  }
}
@media (max-width: 992px) {
  .cid-veUI2vBXBB .row {
    padding: 26px;
  }
}
.cid-veUI2vBXBB .title-wrapper {
  margin-bottom: 50px;
}
.cid-veUI2vBXBB .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-veUI2vBXBB .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-veUI2vBXBB .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-veUI2vBXBB .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-veUI2vBXBB .title-wrapper .title-wrap .logo-wrap img {
  width: 110px;
  height: 100px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-veUI2vBXBB .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-veUI2vBXBB .nav-wrapper {
  margin-bottom: 50px;
}
.cid-veUI2vBXBB .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-veUI2vBXBB .nav-wrapper .list {
    display: block;
  }
}
.cid-veUI2vBXBB .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-veUI2vBXBB .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-veUI2vBXBB .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-veUI2vBXBB .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #221036;
  transition: all 0.3s ease-in-out;
}
.cid-veUI2vBXBB .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-veUI2vBXBB .soc-wrapper {
  margin-bottom: 50px;
}
.cid-veUI2vBXBB .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-veUI2vBXBB .soc-wrapper .social-row .soc-item {
  margin-left: 14px;
}
.cid-veUI2vBXBB .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-veUI2vBXBB .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-veUI2vBXBB .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #e9dafa;
}
.cid-veUI2vBXBB .copy-wrapper {
  margin: 55px auto;
}
.cid-veUI2vBXBB .copy-wrapper .copyright {
  margin-bottom: 0;
  font-size: .95rem;
}
.cid-veUI2vBXBB .mbr-section-title,
.cid-veUI2vBXBB .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-veUI2vBXBB .list {
  color: #ffffff;
}
.cid-veUI2vBXBB .copyright {
  color: #ffffff;
  text-align: center;
}
.cid-veUI2vBXBB .list,
.cid-veUI2vBXBB .nav-wrapper,
.cid-veUI2vBXBB .soc-wrapper {
  text-align: center;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

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

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.35 !important;
}

.mbr-section-subtitle {
  line-height: 1.35 !important;
}

.mbr-text {
  font-style: normal;
  line-height: 1.6 !important;
}

.item-text {
  font-style: normal;
  line-height: 1.6 !important;
}

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

b,
strong {
  font-weight: bold;
}

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

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

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

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

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

.mbr-black {
  color: #111111;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.card-box {
  width: 100%;
}

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

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

.mbr-figure {
  align-self: center;
}

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

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

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

  .media {
    width: auto;
  }

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

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

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

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

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

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

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

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

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

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

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

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

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

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

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

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 70px;
  right: 10px;
  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: 2%;
  color: #fff;
  display: inline-block;
  height: 40px;
  width: 40px;
  border: 1px 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: 1rem !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-vf1VaR23iQ {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-vf1VaR23iQ .navbar-dropdown {
  background-color: #e9dafa !important;
  padding: 0;
}
.cid-vf1VaR23iQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #e9dafa !important;
  background: #e9dafa;
}
.cid-vf1VaR23iQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vf1VaR23iQ #navbar {
  transition: top 0.5s;
}
.cid-vf1VaR23iQ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vf1VaR23iQ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vf1VaR23iQ .menu_box .navbar.opened,
  .cid-vf1VaR23iQ .menu_box .navbar-collapse {
    background-color: #e9dafa !important;
    transition: all 0s ease 0s;
  }
}
.cid-vf1VaR23iQ nav.navbar {
  position: fixed;
  padding-top: .5rem;
  padding-bottom: .35rem;
}
.cid-vf1VaR23iQ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 120px;
  margin-left: 15px;
}
@media (max-width: 991px) {
  .cid-vf1VaR23iQ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vf1VaR23iQ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-vf1VaR23iQ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vf1VaR23iQ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-vf1VaR23iQ .offcanvas {
    padding: 12rem 60px 0;
    width: 35%;
    background-color: #34363a;
  }
  .cid-vf1VaR23iQ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-vf1VaR23iQ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-vf1VaR23iQ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-vf1VaR23iQ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-vf1VaR23iQ .offcanvas-body .mbr-text,
  .cid-vf1VaR23iQ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-vf1VaR23iQ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-vf1VaR23iQ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-vf1VaR23iQ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #221036;
  }
  .cid-vf1VaR23iQ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-vf1VaR23iQ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-vf1VaR23iQ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-vf1VaR23iQ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-vf1VaR23iQ ul.navbar-nav {
    padding-bottom: 1.25rem;
  }
  .cid-vf1VaR23iQ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vf1VaR23iQ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-vf1VaR23iQ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-vf1VaR23iQ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-vf1VaR23iQ .lg_brand {
    margin: 0 1rem;
  }
  .cid-vf1VaR23iQ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-vf1VaR23iQ .nav-item {
  margin: 4px 10px;
}
@media (min-width: 1200px) {
  .cid-vf1VaR23iQ .nav-item {
    margin: 4px 9px;
  }
}
@media (max-width: 991px) {
  .cid-vf1VaR23iQ .nav-item {
    margin: 0 !important;
  }
}
.cid-vf1VaR23iQ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-vf1VaR23iQ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  background-color: #e9dafa;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-vf1VaR23iQ .nav-item .nav-link:hover::before,
.cid-vf1VaR23iQ .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-vf1VaR23iQ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vf1VaR23iQ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 200px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vf1VaR23iQ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vf1VaR23iQ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vf1VaR23iQ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-vf1VaR23iQ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vf1VaR23iQ .offcanvas_box {
    display: none;
  }
}
.cid-vf1VaR23iQ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vf1VaR23iQ .nav-dropdown .link {
  font-weight: 500 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vf1VaR23iQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vf1VaR23iQ .container {
  display: flex;
  margin: auto;
}
.cid-vf1VaR23iQ .iconfont-wrapper {
  color: #221036;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-vf1VaR23iQ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vf1VaR23iQ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vf1VaR23iQ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-vf1VaR23iQ .navbar-nav {
    margin: 0;
  }
}
.cid-vf1VaR23iQ .dropdown-menu,
.cid-vf1VaR23iQ .navbar.opened {
  background-color: false !important;
}
.cid-vf1VaR23iQ .nav-item:focus,
.cid-vf1VaR23iQ .nav-link:focus {
  outline: none;
}
.cid-vf1VaR23iQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vf1VaR23iQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vf1VaR23iQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vf1VaR23iQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vf1VaR23iQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vf1VaR23iQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vf1VaR23iQ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vf1VaR23iQ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vf1VaR23iQ .navbar.opened {
  transition: all 0.3s;
}
.cid-vf1VaR23iQ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vf1VaR23iQ .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: .3rem !important;
}
.cid-vf1VaR23iQ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-vf1VaR23iQ .navbar.collapsed {
  justify-content: center;
}
.cid-vf1VaR23iQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vf1VaR23iQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vf1VaR23iQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vf1VaR23iQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vf1VaR23iQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vf1VaR23iQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vf1VaR23iQ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vf1VaR23iQ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vf1VaR23iQ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-vf1VaR23iQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vf1VaR23iQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vf1VaR23iQ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vf1VaR23iQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vf1VaR23iQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vf1VaR23iQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vf1VaR23iQ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vf1VaR23iQ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vf1VaR23iQ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vf1VaR23iQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vf1VaR23iQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vf1VaR23iQ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vf1VaR23iQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-vf1VaR23iQ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vf1VaR23iQ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vf1VaR23iQ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vf1VaR23iQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-vf1VaR23iQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vf1VaR23iQ .dropdown-item.active,
.cid-vf1VaR23iQ .dropdown-item:active {
  background-color: transparent;
}
.cid-vf1VaR23iQ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-vf1VaR23iQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vf1VaR23iQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vf1VaR23iQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vf1VaR23iQ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vf1VaR23iQ .navbar-buttons {
  text-align: center;
  min-width: 150px;
}
.cid-vf1VaR23iQ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #e9dafa;
  background: #e9dafa;
}
.cid-vf1VaR23iQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #221036;
}
.cid-vf1VaR23iQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vf1VaR23iQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vf1VaR23iQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vf1VaR23iQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vf1VaR23iQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vf1VaR23iQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vf1VaR23iQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vf1VaR23iQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vf1VaR23iQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vf1VaR23iQ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vf1VaR23iQ .navbar {
    height: 70px;
  }
  .cid-vf1VaR23iQ .navbar.opened {
    height: auto;
  }
  .cid-vf1VaR23iQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vf1VaR23iQ .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-vf1VaR23iQ .container-fluid {
    padding-left: 42px;
    padding-right: 42px;
  }
}
.cid-vf1VaR23iQ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-vf1VaR23iQ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-vf1VaR23iQ .mbr-section-btn-main .btn {
  min-width: 140px;
}
@media (min-width: 992px) {
  .cid-vf1VaR23iQ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vf1VaR23iQ .text_widget {
  margin-bottom: 32px;
}
.cid-vf1VaR23iQ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vf1VaR23iQ .text_widget a:hover,
.cid-vf1VaR23iQ .text_widget a:focus {
  opacity: .8;
}
.cid-vf1VaR23iQ .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vf1VaR23iQ .navbar-caption {
  color: #ffffff;
}
.cid-vf1VaR23iQ .mbr-text {
  color: #f4f4f4;
  text-align: center;
}
.cid-vf1VaR23iQ .mbr-section-subtitle,
.cid-vf1VaR23iQ .text_widget,
.cid-vf1VaR23iQ .mbr-section-btn {
  text-align: center;
}
.cid-vf1VaR23iQ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vf1VaRjHNq {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #e9dafa;
}
.cid-vf1VaRjHNq .mbr-fallback-image.disabled {
  display: none;
}
.cid-vf1VaRjHNq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vf1VaRjHNq .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vf1VaRjHNq .container-fluid {
    padding: 0 15px;
  }
}
.cid-vf1VaRjHNq .row {
  margin: 0;
}
.cid-vf1VaRjHNq .row .card {
  padding: 0;
}
.cid-vf1VaRjHNq .card-wrapper {
  padding: 110px 30px;
  background-color: #e9dafa;
}
@media (max-width: 1440px) {
  .cid-vf1VaRjHNq .card-wrapper {
    padding: 40px 30px;
  }
}
@media (max-width: 992px) {
  .cid-vf1VaRjHNq .card-wrapper {
    padding: 35px 15px;
  }
}
.cid-vf1VaRjHNq .card-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 3px 10px;
  background-color: #000000;
}
.cid-vf1VaRjHNq .card-wrapper .mbr-section-title {
  margin-top: 25px;
  margin-bottom: 20px;
}
.cid-vf1VaRjHNq .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-vf1VaRjHNq .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-vf1VaRjHNq .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vf1VaRjHNq .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vf1VaRjHNq .image-wrapper {
    height: 450px;
    margin-bottom: 10px;
  }
}
@media (max-width: 992px) and (max-width: 380px) {
  .cid-vf1VaRjHNq .image-wrapper {
    margin-bottom: -200px !important;
  }
}
.cid-vf1VaRjHNq .image-wrapper img {
  position: relative;
  top: 0;
  left: 0;
  height: auto;
  width: 100%;
  object-fit: cover;
}
.cid-vf1VaRjHNq .mbr-label {
  color: #000000;
}
.cid-vf1VaRjHNq .mbr-section-title {
  color: #000000;
  line-height: 1.5;
}
.cid-vf1VaRjHNq .mbr-text,
.cid-vf1VaRjHNq .text-wrapper {
  color: #000000;
}
.cid-vf1VaRjHNq .mbr-label,
.cid-vf1VaRjHNq .label-wrapper {
  color: #221036;
}
.cid-vf1WGu6yeQ {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #e9dafa;
  background-image: linear-gradient(0deg, #996ad0 25%, #e9dafa 100%);
}
.cid-vf1WGu6yeQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vf1WGu6yeQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vf1WGu6yeQ .content-wrapper .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vf1WGu6yeQ .content-wrapper .title-wrapper {
    margin-bottom: 10px;
  }
}
.cid-vf1WGu6yeQ .content-wrapper .title-wrapper .label-wrapper .mbr-label {
  margin-bottom: 24px;
}
.cid-vf1WGu6yeQ .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vf1WGu6yeQ .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-vf1WGu6yeQ .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vf1WGu6yeQ .content-wrapper .title-wrapper .text-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 20px;
}
.cid-vf1WGu6yeQ .content-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vf1WGu6yeQ .content-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-vf1WGu6yeQ .content-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vf1WGu6yeQ .content-wrapper .mbr-section-btn {
  margin-bottom: -9.6px;
}
.cid-vf1WGu6yeQ .image-wrapper {
  margin-top: 50px;
}
@media (max-width: 992px) {
  .cid-vf1WGu6yeQ .image-wrapper {
    margin-top: 40px;
  }
}
.cid-vf1WGu6yeQ .image-wrapper img {
  display: inline-flex;
  height: 100%;
  width: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vf1WGu6yeQ .image-wrapper img {
    display: block;
    width: 100%;
    height: 300px;
  }
}
.cid-vf1WGu6yeQ .mbr-label {
  color: #171719;
  text-align: center;
}
.cid-vf1WGu6yeQ .mbr-section-title {
  color: #171719;
}
.cid-vf1WGu6yeQ .mbr-text,
.cid-vf1WGu6yeQ .text-wrapper {
  color: #000000;
  text-align: left;
}
.cid-vf1WGu6yeQ .mbr-section-title,
.cid-vf1WGu6yeQ .title-wrap,
.cid-vf1WGu6yeQ .mbr-section-btn,
.cid-vf1WGu6yeQ .image-wrapper {
  text-align: center;
}
.cid-vf1WGu6yeQ .mbr-section-title,
.cid-vf1WGu6yeQ .mbr-section-btn,
.cid-vf1WGu6yeQ .title-wrap,
.cid-vf1WGu6yeQ .image-wrapper {
  text-align: left;
}
.cid-vf1WGu6yeQ .mbr-label,
.cid-vf1WGu6yeQ .label-wrapper {
  text-align: left;
}
.cid-vf1VaRH2k7 {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #e9dafa;
}
.cid-vf1VaRH2k7 .date {
  padding: 1rem;
  color: #fff;
  background-color: #592e8b;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
@media (min-width: 992px) {
  .cid-vf1VaRH2k7 .date {
    padding: 2rem;
  }
}
.cid-vf1VaRH2k7 .mbr-section-title {
  margin: 0;
  margin-bottom: 80px;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-vf1VaRH2k7 .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-vf1VaRH2k7 .card-heading {
  line-height: 1.2;
}
.cid-vf1VaRH2k7 .wrapper {
  background-color: #dcc2fb;
  border-radius: 10px;
}
.cid-vf1VaRH2k7 .news-item {
  text-decoration: none;
}
.cid-vf1VaRH2k7 .news-item:hover {
  cursor: pointer;
}
@media (max-width: 600px) {
  .cid-vf1VaRH2k7 .link {
    margin-top: 20px;
    margin-bottom: 20px;
    opacity: 1;
    transform: none;
  }
}
.cid-vf1VaRH2k7 .mbr-text {
  line-height: 1.72;
}
.cid-vf1VaRH2k7 .news-content {
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-vf1VaRH2k7 .news-content {
    padding: 2rem;
  }
}
.cid-vf1VaRZIvg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #592e8b;
}
.cid-vf1VaRZIvg .mbr-fallback-image.disabled {
  display: none;
}
.cid-vf1VaRZIvg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vf1VaRZIvg .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-vf1VaRZIvg .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-vf1VaRZIvg .container {
    padding: 0 26px;
  }
}
.cid-vf1VaRZIvg .row {
  padding: 60px;
  margin: 0;
  border: 1px solid #e9dafa;
  padding: 120px 60px 60px 30px;
}
@media (max-width: 992px) {
  .cid-vf1VaRZIvg .row {
    padding: 120px 30px;
  }
}
@media (max-width: 992px) {
  .cid-vf1VaRZIvg .row {
    padding: 26px;
  }
}
.cid-vf1VaRZIvg .title-wrapper {
  margin-bottom: 50px;
}
.cid-vf1VaRZIvg .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vf1VaRZIvg .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-vf1VaRZIvg .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vf1VaRZIvg .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-vf1VaRZIvg .title-wrapper .title-wrap .logo-wrap img {
  width: 110px;
  height: 100px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-vf1VaRZIvg .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-vf1VaRZIvg .nav-wrapper {
  margin-bottom: 50px;
}
.cid-vf1VaRZIvg .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-vf1VaRZIvg .nav-wrapper .list {
    display: block;
  }
}
.cid-vf1VaRZIvg .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-vf1VaRZIvg .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-vf1VaRZIvg .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-vf1VaRZIvg .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #221036;
  transition: all 0.3s ease-in-out;
}
.cid-vf1VaRZIvg .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-vf1VaRZIvg .soc-wrapper {
  margin-bottom: 50px;
}
.cid-vf1VaRZIvg .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-vf1VaRZIvg .soc-wrapper .social-row .soc-item {
  margin-left: 14px;
}
.cid-vf1VaRZIvg .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-vf1VaRZIvg .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-vf1VaRZIvg .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #e9dafa;
}
.cid-vf1VaRZIvg .copy-wrapper {
  margin: 55px auto;
}
.cid-vf1VaRZIvg .copy-wrapper .copyright {
  margin-bottom: 0;
  font-size: .95rem;
}
.cid-vf1VaRZIvg .mbr-section-title,
.cid-vf1VaRZIvg .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vf1VaRZIvg .list {
  color: #ffffff;
}
.cid-vf1VaRZIvg .copyright {
  color: #ffffff;
  text-align: center;
}
.cid-vf1VaRZIvg .list,
.cid-vf1VaRZIvg .nav-wrapper,
.cid-vf1VaRZIvg .soc-wrapper {
  text-align: center;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

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

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.35 !important;
}

.mbr-section-subtitle {
  line-height: 1.35 !important;
}

.mbr-text {
  font-style: normal;
  line-height: 1.6 !important;
}

.item-text {
  font-style: normal;
  line-height: 1.6 !important;
}

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

b,
strong {
  font-weight: bold;
}

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

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

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

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

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

.mbr-black {
  color: #111111;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.card-box {
  width: 100%;
}

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

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

.mbr-figure {
  align-self: center;
}

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

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

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

  .media {
    width: auto;
  }

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

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

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

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

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

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

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

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

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

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

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

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

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

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

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

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 70px;
  right: 10px;
  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: 2%;
  color: #fff;
  display: inline-block;
  height: 40px;
  width: 40px;
  border: 1px 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: 1rem !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-vf2veC3XDY {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-vf2veC3XDY .navbar-dropdown {
  background-color: #e9dafa !important;
  padding: 0;
}
.cid-vf2veC3XDY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #e9dafa !important;
  background: #e9dafa;
}
.cid-vf2veC3XDY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vf2veC3XDY #navbar {
  transition: top 0.5s;
}
.cid-vf2veC3XDY .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vf2veC3XDY .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vf2veC3XDY .menu_box .navbar.opened,
  .cid-vf2veC3XDY .menu_box .navbar-collapse {
    background-color: #e9dafa !important;
    transition: all 0s ease 0s;
  }
}
.cid-vf2veC3XDY nav.navbar {
  position: fixed;
  padding-top: .5rem;
  padding-bottom: .35rem;
}
.cid-vf2veC3XDY .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 120px;
  margin-left: 15px;
}
@media (max-width: 991px) {
  .cid-vf2veC3XDY .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vf2veC3XDY .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-vf2veC3XDY .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vf2veC3XDY .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-vf2veC3XDY .offcanvas {
    padding: 12rem 60px 0;
    width: 35%;
    background-color: #34363a;
  }
  .cid-vf2veC3XDY .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-vf2veC3XDY .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-vf2veC3XDY .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-vf2veC3XDY .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-vf2veC3XDY .offcanvas-body .mbr-text,
  .cid-vf2veC3XDY .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-vf2veC3XDY .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-vf2veC3XDY .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-vf2veC3XDY .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #221036;
  }
  .cid-vf2veC3XDY .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-vf2veC3XDY .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-vf2veC3XDY .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-vf2veC3XDY .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-vf2veC3XDY ul.navbar-nav {
    padding-bottom: 1.25rem;
  }
  .cid-vf2veC3XDY .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vf2veC3XDY .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-vf2veC3XDY .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-vf2veC3XDY li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-vf2veC3XDY .lg_brand {
    margin: 0 1rem;
  }
  .cid-vf2veC3XDY .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-vf2veC3XDY .nav-item {
  margin: 4px 10px;
}
@media (min-width: 1200px) {
  .cid-vf2veC3XDY .nav-item {
    margin: 4px 9px;
  }
}
@media (max-width: 991px) {
  .cid-vf2veC3XDY .nav-item {
    margin: 0 !important;
  }
}
.cid-vf2veC3XDY .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-vf2veC3XDY .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  background-color: #e9dafa;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-vf2veC3XDY .nav-item .nav-link:hover::before,
.cid-vf2veC3XDY .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-vf2veC3XDY .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vf2veC3XDY .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 200px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vf2veC3XDY .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vf2veC3XDY .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vf2veC3XDY .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-vf2veC3XDY .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vf2veC3XDY .offcanvas_box {
    display: none;
  }
}
.cid-vf2veC3XDY .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vf2veC3XDY .nav-dropdown .link {
  font-weight: 500 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vf2veC3XDY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vf2veC3XDY .container {
  display: flex;
  margin: auto;
}
.cid-vf2veC3XDY .iconfont-wrapper {
  color: #221036;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-vf2veC3XDY .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vf2veC3XDY .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vf2veC3XDY .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-vf2veC3XDY .navbar-nav {
    margin: 0;
  }
}
.cid-vf2veC3XDY .dropdown-menu,
.cid-vf2veC3XDY .navbar.opened {
  background-color: false !important;
}
.cid-vf2veC3XDY .nav-item:focus,
.cid-vf2veC3XDY .nav-link:focus {
  outline: none;
}
.cid-vf2veC3XDY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vf2veC3XDY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vf2veC3XDY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vf2veC3XDY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vf2veC3XDY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vf2veC3XDY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vf2veC3XDY .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vf2veC3XDY .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vf2veC3XDY .navbar.opened {
  transition: all 0.3s;
}
.cid-vf2veC3XDY .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vf2veC3XDY .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: .3rem !important;
}
.cid-vf2veC3XDY .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-vf2veC3XDY .navbar.collapsed {
  justify-content: center;
}
.cid-vf2veC3XDY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vf2veC3XDY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vf2veC3XDY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vf2veC3XDY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vf2veC3XDY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vf2veC3XDY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vf2veC3XDY .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vf2veC3XDY .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vf2veC3XDY .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-vf2veC3XDY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vf2veC3XDY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vf2veC3XDY .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vf2veC3XDY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vf2veC3XDY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vf2veC3XDY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vf2veC3XDY .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vf2veC3XDY .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vf2veC3XDY .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vf2veC3XDY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vf2veC3XDY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vf2veC3XDY .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vf2veC3XDY .navbar.navbar-short {
  min-height: 60px;
}
.cid-vf2veC3XDY .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vf2veC3XDY .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vf2veC3XDY .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vf2veC3XDY .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-vf2veC3XDY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vf2veC3XDY .dropdown-item.active,
.cid-vf2veC3XDY .dropdown-item:active {
  background-color: transparent;
}
.cid-vf2veC3XDY .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-vf2veC3XDY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vf2veC3XDY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vf2veC3XDY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vf2veC3XDY ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vf2veC3XDY .navbar-buttons {
  text-align: center;
  min-width: 150px;
}
.cid-vf2veC3XDY button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #e9dafa;
  background: #e9dafa;
}
.cid-vf2veC3XDY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #221036;
}
.cid-vf2veC3XDY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vf2veC3XDY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vf2veC3XDY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vf2veC3XDY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vf2veC3XDY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vf2veC3XDY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vf2veC3XDY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vf2veC3XDY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vf2veC3XDY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vf2veC3XDY .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vf2veC3XDY .navbar {
    height: 70px;
  }
  .cid-vf2veC3XDY .navbar.opened {
    height: auto;
  }
  .cid-vf2veC3XDY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vf2veC3XDY .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-vf2veC3XDY .container-fluid {
    padding-left: 42px;
    padding-right: 42px;
  }
}
.cid-vf2veC3XDY .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-vf2veC3XDY .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-vf2veC3XDY .mbr-section-btn-main .btn {
  min-width: 140px;
}
@media (min-width: 992px) {
  .cid-vf2veC3XDY .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vf2veC3XDY .text_widget {
  margin-bottom: 32px;
}
.cid-vf2veC3XDY .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vf2veC3XDY .text_widget a:hover,
.cid-vf2veC3XDY .text_widget a:focus {
  opacity: .8;
}
.cid-vf2veC3XDY .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vf2veC3XDY .navbar-caption {
  color: #ffffff;
}
.cid-vf2veC3XDY .mbr-text {
  color: #f4f4f4;
  text-align: center;
}
.cid-vf2veC3XDY .mbr-section-subtitle,
.cid-vf2veC3XDY .text_widget,
.cid-vf2veC3XDY .mbr-section-btn {
  text-align: center;
}
.cid-vf2veC3XDY a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vf2veCshYy {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #e9dafa;
}
.cid-vf2veCshYy .mbr-fallback-image.disabled {
  display: none;
}
.cid-vf2veCshYy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vf2veCshYy .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vf2veCshYy .container-fluid {
    padding: 0 15px;
  }
}
.cid-vf2veCshYy .row {
  margin: 0;
}
.cid-vf2veCshYy .row .card {
  padding: 0;
}
.cid-vf2veCshYy .card-wrapper {
  padding: 110px 30px;
  background-color: #e9dafa;
}
@media (max-width: 1440px) {
  .cid-vf2veCshYy .card-wrapper {
    padding: 40px 30px;
  }
}
@media (max-width: 992px) {
  .cid-vf2veCshYy .card-wrapper {
    padding: 35px 15px !important;
  }
}
.cid-vf2veCshYy .card-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 3px 10px;
  background-color: #000000;
}
.cid-vf2veCshYy .card-wrapper .mbr-section-title {
  margin-top: 25px;
  margin-bottom: 20px;
}
.cid-vf2veCshYy .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-vf2veCshYy .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-vf2veCshYy .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vf2veCshYy .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vf2veCshYy .image-wrapper {
    height: 450px;
    margin-bottom: 10px;
  }
}
@media (max-width: 992px) and (max-width: 380px) {
  .cid-vf2veCshYy .image-wrapper {
    margin-bottom: -200px !important;
  }
}
.cid-vf2veCshYy .image-wrapper img {
  position: relative;
  top: 0;
  left: 0;
  height: auto;
  width: 100%;
  object-fit: cover;
}
.cid-vf2veCshYy .mbr-label {
  color: #000000;
}
.cid-vf2veCshYy .mbr-section-title {
  color: #000000;
  line-height: 1.5;
}
.cid-vf2veCshYy .mbr-text,
.cid-vf2veCshYy .text-wrapper {
  color: #000000;
}
.cid-vf2veCshYy .mbr-label,
.cid-vf2veCshYy .label-wrapper {
  color: #221036;
}
.cid-vf2veCshYy .mbr-section-title,
.cid-vf2veCshYy .mbr-section-btn {
  color: #000000;
}
.cid-vf2veDfdaT {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #d3b1fc;
}
.cid-vf2veDfdaT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vf2veDfdaT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vf2veDfdaT .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vf2veDfdaT .content-wrap {
    margin-bottom: 32px;
  }
}
.cid-vf2veDfdaT .content-wrap .label-wrapper {
  margin-bottom: 16px;
}
.cid-vf2veDfdaT .content-wrap .label-wrapper .mbr-label {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #996ad0;
}
.cid-vf2veDfdaT .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vf2veDfdaT .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vf2veDfdaT .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vf2veDfdaT .content-wrap .mbr-section-btn {
  margin-top: 1px;
}
.cid-vf2veDfdaT .image-wrapper {
  background-color: #dcc2fb;
  padding: 8px;
}
.cid-vf2veDfdaT .image-wrapper .image-wrap {
  background-color: #e9dafa;
  padding: 24px;
}
.cid-vf2veDfdaT .image-wrapper .image-wrap img {
  width: 100%;
  height: 625px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vf2veDfdaT .image-wrapper .image-wrap img {
    height: 300px;
  }
}
.cid-vf2veDfdaT .mbr-label,
.cid-vf2veDfdaT .label-wrapper {
  color: #000000;
}
.cid-vf2veDfdaT .mbr-section-title {
  color: #000000;
}
.cid-vf2veDfdaT .mbr-text,
.cid-vf2veDfdaT .text-wrapper {
  color: #4f4f4f;
}
.cid-vf2veDfdaT .mbr-text,
.cid-vf2veDfdaT .mbr-section-btn .card-title,
.cid-vf2veDfdaT .card-box {
  color: #000000;
}
.cid-vf2HNKgRGT {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #d3b1fc;
}
.cid-vf2HNKgRGT .card-wrapper {
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  border-radius: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #d3b1fc;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 1rem 1rem !important;
  box-shadow: 0 15px 50px 10px rgba(128, 30, 246, 0.6);
}
.cid-vf2HNKgRGT .card-wrapper:hover {
  -webkit-transform: translateY(1rem);
  transform: translateY(1rem);
}
.cid-vf2HNKgRGT .card-wrapper:hover .ico2 {
  color: #592e8b !important;
}
.cid-vf2HNKgRGT .ico2 {
  color: #fbf4d4 !important;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.cid-vf2HNKgRGT .text-info:hover {
  color: inherit !important;
}
.cid-vf2HNKgRGT .card-box {
  padding: 0rem 1rem;
}
.cid-vf2HNKgRGT .ico1 {
  font-size: 2.5rem !important;
}
.cid-vf2HNKgRGT h3,
.cid-vf2HNKgRGT h4 {
  padding: 0;
  margin: 0;
}
.cid-vf2HNKgRGT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vf2HNKgRGT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vf2HNKgRGT .card-title {
  color: #323432;
}
.cid-vf2veDKWQ9 {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #e9dafa;
}
.cid-vf2veDKWQ9 .date {
  padding: 1rem;
  color: #fff;
  background-color: #592e8b;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
@media (min-width: 992px) {
  .cid-vf2veDKWQ9 .date {
    padding: 2rem;
  }
}
.cid-vf2veDKWQ9 .mbr-section-title {
  margin: 0;
  margin-bottom: 80px;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-vf2veDKWQ9 .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-vf2veDKWQ9 .card-heading {
  line-height: 1.2;
}
.cid-vf2veDKWQ9 .wrapper {
  background-color: #dcc2fb;
  border-radius: 10px;
}
.cid-vf2veDKWQ9 .news-item {
  text-decoration: none;
}
.cid-vf2veDKWQ9 .news-item:hover {
  cursor: pointer;
}
@media (max-width: 600px) {
  .cid-vf2veDKWQ9 .link {
    margin-top: 20px;
    margin-bottom: 20px;
    opacity: 1;
    transform: none;
  }
}
.cid-vf2veDKWQ9 .mbr-text {
  line-height: 1.72;
}
.cid-vf2veDKWQ9 .news-content {
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-vf2veDKWQ9 .news-content {
    padding: 2rem;
  }
}
.cid-vf2veE93Wd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #592e8b;
}
.cid-vf2veE93Wd .mbr-fallback-image.disabled {
  display: none;
}
.cid-vf2veE93Wd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vf2veE93Wd .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-vf2veE93Wd .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-vf2veE93Wd .container {
    padding: 0 26px;
  }
}
.cid-vf2veE93Wd .row {
  padding: 60px;
  margin: 0;
  border: 1px solid #e9dafa;
  padding: 120px 60px 60px 30px;
}
@media (max-width: 992px) {
  .cid-vf2veE93Wd .row {
    padding: 120px 30px;
  }
}
@media (max-width: 992px) {
  .cid-vf2veE93Wd .row {
    padding: 26px;
  }
}
.cid-vf2veE93Wd .title-wrapper {
  margin-bottom: 50px;
}
.cid-vf2veE93Wd .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vf2veE93Wd .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-vf2veE93Wd .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vf2veE93Wd .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-vf2veE93Wd .title-wrapper .title-wrap .logo-wrap img {
  width: 110px;
  height: 100px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-vf2veE93Wd .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-vf2veE93Wd .nav-wrapper {
  margin-bottom: 50px;
}
.cid-vf2veE93Wd .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-vf2veE93Wd .nav-wrapper .list {
    display: block;
  }
}
.cid-vf2veE93Wd .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-vf2veE93Wd .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-vf2veE93Wd .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-vf2veE93Wd .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #221036;
  transition: all 0.3s ease-in-out;
}
.cid-vf2veE93Wd .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-vf2veE93Wd .soc-wrapper {
  margin-bottom: 50px;
}
.cid-vf2veE93Wd .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-vf2veE93Wd .soc-wrapper .social-row .soc-item {
  margin-left: 14px;
}
.cid-vf2veE93Wd .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-vf2veE93Wd .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-vf2veE93Wd .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #e9dafa;
}
.cid-vf2veE93Wd .copy-wrapper {
  margin: 55px auto;
}
.cid-vf2veE93Wd .copy-wrapper .copyright {
  margin-bottom: 0;
  font-size: .95rem;
}
.cid-vf2veE93Wd .mbr-section-title,
.cid-vf2veE93Wd .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vf2veE93Wd .list {
  color: #ffffff;
}
.cid-vf2veE93Wd .copyright {
  color: #ffffff;
  text-align: center;
}
.cid-vf2veE93Wd .list,
.cid-vf2veE93Wd .nav-wrapper,
.cid-vf2veE93Wd .soc-wrapper {
  text-align: center;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

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

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.35 !important;
}

.mbr-section-subtitle {
  line-height: 1.35 !important;
}

.mbr-text {
  font-style: normal;
  line-height: 1.6 !important;
}

.item-text {
  font-style: normal;
  line-height: 1.6 !important;
}

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

b,
strong {
  font-weight: bold;
}

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

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

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

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

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

.mbr-black {
  color: #111111;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.card-box {
  width: 100%;
}

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

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

.mbr-figure {
  align-self: center;
}

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

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

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

  .media {
    width: auto;
  }

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

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

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

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

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

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

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

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

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

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

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

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

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

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

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

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 70px;
  right: 10px;
  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: 2%;
  color: #fff;
  display: inline-block;
  height: 40px;
  width: 40px;
  border: 1px 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: 1rem !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-vf5FpF4LsS {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-vf5FpF4LsS .navbar-dropdown {
  background-color: #e9dafa !important;
  padding: 0;
}
.cid-vf5FpF4LsS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #e9dafa !important;
  background: #e9dafa;
}
.cid-vf5FpF4LsS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vf5FpF4LsS #navbar {
  transition: top 0.5s;
}
.cid-vf5FpF4LsS .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vf5FpF4LsS .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vf5FpF4LsS .menu_box .navbar.opened,
  .cid-vf5FpF4LsS .menu_box .navbar-collapse {
    background-color: #e9dafa !important;
    transition: all 0s ease 0s;
  }
}
.cid-vf5FpF4LsS nav.navbar {
  position: fixed;
  padding-top: .5rem;
  padding-bottom: .35rem;
}
.cid-vf5FpF4LsS .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 120px;
  margin-left: 15px;
}
@media (max-width: 991px) {
  .cid-vf5FpF4LsS .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vf5FpF4LsS .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-vf5FpF4LsS .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vf5FpF4LsS .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-vf5FpF4LsS .offcanvas {
    padding: 12rem 60px 0;
    width: 35%;
    background-color: #34363a;
  }
  .cid-vf5FpF4LsS .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-vf5FpF4LsS .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-vf5FpF4LsS .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-vf5FpF4LsS .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-vf5FpF4LsS .offcanvas-body .mbr-text,
  .cid-vf5FpF4LsS .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-vf5FpF4LsS .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-vf5FpF4LsS .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-vf5FpF4LsS .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #221036;
  }
  .cid-vf5FpF4LsS .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-vf5FpF4LsS .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-vf5FpF4LsS .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-vf5FpF4LsS .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-vf5FpF4LsS ul.navbar-nav {
    padding-bottom: 1.25rem;
  }
  .cid-vf5FpF4LsS .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vf5FpF4LsS .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-vf5FpF4LsS .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-vf5FpF4LsS li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-vf5FpF4LsS .lg_brand {
    margin: 0 1rem;
  }
  .cid-vf5FpF4LsS .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-vf5FpF4LsS .nav-item {
  margin: 4px 10px;
}
@media (min-width: 1200px) {
  .cid-vf5FpF4LsS .nav-item {
    margin: 4px 9px;
  }
}
@media (max-width: 991px) {
  .cid-vf5FpF4LsS .nav-item {
    margin: 0 !important;
  }
}
.cid-vf5FpF4LsS .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-vf5FpF4LsS .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  background-color: #e9dafa;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-vf5FpF4LsS .nav-item .nav-link:hover::before,
.cid-vf5FpF4LsS .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-vf5FpF4LsS .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vf5FpF4LsS .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 200px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vf5FpF4LsS .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vf5FpF4LsS .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vf5FpF4LsS .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-vf5FpF4LsS .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vf5FpF4LsS .offcanvas_box {
    display: none;
  }
}
.cid-vf5FpF4LsS .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vf5FpF4LsS .nav-dropdown .link {
  font-weight: 500 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vf5FpF4LsS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vf5FpF4LsS .container {
  display: flex;
  margin: auto;
}
.cid-vf5FpF4LsS .iconfont-wrapper {
  color: #221036;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-vf5FpF4LsS .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vf5FpF4LsS .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vf5FpF4LsS .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-vf5FpF4LsS .navbar-nav {
    margin: 0;
  }
}
.cid-vf5FpF4LsS .dropdown-menu,
.cid-vf5FpF4LsS .navbar.opened {
  background-color: false !important;
}
.cid-vf5FpF4LsS .nav-item:focus,
.cid-vf5FpF4LsS .nav-link:focus {
  outline: none;
}
.cid-vf5FpF4LsS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vf5FpF4LsS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vf5FpF4LsS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vf5FpF4LsS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vf5FpF4LsS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vf5FpF4LsS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vf5FpF4LsS .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vf5FpF4LsS .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vf5FpF4LsS .navbar.opened {
  transition: all 0.3s;
}
.cid-vf5FpF4LsS .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vf5FpF4LsS .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: .3rem !important;
}
.cid-vf5FpF4LsS .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-vf5FpF4LsS .navbar.collapsed {
  justify-content: center;
}
.cid-vf5FpF4LsS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vf5FpF4LsS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vf5FpF4LsS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vf5FpF4LsS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vf5FpF4LsS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vf5FpF4LsS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vf5FpF4LsS .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vf5FpF4LsS .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vf5FpF4LsS .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-vf5FpF4LsS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vf5FpF4LsS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vf5FpF4LsS .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vf5FpF4LsS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vf5FpF4LsS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vf5FpF4LsS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vf5FpF4LsS .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vf5FpF4LsS .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vf5FpF4LsS .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vf5FpF4LsS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vf5FpF4LsS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vf5FpF4LsS .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vf5FpF4LsS .navbar.navbar-short {
  min-height: 60px;
}
.cid-vf5FpF4LsS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vf5FpF4LsS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vf5FpF4LsS .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vf5FpF4LsS .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-vf5FpF4LsS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vf5FpF4LsS .dropdown-item.active,
.cid-vf5FpF4LsS .dropdown-item:active {
  background-color: transparent;
}
.cid-vf5FpF4LsS .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-vf5FpF4LsS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vf5FpF4LsS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vf5FpF4LsS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vf5FpF4LsS ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vf5FpF4LsS .navbar-buttons {
  text-align: center;
  min-width: 150px;
}
.cid-vf5FpF4LsS button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #e9dafa;
  background: #e9dafa;
}
.cid-vf5FpF4LsS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #221036;
}
.cid-vf5FpF4LsS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vf5FpF4LsS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vf5FpF4LsS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vf5FpF4LsS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vf5FpF4LsS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vf5FpF4LsS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vf5FpF4LsS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vf5FpF4LsS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vf5FpF4LsS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vf5FpF4LsS .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vf5FpF4LsS .navbar {
    height: 70px;
  }
  .cid-vf5FpF4LsS .navbar.opened {
    height: auto;
  }
  .cid-vf5FpF4LsS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vf5FpF4LsS .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-vf5FpF4LsS .container-fluid {
    padding-left: 42px;
    padding-right: 42px;
  }
}
.cid-vf5FpF4LsS .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-vf5FpF4LsS .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-vf5FpF4LsS .mbr-section-btn-main .btn {
  min-width: 140px;
}
@media (min-width: 992px) {
  .cid-vf5FpF4LsS .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vf5FpF4LsS .text_widget {
  margin-bottom: 32px;
}
.cid-vf5FpF4LsS .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vf5FpF4LsS .text_widget a:hover,
.cid-vf5FpF4LsS .text_widget a:focus {
  opacity: .8;
}
.cid-vf5FpF4LsS .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vf5FpF4LsS .navbar-caption {
  color: #ffffff;
}
.cid-vf5FpF4LsS .mbr-text {
  color: #f4f4f4;
  text-align: center;
}
.cid-vf5FpF4LsS .mbr-section-subtitle,
.cid-vf5FpF4LsS .text_widget,
.cid-vf5FpF4LsS .mbr-section-btn {
  text-align: center;
}
.cid-vf5FpF4LsS a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vf5FpFufbi {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #e9dafa;
}
.cid-vf5FpFufbi .mbr-fallback-image.disabled {
  display: none;
}
.cid-vf5FpFufbi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vf5FpFufbi .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vf5FpFufbi .container-fluid {
    padding: 0 15px;
  }
}
.cid-vf5FpFufbi .row {
  margin: 0;
}
.cid-vf5FpFufbi .row .card {
  padding: 0;
}
.cid-vf5FpFufbi .card-wrapper {
  padding: 110px 30px;
  background-color: #e9dafa;
}
@media (max-width: 1440px) {
  .cid-vf5FpFufbi .card-wrapper {
    padding: 40px 30px;
  }
}
@media (max-width: 992px) {
  .cid-vf5FpFufbi .card-wrapper {
    padding: 35px 15px;
  }
}
.cid-vf5FpFufbi .card-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 3px 10px;
  background-color: #000000;
}
.cid-vf5FpFufbi .card-wrapper .mbr-section-title {
  margin-top: 25px;
  margin-bottom: 20px;
}
.cid-vf5FpFufbi .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-vf5FpFufbi .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-vf5FpFufbi .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vf5FpFufbi .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vf5FpFufbi .image-wrapper {
    height: 450px;
    margin-bottom: 10px;
  }
}
@media (max-width: 992px) and (max-width: 380px) {
  .cid-vf5FpFufbi .image-wrapper {
    margin-bottom: -200px !important;
  }
}
.cid-vf5FpFufbi .image-wrapper img {
  position: relative;
  top: 0;
  left: 0;
  height: auto;
  width: 100%;
  object-fit: cover;
}
.cid-vf5FpFufbi .mbr-label {
  color: #000000;
}
.cid-vf5FpFufbi .mbr-section-title {
  color: #000000;
  line-height: 1.5;
}
.cid-vf5FpFufbi .mbr-text,
.cid-vf5FpFufbi .text-wrapper {
  color: #000000;
}
.cid-vf5FpFufbi .mbr-label,
.cid-vf5FpFufbi .label-wrapper {
  color: #221036;
}
.cid-vf5FpFHzJE {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #e9dafa;
  background-image: linear-gradient(0deg, #996ad0 25%, #e9dafa 100%);
}
.cid-vf5FpFHzJE .mbr-fallback-image.disabled {
  display: none;
}
.cid-vf5FpFHzJE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vf5FpFHzJE .content-wrapper .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vf5FpFHzJE .content-wrapper .title-wrapper {
    margin-bottom: 10px;
  }
}
.cid-vf5FpFHzJE .content-wrapper .title-wrapper .label-wrapper .mbr-label {
  margin-bottom: 24px;
}
.cid-vf5FpFHzJE .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vf5FpFHzJE .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-vf5FpFHzJE .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vf5FpFHzJE .content-wrapper .title-wrapper .text-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 20px;
}
.cid-vf5FpFHzJE .content-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vf5FpFHzJE .content-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-vf5FpFHzJE .content-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vf5FpFHzJE .content-wrapper .mbr-section-btn {
  margin-bottom: -9.6px;
}
.cid-vf5FpFHzJE .image-wrapper {
  margin-top: 50px;
}
@media (max-width: 992px) {
  .cid-vf5FpFHzJE .image-wrapper {
    margin-top: 40px;
  }
}
.cid-vf5FpFHzJE .image-wrapper img {
  display: inline-flex;
  height: 100%;
  width: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vf5FpFHzJE .image-wrapper img {
    display: block;
    width: 100%;
    height: 300px;
  }
}
.cid-vf5FpFHzJE .mbr-label {
  color: #171719;
  text-align: center;
}
.cid-vf5FpFHzJE .mbr-section-title {
  color: #171719;
}
.cid-vf5FpFHzJE .mbr-text,
.cid-vf5FpFHzJE .text-wrapper {
  color: #000000;
  text-align: left;
}
.cid-vf5FpFHzJE .mbr-section-title,
.cid-vf5FpFHzJE .title-wrap,
.cid-vf5FpFHzJE .mbr-section-btn,
.cid-vf5FpFHzJE .image-wrapper {
  text-align: center;
}
.cid-vf5FpFHzJE .mbr-section-title,
.cid-vf5FpFHzJE .mbr-section-btn,
.cid-vf5FpFHzJE .title-wrap,
.cid-vf5FpFHzJE .image-wrapper {
  text-align: left;
}
.cid-vf5FpFHzJE .mbr-label,
.cid-vf5FpFHzJE .label-wrapper {
  text-align: left;
}
.cid-vf5FpFVYNW {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #e9dafa;
}
.cid-vf5FpFVYNW .date {
  padding: 1rem;
  color: #fff;
  background-color: #592e8b;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
@media (min-width: 992px) {
  .cid-vf5FpFVYNW .date {
    padding: 2rem;
  }
}
.cid-vf5FpFVYNW .mbr-section-title {
  margin: 0;
  margin-bottom: 80px;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-vf5FpFVYNW .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-vf5FpFVYNW .card-heading {
  line-height: 1.2;
}
.cid-vf5FpFVYNW .wrapper {
  background-color: #dcc2fb;
  border-radius: 10px;
}
.cid-vf5FpFVYNW .news-item {
  text-decoration: none;
}
.cid-vf5FpFVYNW .news-item:hover {
  cursor: pointer;
}
@media (max-width: 600px) {
  .cid-vf5FpFVYNW .link {
    margin-top: 20px;
    margin-bottom: 20px;
    opacity: 1;
    transform: none;
  }
}
.cid-vf5FpFVYNW .mbr-text {
  line-height: 1.72;
}
.cid-vf5FpFVYNW .news-content {
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-vf5FpFVYNW .news-content {
    padding: 2rem;
  }
}
.cid-vf5FpGc6dY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #592e8b;
}
.cid-vf5FpGc6dY .mbr-fallback-image.disabled {
  display: none;
}
.cid-vf5FpGc6dY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vf5FpGc6dY .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-vf5FpGc6dY .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-vf5FpGc6dY .container {
    padding: 0 26px;
  }
}
.cid-vf5FpGc6dY .row {
  padding: 60px;
  margin: 0;
  border: 1px solid #e9dafa;
  padding: 120px 60px 60px 30px;
}
@media (max-width: 992px) {
  .cid-vf5FpGc6dY .row {
    padding: 120px 30px;
  }
}
@media (max-width: 992px) {
  .cid-vf5FpGc6dY .row {
    padding: 26px;
  }
}
.cid-vf5FpGc6dY .title-wrapper {
  margin-bottom: 50px;
}
.cid-vf5FpGc6dY .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vf5FpGc6dY .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-vf5FpGc6dY .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vf5FpGc6dY .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-vf5FpGc6dY .title-wrapper .title-wrap .logo-wrap img {
  width: 110px;
  height: 100px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-vf5FpGc6dY .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-vf5FpGc6dY .nav-wrapper {
  margin-bottom: 50px;
}
.cid-vf5FpGc6dY .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-vf5FpGc6dY .nav-wrapper .list {
    display: block;
  }
}
.cid-vf5FpGc6dY .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-vf5FpGc6dY .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-vf5FpGc6dY .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-vf5FpGc6dY .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #221036;
  transition: all 0.3s ease-in-out;
}
.cid-vf5FpGc6dY .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-vf5FpGc6dY .soc-wrapper {
  margin-bottom: 50px;
}
.cid-vf5FpGc6dY .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-vf5FpGc6dY .soc-wrapper .social-row .soc-item {
  margin-left: 14px;
}
.cid-vf5FpGc6dY .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-vf5FpGc6dY .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-vf5FpGc6dY .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #e9dafa;
}
.cid-vf5FpGc6dY .copy-wrapper {
  margin: 55px auto;
}
.cid-vf5FpGc6dY .copy-wrapper .copyright {
  margin-bottom: 0;
  font-size: .95rem;
}
.cid-vf5FpGc6dY .mbr-section-title,
.cid-vf5FpGc6dY .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vf5FpGc6dY .list {
  color: #ffffff;
}
.cid-vf5FpGc6dY .copyright {
  color: #ffffff;
  text-align: center;
}
.cid-vf5FpGc6dY .list,
.cid-vf5FpGc6dY .nav-wrapper,
.cid-vf5FpGc6dY .soc-wrapper {
  text-align: center;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

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

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.35 !important;
}

.mbr-section-subtitle {
  line-height: 1.35 !important;
}

.mbr-text {
  font-style: normal;
  line-height: 1.6 !important;
}

.item-text {
  font-style: normal;
  line-height: 1.6 !important;
}

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

b,
strong {
  font-weight: bold;
}

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

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

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

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

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

.mbr-black {
  color: #111111;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.card-box {
  width: 100%;
}

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

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

.mbr-figure {
  align-self: center;
}

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

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

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

  .media {
    width: auto;
  }

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

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

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

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

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

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

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

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

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

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

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

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

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

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

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

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 70px;
  right: 10px;
  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: 2%;
  color: #fff;
  display: inline-block;
  height: 40px;
  width: 40px;
  border: 1px 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: 1rem !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-vf6R5ZXQ29 {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-vf6R5ZXQ29 .navbar-dropdown {
  background-color: #e9dafa !important;
  padding: 0;
}
.cid-vf6R5ZXQ29 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #e9dafa !important;
  background: #e9dafa;
}
.cid-vf6R5ZXQ29 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vf6R5ZXQ29 #navbar {
  transition: top 0.5s;
}
.cid-vf6R5ZXQ29 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vf6R5ZXQ29 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vf6R5ZXQ29 .menu_box .navbar.opened,
  .cid-vf6R5ZXQ29 .menu_box .navbar-collapse {
    background-color: #e9dafa !important;
    transition: all 0s ease 0s;
  }
}
.cid-vf6R5ZXQ29 nav.navbar {
  position: fixed;
  padding-top: .5rem;
  padding-bottom: .35rem;
}
.cid-vf6R5ZXQ29 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 120px;
  margin-left: 15px;
}
@media (max-width: 991px) {
  .cid-vf6R5ZXQ29 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vf6R5ZXQ29 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-vf6R5ZXQ29 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vf6R5ZXQ29 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-vf6R5ZXQ29 .offcanvas {
    padding: 12rem 60px 0;
    width: 35%;
    background-color: #34363a;
  }
  .cid-vf6R5ZXQ29 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-vf6R5ZXQ29 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-vf6R5ZXQ29 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-vf6R5ZXQ29 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-vf6R5ZXQ29 .offcanvas-body .mbr-text,
  .cid-vf6R5ZXQ29 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-vf6R5ZXQ29 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-vf6R5ZXQ29 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-vf6R5ZXQ29 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #221036;
  }
  .cid-vf6R5ZXQ29 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-vf6R5ZXQ29 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-vf6R5ZXQ29 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-vf6R5ZXQ29 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-vf6R5ZXQ29 ul.navbar-nav {
    padding-bottom: 1.25rem;
  }
  .cid-vf6R5ZXQ29 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vf6R5ZXQ29 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-vf6R5ZXQ29 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-vf6R5ZXQ29 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-vf6R5ZXQ29 .lg_brand {
    margin: 0 1rem;
  }
  .cid-vf6R5ZXQ29 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-vf6R5ZXQ29 .nav-item {
  margin: 4px 10px;
}
@media (min-width: 1200px) {
  .cid-vf6R5ZXQ29 .nav-item {
    margin: 4px 9px;
  }
}
@media (max-width: 991px) {
  .cid-vf6R5ZXQ29 .nav-item {
    margin: 0 !important;
  }
}
.cid-vf6R5ZXQ29 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-vf6R5ZXQ29 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  background-color: #e9dafa;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-vf6R5ZXQ29 .nav-item .nav-link:hover::before,
.cid-vf6R5ZXQ29 .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-vf6R5ZXQ29 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vf6R5ZXQ29 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 200px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vf6R5ZXQ29 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vf6R5ZXQ29 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vf6R5ZXQ29 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-vf6R5ZXQ29 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vf6R5ZXQ29 .offcanvas_box {
    display: none;
  }
}
.cid-vf6R5ZXQ29 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vf6R5ZXQ29 .nav-dropdown .link {
  font-weight: 500 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vf6R5ZXQ29 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vf6R5ZXQ29 .container {
  display: flex;
  margin: auto;
}
.cid-vf6R5ZXQ29 .iconfont-wrapper {
  color: #221036;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-vf6R5ZXQ29 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vf6R5ZXQ29 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vf6R5ZXQ29 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-vf6R5ZXQ29 .navbar-nav {
    margin: 0;
  }
}
.cid-vf6R5ZXQ29 .dropdown-menu,
.cid-vf6R5ZXQ29 .navbar.opened {
  background-color: false !important;
}
.cid-vf6R5ZXQ29 .nav-item:focus,
.cid-vf6R5ZXQ29 .nav-link:focus {
  outline: none;
}
.cid-vf6R5ZXQ29 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vf6R5ZXQ29 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vf6R5ZXQ29 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vf6R5ZXQ29 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vf6R5ZXQ29 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vf6R5ZXQ29 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vf6R5ZXQ29 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vf6R5ZXQ29 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vf6R5ZXQ29 .navbar.opened {
  transition: all 0.3s;
}
.cid-vf6R5ZXQ29 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vf6R5ZXQ29 .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: .3rem !important;
}
.cid-vf6R5ZXQ29 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-vf6R5ZXQ29 .navbar.collapsed {
  justify-content: center;
}
.cid-vf6R5ZXQ29 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vf6R5ZXQ29 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vf6R5ZXQ29 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vf6R5ZXQ29 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vf6R5ZXQ29 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vf6R5ZXQ29 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vf6R5ZXQ29 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vf6R5ZXQ29 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vf6R5ZXQ29 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-vf6R5ZXQ29 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vf6R5ZXQ29 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vf6R5ZXQ29 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vf6R5ZXQ29 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vf6R5ZXQ29 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vf6R5ZXQ29 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vf6R5ZXQ29 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vf6R5ZXQ29 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vf6R5ZXQ29 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vf6R5ZXQ29 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vf6R5ZXQ29 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vf6R5ZXQ29 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vf6R5ZXQ29 .navbar.navbar-short {
  min-height: 60px;
}
.cid-vf6R5ZXQ29 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vf6R5ZXQ29 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vf6R5ZXQ29 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vf6R5ZXQ29 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-vf6R5ZXQ29 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vf6R5ZXQ29 .dropdown-item.active,
.cid-vf6R5ZXQ29 .dropdown-item:active {
  background-color: transparent;
}
.cid-vf6R5ZXQ29 .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-vf6R5ZXQ29 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vf6R5ZXQ29 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vf6R5ZXQ29 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vf6R5ZXQ29 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vf6R5ZXQ29 .navbar-buttons {
  text-align: center;
  min-width: 150px;
}
.cid-vf6R5ZXQ29 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #e9dafa;
  background: #e9dafa;
}
.cid-vf6R5ZXQ29 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #221036;
}
.cid-vf6R5ZXQ29 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vf6R5ZXQ29 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vf6R5ZXQ29 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vf6R5ZXQ29 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vf6R5ZXQ29 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vf6R5ZXQ29 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vf6R5ZXQ29 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vf6R5ZXQ29 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vf6R5ZXQ29 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vf6R5ZXQ29 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vf6R5ZXQ29 .navbar {
    height: 70px;
  }
  .cid-vf6R5ZXQ29 .navbar.opened {
    height: auto;
  }
  .cid-vf6R5ZXQ29 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vf6R5ZXQ29 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-vf6R5ZXQ29 .container-fluid {
    padding-left: 42px;
    padding-right: 42px;
  }
}
.cid-vf6R5ZXQ29 .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-vf6R5ZXQ29 .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-vf6R5ZXQ29 .mbr-section-btn-main .btn {
  min-width: 140px;
}
@media (min-width: 992px) {
  .cid-vf6R5ZXQ29 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vf6R5ZXQ29 .text_widget {
  margin-bottom: 32px;
}
.cid-vf6R5ZXQ29 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vf6R5ZXQ29 .text_widget a:hover,
.cid-vf6R5ZXQ29 .text_widget a:focus {
  opacity: .8;
}
.cid-vf6R5ZXQ29 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vf6R5ZXQ29 .navbar-caption {
  color: #ffffff;
}
.cid-vf6R5ZXQ29 .mbr-text {
  color: #f4f4f4;
  text-align: center;
}
.cid-vf6R5ZXQ29 .mbr-section-subtitle,
.cid-vf6R5ZXQ29 .text_widget,
.cid-vf6R5ZXQ29 .mbr-section-btn {
  text-align: center;
}
.cid-vf6R5ZXQ29 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vf6R60eoZQ {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #e9dafa;
}
.cid-vf6R60eoZQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vf6R60eoZQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vf6R60eoZQ .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vf6R60eoZQ .container-fluid {
    padding: 0 15px;
  }
}
.cid-vf6R60eoZQ .row {
  margin: 0;
}
.cid-vf6R60eoZQ .row .card {
  padding: 0;
}
.cid-vf6R60eoZQ .card-wrapper {
  padding: 110px 30px;
  background-color: #e9dafa;
}
@media (max-width: 1440px) {
  .cid-vf6R60eoZQ .card-wrapper {
    padding: 40px 30px;
  }
}
@media (max-width: 992px) {
  .cid-vf6R60eoZQ .card-wrapper {
    padding: 35px 15px;
  }
}
.cid-vf6R60eoZQ .card-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 3px 10px;
  background-color: #000000;
}
.cid-vf6R60eoZQ .card-wrapper .mbr-section-title {
  margin-top: 25px;
  margin-bottom: 20px;
}
.cid-vf6R60eoZQ .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-vf6R60eoZQ .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-vf6R60eoZQ .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vf6R60eoZQ .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vf6R60eoZQ .image-wrapper {
    height: 450px;
    margin-bottom: 10px;
  }
}
@media (max-width: 992px) and (max-width: 380px) {
  .cid-vf6R60eoZQ .image-wrapper {
    margin-bottom: -200px !important;
  }
}
.cid-vf6R60eoZQ .image-wrapper img {
  position: relative;
  top: 0;
  left: 0;
  height: auto;
  width: 100%;
  object-fit: cover;
}
.cid-vf6R60eoZQ .mbr-label {
  color: #000000;
}
.cid-vf6R60eoZQ .mbr-section-title {
  color: #000000;
  line-height: 1.5;
}
.cid-vf6R60eoZQ .mbr-text,
.cid-vf6R60eoZQ .text-wrapper {
  color: #000000;
}
.cid-vf6R60eoZQ .mbr-label,
.cid-vf6R60eoZQ .label-wrapper {
  color: #221036;
}
.cid-vf6R60o2nj {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #e9dafa;
  background-image: linear-gradient(0deg, #996ad0 25%, #e9dafa 100%);
}
.cid-vf6R60o2nj .mbr-fallback-image.disabled {
  display: none;
}
.cid-vf6R60o2nj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vf6R60o2nj .content-wrapper .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vf6R60o2nj .content-wrapper .title-wrapper {
    margin-bottom: 10px;
  }
}
.cid-vf6R60o2nj .content-wrapper .title-wrapper .label-wrapper .mbr-label {
  margin-bottom: 24px;
}
.cid-vf6R60o2nj .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vf6R60o2nj .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-vf6R60o2nj .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vf6R60o2nj .content-wrapper .title-wrapper .text-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 20px;
}
.cid-vf6R60o2nj .content-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vf6R60o2nj .content-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-vf6R60o2nj .content-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vf6R60o2nj .content-wrapper .mbr-section-btn {
  margin-bottom: -9.6px;
}
.cid-vf6R60o2nj .image-wrapper {
  margin-top: 50px;
}
@media (max-width: 992px) {
  .cid-vf6R60o2nj .image-wrapper {
    margin-top: 40px;
  }
}
.cid-vf6R60o2nj .image-wrapper img {
  display: inline-flex;
  height: 100%;
  width: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vf6R60o2nj .image-wrapper img {
    display: block;
    width: 100%;
    height: 300px;
  }
}
.cid-vf6R60o2nj .mbr-label {
  color: #171719;
  text-align: center;
}
.cid-vf6R60o2nj .mbr-section-title {
  color: #171719;
}
.cid-vf6R60o2nj .mbr-text,
.cid-vf6R60o2nj .text-wrapper {
  color: #000000;
  text-align: left;
}
.cid-vf6R60o2nj .mbr-section-title,
.cid-vf6R60o2nj .title-wrap,
.cid-vf6R60o2nj .mbr-section-btn,
.cid-vf6R60o2nj .image-wrapper {
  text-align: center;
}
.cid-vf6R60o2nj .mbr-section-title,
.cid-vf6R60o2nj .mbr-section-btn,
.cid-vf6R60o2nj .title-wrap,
.cid-vf6R60o2nj .image-wrapper {
  text-align: left;
}
.cid-vf6R60o2nj .mbr-label,
.cid-vf6R60o2nj .label-wrapper {
  text-align: left;
}
.cid-vf6R60FyFC {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #e9dafa;
}
.cid-vf6R60FyFC .date {
  padding: 1rem;
  color: #fff;
  background-color: #592e8b;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
@media (min-width: 992px) {
  .cid-vf6R60FyFC .date {
    padding: 2rem;
  }
}
.cid-vf6R60FyFC .mbr-section-title {
  margin: 0;
  margin-bottom: 80px;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-vf6R60FyFC .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-vf6R60FyFC .card-heading {
  line-height: 1.2;
}
.cid-vf6R60FyFC .wrapper {
  background-color: #dcc2fb;
  border-radius: 10px;
}
.cid-vf6R60FyFC .news-item {
  text-decoration: none;
}
.cid-vf6R60FyFC .news-item:hover {
  cursor: pointer;
}
@media (max-width: 600px) {
  .cid-vf6R60FyFC .link {
    margin-top: 20px;
    margin-bottom: 20px;
    opacity: 1;
    transform: none;
  }
}
.cid-vf6R60FyFC .mbr-text {
  line-height: 1.72;
}
.cid-vf6R60FyFC .news-content {
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-vf6R60FyFC .news-content {
    padding: 2rem;
  }
}
.cid-vf6R60VYdP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #592e8b;
}
.cid-vf6R60VYdP .mbr-fallback-image.disabled {
  display: none;
}
.cid-vf6R60VYdP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vf6R60VYdP .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-vf6R60VYdP .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-vf6R60VYdP .container {
    padding: 0 26px;
  }
}
.cid-vf6R60VYdP .row {
  padding: 60px;
  margin: 0;
  border: 1px solid #e9dafa;
  padding: 120px 60px 60px 30px;
}
@media (max-width: 992px) {
  .cid-vf6R60VYdP .row {
    padding: 120px 30px;
  }
}
@media (max-width: 992px) {
  .cid-vf6R60VYdP .row {
    padding: 26px;
  }
}
.cid-vf6R60VYdP .title-wrapper {
  margin-bottom: 50px;
}
.cid-vf6R60VYdP .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vf6R60VYdP .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-vf6R60VYdP .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vf6R60VYdP .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-vf6R60VYdP .title-wrapper .title-wrap .logo-wrap img {
  width: 110px;
  height: 100px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-vf6R60VYdP .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-vf6R60VYdP .nav-wrapper {
  margin-bottom: 50px;
}
.cid-vf6R60VYdP .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-vf6R60VYdP .nav-wrapper .list {
    display: block;
  }
}
.cid-vf6R60VYdP .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-vf6R60VYdP .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-vf6R60VYdP .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-vf6R60VYdP .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #221036;
  transition: all 0.3s ease-in-out;
}
.cid-vf6R60VYdP .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-vf6R60VYdP .soc-wrapper {
  margin-bottom: 50px;
}
.cid-vf6R60VYdP .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-vf6R60VYdP .soc-wrapper .social-row .soc-item {
  margin-left: 14px;
}
.cid-vf6R60VYdP .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-vf6R60VYdP .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-vf6R60VYdP .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #e9dafa;
}
.cid-vf6R60VYdP .copy-wrapper {
  margin: 55px auto;
}
.cid-vf6R60VYdP .copy-wrapper .copyright {
  margin-bottom: 0;
  font-size: .95rem;
}
.cid-vf6R60VYdP .mbr-section-title,
.cid-vf6R60VYdP .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vf6R60VYdP .list {
  color: #ffffff;
}
.cid-vf6R60VYdP .copyright {
  color: #ffffff;
  text-align: center;
}
.cid-vf6R60VYdP .list,
.cid-vf6R60VYdP .nav-wrapper,
.cid-vf6R60VYdP .soc-wrapper {
  text-align: center;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

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

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.35 !important;
}

.mbr-section-subtitle {
  line-height: 1.35 !important;
}

.mbr-text {
  font-style: normal;
  line-height: 1.6 !important;
}

.item-text {
  font-style: normal;
  line-height: 1.6 !important;
}

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

b,
strong {
  font-weight: bold;
}

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

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

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

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

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

.mbr-black {
  color: #111111;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.card-box {
  width: 100%;
}

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

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

.mbr-figure {
  align-self: center;
}

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

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

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

  .media {
    width: auto;
  }

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

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

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

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

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

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

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

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

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

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

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

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

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

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

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

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 70px;
  right: 10px;
  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: 2%;
  color: #fff;
  display: inline-block;
  height: 40px;
  width: 40px;
  border: 1px 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: 1rem !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-vfaZUV7oQg {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-vfaZUV7oQg .navbar-dropdown {
  background-color: #e9dafa !important;
  padding: 0;
}
.cid-vfaZUV7oQg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #e9dafa !important;
  background: #e9dafa;
}
.cid-vfaZUV7oQg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vfaZUV7oQg #navbar {
  transition: top 0.5s;
}
.cid-vfaZUV7oQg .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vfaZUV7oQg .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vfaZUV7oQg .menu_box .navbar.opened,
  .cid-vfaZUV7oQg .menu_box .navbar-collapse {
    background-color: #e9dafa !important;
    transition: all 0s ease 0s;
  }
}
.cid-vfaZUV7oQg nav.navbar {
  position: fixed;
  padding-top: .5rem;
  padding-bottom: .35rem;
}
.cid-vfaZUV7oQg .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 120px;
  margin-left: 15px;
}
@media (max-width: 991px) {
  .cid-vfaZUV7oQg .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vfaZUV7oQg .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-vfaZUV7oQg .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vfaZUV7oQg .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-vfaZUV7oQg .offcanvas {
    padding: 12rem 60px 0;
    width: 35%;
    background-color: #34363a;
  }
  .cid-vfaZUV7oQg .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-vfaZUV7oQg .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-vfaZUV7oQg .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-vfaZUV7oQg .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-vfaZUV7oQg .offcanvas-body .mbr-text,
  .cid-vfaZUV7oQg .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-vfaZUV7oQg .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-vfaZUV7oQg .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-vfaZUV7oQg .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #221036;
  }
  .cid-vfaZUV7oQg .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-vfaZUV7oQg .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-vfaZUV7oQg .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-vfaZUV7oQg .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-vfaZUV7oQg ul.navbar-nav {
    padding-bottom: 1.25rem;
  }
  .cid-vfaZUV7oQg .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vfaZUV7oQg .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-vfaZUV7oQg .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-vfaZUV7oQg li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-vfaZUV7oQg .lg_brand {
    margin: 0 1rem;
  }
  .cid-vfaZUV7oQg .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-vfaZUV7oQg .nav-item {
  margin: 4px 10px;
}
@media (min-width: 1200px) {
  .cid-vfaZUV7oQg .nav-item {
    margin: 4px 9px;
  }
}
@media (max-width: 991px) {
  .cid-vfaZUV7oQg .nav-item {
    margin: 0 !important;
  }
}
.cid-vfaZUV7oQg .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-vfaZUV7oQg .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  background-color: #e9dafa;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-vfaZUV7oQg .nav-item .nav-link:hover::before,
.cid-vfaZUV7oQg .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-vfaZUV7oQg .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vfaZUV7oQg .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 200px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vfaZUV7oQg .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vfaZUV7oQg .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vfaZUV7oQg .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-vfaZUV7oQg .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vfaZUV7oQg .offcanvas_box {
    display: none;
  }
}
.cid-vfaZUV7oQg .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vfaZUV7oQg .nav-dropdown .link {
  font-weight: 500 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vfaZUV7oQg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vfaZUV7oQg .container {
  display: flex;
  margin: auto;
}
.cid-vfaZUV7oQg .iconfont-wrapper {
  color: #221036;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-vfaZUV7oQg .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vfaZUV7oQg .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vfaZUV7oQg .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-vfaZUV7oQg .navbar-nav {
    margin: 0;
  }
}
.cid-vfaZUV7oQg .dropdown-menu,
.cid-vfaZUV7oQg .navbar.opened {
  background-color: false !important;
}
.cid-vfaZUV7oQg .nav-item:focus,
.cid-vfaZUV7oQg .nav-link:focus {
  outline: none;
}
.cid-vfaZUV7oQg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vfaZUV7oQg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vfaZUV7oQg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vfaZUV7oQg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vfaZUV7oQg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vfaZUV7oQg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vfaZUV7oQg .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vfaZUV7oQg .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vfaZUV7oQg .navbar.opened {
  transition: all 0.3s;
}
.cid-vfaZUV7oQg .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vfaZUV7oQg .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: .3rem !important;
}
.cid-vfaZUV7oQg .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-vfaZUV7oQg .navbar.collapsed {
  justify-content: center;
}
.cid-vfaZUV7oQg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vfaZUV7oQg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vfaZUV7oQg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vfaZUV7oQg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vfaZUV7oQg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vfaZUV7oQg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vfaZUV7oQg .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vfaZUV7oQg .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vfaZUV7oQg .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-vfaZUV7oQg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vfaZUV7oQg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vfaZUV7oQg .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vfaZUV7oQg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vfaZUV7oQg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vfaZUV7oQg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vfaZUV7oQg .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vfaZUV7oQg .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vfaZUV7oQg .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vfaZUV7oQg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vfaZUV7oQg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vfaZUV7oQg .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vfaZUV7oQg .navbar.navbar-short {
  min-height: 60px;
}
.cid-vfaZUV7oQg .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vfaZUV7oQg .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vfaZUV7oQg .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vfaZUV7oQg .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-vfaZUV7oQg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vfaZUV7oQg .dropdown-item.active,
.cid-vfaZUV7oQg .dropdown-item:active {
  background-color: transparent;
}
.cid-vfaZUV7oQg .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-vfaZUV7oQg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vfaZUV7oQg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vfaZUV7oQg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vfaZUV7oQg ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vfaZUV7oQg .navbar-buttons {
  text-align: center;
  min-width: 150px;
}
.cid-vfaZUV7oQg button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #e9dafa;
  background: #e9dafa;
}
.cid-vfaZUV7oQg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #221036;
}
.cid-vfaZUV7oQg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vfaZUV7oQg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vfaZUV7oQg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vfaZUV7oQg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vfaZUV7oQg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfaZUV7oQg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vfaZUV7oQg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vfaZUV7oQg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfaZUV7oQg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vfaZUV7oQg .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vfaZUV7oQg .navbar {
    height: 70px;
  }
  .cid-vfaZUV7oQg .navbar.opened {
    height: auto;
  }
  .cid-vfaZUV7oQg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vfaZUV7oQg .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-vfaZUV7oQg .container-fluid {
    padding-left: 42px;
    padding-right: 42px;
  }
}
.cid-vfaZUV7oQg .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-vfaZUV7oQg .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-vfaZUV7oQg .mbr-section-btn-main .btn {
  min-width: 140px;
}
@media (min-width: 992px) {
  .cid-vfaZUV7oQg .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vfaZUV7oQg .text_widget {
  margin-bottom: 32px;
}
.cid-vfaZUV7oQg .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vfaZUV7oQg .text_widget a:hover,
.cid-vfaZUV7oQg .text_widget a:focus {
  opacity: .8;
}
.cid-vfaZUV7oQg .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vfaZUV7oQg .navbar-caption {
  color: #ffffff;
}
.cid-vfaZUV7oQg .mbr-text {
  color: #f4f4f4;
  text-align: center;
}
.cid-vfaZUV7oQg .mbr-section-subtitle,
.cid-vfaZUV7oQg .text_widget,
.cid-vfaZUV7oQg .mbr-section-btn {
  text-align: center;
}
.cid-vfaZUV7oQg a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vfaZUVsFb1 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #e9dafa;
}
.cid-vfaZUVsFb1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfaZUVsFb1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfaZUVsFb1 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vfaZUVsFb1 .container-fluid {
    padding: 0 15px;
  }
}
.cid-vfaZUVsFb1 .row {
  margin: 0;
}
.cid-vfaZUVsFb1 .row .card {
  padding: 0;
}
.cid-vfaZUVsFb1 .card-wrapper {
  padding: 110px 30px;
  background-color: #e9dafa;
}
@media (max-width: 1440px) {
  .cid-vfaZUVsFb1 .card-wrapper {
    padding: 40px 30px;
  }
}
@media (max-width: 992px) {
  .cid-vfaZUVsFb1 .card-wrapper {
    padding: 35px 15px;
  }
}
.cid-vfaZUVsFb1 .card-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 3px 10px;
  background-color: #000000;
}
.cid-vfaZUVsFb1 .card-wrapper .mbr-section-title {
  margin-top: 25px;
  margin-bottom: 20px;
}
.cid-vfaZUVsFb1 .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-vfaZUVsFb1 .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-vfaZUVsFb1 .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vfaZUVsFb1 .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vfaZUVsFb1 .image-wrapper {
    height: 450px;
    margin-bottom: 10px;
  }
}
@media (max-width: 992px) and (max-width: 380px) {
  .cid-vfaZUVsFb1 .image-wrapper {
    margin-bottom: -200px !important;
  }
}
.cid-vfaZUVsFb1 .image-wrapper img {
  position: relative;
  top: 0;
  left: 0;
  height: auto;
  width: 100%;
  object-fit: cover;
}
.cid-vfaZUVsFb1 .mbr-label {
  color: #000000;
}
.cid-vfaZUVsFb1 .mbr-section-title {
  color: #000000;
  line-height: 1.5;
}
.cid-vfaZUVsFb1 .mbr-text,
.cid-vfaZUVsFb1 .text-wrapper {
  color: #000000;
}
.cid-vfaZUVsFb1 .mbr-label,
.cid-vfaZUVsFb1 .label-wrapper {
  color: #221036;
}
.cid-vfaZUVFTn9 {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #e9dafa;
  background-image: linear-gradient(0deg, #996ad0 25%, #e9dafa 100%);
}
.cid-vfaZUVFTn9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfaZUVFTn9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfaZUVFTn9 .content-wrapper .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vfaZUVFTn9 .content-wrapper .title-wrapper {
    margin-bottom: 10px;
  }
}
.cid-vfaZUVFTn9 .content-wrapper .title-wrapper .label-wrapper .mbr-label {
  margin-bottom: 24px;
}
.cid-vfaZUVFTn9 .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vfaZUVFTn9 .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-vfaZUVFTn9 .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vfaZUVFTn9 .content-wrapper .title-wrapper .text-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 20px;
}
.cid-vfaZUVFTn9 .content-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vfaZUVFTn9 .content-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-vfaZUVFTn9 .content-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vfaZUVFTn9 .content-wrapper .mbr-section-btn {
  margin-bottom: -9.6px;
}
.cid-vfaZUVFTn9 .image-wrapper {
  margin-top: 50px;
}
@media (max-width: 992px) {
  .cid-vfaZUVFTn9 .image-wrapper {
    margin-top: 40px;
  }
}
.cid-vfaZUVFTn9 .image-wrapper img {
  display: inline-flex;
  height: 100%;
  width: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vfaZUVFTn9 .image-wrapper img {
    display: block;
    width: 100%;
    height: 300px;
  }
}
.cid-vfaZUVFTn9 .mbr-label {
  color: #171719;
  text-align: center;
}
.cid-vfaZUVFTn9 .mbr-section-title {
  color: #171719;
}
.cid-vfaZUVFTn9 .mbr-text,
.cid-vfaZUVFTn9 .text-wrapper {
  color: #000000;
  text-align: left;
}
.cid-vfaZUVFTn9 .mbr-section-title,
.cid-vfaZUVFTn9 .title-wrap,
.cid-vfaZUVFTn9 .mbr-section-btn,
.cid-vfaZUVFTn9 .image-wrapper {
  text-align: center;
}
.cid-vfaZUVFTn9 .mbr-section-title,
.cid-vfaZUVFTn9 .mbr-section-btn,
.cid-vfaZUVFTn9 .title-wrap,
.cid-vfaZUVFTn9 .image-wrapper {
  text-align: left;
}
.cid-vfaZUVFTn9 .mbr-label,
.cid-vfaZUVFTn9 .label-wrapper {
  text-align: left;
}
.cid-vfaZUVT5H0 {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #e9dafa;
}
.cid-vfaZUVT5H0 .date {
  padding: 1rem;
  color: #fff;
  background-color: #592e8b;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
@media (min-width: 992px) {
  .cid-vfaZUVT5H0 .date {
    padding: 2rem;
  }
}
.cid-vfaZUVT5H0 .mbr-section-title {
  margin: 0;
  margin-bottom: 80px;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-vfaZUVT5H0 .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-vfaZUVT5H0 .card-heading {
  line-height: 1.2;
}
.cid-vfaZUVT5H0 .wrapper {
  background-color: #dcc2fb;
  border-radius: 10px;
}
.cid-vfaZUVT5H0 .news-item {
  text-decoration: none;
}
.cid-vfaZUVT5H0 .news-item:hover {
  cursor: pointer;
}
@media (max-width: 600px) {
  .cid-vfaZUVT5H0 .link {
    margin-top: 20px;
    margin-bottom: 20px;
    opacity: 1;
    transform: none;
  }
}
.cid-vfaZUVT5H0 .mbr-text {
  line-height: 1.72;
}
.cid-vfaZUVT5H0 .news-content {
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-vfaZUVT5H0 .news-content {
    padding: 2rem;
  }
}
.cid-vfaZUW90Mi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #592e8b;
}
.cid-vfaZUW90Mi .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfaZUW90Mi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfaZUW90Mi .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-vfaZUW90Mi .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-vfaZUW90Mi .container {
    padding: 0 26px;
  }
}
.cid-vfaZUW90Mi .row {
  padding: 60px;
  margin: 0;
  border: 1px solid #e9dafa;
  padding: 120px 60px 60px 30px;
}
@media (max-width: 992px) {
  .cid-vfaZUW90Mi .row {
    padding: 120px 30px;
  }
}
@media (max-width: 992px) {
  .cid-vfaZUW90Mi .row {
    padding: 26px;
  }
}
.cid-vfaZUW90Mi .title-wrapper {
  margin-bottom: 50px;
}
.cid-vfaZUW90Mi .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vfaZUW90Mi .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-vfaZUW90Mi .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vfaZUW90Mi .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-vfaZUW90Mi .title-wrapper .title-wrap .logo-wrap img {
  width: 110px;
  height: 100px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-vfaZUW90Mi .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-vfaZUW90Mi .nav-wrapper {
  margin-bottom: 50px;
}
.cid-vfaZUW90Mi .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-vfaZUW90Mi .nav-wrapper .list {
    display: block;
  }
}
.cid-vfaZUW90Mi .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-vfaZUW90Mi .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-vfaZUW90Mi .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-vfaZUW90Mi .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #221036;
  transition: all 0.3s ease-in-out;
}
.cid-vfaZUW90Mi .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-vfaZUW90Mi .soc-wrapper {
  margin-bottom: 50px;
}
.cid-vfaZUW90Mi .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-vfaZUW90Mi .soc-wrapper .social-row .soc-item {
  margin-left: 14px;
}
.cid-vfaZUW90Mi .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-vfaZUW90Mi .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-vfaZUW90Mi .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #e9dafa;
}
.cid-vfaZUW90Mi .copy-wrapper {
  margin: 55px auto;
}
.cid-vfaZUW90Mi .copy-wrapper .copyright {
  margin-bottom: 0;
  font-size: .95rem;
}
.cid-vfaZUW90Mi .mbr-section-title,
.cid-vfaZUW90Mi .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vfaZUW90Mi .list {
  color: #ffffff;
}
.cid-vfaZUW90Mi .copyright {
  color: #ffffff;
  text-align: center;
}
.cid-vfaZUW90Mi .list,
.cid-vfaZUW90Mi .nav-wrapper,
.cid-vfaZUW90Mi .soc-wrapper {
  text-align: center;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

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

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.35 !important;
}

.mbr-section-subtitle {
  line-height: 1.35 !important;
}

.mbr-text {
  font-style: normal;
  line-height: 1.6 !important;
}

.item-text {
  font-style: normal;
  line-height: 1.6 !important;
}

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

b,
strong {
  font-weight: bold;
}

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

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

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

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

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

.mbr-black {
  color: #111111;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.card-box {
  width: 100%;
}

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

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

.mbr-figure {
  align-self: center;
}

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

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

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

  .media {
    width: auto;
  }

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

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

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

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

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

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

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

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

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

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

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

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

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

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

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

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 70px;
  right: 10px;
  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: 2%;
  color: #fff;
  display: inline-block;
  height: 40px;
  width: 40px;
  border: 1px 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: 1rem !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-vfAhzChWh7 {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-vfAhzChWh7 .navbar-dropdown {
  background-color: #e9dafa !important;
  padding: 0;
}
.cid-vfAhzChWh7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #e9dafa !important;
  background: #e9dafa;
}
.cid-vfAhzChWh7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vfAhzChWh7 #navbar {
  transition: top 0.5s;
}
.cid-vfAhzChWh7 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vfAhzChWh7 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vfAhzChWh7 .menu_box .navbar.opened,
  .cid-vfAhzChWh7 .menu_box .navbar-collapse {
    background-color: #e9dafa !important;
    transition: all 0s ease 0s;
  }
}
.cid-vfAhzChWh7 nav.navbar {
  position: fixed;
  padding-top: .5rem;
  padding-bottom: .35rem;
}
.cid-vfAhzChWh7 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 120px;
  margin-left: 15px;
}
@media (max-width: 991px) {
  .cid-vfAhzChWh7 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vfAhzChWh7 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-vfAhzChWh7 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vfAhzChWh7 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-vfAhzChWh7 .offcanvas {
    padding: 12rem 60px 0;
    width: 35%;
    background-color: #34363a;
  }
  .cid-vfAhzChWh7 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-vfAhzChWh7 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-vfAhzChWh7 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-vfAhzChWh7 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-vfAhzChWh7 .offcanvas-body .mbr-text,
  .cid-vfAhzChWh7 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-vfAhzChWh7 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-vfAhzChWh7 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-vfAhzChWh7 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #221036;
  }
  .cid-vfAhzChWh7 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-vfAhzChWh7 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-vfAhzChWh7 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-vfAhzChWh7 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-vfAhzChWh7 ul.navbar-nav {
    padding-bottom: 1.25rem;
  }
  .cid-vfAhzChWh7 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vfAhzChWh7 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-vfAhzChWh7 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-vfAhzChWh7 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-vfAhzChWh7 .lg_brand {
    margin: 0 1rem;
  }
  .cid-vfAhzChWh7 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-vfAhzChWh7 .nav-item {
  margin: 4px 10px;
}
@media (min-width: 1200px) {
  .cid-vfAhzChWh7 .nav-item {
    margin: 4px 9px;
  }
}
@media (max-width: 991px) {
  .cid-vfAhzChWh7 .nav-item {
    margin: 0 !important;
  }
}
.cid-vfAhzChWh7 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-vfAhzChWh7 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  background-color: #e9dafa;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-vfAhzChWh7 .nav-item .nav-link:hover::before,
.cid-vfAhzChWh7 .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-vfAhzChWh7 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vfAhzChWh7 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 200px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vfAhzChWh7 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vfAhzChWh7 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vfAhzChWh7 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-vfAhzChWh7 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vfAhzChWh7 .offcanvas_box {
    display: none;
  }
}
.cid-vfAhzChWh7 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vfAhzChWh7 .nav-dropdown .link {
  font-weight: 500 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vfAhzChWh7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vfAhzChWh7 .container {
  display: flex;
  margin: auto;
}
.cid-vfAhzChWh7 .iconfont-wrapper {
  color: #221036;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-vfAhzChWh7 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vfAhzChWh7 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vfAhzChWh7 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-vfAhzChWh7 .navbar-nav {
    margin: 0;
  }
}
.cid-vfAhzChWh7 .dropdown-menu,
.cid-vfAhzChWh7 .navbar.opened {
  background-color: false !important;
}
.cid-vfAhzChWh7 .nav-item:focus,
.cid-vfAhzChWh7 .nav-link:focus {
  outline: none;
}
.cid-vfAhzChWh7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vfAhzChWh7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vfAhzChWh7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vfAhzChWh7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vfAhzChWh7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vfAhzChWh7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vfAhzChWh7 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vfAhzChWh7 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vfAhzChWh7 .navbar.opened {
  transition: all 0.3s;
}
.cid-vfAhzChWh7 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vfAhzChWh7 .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: .3rem !important;
}
.cid-vfAhzChWh7 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-vfAhzChWh7 .navbar.collapsed {
  justify-content: center;
}
.cid-vfAhzChWh7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vfAhzChWh7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vfAhzChWh7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vfAhzChWh7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vfAhzChWh7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vfAhzChWh7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vfAhzChWh7 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vfAhzChWh7 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vfAhzChWh7 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-vfAhzChWh7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vfAhzChWh7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vfAhzChWh7 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vfAhzChWh7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vfAhzChWh7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vfAhzChWh7 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vfAhzChWh7 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vfAhzChWh7 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vfAhzChWh7 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vfAhzChWh7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vfAhzChWh7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vfAhzChWh7 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vfAhzChWh7 .navbar.navbar-short {
  min-height: 60px;
}
.cid-vfAhzChWh7 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vfAhzChWh7 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vfAhzChWh7 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vfAhzChWh7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-vfAhzChWh7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vfAhzChWh7 .dropdown-item.active,
.cid-vfAhzChWh7 .dropdown-item:active {
  background-color: transparent;
}
.cid-vfAhzChWh7 .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-vfAhzChWh7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vfAhzChWh7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vfAhzChWh7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vfAhzChWh7 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vfAhzChWh7 .navbar-buttons {
  text-align: center;
  min-width: 150px;
}
.cid-vfAhzChWh7 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #e9dafa;
  background: #e9dafa;
}
.cid-vfAhzChWh7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #221036;
}
.cid-vfAhzChWh7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vfAhzChWh7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vfAhzChWh7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vfAhzChWh7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vfAhzChWh7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfAhzChWh7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vfAhzChWh7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vfAhzChWh7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfAhzChWh7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vfAhzChWh7 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vfAhzChWh7 .navbar {
    height: 70px;
  }
  .cid-vfAhzChWh7 .navbar.opened {
    height: auto;
  }
  .cid-vfAhzChWh7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vfAhzChWh7 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-vfAhzChWh7 .container-fluid {
    padding-left: 42px;
    padding-right: 42px;
  }
}
.cid-vfAhzChWh7 .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-vfAhzChWh7 .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-vfAhzChWh7 .mbr-section-btn-main .btn {
  min-width: 140px;
}
@media (min-width: 992px) {
  .cid-vfAhzChWh7 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vfAhzChWh7 .text_widget {
  margin-bottom: 32px;
}
.cid-vfAhzChWh7 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vfAhzChWh7 .text_widget a:hover,
.cid-vfAhzChWh7 .text_widget a:focus {
  opacity: .8;
}
.cid-vfAhzChWh7 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vfAhzChWh7 .navbar-caption {
  color: #ffffff;
}
.cid-vfAhzChWh7 .mbr-text {
  color: #f4f4f4;
  text-align: center;
}
.cid-vfAhzChWh7 .mbr-section-subtitle,
.cid-vfAhzChWh7 .text_widget,
.cid-vfAhzChWh7 .mbr-section-btn {
  text-align: center;
}
.cid-vfAhzChWh7 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vfAhzCzhlO {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #e9dafa;
}
.cid-vfAhzCzhlO .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfAhzCzhlO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfAhzCzhlO .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vfAhzCzhlO .container-fluid {
    padding: 0 15px;
  }
}
.cid-vfAhzCzhlO .row {
  margin: 0;
}
.cid-vfAhzCzhlO .row .card {
  padding: 0;
}
.cid-vfAhzCzhlO .card-wrapper {
  padding: 110px 30px;
  background-color: #e9dafa;
}
@media (max-width: 1440px) {
  .cid-vfAhzCzhlO .card-wrapper {
    padding: 40px 30px;
  }
}
@media (max-width: 992px) {
  .cid-vfAhzCzhlO .card-wrapper {
    padding: 35px 15px;
  }
}
.cid-vfAhzCzhlO .card-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 3px 10px;
  background-color: #000000;
}
.cid-vfAhzCzhlO .card-wrapper .mbr-section-title {
  margin-top: 25px;
  margin-bottom: 20px;
}
.cid-vfAhzCzhlO .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-vfAhzCzhlO .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-vfAhzCzhlO .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vfAhzCzhlO .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vfAhzCzhlO .image-wrapper {
    height: 450px;
    margin-bottom: 10px;
  }
}
@media (max-width: 992px) and (max-width: 380px) {
  .cid-vfAhzCzhlO .image-wrapper {
    margin-bottom: -200px !important;
  }
}
.cid-vfAhzCzhlO .image-wrapper img {
  position: relative;
  top: 0;
  left: 0;
  height: auto;
  width: 100%;
  object-fit: cover;
}
.cid-vfAhzCzhlO .mbr-label {
  color: #000000;
}
.cid-vfAhzCzhlO .mbr-section-title {
  color: #000000;
  line-height: 1.5;
}
.cid-vfAhzCzhlO .mbr-text,
.cid-vfAhzCzhlO .text-wrapper {
  color: #000000;
}
.cid-vfAhzCzhlO .mbr-label,
.cid-vfAhzCzhlO .label-wrapper {
  color: #221036;
}
.cid-vfAhzCIFvd {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #e9dafa;
  background-image: linear-gradient(0deg, #996ad0 25%, #e9dafa 100%);
}
.cid-vfAhzCIFvd .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfAhzCIFvd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfAhzCIFvd .content-wrapper .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vfAhzCIFvd .content-wrapper .title-wrapper {
    margin-bottom: 10px;
  }
}
.cid-vfAhzCIFvd .content-wrapper .title-wrapper .label-wrapper .mbr-label {
  margin-bottom: 24px;
}
.cid-vfAhzCIFvd .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vfAhzCIFvd .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-vfAhzCIFvd .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vfAhzCIFvd .content-wrapper .title-wrapper .text-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 20px;
}
.cid-vfAhzCIFvd .content-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vfAhzCIFvd .content-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-vfAhzCIFvd .content-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vfAhzCIFvd .content-wrapper .mbr-section-btn {
  margin-bottom: -9.6px;
}
.cid-vfAhzCIFvd .image-wrapper {
  margin-top: 50px;
}
@media (max-width: 992px) {
  .cid-vfAhzCIFvd .image-wrapper {
    margin-top: 40px;
  }
}
.cid-vfAhzCIFvd .image-wrapper img {
  display: inline-flex;
  height: 100%;
  width: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vfAhzCIFvd .image-wrapper img {
    display: block;
    width: 100%;
    height: 300px;
  }
}
.cid-vfAhzCIFvd .mbr-label {
  color: #171719;
  text-align: center;
}
.cid-vfAhzCIFvd .mbr-section-title {
  color: #171719;
}
.cid-vfAhzCIFvd .mbr-text,
.cid-vfAhzCIFvd .text-wrapper {
  color: #000000;
  text-align: left;
}
.cid-vfAhzCIFvd .mbr-section-title,
.cid-vfAhzCIFvd .title-wrap,
.cid-vfAhzCIFvd .mbr-section-btn,
.cid-vfAhzCIFvd .image-wrapper {
  text-align: center;
}
.cid-vfAhzCIFvd .mbr-section-title,
.cid-vfAhzCIFvd .mbr-section-btn,
.cid-vfAhzCIFvd .title-wrap,
.cid-vfAhzCIFvd .image-wrapper {
  text-align: left;
}
.cid-vfAhzCIFvd .mbr-label,
.cid-vfAhzCIFvd .label-wrapper {
  text-align: left;
}
.cid-vfAhzCUDnC {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #e9dafa;
}
.cid-vfAhzCUDnC .date {
  padding: 1rem;
  color: #fff;
  background-color: #592e8b;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
@media (min-width: 992px) {
  .cid-vfAhzCUDnC .date {
    padding: 2rem;
  }
}
.cid-vfAhzCUDnC .mbr-section-title {
  margin: 0;
  margin-bottom: 80px;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-vfAhzCUDnC .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-vfAhzCUDnC .card-heading {
  line-height: 1.2;
}
.cid-vfAhzCUDnC .wrapper {
  background-color: #dcc2fb;
  border-radius: 10px;
}
.cid-vfAhzCUDnC .news-item {
  text-decoration: none;
}
.cid-vfAhzCUDnC .news-item:hover {
  cursor: pointer;
}
@media (max-width: 600px) {
  .cid-vfAhzCUDnC .link {
    margin-top: 20px;
    margin-bottom: 20px;
    opacity: 1;
    transform: none;
  }
}
.cid-vfAhzCUDnC .mbr-text {
  line-height: 1.72;
}
.cid-vfAhzCUDnC .news-content {
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-vfAhzCUDnC .news-content {
    padding: 2rem;
  }
}
.cid-vfAhzDbMUJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #592e8b;
}
.cid-vfAhzDbMUJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfAhzDbMUJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfAhzDbMUJ .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-vfAhzDbMUJ .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-vfAhzDbMUJ .container {
    padding: 0 26px;
  }
}
.cid-vfAhzDbMUJ .row {
  padding: 60px;
  margin: 0;
  border: 1px solid #e9dafa;
  padding: 120px 60px 60px 30px;
}
@media (max-width: 992px) {
  .cid-vfAhzDbMUJ .row {
    padding: 120px 30px;
  }
}
@media (max-width: 992px) {
  .cid-vfAhzDbMUJ .row {
    padding: 26px;
  }
}
.cid-vfAhzDbMUJ .title-wrapper {
  margin-bottom: 50px;
}
.cid-vfAhzDbMUJ .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vfAhzDbMUJ .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-vfAhzDbMUJ .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vfAhzDbMUJ .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-vfAhzDbMUJ .title-wrapper .title-wrap .logo-wrap img {
  width: 110px;
  height: 100px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-vfAhzDbMUJ .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-vfAhzDbMUJ .nav-wrapper {
  margin-bottom: 50px;
}
.cid-vfAhzDbMUJ .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-vfAhzDbMUJ .nav-wrapper .list {
    display: block;
  }
}
.cid-vfAhzDbMUJ .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-vfAhzDbMUJ .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-vfAhzDbMUJ .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-vfAhzDbMUJ .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #221036;
  transition: all 0.3s ease-in-out;
}
.cid-vfAhzDbMUJ .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-vfAhzDbMUJ .soc-wrapper {
  margin-bottom: 50px;
}
.cid-vfAhzDbMUJ .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-vfAhzDbMUJ .soc-wrapper .social-row .soc-item {
  margin-left: 14px;
}
.cid-vfAhzDbMUJ .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-vfAhzDbMUJ .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-vfAhzDbMUJ .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #e9dafa;
}
.cid-vfAhzDbMUJ .copy-wrapper {
  margin: 55px auto;
}
.cid-vfAhzDbMUJ .copy-wrapper .copyright {
  margin-bottom: 0;
  font-size: .95rem;
}
.cid-vfAhzDbMUJ .mbr-section-title,
.cid-vfAhzDbMUJ .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vfAhzDbMUJ .list {
  color: #ffffff;
}
.cid-vfAhzDbMUJ .copyright {
  color: #ffffff;
  text-align: center;
}
.cid-vfAhzDbMUJ .list,
.cid-vfAhzDbMUJ .nav-wrapper,
.cid-vfAhzDbMUJ .soc-wrapper {
  text-align: center;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

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

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.35 !important;
}

.mbr-section-subtitle {
  line-height: 1.35 !important;
}

.mbr-text {
  font-style: normal;
  line-height: 1.6 !important;
}

.item-text {
  font-style: normal;
  line-height: 1.6 !important;
}

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

b,
strong {
  font-weight: bold;
}

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

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

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

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

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

.mbr-black {
  color: #111111;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.card-box {
  width: 100%;
}

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

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

.mbr-figure {
  align-self: center;
}

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

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

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

  .media {
    width: auto;
  }

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

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

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

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

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

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

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

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

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

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

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

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

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

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

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

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 70px;
  right: 10px;
  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: 2%;
  color: #fff;
  display: inline-block;
  height: 40px;
  width: 40px;
  border: 1px 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: 1rem !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-vh0cQglciv {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-vh0cQglciv .navbar-dropdown {
  background-color: #e9dafa !important;
  padding: 0;
}
.cid-vh0cQglciv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #e9dafa !important;
  background: #e9dafa;
}
.cid-vh0cQglciv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vh0cQglciv #navbar {
  transition: top 0.5s;
}
.cid-vh0cQglciv .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vh0cQglciv .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vh0cQglciv .menu_box .navbar.opened,
  .cid-vh0cQglciv .menu_box .navbar-collapse {
    background-color: #e9dafa !important;
    transition: all 0s ease 0s;
  }
}
.cid-vh0cQglciv nav.navbar {
  position: fixed;
  padding-top: .5rem;
  padding-bottom: .35rem;
}
.cid-vh0cQglciv .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 120px;
  margin-left: 15px;
}
@media (max-width: 991px) {
  .cid-vh0cQglciv .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vh0cQglciv .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-vh0cQglciv .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vh0cQglciv .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-vh0cQglciv .offcanvas {
    padding: 12rem 60px 0;
    width: 35%;
    background-color: #34363a;
  }
  .cid-vh0cQglciv .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-vh0cQglciv .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-vh0cQglciv .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-vh0cQglciv .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-vh0cQglciv .offcanvas-body .mbr-text,
  .cid-vh0cQglciv .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-vh0cQglciv .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-vh0cQglciv .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-vh0cQglciv .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #221036;
  }
  .cid-vh0cQglciv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-vh0cQglciv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-vh0cQglciv .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-vh0cQglciv .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-vh0cQglciv ul.navbar-nav {
    padding-bottom: 1.25rem;
  }
  .cid-vh0cQglciv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vh0cQglciv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-vh0cQglciv .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-vh0cQglciv li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-vh0cQglciv .lg_brand {
    margin: 0 1rem;
  }
  .cid-vh0cQglciv .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-vh0cQglciv .nav-item {
  margin: 4px 10px;
}
@media (min-width: 1200px) {
  .cid-vh0cQglciv .nav-item {
    margin: 4px 9px;
  }
}
@media (max-width: 991px) {
  .cid-vh0cQglciv .nav-item {
    margin: 0 !important;
  }
}
.cid-vh0cQglciv .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-vh0cQglciv .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  background-color: #e9dafa;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-vh0cQglciv .nav-item .nav-link:hover::before,
.cid-vh0cQglciv .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-vh0cQglciv .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vh0cQglciv .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 200px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vh0cQglciv .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vh0cQglciv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vh0cQglciv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-vh0cQglciv .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vh0cQglciv .offcanvas_box {
    display: none;
  }
}
.cid-vh0cQglciv .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vh0cQglciv .nav-dropdown .link {
  font-weight: 500 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vh0cQglciv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vh0cQglciv .container {
  display: flex;
  margin: auto;
}
.cid-vh0cQglciv .iconfont-wrapper {
  color: #221036;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-vh0cQglciv .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vh0cQglciv .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vh0cQglciv .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-vh0cQglciv .navbar-nav {
    margin: 0;
  }
}
.cid-vh0cQglciv .dropdown-menu,
.cid-vh0cQglciv .navbar.opened {
  background-color: false !important;
}
.cid-vh0cQglciv .nav-item:focus,
.cid-vh0cQglciv .nav-link:focus {
  outline: none;
}
.cid-vh0cQglciv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vh0cQglciv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vh0cQglciv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vh0cQglciv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vh0cQglciv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vh0cQglciv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vh0cQglciv .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vh0cQglciv .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vh0cQglciv .navbar.opened {
  transition: all 0.3s;
}
.cid-vh0cQglciv .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vh0cQglciv .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: .3rem !important;
}
.cid-vh0cQglciv .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-vh0cQglciv .navbar.collapsed {
  justify-content: center;
}
.cid-vh0cQglciv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vh0cQglciv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vh0cQglciv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vh0cQglciv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vh0cQglciv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vh0cQglciv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vh0cQglciv .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vh0cQglciv .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vh0cQglciv .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-vh0cQglciv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vh0cQglciv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vh0cQglciv .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vh0cQglciv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vh0cQglciv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vh0cQglciv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vh0cQglciv .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vh0cQglciv .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vh0cQglciv .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vh0cQglciv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vh0cQglciv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vh0cQglciv .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vh0cQglciv .navbar.navbar-short {
  min-height: 60px;
}
.cid-vh0cQglciv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vh0cQglciv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vh0cQglciv .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vh0cQglciv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-vh0cQglciv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vh0cQglciv .dropdown-item.active,
.cid-vh0cQglciv .dropdown-item:active {
  background-color: transparent;
}
.cid-vh0cQglciv .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-vh0cQglciv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vh0cQglciv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vh0cQglciv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vh0cQglciv ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vh0cQglciv .navbar-buttons {
  text-align: center;
  min-width: 150px;
}
.cid-vh0cQglciv button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #e9dafa;
  background: #e9dafa;
}
.cid-vh0cQglciv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #221036;
}
.cid-vh0cQglciv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vh0cQglciv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vh0cQglciv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vh0cQglciv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vh0cQglciv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vh0cQglciv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vh0cQglciv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vh0cQglciv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vh0cQglciv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vh0cQglciv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vh0cQglciv .navbar {
    height: 70px;
  }
  .cid-vh0cQglciv .navbar.opened {
    height: auto;
  }
  .cid-vh0cQglciv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vh0cQglciv .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-vh0cQglciv .container-fluid {
    padding-left: 42px;
    padding-right: 42px;
  }
}
.cid-vh0cQglciv .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-vh0cQglciv .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-vh0cQglciv .mbr-section-btn-main .btn {
  min-width: 140px;
}
@media (min-width: 992px) {
  .cid-vh0cQglciv .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vh0cQglciv .text_widget {
  margin-bottom: 32px;
}
.cid-vh0cQglciv .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vh0cQglciv .text_widget a:hover,
.cid-vh0cQglciv .text_widget a:focus {
  opacity: .8;
}
.cid-vh0cQglciv .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vh0cQglciv .navbar-caption {
  color: #ffffff;
}
.cid-vh0cQglciv .mbr-text {
  color: #f4f4f4;
  text-align: center;
}
.cid-vh0cQglciv .mbr-section-subtitle,
.cid-vh0cQglciv .text_widget,
.cid-vh0cQglciv .mbr-section-btn {
  text-align: center;
}
.cid-vh0cQglciv a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vh0cQgDHY9 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #e9dafa;
}
.cid-vh0cQgDHY9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vh0cQgDHY9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vh0cQgDHY9 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vh0cQgDHY9 .container-fluid {
    padding: 0 15px;
  }
}
.cid-vh0cQgDHY9 .row {
  margin: 0;
}
.cid-vh0cQgDHY9 .row .card {
  padding: 0;
}
.cid-vh0cQgDHY9 .card-wrapper {
  padding: 110px 30px;
  background-color: #e9dafa;
}
@media (max-width: 1440px) {
  .cid-vh0cQgDHY9 .card-wrapper {
    padding: 40px 30px;
  }
}
@media (max-width: 992px) {
  .cid-vh0cQgDHY9 .card-wrapper {
    padding: 35px 15px;
  }
}
.cid-vh0cQgDHY9 .card-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 3px 10px;
  background-color: #000000;
}
.cid-vh0cQgDHY9 .card-wrapper .mbr-section-title {
  margin-top: 25px;
  margin-bottom: 20px;
}
.cid-vh0cQgDHY9 .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-vh0cQgDHY9 .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-vh0cQgDHY9 .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vh0cQgDHY9 .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vh0cQgDHY9 .image-wrapper {
    height: 450px;
    margin-bottom: 10px;
  }
}
@media (max-width: 992px) and (max-width: 380px) {
  .cid-vh0cQgDHY9 .image-wrapper {
    margin-bottom: -200px !important;
  }
}
.cid-vh0cQgDHY9 .image-wrapper img {
  position: relative;
  top: 0;
  left: 0;
  height: auto;
  width: 100%;
  object-fit: cover;
}
.cid-vh0cQgDHY9 .mbr-label {
  color: #000000;
}
.cid-vh0cQgDHY9 .mbr-section-title {
  color: #000000;
  line-height: 1.5;
}
.cid-vh0cQgDHY9 .mbr-text,
.cid-vh0cQgDHY9 .text-wrapper {
  color: #000000;
}
.cid-vh0cQgDHY9 .mbr-label,
.cid-vh0cQgDHY9 .label-wrapper {
  color: #221036;
}
.cid-vh0cQgNlIG {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #e9dafa;
  background-image: linear-gradient(0deg, #996ad0 25%, #e9dafa 100%);
}
.cid-vh0cQgNlIG .mbr-fallback-image.disabled {
  display: none;
}
.cid-vh0cQgNlIG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vh0cQgNlIG .content-wrapper .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vh0cQgNlIG .content-wrapper .title-wrapper {
    margin-bottom: 10px;
  }
}
.cid-vh0cQgNlIG .content-wrapper .title-wrapper .label-wrapper .mbr-label {
  margin-bottom: 24px;
}
.cid-vh0cQgNlIG .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vh0cQgNlIG .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-vh0cQgNlIG .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vh0cQgNlIG .content-wrapper .title-wrapper .text-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 20px;
}
.cid-vh0cQgNlIG .content-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vh0cQgNlIG .content-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-vh0cQgNlIG .content-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vh0cQgNlIG .content-wrapper .mbr-section-btn {
  margin-bottom: -9.6px;
}
.cid-vh0cQgNlIG .image-wrapper {
  margin-top: 50px;
}
@media (max-width: 992px) {
  .cid-vh0cQgNlIG .image-wrapper {
    margin-top: 40px;
  }
}
.cid-vh0cQgNlIG .image-wrapper img {
  display: inline-flex;
  height: 100%;
  width: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vh0cQgNlIG .image-wrapper img {
    display: block;
    width: 100%;
    height: 300px;
  }
}
.cid-vh0cQgNlIG .mbr-label {
  color: #171719;
  text-align: center;
}
.cid-vh0cQgNlIG .mbr-section-title {
  color: #171719;
}
.cid-vh0cQgNlIG .mbr-text,
.cid-vh0cQgNlIG .text-wrapper {
  color: #000000;
  text-align: left;
}
.cid-vh0cQgNlIG .mbr-section-title,
.cid-vh0cQgNlIG .title-wrap,
.cid-vh0cQgNlIG .mbr-section-btn,
.cid-vh0cQgNlIG .image-wrapper {
  text-align: center;
}
.cid-vh0cQgNlIG .mbr-section-title,
.cid-vh0cQgNlIG .mbr-section-btn,
.cid-vh0cQgNlIG .title-wrap,
.cid-vh0cQgNlIG .image-wrapper {
  text-align: left;
}
.cid-vh0cQgNlIG .mbr-label,
.cid-vh0cQgNlIG .label-wrapper {
  text-align: left;
}
.cid-vh0cQgZySJ {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #e9dafa;
}
.cid-vh0cQgZySJ .date {
  padding: 1rem;
  color: #fff;
  background-color: #592e8b;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
@media (min-width: 992px) {
  .cid-vh0cQgZySJ .date {
    padding: 2rem;
  }
}
.cid-vh0cQgZySJ .mbr-section-title {
  margin: 0;
  margin-bottom: 80px;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-vh0cQgZySJ .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-vh0cQgZySJ .card-heading {
  line-height: 1.2;
}
.cid-vh0cQgZySJ .wrapper {
  background-color: #dcc2fb;
  border-radius: 10px;
}
.cid-vh0cQgZySJ .news-item {
  text-decoration: none;
}
.cid-vh0cQgZySJ .news-item:hover {
  cursor: pointer;
}
@media (max-width: 600px) {
  .cid-vh0cQgZySJ .link {
    margin-top: 20px;
    margin-bottom: 20px;
    opacity: 1;
    transform: none;
  }
}
.cid-vh0cQgZySJ .mbr-text {
  line-height: 1.72;
}
.cid-vh0cQgZySJ .news-content {
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-vh0cQgZySJ .news-content {
    padding: 2rem;
  }
}
.cid-vh0cQhgmug {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #592e8b;
}
.cid-vh0cQhgmug .mbr-fallback-image.disabled {
  display: none;
}
.cid-vh0cQhgmug .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vh0cQhgmug .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-vh0cQhgmug .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-vh0cQhgmug .container {
    padding: 0 26px;
  }
}
.cid-vh0cQhgmug .row {
  padding: 60px;
  margin: 0;
  border: 1px solid #e9dafa;
  padding: 120px 60px 60px 30px;
}
@media (max-width: 992px) {
  .cid-vh0cQhgmug .row {
    padding: 120px 30px;
  }
}
@media (max-width: 992px) {
  .cid-vh0cQhgmug .row {
    padding: 26px;
  }
}
.cid-vh0cQhgmug .title-wrapper {
  margin-bottom: 50px;
}
.cid-vh0cQhgmug .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vh0cQhgmug .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-vh0cQhgmug .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vh0cQhgmug .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-vh0cQhgmug .title-wrapper .title-wrap .logo-wrap img {
  width: 110px;
  height: 100px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-vh0cQhgmug .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-vh0cQhgmug .nav-wrapper {
  margin-bottom: 50px;
}
.cid-vh0cQhgmug .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-vh0cQhgmug .nav-wrapper .list {
    display: block;
  }
}
.cid-vh0cQhgmug .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-vh0cQhgmug .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-vh0cQhgmug .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-vh0cQhgmug .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #221036;
  transition: all 0.3s ease-in-out;
}
.cid-vh0cQhgmug .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-vh0cQhgmug .soc-wrapper {
  margin-bottom: 50px;
}
.cid-vh0cQhgmug .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-vh0cQhgmug .soc-wrapper .social-row .soc-item {
  margin-left: 14px;
}
.cid-vh0cQhgmug .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-vh0cQhgmug .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-vh0cQhgmug .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #e9dafa;
}
.cid-vh0cQhgmug .copy-wrapper {
  margin: 55px auto;
}
.cid-vh0cQhgmug .copy-wrapper .copyright {
  margin-bottom: 0;
  font-size: .95rem;
}
.cid-vh0cQhgmug .mbr-section-title,
.cid-vh0cQhgmug .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vh0cQhgmug .list {
  color: #ffffff;
}
.cid-vh0cQhgmug .copyright {
  color: #ffffff;
  text-align: center;
}
.cid-vh0cQhgmug .list,
.cid-vh0cQhgmug .nav-wrapper,
.cid-vh0cQhgmug .soc-wrapper {
  text-align: center;
}
