body {
  font-family: Muli;
}
.display-1 {
  font-family: 'Old Standard TT', serif;
  font-size: 3.6rem;
}
.display-1 > .mbr-iconfont {
  font-size: 5.76rem;
}
.display-2 {
  font-family: 'Old Standard TT', serif;
  font-size: 2.3rem;
}
.display-2 > .mbr-iconfont {
  font-size: 3.68rem;
}
.display-4 {
  letter-spacing: 2px;
  font-family: 'Now-Light';
  font-size: 0.8rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.28rem;
}
.display-5 {
  font-family: 'Old Standard TT', serif;
  font-size: 1.6rem;
  line-height: 1.3;
}
.display-5 > .mbr-iconfont {
  font-size: 2.56rem;
}
.display-7 {
  font-family: 'Now-Light';
  font-size: 1.1rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.76rem;
}
/* ---- 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: 768px) {
  .display-1 {
    font-size: 2.88rem;
    font-size: calc( 1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.84rem;
    font-size: calc( 1.455rem + (2.3 - 1.455) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.455rem + (2.3 - 1.455) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #191919 !important;
}
.bg-success {
  background-color: #f6f1eb !important;
}
.bg-info {
  background-color: #4f4943 !important;
}
.bg-warning {
  background-color: #635a51 !important;
}
.bg-danger {
  background-color: #e2cfb1 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #191919 !important;
  border-color: #191919 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #c6a162 !important;
  border-color: #c6a162 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #a17b3a !important;
  border-color: #a17b3a !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #a17b3a !important;
  border-color: #a17b3a !important;
}
.btn-info,
.btn-info:active {
  background-color: #4f4943 !important;
  border-color: #4f4943 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #262320 !important;
  border-color: #262320 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #262320 !important;
  border-color: #262320 !important;
}
.btn-success,
.btn-success:active {
  background-color: #f6f1eb !important;
  border-color: #f6f1eb !important;
  color: #9c7546 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #9c7546 !important;
  background-color: #deccb6 !important;
  border-color: #deccb6 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #9c7546 !important;
  background-color: #deccb6 !important;
  border-color: #deccb6 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #635a51 !important;
  border-color: #635a51 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #39342f !important;
  border-color: #39342f !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #39342f !important;
  border-color: #39342f !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #e2cfb1 !important;
  border-color: #e2cfb1 !important;
  color: #6c5228 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #6c5228 !important;
  background-color: #cdad79 !important;
  border-color: #cdad79 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #6c5228 !important;
  background-color: #cdad79 !important;
  border-color: #cdad79 !important;
}
.btn-white {
  color: #222222 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #222222 !important;
  border-color: #222222 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.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: none;
  border-color: #000000;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #191919;
  border-color: #191919;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #191919 !important;
  border-color: #191919 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #8e6d34;
  color: #8e6d34;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #c6a162;
  border-color: #c6a162;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #c6a162 !important;
  border-color: #c6a162 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #181614;
  color: #181614;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #4f4943;
  border-color: #4f4943;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #4f4943 !important;
  border-color: #4f4943 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d6c0a5;
  color: #d6c0a5;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #9c7546;
  background-color: #f6f1eb;
  border-color: #f6f1eb;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #9c7546 !important;
  background-color: #f6f1eb !important;
  border-color: #f6f1eb !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #2b2723;
  color: #2b2723;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #635a51;
  border-color: #635a51;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #635a51 !important;
  border-color: #635a51 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #c6a167;
  color: #c6a167;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #6c5228;
  background-color: #e2cfb1;
  border-color: #e2cfb1;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #6c5228 !important;
  background-color: #e2cfb1 !important;
  border-color: #e2cfb1 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #222222;
  border-color: #222222;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #222222 !important;
  border-color: #222222 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #191919 !important;
}
.text-secondary {
  color: #c6a162 !important;
}
.text-success {
  color: #f6f1eb !important;
}
.text-info {
  color: #4f4943 !important;
}
.text-warning {
  color: #635a51 !important;
}
.text-danger {
  color: #e2cfb1 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #8e6d34 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d6c0a5 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #181614 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #2b2723 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #c6a167 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #000000 !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #4f4943;
}
.alert-warning {
  background-color: #635a51;
}
.alert-danger {
  background-color: #e2cfb1;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #191919;
  border-color: #191919;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #191919;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #cbcbcb;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #c1bcb6;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #a49a90;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Now-Light';
  font-size: 1.1rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.76rem;
}
blockquote {
  border-color: #191919;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #191919;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-number__spin {
  background: none;
  border: none;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #191919;
  border-bottom-color: #191919;
}
.btn-black:hover,
.btn-black:focus {
  background: white!important;
  color: black!important;
}
.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: #191919 !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: #c6a162 !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%;
}
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='%23191919' %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;
}
.cid-vjLWCtjkQh {
  z-index: 1000;
  width: 100%;
}
.cid-vjLWCtjkQh nav.navbar {
  position: fixed;
}
.cid-vjLWCtjkQh .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vjLWCtjkQh .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vjLWCtjkQh .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  border: 2px solid #161616 !important;
  background-color: #ffffff !important;
  margin-top: -1px;
  margin-bottom: -1px;
}
.cid-vjLWCtjkQh .dropdown-item:hover,
.cid-vjLWCtjkQh .dropdown-item:focus {
  background: #191919 !important;
  color: white !important;
}
.cid-vjLWCtjkQh .dropdown-item:hover span {
  color: white;
}
.cid-vjLWCtjkQh .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vjLWCtjkQh .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vjLWCtjkQh .dropdown-item:hover,
.cid-vjLWCtjkQh .dropdown-item:focus,
.cid-vjLWCtjkQh .dropdown-item:active {
  background-color: #c2c0bc !important;
}
.cid-vjLWCtjkQh .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vjLWCtjkQh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vjLWCtjkQh .nav-link {
  position: relative;
}
.cid-vjLWCtjkQh .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vjLWCtjkQh .container {
    flex-wrap: nowrap;
  }
}
.cid-vjLWCtjkQh .iconfont-wrapper {
  color: #0a0a0a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vjLWCtjkQh .navbar-caption {
  font-weight: 700;
}
.cid-vjLWCtjkQh .navbar-nav {
  margin-right: auto;
  margin-left: auto;
}
.cid-vjLWCtjkQh .dropdown-menu,
.cid-vjLWCtjkQh .navbar.opened {
  background: #000000 !important;
}
.cid-vjLWCtjkQh .nav-item:focus,
.cid-vjLWCtjkQh .nav-link:focus {
  outline: none;
}
.cid-vjLWCtjkQh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vjLWCtjkQh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vjLWCtjkQh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vjLWCtjkQh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vjLWCtjkQh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vjLWCtjkQh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vjLWCtjkQh .navbar {
  min-height: 96px;
  transition: all 0.3s;
  border-bottom: none !important;
  background: #000000;
  padding: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
@media (max-width: 991px) {
  .cid-vjLWCtjkQh .navbar {
    min-height: 80px;
  }
  .cid-vjLWCtjkQh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vjLWCtjkQh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vjLWCtjkQh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vjLWCtjkQh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vjLWCtjkQh .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vjLWCtjkQh .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vjLWCtjkQh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vjLWCtjkQh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vjLWCtjkQh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vjLWCtjkQh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vjLWCtjkQh .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vjLWCtjkQh .navbar.opened {
  transition: all 0.3s;
}
.cid-vjLWCtjkQh .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vjLWCtjkQh .navbar .navbar-logo img {
  width: auto;
}
.cid-vjLWCtjkQh .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vjLWCtjkQh .navbar.collapsed {
  justify-content: center;
}
.cid-vjLWCtjkQh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vjLWCtjkQh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vjLWCtjkQh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-vjLWCtjkQh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vjLWCtjkQh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vjLWCtjkQh .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vjLWCtjkQh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vjLWCtjkQh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vjLWCtjkQh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cid-vjLWCtjkQh .navbar.navbar-short {
  min-height: 76px;
}
@media (max-width: 991px) {
  .cid-vjLWCtjkQh .navbar.navbar-short {
    min-height: 70px;
  }
}
.cid-vjLWCtjkQh .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vjLWCtjkQh .navbar.navbar-short .navbar-brand {
  min-height: 76px;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vjLWCtjkQh .navbar.navbar-short .navbar-brand {
    min-height: 70px;
  }
}
.cid-vjLWCtjkQh .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-vjLWCtjkQh .navbar-brand {
    min-height: 80px;
  }
}
.cid-vjLWCtjkQh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vjLWCtjkQh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vjLWCtjkQh .dropdown-item.active,
.cid-vjLWCtjkQh .dropdown-item:active {
  background-color: transparent;
}
.cid-vjLWCtjkQh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vjLWCtjkQh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vjLWCtjkQh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vjLWCtjkQh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-vjLWCtjkQh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vjLWCtjkQh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vjLWCtjkQh ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vjLWCtjkQh .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vjLWCtjkQh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vjLWCtjkQh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c7b599;
}
.cid-vjLWCtjkQh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vjLWCtjkQh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vjLWCtjkQh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vjLWCtjkQh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vjLWCtjkQh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vjLWCtjkQh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vjLWCtjkQh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vjLWCtjkQh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vjLWCtjkQh .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vjLWCtjkQh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vjLWCtjkQh .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vjLWCtjkQh .navbar {
    height: 70px;
  }
  .cid-vjLWCtjkQh .navbar.opened {
    height: auto;
  }
  .cid-vjLWCtjkQh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vjLWCtjkQh .nav-item-transform {
  display: flex;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vjLWCtjkQh .nav-item .nav-link {
  color: #0A0A0A;
  font-weight: 700;
  padding: 16px !important;
  margin: 0 !important;
}
.cid-vjLWCtjkQh .nav-item {
  font-weight: 700;
  margin-right: 16px;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vjLWCtjkQh .nav-item {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-vjLWCtjkQh .navbar .icons-menu {
    padding-right: 0 !important;
  }
}
.cid-rmHL5JVzuL {
  background-image: url("../../../assets/images/indeva-ieml.jpg-1280x720.jpg");
}
.cid-vk9HNqZgqG {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vk9HNqZgqG .mbr-fallback-image.disabled {
  display: none;
}
.cid-vk9HNqZgqG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vk9HNqZgqG .mbr-text,
.cid-vk9HNqZgqG .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-vk9HNqZgqG .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-vk9HNqZgqG .mbr-section-subtitle {
  text-align: center;
}
.cid-vk9H3Vr6am {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-vk9H3Vr6am .mbr-fallback-image.disabled {
  display: none;
}
.cid-vk9H3Vr6am .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vk9H3Vr6am .content-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-vk9H3Vr6am .content-wrapper {
    padding: 0 16px;
  }
}
.cid-vk9H3Vr6am .content-wrapper::before,
.cid-vk9H3Vr6am .content-wrapper::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #ffffff;
}
.cid-vk9H3Vr6am .content-wrapper::before {
  left: 0;
}
.cid-vk9H3Vr6am .content-wrapper::after {
  right: 0;
}
.cid-vk9H3Vr6am .content-wrap {
  width: -webkit-fill-available;
  min-width: -moz-available;
}
.cid-vk9H3Vr6am .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 150px;
  max-width: 150px;
}
@media (max-width: 768px) {
  .cid-vk9H3Vr6am .embla__slide {
    min-width: 50%;
    max-width: 50%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vk9H3Vr6am .embla__slide .slide-content {
  width: 100%;
}
.cid-vk9H3Vr6am .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
}
.cid-vk9H3Vr6am .embla__slide .slide-content .item-wrapper .item-img {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vk9H3Vr6am .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  object-fit: cover;
}
.cid-vk9H3Vr6am .embla__button--next,
.cid-vk9H3Vr6am .embla__button--prev {
  display: flex;
}
.cid-vk9H3Vr6am .embla__button {
  bottom: 0;
  width: 28px;
  height: 28px;
  font-size: 16px;
  background-color: #ffffff !important;
  color: #0a0a0a !important;
  border: none !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-vk9H3Vr6am .embla__button:disabled {
  opacity: .5 !important;
}
.cid-vk9H3Vr6am .embla__button.embla__button--prev {
  right: 36px;
}
.cid-vk9H3Vr6am .embla__button.embla__button--next {
  right: 0;
}
.cid-vk9H3Vr6am .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-vk9H3Vr6am .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
  mask-image: linear-gradient(to right, transparent 0%, #000000 12.5%, #000000 87.5%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000000 12.5%, #000000 87.5%, transparent 100%);
}
@media (max-width: 768px) {
  .cid-vk9H3Vr6am .embla__viewport {
    padding: 0;
  }
}
.cid-vk9H3Vr6am .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vk9H3Vr6am .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vk9H3Vr6am .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vk9H3Vr6am .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vk9H3Vr6am .mbr-section-title {
  color: #0a0a0a;
}
.cid-vaR1NJpC89 {
  padding-top: 0px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-vaR1NJpC89 .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin: auto;
  height: fit-content;
  max-width: 400px;
}
.cid-vaR1NJpC89 .card-wrap {
  display: flex;
  height: 100%;
  min-height: 300px;
}
.cid-vaR1NJpC89 .card-wrap:hover h4 {
  background-size: 100% 100%;
}
.cid-vaR1NJpC89 h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 0rem;
  top: -1rem;
}
.cid-vaR1NJpC89 h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #1c1c1c;
  margin-left: 10px;
}
.cid-vaR1NJpC89 img {
  width: 100%;
}
.cid-vaR1NJpC89 h4 {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-vaR1NJpC89 .card-title1,
.cid-vaR1NJpC89 .title-wrap1 {
  color: #ffffff;
}
.cid-vaR1NJpC89 .card-title,
.cid-vaR1NJpC89 .title-wrap {
  color: #1c1c1c;
}
@media (max-width: 992px) {
  .cid-vaR1NJpC89 .card-box {
    margin: auto auto 0 0;
  }
}
@media (max-width: 767px) {
  .cid-vaR1NJpC89 .mdpb {
    padding-bottom: 10rem;
  }
}
.cid-vaR1NJpC89 H3 {
  color: #1c1c1c;
}
.cid-vaR1NJpC89 .mbr-text,
.cid-vaR1NJpC89 .mbr-section-btn {
  color: #1c1c1c;
}
.cid-vaR1NJpC89 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaR1NJpC89 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjM4oVkiIn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
@media (max-width: 992px) {
  .cid-vjM4oVkiIn .container {
    padding: 0 30px;
  }
}
.cid-vjM4oVkiIn .item:focus,
.cid-vjM4oVkiIn span:focus {
  outline: none;
}
.cid-vjM4oVkiIn .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  padding: 3rem 0;
}
@media (max-width: 767px) {
  .cid-vjM4oVkiIn .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-vjM4oVkiIn .embla__slide .slide-content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vjM4oVkiIn .embla__slide .slide-content {
    display: block;
  }
}
.cid-vjM4oVkiIn .embla__slide .slide-content .social-wrapper {
  width: 250px;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-vjM4oVkiIn .embla__slide .slide-content .social-wrapper .social-row {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 45px;
  }
}
.cid-vjM4oVkiIn .embla__slide .slide-content .social-wrapper .social-row .soc-item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vjM4oVkiIn .embla__slide .slide-content .social-wrapper .social-row .soc-item {
    margin: 0 10px;
  }
}
.cid-vjM4oVkiIn .embla__slide .slide-content .social-wrapper .social-row .soc-item a {
  display: block;
}
.cid-vjM4oVkiIn .embla__slide .slide-content .social-wrapper .social-row .soc-item a:hover .mbr-iconfont,
.cid-vjM4oVkiIn .embla__slide .slide-content .social-wrapper .social-row .soc-item a:focus .mbr-iconfont {
  opacity: .6;
}
.cid-vjM4oVkiIn .embla__slide .slide-content .social-wrapper .social-row .soc-item a .mbr-iconfont {
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-vjM4oVkiIn .embla__slide .slide-content .item-wrapper {
  position: relative;
  z-index: 1;
  margin: 0 auto;
}
.cid-vjM4oVkiIn .embla__slide .slide-content .item-wrapper:hover .item-img .icon-wrapper,
.cid-vjM4oVkiIn .embla__slide .slide-content .item-wrapper:focus .item-img .icon-wrapper {
  opacity: 1;
}
.cid-vjM4oVkiIn .embla__slide .slide-content .item-wrapper:hover .item-img .icon-wrapper::before,
.cid-vjM4oVkiIn .embla__slide .slide-content .item-wrapper:focus .item-img .icon-wrapper::before {
  opacity: .6;
}
.cid-vjM4oVkiIn .embla__slide .slide-content .item-wrapper .item-img {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vjM4oVkiIn .embla__slide .slide-content .item-wrapper .item-img img {
  height: 650px;
  max-width: 450px;
  object-fit: cover;
  transform: rotate(-14deg);
}
@media (max-width: 1400px) {
  .cid-vjM4oVkiIn .embla__slide .slide-content .item-wrapper .item-img img {
    max-width: 350px;
  }
}
@media (max-width: 1199px) {
  .cid-vjM4oVkiIn .embla__slide .slide-content .item-wrapper .item-img img {
    height: 450px;
    max-width: 310px;
  }
}
@media (max-width: 768px) {
  .cid-vjM4oVkiIn .embla__slide .slide-content .item-wrapper .item-img img {
    transform: rotate(0);
    height: 350px;
  }
}
.cid-vjM4oVkiIn .embla__slide .slide-content .item-wrapper .item-img .icon-wrapper {
  position: absolute;
  width: 100px;
  height: 100px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  opacity: 0;
  z-index: 2;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vjM4oVkiIn .embla__slide .slide-content .item-wrapper .item-img .icon-wrapper {
    display: none;
  }
}
.cid-vjM4oVkiIn .embla__slide .slide-content .item-wrapper .item-img .icon-wrapper .mbr-iconfont {
  font-size: 35px;
  color: #ffffff;
  z-index: 1;
  transform: rotate(45deg);
}
.cid-vjM4oVkiIn .embla__slide .slide-content .item-wrapper .item-img .icon-wrapper:before {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  background-color: #ffffff;
  opacity: 0;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
}
.cid-vjM4oVkiIn .embla__slide .slide-content .item-wrapper a {
  display: block;
}
.cid-vjM4oVkiIn .embla__slide .item-content {
  position: relative;
  z-index: 1;
  width: 250px;
}
@media (max-width: 992px) {
  .cid-vjM4oVkiIn .embla__slide .item-content {
    margin-top: 45px;
    width: 100%;
  }
}
.cid-vjM4oVkiIn .embla__slide .item-content .item-subtitle {
  opacity: .6;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vjM4oVkiIn .embla__slide .item-content .item-subtitle {
    margin-bottom: 30px;
    opacity: 1;
    text-align: center;
  }
}
.cid-vjM4oVkiIn .embla__slide .item-content .item-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vjM4oVkiIn .embla__slide .item-content .item-title {
    text-align: center;
  }
}
.cid-vjM4oVkiIn .embla__button--next,
.cid-vjM4oVkiIn .embla__button--prev {
  display: flex;
}
.cid-vjM4oVkiIn .embla__button {
  top: 50%;
  width: 100px;
  height: 20px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #ffffff !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: .6;
}
.cid-vjM4oVkiIn .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vjM4oVkiIn .embla__button:hover {
  opacity: 1;
}
.cid-vjM4oVkiIn .embla__button.embla__button--prev {
  left: 24%;
}
@media (max-width: 1199px) {
  .cid-vjM4oVkiIn .embla__button.embla__button--prev {
    left: 20%;
  }
}
@media (max-width: 768px) {
  .cid-vjM4oVkiIn .embla__button.embla__button--prev {
    left: 0;
  }
}
.cid-vjM4oVkiIn .embla__button.embla__button--next {
  right: 24%;
}
@media (max-width: 1199px) {
  .cid-vjM4oVkiIn .embla__button.embla__button--next {
    right: 20%;
  }
}
@media (max-width: 768px) {
  .cid-vjM4oVkiIn .embla__button.embla__button--next {
    right: 0;
  }
}
@media (max-width: 1199px) {
  .cid-vjM4oVkiIn .embla__button {
    top: auto;
    bottom: 0;
  }
}
.cid-vjM4oVkiIn .embla {
  position: relative;
  width: 100%;
}
.cid-vjM4oVkiIn .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-vjM4oVkiIn .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vjM4oVkiIn .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vjM4oVkiIn .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vjM4oVkiIn .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vjM4oVkiIn .item-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-vjM4oVkiIn .item-title {
  color: #c1c1c1;
  text-align: right;
}
.cid-uxd1xC6ki4 {
  padding-top: 135px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-uxd1xC6ki4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxd1xC6ki4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxd1xC6ki4 H1 {
  color: #232323;
}
.cid-uxd1xC6ki4 .mbr-text,
.cid-uxd1xC6ki4 .mbr-section-btn {
  color: #232323;
}
.cid-rmLeswuYVi {
  padding-top: 165px;
  padding-bottom: 75px;
  background-color: #c6a162;
}
.cid-rmLeswuYVi .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-rmLeswuYVi .form-row {
  justify-content: flex-end;
}
.cid-rmLeswuYVi .form-control,
.cid-rmLeswuYVi .field-input {
  padding: 0.5rem;
  background-color: #c6a162;
  border: none;
  border-radius: 0;
  font-size: 1rem;
  border-bottom: 1px solid;
  border-color: #1c1c1c;
  color: #232323;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-rmLeswuYVi .form-control:hover,
.cid-rmLeswuYVi .field-input:hover,
.cid-rmLeswuYVi .form-control:focus,
.cid-rmLeswuYVi .field-input:focus {
  background-color: #c6a162;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-rmLeswuYVi input::-webkit-input-placeholder,
.cid-rmLeswuYVi textarea::-webkit-input-placeholder {
  color: #f6f1eb;
}
.cid-rmLeswuYVi input:-moz-placeholder,
.cid-rmLeswuYVi textarea:-moz-placeholder {
  color: #f6f1eb;
}
.cid-rmLeswuYVi .jq-selectbox li,
.cid-rmLeswuYVi .jq-selectbox li {
  background-color: #c6a162;
  color: #000000;
}
.cid-rmLeswuYVi .jq-selectbox li:hover,
.cid-rmLeswuYVi .jq-selectbox li.selected {
  background-color: #c6a162;
  color: #000000;
}
.cid-rmLeswuYVi .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #c6a162;
}
.cid-rmLeswuYVi .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #c6a162;
}
.cid-rmLeswuYVi textarea {
  min-height: 150px;
}
.cid-rmLeswuYVi h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: 0rem;
}
.cid-rmLeswuYVi h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #232323;
  margin-left: 10px;
}
.cid-rmLeswuYVi .mbr-text,
.cid-rmLeswuYVi .mbr-section-btn {
  color: #ffffff;
}
.cid-rmLeswuYVi H1 {
  color: #f6f1eb;
}
.cid-vaR9pjt1ti {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-vaR9pjt1ti .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaR9pjt1ti .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaR9pjt1ti .content-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vaR9pjt1ti .content-wrapper {
    display: block;
  }
}
.cid-vaR9pjt1ti .content-wrapper .title-wrapper {
  width: 20%;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-vaR9pjt1ti .content-wrapper .title-wrapper {
    width: 100%;
    padding-right: 0;
    margin-bottom: 16px;
  }
}
.cid-vaR9pjt1ti .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vaR9pjt1ti .content-wrapper .title-wrapper .mbr-section-title {
    text-align: center;
  }
}
.cid-vaR9pjt1ti .content-wrapper .embla {
  width: 80%;
}
@media (max-width: 992px) {
  .cid-vaR9pjt1ti .content-wrapper .embla {
    width: 100%;
  }
}
.cid-vaR9pjt1ti .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 150px;
  max-width: 150px;
}
@media (max-width: 768px) {
  .cid-vaR9pjt1ti .embla__slide {
    min-width: 50%;
    max-width: 50%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vaR9pjt1ti .embla__slide .slide-content {
  width: 100%;
}
.cid-vaR9pjt1ti .embla__slide .slide-content .item-wrapper .item-img {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vaR9pjt1ti .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  object-fit: cover;
}
.cid-vaR9pjt1ti .embla__button--next,
.cid-vaR9pjt1ti .embla__button--prev {
  display: flex;
}
.cid-vaR9pjt1ti .embla__button {
  bottom: -20px;
  width: 44px;
  height: 44px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: #ffdf7d !important;
  color: #121212 !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
@media (max-width: 992px) {
  .cid-vaR9pjt1ti .embla__button {
    bottom: 0;
  }
}
.cid-vaR9pjt1ti .embla__button:hover.embla__button--prev {
  transform: translateX(-5px);
}
.cid-vaR9pjt1ti .embla__button:hover.embla__button--next {
  transform: translateX(5px);
}
.cid-vaR9pjt1ti .embla__button:disabled {
  opacity: .5 !important;
  transform: none !important;
}
.cid-vaR9pjt1ti .embla__button.embla__button--prev {
  margin-left: -60px;
}
.cid-vaR9pjt1ti .embla__button.embla__button--next {
  margin-right: -60px;
}
.cid-vaR9pjt1ti .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-vaR9pjt1ti .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
  mask-image: linear-gradient(to right, transparent 0%, #000000 12.5%, #000000 87.5%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000000 12.5%, #000000 87.5%, transparent 100%);
}
@media (max-width: 768px) {
  .cid-vaR9pjt1ti .embla__viewport {
    padding: 0;
  }
}
.cid-vaR9pjt1ti .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vaR9pjt1ti .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vaR9pjt1ti .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vaR9pjt1ti .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vaR9pjt1ti .mbr-section-title,
.cid-vaR9pjt1ti .title-wrapper {
  color: #c6a162;
}
.cid-vaUcWYRUme {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/indeva-lotus-background.jpg-1280x720.jpg");
}
.cid-vaUcWYRUme .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaUcWYRUme .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaUcWYRUme .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-vaUcWYRUme .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-vaUcWYRUme .container {
    padding: 0 26px;
  }
}
.cid-vaUcWYRUme .row {
  padding: 60px;
  margin: 0;
  border: 1px solid #767676;
  padding: 120px 60px 60px 30px;
}
@media (max-width: 992px) {
  .cid-vaUcWYRUme .row {
    padding: 120px 30px;
  }
}
@media (max-width: 992px) {
  .cid-vaUcWYRUme .row {
    padding: 26px;
  }
}
.cid-vaUcWYRUme .title-wrapper {
  margin-bottom: 50px;
}
.cid-vaUcWYRUme .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vaUcWYRUme .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-vaUcWYRUme .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vaUcWYRUme .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-vaUcWYRUme .title-wrapper .title-wrap .logo-wrap img {
  width: 110px;
  height: 100px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-vaUcWYRUme .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-vaUcWYRUme .nav-wrapper {
  margin-bottom: 50px;
}
.cid-vaUcWYRUme .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-vaUcWYRUme .nav-wrapper .list {
    display: block;
  }
}
.cid-vaUcWYRUme .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-vaUcWYRUme .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-vaUcWYRUme .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-vaUcWYRUme .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-vaUcWYRUme .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-vaUcWYRUme .soc-wrapper {
  margin-bottom: 50px;
}
.cid-vaUcWYRUme .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-vaUcWYRUme .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-vaUcWYRUme .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-vaUcWYRUme .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-vaUcWYRUme .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #e4d295;
}
.cid-vaUcWYRUme .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-vaUcWYRUme .mbr-section-title,
.cid-vaUcWYRUme .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vaUcWYRUme .list {
  color: #ffffff;
}
.cid-vaUcWYRUme .copyright {
  color: #cacaca;
  text-align: center;
}
.cid-vaUcWYRUme .list,
.cid-vaUcWYRUme .nav-wrapper,
.cid-vaUcWYRUme .soc-wrapper {
  text-align: center;
}
.cid-vjLWCtjkQh {
  z-index: 1000;
  width: 100%;
}
.cid-vjLWCtjkQh nav.navbar {
  position: fixed;
}
.cid-vjLWCtjkQh .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vjLWCtjkQh .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vjLWCtjkQh .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  border: 2px solid #161616 !important;
  background-color: #ffffff !important;
  margin-top: -1px;
  margin-bottom: -1px;
}
.cid-vjLWCtjkQh .dropdown-item:hover,
.cid-vjLWCtjkQh .dropdown-item:focus {
  background: #191919 !important;
  color: white !important;
}
.cid-vjLWCtjkQh .dropdown-item:hover span {
  color: white;
}
.cid-vjLWCtjkQh .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vjLWCtjkQh .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vjLWCtjkQh .dropdown-item:hover,
.cid-vjLWCtjkQh .dropdown-item:focus,
.cid-vjLWCtjkQh .dropdown-item:active {
  background-color: #c2c0bc !important;
}
.cid-vjLWCtjkQh .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vjLWCtjkQh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vjLWCtjkQh .nav-link {
  position: relative;
}
.cid-vjLWCtjkQh .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vjLWCtjkQh .container {
    flex-wrap: nowrap;
  }
}
.cid-vjLWCtjkQh .iconfont-wrapper {
  color: #0a0a0a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vjLWCtjkQh .navbar-caption {
  font-weight: 700;
}
.cid-vjLWCtjkQh .navbar-nav {
  margin-right: auto;
  margin-left: auto;
}
.cid-vjLWCtjkQh .dropdown-menu,
.cid-vjLWCtjkQh .navbar.opened {
  background: #000000 !important;
}
.cid-vjLWCtjkQh .nav-item:focus,
.cid-vjLWCtjkQh .nav-link:focus {
  outline: none;
}
.cid-vjLWCtjkQh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vjLWCtjkQh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vjLWCtjkQh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vjLWCtjkQh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vjLWCtjkQh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vjLWCtjkQh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vjLWCtjkQh .navbar {
  min-height: 96px;
  transition: all 0.3s;
  border-bottom: none !important;
  background: #000000;
  padding: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
@media (max-width: 991px) {
  .cid-vjLWCtjkQh .navbar {
    min-height: 80px;
  }
  .cid-vjLWCtjkQh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vjLWCtjkQh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vjLWCtjkQh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vjLWCtjkQh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vjLWCtjkQh .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vjLWCtjkQh .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vjLWCtjkQh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vjLWCtjkQh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vjLWCtjkQh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vjLWCtjkQh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vjLWCtjkQh .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vjLWCtjkQh .navbar.opened {
  transition: all 0.3s;
}
.cid-vjLWCtjkQh .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vjLWCtjkQh .navbar .navbar-logo img {
  width: auto;
}
.cid-vjLWCtjkQh .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vjLWCtjkQh .navbar.collapsed {
  justify-content: center;
}
.cid-vjLWCtjkQh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vjLWCtjkQh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vjLWCtjkQh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-vjLWCtjkQh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vjLWCtjkQh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vjLWCtjkQh .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vjLWCtjkQh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vjLWCtjkQh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vjLWCtjkQh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cid-vjLWCtjkQh .navbar.navbar-short {
  min-height: 76px;
}
@media (max-width: 991px) {
  .cid-vjLWCtjkQh .navbar.navbar-short {
    min-height: 70px;
  }
}
.cid-vjLWCtjkQh .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vjLWCtjkQh .navbar.navbar-short .navbar-brand {
  min-height: 76px;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vjLWCtjkQh .navbar.navbar-short .navbar-brand {
    min-height: 70px;
  }
}
.cid-vjLWCtjkQh .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-vjLWCtjkQh .navbar-brand {
    min-height: 80px;
  }
}
.cid-vjLWCtjkQh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vjLWCtjkQh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vjLWCtjkQh .dropdown-item.active,
.cid-vjLWCtjkQh .dropdown-item:active {
  background-color: transparent;
}
.cid-vjLWCtjkQh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vjLWCtjkQh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vjLWCtjkQh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vjLWCtjkQh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-vjLWCtjkQh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vjLWCtjkQh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vjLWCtjkQh ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vjLWCtjkQh .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vjLWCtjkQh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vjLWCtjkQh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c7b599;
}
.cid-vjLWCtjkQh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vjLWCtjkQh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vjLWCtjkQh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vjLWCtjkQh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vjLWCtjkQh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vjLWCtjkQh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vjLWCtjkQh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vjLWCtjkQh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vjLWCtjkQh .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vjLWCtjkQh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vjLWCtjkQh .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vjLWCtjkQh .navbar {
    height: 70px;
  }
  .cid-vjLWCtjkQh .navbar.opened {
    height: auto;
  }
  .cid-vjLWCtjkQh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vjLWCtjkQh .nav-item-transform {
  display: flex;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vjLWCtjkQh .nav-item .nav-link {
  color: #0A0A0A;
  font-weight: 700;
  padding: 16px !important;
  margin: 0 !important;
}
.cid-vjLWCtjkQh .nav-item {
  font-weight: 700;
  margin-right: 16px;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vjLWCtjkQh .nav-item {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-vjLWCtjkQh .navbar .icons-menu {
    padding-right: 0 !important;
  }
}
.cid-uxdfQ9rH4X {
  background-image: url("../../../assets/images/dsc-1042jpg-2000x1333.jpg");
}
.cid-uxdfQafDcp {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-uxdfQafDcp .container {
  max-width: 920px;
}
.cid-uxdfQafDcp .border-container {
  position: relative;
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 80px 60px;
  background-color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 991px) {
  .cid-uxdfQafDcp .border-container {
    padding: 7% 5%;
  }
}
@media (max-width: 767px) {
  .cid-uxdfQafDcp .border-container {
    padding: 8% 6%;
  }
}
@media (max-width: 575px) {
  .cid-uxdfQafDcp .border-container {
    padding: 9% 7%;
  }
}
.cid-uxdfQafDcp .frame-top-left {
  top: -1px;
  left: -1px;
  border-bottom: 1px solid;
  border-right: 1px solid;
  border-bottom-right-radius: 100%;
}
.cid-uxdfQafDcp .frame-top-right {
  top: -1px;
  right: -1px;
  border-bottom: 1px solid;
  border-left: 1px solid;
  border-bottom-left-radius: 100%;
}
.cid-uxdfQafDcp .frame-bottom-left {
  bottom: -1px;
  left: -1px;
  border-top: 1px solid;
  border-right: 1px solid;
  border-top-right-radius: 100%;
}
.cid-uxdfQafDcp .frame-bottom-right {
  bottom: -1px;
  right: -1px;
  border-top: 1px solid;
  border-left: 1px solid;
  border-top-left-radius: 100%;
}
.cid-uxdfQafDcp .border-frame {
  position: absolute;
  z-index: 5;
  width: 60px;
  aspect-ratio: 1;
  background-color: #ffffff;
  border-color: rgba(255, 255, 255, 0.2);
}
@media (max-width: 991px) {
  .cid-uxdfQafDcp .border-frame {
    width: 5%;
  }
}
@media (max-width: 767px) {
  .cid-uxdfQafDcp .border-frame {
    width: 6%;
  }
}
@media (max-width: 575px) {
  .cid-uxdfQafDcp .border-frame {
    width: 7%;
  }
}
.cid-uxdfQafDcp .content-container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uxdfQafDcp .content-container {
    min-height: auto;
  }
}
.cid-uxdfQafDcp .text-container {
  width: 100%;
}
.cid-uxdfQafDcp .text-wrapper {
  width: 100%;
}
.cid-uxdfQafDcp .mbr-text {
  color: #1a2229;
  width: 100%;
  margin: 0;
}
.cid-uxdfQafDcp .card-title {
  color: #353535;
  width: 100%;
  margin-bottom: 28px !important;
}
.cid-uxdfQafDcp .mbr-section-btn {
  margin-top: 28px;
}
.cid-uxdfQafDcp .line-frame {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: 0 50% 0;
  height: 1px;
  width: 1000%;
  background-color: rgba(255, 255, 255, 0.2);
}
.cid-uxdfQafDcp .line-frame-1 {
  transform: rotate(30deg) translate(-50%, -50%);
}
.cid-uxdfQafDcp .line-frame-2 {
  transform: rotate(60deg) translate(-50%, -50%);
}
.cid-uxdfQafDcp .line-frame-3 {
  transform: rotate(90deg) translate(-50%, -50%);
}
.cid-uxdfQafDcp .line-frame-4 {
  transform: rotate(120deg) translate(-50%, -50%);
}
.cid-uxdfQafDcp .line-frame-5 {
  transform: rotate(150deg) translate(-50%, -50%);
}
.cid-uxdfQafDcp .mbr-text,
.cid-uxdfQafDcp .mbr-section-btn {
  color: #171e25;
}
.cid-uxdfQavJq1 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f6f1eb;
}
.cid-uxdfQavJq1 .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin: auto;
  height: fit-content;
  max-width: 400px;
}
.cid-uxdfQavJq1 .card-wrap {
  display: flex;
  height: 100%;
  min-height: 300px;
}
.cid-uxdfQavJq1 .card-wrap:hover h4 {
  background-size: 100% 100%;
}
.cid-uxdfQavJq1 h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 0rem;
  top: -1rem;
}
.cid-uxdfQavJq1 h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #1c1c1c;
  margin-left: 10px;
}
.cid-uxdfQavJq1 img {
  width: 100%;
}
.cid-uxdfQavJq1 h4 {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-uxdfQavJq1 .card-title1,
.cid-uxdfQavJq1 .title-wrap1 {
  color: #ffffff;
}
.cid-uxdfQavJq1 .card-title,
.cid-uxdfQavJq1 .title-wrap {
  color: #1c1c1c;
}
@media (max-width: 992px) {
  .cid-uxdfQavJq1 .card-box {
    margin: auto auto 0 0;
  }
}
@media (max-width: 767px) {
  .cid-uxdfQavJq1 .mdpb {
    padding-bottom: 10rem;
  }
}
.cid-uxdfQavJq1 H3 {
  color: #1c1c1c;
}
.cid-uxdfQavJq1 .mbr-text,
.cid-uxdfQavJq1 .mbr-section-btn {
  color: #1c1c1c;
}
.cid-uxdfQavJq1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxdfQavJq1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxdfQaK5U4 {
  background-image: url("../../../assets/images/dsc-5029-2000x1333.jpg");
}
.cid-uxdfQaK5U4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxdfQaK5U4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxdfQbdaA5 {
  padding-top: 135px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-uxdfQbdaA5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxdfQbdaA5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxdfQbdaA5 H1 {
  color: #232323;
}
.cid-uxdfQbdaA5 .mbr-text,
.cid-uxdfQbdaA5 .mbr-section-btn {
  color: #232323;
}
.cid-vaUcWYRUme {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/indeva-lotus-background.jpg-1280x720.jpg");
}
.cid-vaUcWYRUme .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaUcWYRUme .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaUcWYRUme .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-vaUcWYRUme .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-vaUcWYRUme .container {
    padding: 0 26px;
  }
}
.cid-vaUcWYRUme .row {
  padding: 60px;
  margin: 0;
  border: 1px solid #767676;
  padding: 120px 60px 60px 30px;
}
@media (max-width: 992px) {
  .cid-vaUcWYRUme .row {
    padding: 120px 30px;
  }
}
@media (max-width: 992px) {
  .cid-vaUcWYRUme .row {
    padding: 26px;
  }
}
.cid-vaUcWYRUme .title-wrapper {
  margin-bottom: 50px;
}
.cid-vaUcWYRUme .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vaUcWYRUme .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-vaUcWYRUme .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vaUcWYRUme .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-vaUcWYRUme .title-wrapper .title-wrap .logo-wrap img {
  width: 110px;
  height: 100px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-vaUcWYRUme .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-vaUcWYRUme .nav-wrapper {
  margin-bottom: 50px;
}
.cid-vaUcWYRUme .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-vaUcWYRUme .nav-wrapper .list {
    display: block;
  }
}
.cid-vaUcWYRUme .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-vaUcWYRUme .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-vaUcWYRUme .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-vaUcWYRUme .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-vaUcWYRUme .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-vaUcWYRUme .soc-wrapper {
  margin-bottom: 50px;
}
.cid-vaUcWYRUme .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-vaUcWYRUme .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-vaUcWYRUme .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-vaUcWYRUme .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-vaUcWYRUme .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #e4d295;
}
.cid-vaUcWYRUme .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-vaUcWYRUme .mbr-section-title,
.cid-vaUcWYRUme .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vaUcWYRUme .list {
  color: #ffffff;
}
.cid-vaUcWYRUme .copyright {
  color: #cacaca;
  text-align: center;
}
.cid-vaUcWYRUme .list,
.cid-vaUcWYRUme .nav-wrapper,
.cid-vaUcWYRUme .soc-wrapper {
  text-align: center;
}
.cid-vjLWCtjkQh {
  z-index: 1000;
  width: 100%;
}
.cid-vjLWCtjkQh nav.navbar {
  position: fixed;
}
.cid-vjLWCtjkQh .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vjLWCtjkQh .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vjLWCtjkQh .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  border: 2px solid #161616 !important;
  background-color: #ffffff !important;
  margin-top: -1px;
  margin-bottom: -1px;
}
.cid-vjLWCtjkQh .dropdown-item:hover,
.cid-vjLWCtjkQh .dropdown-item:focus {
  background: #191919 !important;
  color: white !important;
}
.cid-vjLWCtjkQh .dropdown-item:hover span {
  color: white;
}
.cid-vjLWCtjkQh .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vjLWCtjkQh .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vjLWCtjkQh .dropdown-item:hover,
.cid-vjLWCtjkQh .dropdown-item:focus,
.cid-vjLWCtjkQh .dropdown-item:active {
  background-color: #c2c0bc !important;
}
.cid-vjLWCtjkQh .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vjLWCtjkQh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vjLWCtjkQh .nav-link {
  position: relative;
}
.cid-vjLWCtjkQh .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vjLWCtjkQh .container {
    flex-wrap: nowrap;
  }
}
.cid-vjLWCtjkQh .iconfont-wrapper {
  color: #0a0a0a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vjLWCtjkQh .navbar-caption {
  font-weight: 700;
}
.cid-vjLWCtjkQh .navbar-nav {
  margin-right: auto;
  margin-left: auto;
}
.cid-vjLWCtjkQh .dropdown-menu,
.cid-vjLWCtjkQh .navbar.opened {
  background: #000000 !important;
}
.cid-vjLWCtjkQh .nav-item:focus,
.cid-vjLWCtjkQh .nav-link:focus {
  outline: none;
}
.cid-vjLWCtjkQh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vjLWCtjkQh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vjLWCtjkQh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vjLWCtjkQh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vjLWCtjkQh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vjLWCtjkQh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vjLWCtjkQh .navbar {
  min-height: 96px;
  transition: all 0.3s;
  border-bottom: none !important;
  background: #000000;
  padding: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
@media (max-width: 991px) {
  .cid-vjLWCtjkQh .navbar {
    min-height: 80px;
  }
  .cid-vjLWCtjkQh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vjLWCtjkQh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vjLWCtjkQh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vjLWCtjkQh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vjLWCtjkQh .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vjLWCtjkQh .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vjLWCtjkQh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vjLWCtjkQh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vjLWCtjkQh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vjLWCtjkQh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vjLWCtjkQh .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vjLWCtjkQh .navbar.opened {
  transition: all 0.3s;
}
.cid-vjLWCtjkQh .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vjLWCtjkQh .navbar .navbar-logo img {
  width: auto;
}
.cid-vjLWCtjkQh .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vjLWCtjkQh .navbar.collapsed {
  justify-content: center;
}
.cid-vjLWCtjkQh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vjLWCtjkQh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vjLWCtjkQh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-vjLWCtjkQh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vjLWCtjkQh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vjLWCtjkQh .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vjLWCtjkQh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vjLWCtjkQh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vjLWCtjkQh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cid-vjLWCtjkQh .navbar.navbar-short {
  min-height: 76px;
}
@media (max-width: 991px) {
  .cid-vjLWCtjkQh .navbar.navbar-short {
    min-height: 70px;
  }
}
.cid-vjLWCtjkQh .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vjLWCtjkQh .navbar.navbar-short .navbar-brand {
  min-height: 76px;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vjLWCtjkQh .navbar.navbar-short .navbar-brand {
    min-height: 70px;
  }
}
.cid-vjLWCtjkQh .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-vjLWCtjkQh .navbar-brand {
    min-height: 80px;
  }
}
.cid-vjLWCtjkQh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vjLWCtjkQh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vjLWCtjkQh .dropdown-item.active,
.cid-vjLWCtjkQh .dropdown-item:active {
  background-color: transparent;
}
.cid-vjLWCtjkQh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vjLWCtjkQh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vjLWCtjkQh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vjLWCtjkQh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-vjLWCtjkQh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vjLWCtjkQh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vjLWCtjkQh ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vjLWCtjkQh .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vjLWCtjkQh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vjLWCtjkQh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c7b599;
}
.cid-vjLWCtjkQh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vjLWCtjkQh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vjLWCtjkQh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vjLWCtjkQh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vjLWCtjkQh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vjLWCtjkQh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vjLWCtjkQh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vjLWCtjkQh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vjLWCtjkQh .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vjLWCtjkQh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vjLWCtjkQh .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vjLWCtjkQh .navbar {
    height: 70px;
  }
  .cid-vjLWCtjkQh .navbar.opened {
    height: auto;
  }
  .cid-vjLWCtjkQh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vjLWCtjkQh .nav-item-transform {
  display: flex;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vjLWCtjkQh .nav-item .nav-link {
  color: #0A0A0A;
  font-weight: 700;
  padding: 16px !important;
  margin: 0 !important;
}
.cid-vjLWCtjkQh .nav-item {
  font-weight: 700;
  margin-right: 16px;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vjLWCtjkQh .nav-item {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-vjLWCtjkQh .navbar .icons-menu {
    padding-right: 0 !important;
  }
}
.cid-rPgBISjz7v {
  overflow: hidden !important;
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/lotus.jpg-2-1280x720.jpeg");
}
@media (max-width: 991px) {
  .cid-rPgBISjz7v {
    height: auto;
    min-height: auto;
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
.cid-rPgBISjz7v .container-fluid {
  padding: 0 3rem;
}
.cid-rPgBISjz7v .animated-element {
  color: #efefef;
}
@media (max-width: 767px) {
  .cid-rPgBISjz7v .container-fluid {
    padding: 0 1rem;
  }
}
.cid-rPgBISjz7v h1 {
  margin-bottom: 1rem;
}
.cid-rPgBISjz7v .mbr-section-title {
  font-weight: 300;
}
.cid-rPgBISjz7v .btn-line {
  margin-top: 3rem;
}
.cid-rPgBISjz7v p {
  margin-bottom: 0;
}
.cid-rPgBISjz7v .mbr-text,
.cid-rPgBISjz7v .mbr-section-btn {
  text-align: left;
}
.cid-v43HN64Fpm {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #e2cfb1;
  position: relative;
  overflow: hidden;
}
.cid-v43HN64Fpm .container {
  max-width: 920px;
}
.cid-v43HN64Fpm .border-container {
  position: relative;
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 80px 60px;
  background-color: #e2cfb1;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 991px) {
  .cid-v43HN64Fpm .border-container {
    padding: 7% 5%;
  }
}
@media (max-width: 767px) {
  .cid-v43HN64Fpm .border-container {
    padding: 8% 6%;
  }
}
@media (max-width: 575px) {
  .cid-v43HN64Fpm .border-container {
    padding: 9% 7%;
  }
}
.cid-v43HN64Fpm .frame-top-left {
  top: -1px;
  left: -1px;
  border-bottom: 1px solid;
  border-right: 1px solid;
  border-bottom-right-radius: 100%;
}
.cid-v43HN64Fpm .frame-top-right {
  top: -1px;
  right: -1px;
  border-bottom: 1px solid;
  border-left: 1px solid;
  border-bottom-left-radius: 100%;
}
.cid-v43HN64Fpm .frame-bottom-left {
  bottom: -1px;
  left: -1px;
  border-top: 1px solid;
  border-right: 1px solid;
  border-top-right-radius: 100%;
}
.cid-v43HN64Fpm .frame-bottom-right {
  bottom: -1px;
  right: -1px;
  border-top: 1px solid;
  border-left: 1px solid;
  border-top-left-radius: 100%;
}
.cid-v43HN64Fpm .border-frame {
  position: absolute;
  z-index: 5;
  width: 60px;
  aspect-ratio: 1;
  background-color: #e2cfb1;
  border-color: rgba(255, 255, 255, 0.2);
}
@media (max-width: 991px) {
  .cid-v43HN64Fpm .border-frame {
    width: 5%;
  }
}
@media (max-width: 767px) {
  .cid-v43HN64Fpm .border-frame {
    width: 6%;
  }
}
@media (max-width: 575px) {
  .cid-v43HN64Fpm .border-frame {
    width: 7%;
  }
}
.cid-v43HN64Fpm .content-container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-v43HN64Fpm .content-container {
    min-height: auto;
  }
}
.cid-v43HN64Fpm .text-container {
  width: 100%;
}
.cid-v43HN64Fpm .text-wrapper {
  width: 100%;
}
.cid-v43HN64Fpm .mbr-text {
  color: #1a2229;
  width: 100%;
  margin: 0;
}
.cid-v43HN64Fpm .card-title {
  color: #1c1c1c;
  width: 100%;
  margin-bottom: 28px !important;
}
.cid-v43HN64Fpm .mbr-section-btn {
  margin-top: 28px;
}
.cid-v43HN64Fpm .line-frame {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: 0 50% 0;
  height: 1px;
  width: 1000%;
  background-color: rgba(255, 255, 255, 0.2);
}
.cid-v43HN64Fpm .line-frame-1 {
  transform: rotate(30deg) translate(-50%, -50%);
}
.cid-v43HN64Fpm .line-frame-2 {
  transform: rotate(60deg) translate(-50%, -50%);
}
.cid-v43HN64Fpm .line-frame-3 {
  transform: rotate(90deg) translate(-50%, -50%);
}
.cid-v43HN64Fpm .line-frame-4 {
  transform: rotate(120deg) translate(-50%, -50%);
}
.cid-v43HN64Fpm .line-frame-5 {
  transform: rotate(150deg) translate(-50%, -50%);
}
.cid-v43HN64Fpm .mbr-text,
.cid-v43HN64Fpm .mbr-section-btn {
  color: #171e25;
}
.cid-uxAyQYKNGn {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uxAyQYKNGn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxAyQYKNGn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxAyQYKNGn .main-wrap {
  display: grid;
  max-width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 100px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uxAyQYKNGn .main-wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-row-gap: 50px;
  }
}
.cid-uxAyQYKNGn .card-col {
  display: flex;
  height: 100%;
  padding: 0;
}
@media (max-width: 575px) {
  .cid-uxAyQYKNGn .card-col {
    padding: 20px 0 0;
  }
}
.cid-uxAyQYKNGn .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 80%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .cid-uxAyQYKNGn .card-wrapper {
    margin: 0 auto 0 0;
    max-width: 70%;
  }
}
@media (max-width: 575px) {
  .cid-uxAyQYKNGn .card-wrapper {
    max-width: 100%;
  }
}
.cid-uxAyQYKNGn .card-title {
  padding-bottom: 10px;
  color: #000000;
}
.cid-uxAyQYKNGn .mbr-text {
  margin-top: 40px;
  margin-bottom: 0;
  color: #747474;
}
.cid-uxAyQYKNGn .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-uxAyQYKNGn .image-wrapper {
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 575px) {
  .cid-uxAyQYKNGn .image-wrapper {
    max-width: 100%;
  }
}
.cid-uxAyQYKNGn .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uxAyQYKNGn .mbr-text,
.cid-uxAyQYKNGn .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uxAyCQQxjN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e2cfb1;
}
.cid-uxAyCQQxjN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxAyCQQxjN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxAyCQQxjN .main-wrap {
  display: grid;
  max-width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 100px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uxAyCQQxjN .main-wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-row-gap: 50px;
  }
}
.cid-uxAyCQQxjN .card-col {
  display: flex;
  height: 100%;
  padding: 0;
}
@media (max-width: 575px) {
  .cid-uxAyCQQxjN .card-col {
    padding: 20px 0 0;
  }
}
.cid-uxAyCQQxjN .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 80%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .cid-uxAyCQQxjN .card-wrapper {
    margin: 0 auto 0 0;
    max-width: 70%;
  }
}
@media (max-width: 575px) {
  .cid-uxAyCQQxjN .card-wrapper {
    max-width: 100%;
  }
}
.cid-uxAyCQQxjN .card-title {
  padding-bottom: 10px;
  color: #000000;
}
.cid-uxAyCQQxjN .mbr-text {
  margin-top: 40px;
  margin-bottom: 0;
  color: #747474;
}
.cid-uxAyCQQxjN .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-uxAyCQQxjN .image-wrapper {
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 575px) {
  .cid-uxAyCQQxjN .image-wrapper {
    max-width: 100%;
  }
}
.cid-uxAyCQQxjN .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uxAyCQQxjN .mbr-text,
.cid-uxAyCQQxjN .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uxdBreYAu9 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f6f1eb;
}
.cid-uxdBreYAu9 .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin: auto auto 1rem 2rem;
  height: fit-content;
  max-width: 300px;
}
.cid-uxdBreYAu9 .card-wrap {
  background-color: #f6f1eb;
  display: flex;
  height: 100%;
  min-height: 300px;
}
.cid-uxdBreYAu9 .card-wrap:hover h4,
.cid-uxdBreYAu9 .card-wrap:hover a {
  background-size: 100% 100%;
}
.cid-uxdBreYAu9 h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 0rem;
  top: -1rem;
}
.cid-uxdBreYAu9 h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #ffffff;
  margin-left: 10px;
}
.cid-uxdBreYAu9 img {
  width: 100%;
}
.cid-uxdBreYAu9 h4 {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-uxdBreYAu9 h4 a {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px) !important;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-uxdBreYAu9 .card-title1,
.cid-uxdBreYAu9 .title-wrap1 {
  color: #ffffff;
}
.cid-uxdBreYAu9 .card-title,
.cid-uxdBreYAu9 .title-wrap {
  color: #1c1c1c;
}
@media (max-width: 992px) {
  .cid-uxdBreYAu9 .mdpb {
    padding-bottom: 2rem;
  }
  .cid-uxdBreYAu9 .card-box {
    margin: auto auto 0rem 1rem;
  }
}
.cid-uxdBreYAu9 H3 {
  color: #ffffff;
}
.cid-uxdBreYAu9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxdBreYAu9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxdBreYAu9 .mbr-text,
.cid-uxdBreYAu9 .mbr-section-btn {
  color: #232323;
}
.cid-v43rWPmzkH {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v43rWPmzkH .mbr-fallback-image.disabled {
  display: none;
}
.cid-v43rWPmzkH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v43rWPmzkH .main-wrap {
  display: grid;
  max-width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 100px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v43rWPmzkH .main-wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-row-gap: 50px;
  }
}
.cid-v43rWPmzkH .card-col {
  display: flex;
  height: 100%;
  padding: 0;
}
@media (max-width: 575px) {
  .cid-v43rWPmzkH .card-col {
    padding: 20px 0 0;
  }
}
.cid-v43rWPmzkH .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 80%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .cid-v43rWPmzkH .card-wrapper {
    margin: 0 auto 0 0;
    max-width: 70%;
  }
}
@media (max-width: 575px) {
  .cid-v43rWPmzkH .card-wrapper {
    max-width: 100%;
  }
}
.cid-v43rWPmzkH .card-title {
  padding-bottom: 10px;
  color: #000000;
}
.cid-v43rWPmzkH .mbr-text {
  margin-top: 40px;
  margin-bottom: 0;
  color: #747474;
}
.cid-v43rWPmzkH .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-v43rWPmzkH .image-wrapper {
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 575px) {
  .cid-v43rWPmzkH .image-wrapper {
    max-width: 100%;
  }
}
.cid-v43rWPmzkH .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v43rWPmzkH .mbr-text,
.cid-v43rWPmzkH .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-vaSr2FsBn6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f6f1eb;
}
.cid-vaSr2FsBn6 h6 {
  line-height: 1.2;
}
.cid-vaSr2FsBn6 img,
.cid-vaSr2FsBn6 .item-img {
  width: 100%;
  height: 100%;
}
.cid-vaSr2FsBn6 .item:focus,
.cid-vaSr2FsBn6 span:focus {
  outline: none;
}
.cid-vaSr2FsBn6 .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-vaSr2FsBn6 .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-vaSr2FsBn6 .mbr-section-title {
  color: #000000;
}
.cid-vaSr2FsBn6 .mbr-text,
.cid-vaSr2FsBn6 .mbr-section-btn {
  color: #000000;
}
.cid-vaSr2FsBn6 .item-title {
  color: #000000;
  text-align: center;
}
.cid-vaSr2FsBn6 .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-vaSr2FsBn6 .item-text {
  color: #000000;
  text-align: center;
}
.cid-vaSr2FsBn6 .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-vaSr2FsBn6 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vgB5l1ZphW {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vgB5l1ZphW .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgB5l1ZphW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgB5l1ZphW .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-vgB5l1ZphW .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-vgB5l1ZphW .container {
    padding: 0 20px;
  }
}
.cid-vgB5l1ZphW .content-wrapper {
  padding: 60px;
  background-color: #ffffff;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-vgB5l1ZphW .content-wrapper {
    padding: 46px 20px 46px;
  }
}
.cid-vgB5l1ZphW .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-vgB5l1ZphW .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-vgB5l1ZphW .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vgB5l1ZphW .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-vgB5l1ZphW .content-wrapper .items-wrapper .items-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-vgB5l1ZphW .content-wrapper .items-wrapper .items-wrap .item .item-wrapper .item-img {
  display: flex;
  justify-content: center;
  padding: 0 10px;
}
.cid-vgB5l1ZphW .content-wrapper .items-wrapper .items-wrap .item .item-wrapper .item-img img {
  height: 150px;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-vgB5l1ZphW .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-vgB5l1ZphW .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-vgB5l1ZphW .mbr-section-title {
  color: #000000;
}
.cid-vgB5l1ZphW .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-vgB5l1ZphW .mbr-text,
.cid-vgB5l1ZphW .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vgB5l1ZphW .card-title {
  color: #000000;
  text-align: center;
}
.cid-vgB5l1ZphW .mbr-section-title,
.cid-vgB5l1ZphW .mbr-section-btn,
.cid-vgB5l1ZphW .items-wrapper {
  text-align: center;
}
.cid-vjNmldRBOo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e2cfb1;
}
.cid-vjNmldRBOo .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjNmldRBOo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjNmldRBOo .main-wrap {
  display: grid;
  max-width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 100px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vjNmldRBOo .main-wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-row-gap: 50px;
  }
}
.cid-vjNmldRBOo .card-col {
  display: flex;
  height: 100%;
  padding: 0;
}
@media (max-width: 575px) {
  .cid-vjNmldRBOo .card-col {
    padding: 20px 0 0;
  }
}
.cid-vjNmldRBOo .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 80%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .cid-vjNmldRBOo .card-wrapper {
    margin: 0 auto 0 0;
    max-width: 70%;
  }
}
@media (max-width: 575px) {
  .cid-vjNmldRBOo .card-wrapper {
    max-width: 100%;
  }
}
.cid-vjNmldRBOo .card-title {
  padding-bottom: 10px;
  color: #000000;
}
.cid-vjNmldRBOo .mbr-text {
  margin-top: 40px;
  margin-bottom: 0;
  color: #747474;
}
.cid-vjNmldRBOo .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-vjNmldRBOo .image-wrapper {
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 575px) {
  .cid-vjNmldRBOo .image-wrapper {
    max-width: 100%;
  }
}
.cid-vjNmldRBOo .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vjNmldRBOo .mbr-text,
.cid-vjNmldRBOo .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-vaUcWYRUme {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/indeva-lotus-background.jpg-1280x720.jpg");
}
.cid-vaUcWYRUme .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaUcWYRUme .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaUcWYRUme .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-vaUcWYRUme .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-vaUcWYRUme .container {
    padding: 0 26px;
  }
}
.cid-vaUcWYRUme .row {
  padding: 60px;
  margin: 0;
  border: 1px solid #767676;
  padding: 120px 60px 60px 30px;
}
@media (max-width: 992px) {
  .cid-vaUcWYRUme .row {
    padding: 120px 30px;
  }
}
@media (max-width: 992px) {
  .cid-vaUcWYRUme .row {
    padding: 26px;
  }
}
.cid-vaUcWYRUme .title-wrapper {
  margin-bottom: 50px;
}
.cid-vaUcWYRUme .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vaUcWYRUme .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-vaUcWYRUme .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vaUcWYRUme .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-vaUcWYRUme .title-wrapper .title-wrap .logo-wrap img {
  width: 110px;
  height: 100px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-vaUcWYRUme .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-vaUcWYRUme .nav-wrapper {
  margin-bottom: 50px;
}
.cid-vaUcWYRUme .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-vaUcWYRUme .nav-wrapper .list {
    display: block;
  }
}
.cid-vaUcWYRUme .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-vaUcWYRUme .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-vaUcWYRUme .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-vaUcWYRUme .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-vaUcWYRUme .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-vaUcWYRUme .soc-wrapper {
  margin-bottom: 50px;
}
.cid-vaUcWYRUme .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-vaUcWYRUme .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-vaUcWYRUme .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-vaUcWYRUme .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-vaUcWYRUme .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #e4d295;
}
.cid-vaUcWYRUme .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-vaUcWYRUme .mbr-section-title,
.cid-vaUcWYRUme .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vaUcWYRUme .list {
  color: #ffffff;
}
.cid-vaUcWYRUme .copyright {
  color: #cacaca;
  text-align: center;
}
.cid-vaUcWYRUme .list,
.cid-vaUcWYRUme .nav-wrapper,
.cid-vaUcWYRUme .soc-wrapper {
  text-align: center;
}
.cid-vjLWCtjkQh {
  z-index: 1000;
  width: 100%;
}
.cid-vjLWCtjkQh nav.navbar {
  position: fixed;
}
.cid-vjLWCtjkQh .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vjLWCtjkQh .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vjLWCtjkQh .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  border: 2px solid #161616 !important;
  background-color: #ffffff !important;
  margin-top: -1px;
  margin-bottom: -1px;
}
.cid-vjLWCtjkQh .dropdown-item:hover,
.cid-vjLWCtjkQh .dropdown-item:focus {
  background: #191919 !important;
  color: white !important;
}
.cid-vjLWCtjkQh .dropdown-item:hover span {
  color: white;
}
.cid-vjLWCtjkQh .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vjLWCtjkQh .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vjLWCtjkQh .dropdown-item:hover,
.cid-vjLWCtjkQh .dropdown-item:focus,
.cid-vjLWCtjkQh .dropdown-item:active {
  background-color: #c2c0bc !important;
}
.cid-vjLWCtjkQh .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vjLWCtjkQh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vjLWCtjkQh .nav-link {
  position: relative;
}
.cid-vjLWCtjkQh .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vjLWCtjkQh .container {
    flex-wrap: nowrap;
  }
}
.cid-vjLWCtjkQh .iconfont-wrapper {
  color: #0a0a0a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vjLWCtjkQh .navbar-caption {
  font-weight: 700;
}
.cid-vjLWCtjkQh .navbar-nav {
  margin-right: auto;
  margin-left: auto;
}
.cid-vjLWCtjkQh .dropdown-menu,
.cid-vjLWCtjkQh .navbar.opened {
  background: #000000 !important;
}
.cid-vjLWCtjkQh .nav-item:focus,
.cid-vjLWCtjkQh .nav-link:focus {
  outline: none;
}
.cid-vjLWCtjkQh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vjLWCtjkQh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vjLWCtjkQh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vjLWCtjkQh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vjLWCtjkQh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vjLWCtjkQh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vjLWCtjkQh .navbar {
  min-height: 96px;
  transition: all 0.3s;
  border-bottom: none !important;
  background: #000000;
  padding: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
@media (max-width: 991px) {
  .cid-vjLWCtjkQh .navbar {
    min-height: 80px;
  }
  .cid-vjLWCtjkQh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vjLWCtjkQh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vjLWCtjkQh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vjLWCtjkQh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vjLWCtjkQh .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vjLWCtjkQh .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vjLWCtjkQh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vjLWCtjkQh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vjLWCtjkQh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vjLWCtjkQh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vjLWCtjkQh .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vjLWCtjkQh .navbar.opened {
  transition: all 0.3s;
}
.cid-vjLWCtjkQh .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vjLWCtjkQh .navbar .navbar-logo img {
  width: auto;
}
.cid-vjLWCtjkQh .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vjLWCtjkQh .navbar.collapsed {
  justify-content: center;
}
.cid-vjLWCtjkQh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vjLWCtjkQh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vjLWCtjkQh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-vjLWCtjkQh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vjLWCtjkQh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vjLWCtjkQh .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vjLWCtjkQh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vjLWCtjkQh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vjLWCtjkQh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cid-vjLWCtjkQh .navbar.navbar-short {
  min-height: 76px;
}
@media (max-width: 991px) {
  .cid-vjLWCtjkQh .navbar.navbar-short {
    min-height: 70px;
  }
}
.cid-vjLWCtjkQh .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vjLWCtjkQh .navbar.navbar-short .navbar-brand {
  min-height: 76px;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vjLWCtjkQh .navbar.navbar-short .navbar-brand {
    min-height: 70px;
  }
}
.cid-vjLWCtjkQh .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-vjLWCtjkQh .navbar-brand {
    min-height: 80px;
  }
}
.cid-vjLWCtjkQh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vjLWCtjkQh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vjLWCtjkQh .dropdown-item.active,
.cid-vjLWCtjkQh .dropdown-item:active {
  background-color: transparent;
}
.cid-vjLWCtjkQh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vjLWCtjkQh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vjLWCtjkQh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vjLWCtjkQh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-vjLWCtjkQh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vjLWCtjkQh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vjLWCtjkQh ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vjLWCtjkQh .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vjLWCtjkQh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vjLWCtjkQh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c7b599;
}
.cid-vjLWCtjkQh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vjLWCtjkQh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vjLWCtjkQh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vjLWCtjkQh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vjLWCtjkQh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vjLWCtjkQh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vjLWCtjkQh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vjLWCtjkQh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vjLWCtjkQh .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vjLWCtjkQh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vjLWCtjkQh .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vjLWCtjkQh .navbar {
    height: 70px;
  }
  .cid-vjLWCtjkQh .navbar.opened {
    height: auto;
  }
  .cid-vjLWCtjkQh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vjLWCtjkQh .nav-item-transform {
  display: flex;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vjLWCtjkQh .nav-item .nav-link {
  color: #0A0A0A;
  font-weight: 700;
  padding: 16px !important;
  margin: 0 !important;
}
.cid-vjLWCtjkQh .nav-item {
  font-weight: 700;
  margin-right: 16px;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vjLWCtjkQh .nav-item {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-vjLWCtjkQh .navbar .icons-menu {
    padding-right: 0 !important;
  }
}
.cid-v9K6DSMjxA {
  overflow: hidden !important;
  background-image: url("../../../assets/images/chiva-som-hua-hin-detoxifying-balneotherapy.jpg-2000x1334.jpg");
}
.cid-v9K6DSMjxA .container-fluid {
  padding: 0 3rem;
}
.cid-v9K6DSMjxA .animated-element {
  color: #efefef;
}
@media (max-width: 767px) {
  .cid-v9K6DSMjxA .container-fluid {
    padding: 0 1rem;
  }
}
.cid-v9K6DSMjxA h1 {
  margin-bottom: 1rem;
}
.cid-v9K6DSMjxA .mbr-section-title {
  font-weight: 300;
}
.cid-v9K6DSMjxA .btn-line {
  margin-top: 3rem;
}
.cid-v9K6DSMjxA p {
  margin-bottom: 0;
}
.cid-v9K6DSMjxA .mbr-text,
.cid-v9K6DSMjxA .mbr-section-btn {
  text-align: left;
}
.cid-v9K6DTV0bI {
  padding-top: 90px;
  padding-bottom: 90px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-v9K6DTV0bI .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-v9K6DTV0bI .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v9K6DTV0bI .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v9K6DTV0bI .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-v9K6DTV0bI .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-v9K6DTV0bI .icon-focus {
  display: none;
}
.cid-v9K6DTV0bI .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: right;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-v9K6DTV0bI ul {
  font-size: 0;
}
.cid-v9K6DTV0bI .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-v9K6DTV0bI .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
}
.cid-v9K6DTV0bI .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, #191919, #c6a162);
}
.cid-v9K6DTV0bI .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-v9K6DTV0bI .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-v9K6DTV0bI .mbr-gallery-item > div:hover:before {
  opacity: 0.3 !important;
}
.cid-v9K6DTV0bI .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-v9K6DTV0bI .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #191919, #c6a162);
  display: inline-block;
}
.cid-v9K6DTV0bI .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-v9K6DTV0bI .btn:hover {
  background: transparent !important;
}
.cid-v9K6DTV0bI .btn:hover:before {
  background: transparent !important;
}
.cid-v9K6DTV0bI .btn:before {
  background-color: transparent !important;
}
.cid-v9K6DTV0bI .btn:focus {
  box-shadow: none;
}
.cid-v9K6DTV0bI .mbr-gallery-item > div > span {
  color: #ffffff;
}
.cid-v9K6DWikNM {
  padding-top: 0px;
  padding-bottom: 135px;
  background-color: #f6f1eb;
}
.cid-v9K6DWikNM .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9K6DWikNM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9K6DWikNM H1 {
  color: #232323;
}
.cid-v9K6DWikNM .mbr-text,
.cid-v9K6DWikNM .mbr-section-btn {
  color: #232323;
}
.cid-vaUcWYRUme {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/indeva-lotus-background.jpg-1280x720.jpg");
}
.cid-vaUcWYRUme .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaUcWYRUme .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaUcWYRUme .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-vaUcWYRUme .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-vaUcWYRUme .container {
    padding: 0 26px;
  }
}
.cid-vaUcWYRUme .row {
  padding: 60px;
  margin: 0;
  border: 1px solid #767676;
  padding: 120px 60px 60px 30px;
}
@media (max-width: 992px) {
  .cid-vaUcWYRUme .row {
    padding: 120px 30px;
  }
}
@media (max-width: 992px) {
  .cid-vaUcWYRUme .row {
    padding: 26px;
  }
}
.cid-vaUcWYRUme .title-wrapper {
  margin-bottom: 50px;
}
.cid-vaUcWYRUme .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vaUcWYRUme .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-vaUcWYRUme .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vaUcWYRUme .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-vaUcWYRUme .title-wrapper .title-wrap .logo-wrap img {
  width: 110px;
  height: 100px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-vaUcWYRUme .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-vaUcWYRUme .nav-wrapper {
  margin-bottom: 50px;
}
.cid-vaUcWYRUme .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-vaUcWYRUme .nav-wrapper .list {
    display: block;
  }
}
.cid-vaUcWYRUme .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-vaUcWYRUme .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-vaUcWYRUme .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-vaUcWYRUme .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-vaUcWYRUme .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-vaUcWYRUme .soc-wrapper {
  margin-bottom: 50px;
}
.cid-vaUcWYRUme .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-vaUcWYRUme .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-vaUcWYRUme .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-vaUcWYRUme .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-vaUcWYRUme .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #e4d295;
}
.cid-vaUcWYRUme .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-vaUcWYRUme .mbr-section-title,
.cid-vaUcWYRUme .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vaUcWYRUme .list {
  color: #ffffff;
}
.cid-vaUcWYRUme .copyright {
  color: #cacaca;
  text-align: center;
}
.cid-vaUcWYRUme .list,
.cid-vaUcWYRUme .nav-wrapper,
.cid-vaUcWYRUme .soc-wrapper {
  text-align: center;
}
.cid-vjLWCtjkQh {
  z-index: 1000;
  width: 100%;
}
.cid-vjLWCtjkQh nav.navbar {
  position: fixed;
}
.cid-vjLWCtjkQh .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vjLWCtjkQh .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vjLWCtjkQh .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  border: 2px solid #161616 !important;
  background-color: #ffffff !important;
  margin-top: -1px;
  margin-bottom: -1px;
}
.cid-vjLWCtjkQh .dropdown-item:hover,
.cid-vjLWCtjkQh .dropdown-item:focus {
  background: #191919 !important;
  color: white !important;
}
.cid-vjLWCtjkQh .dropdown-item:hover span {
  color: white;
}
.cid-vjLWCtjkQh .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vjLWCtjkQh .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vjLWCtjkQh .dropdown-item:hover,
.cid-vjLWCtjkQh .dropdown-item:focus,
.cid-vjLWCtjkQh .dropdown-item:active {
  background-color: #c2c0bc !important;
}
.cid-vjLWCtjkQh .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vjLWCtjkQh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vjLWCtjkQh .nav-link {
  position: relative;
}
.cid-vjLWCtjkQh .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vjLWCtjkQh .container {
    flex-wrap: nowrap;
  }
}
.cid-vjLWCtjkQh .iconfont-wrapper {
  color: #0a0a0a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vjLWCtjkQh .navbar-caption {
  font-weight: 700;
}
.cid-vjLWCtjkQh .navbar-nav {
  margin-right: auto;
  margin-left: auto;
}
.cid-vjLWCtjkQh .dropdown-menu,
.cid-vjLWCtjkQh .navbar.opened {
  background: #000000 !important;
}
.cid-vjLWCtjkQh .nav-item:focus,
.cid-vjLWCtjkQh .nav-link:focus {
  outline: none;
}
.cid-vjLWCtjkQh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vjLWCtjkQh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vjLWCtjkQh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vjLWCtjkQh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vjLWCtjkQh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vjLWCtjkQh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vjLWCtjkQh .navbar {
  min-height: 96px;
  transition: all 0.3s;
  border-bottom: none !important;
  background: #000000;
  padding: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
@media (max-width: 991px) {
  .cid-vjLWCtjkQh .navbar {
    min-height: 80px;
  }
  .cid-vjLWCtjkQh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vjLWCtjkQh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vjLWCtjkQh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vjLWCtjkQh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vjLWCtjkQh .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vjLWCtjkQh .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vjLWCtjkQh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vjLWCtjkQh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vjLWCtjkQh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vjLWCtjkQh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vjLWCtjkQh .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vjLWCtjkQh .navbar.opened {
  transition: all 0.3s;
}
.cid-vjLWCtjkQh .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vjLWCtjkQh .navbar .navbar-logo img {
  width: auto;
}
.cid-vjLWCtjkQh .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vjLWCtjkQh .navbar.collapsed {
  justify-content: center;
}
.cid-vjLWCtjkQh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vjLWCtjkQh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vjLWCtjkQh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-vjLWCtjkQh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vjLWCtjkQh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vjLWCtjkQh .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vjLWCtjkQh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vjLWCtjkQh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vjLWCtjkQh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cid-vjLWCtjkQh .navbar.navbar-short {
  min-height: 76px;
}
@media (max-width: 991px) {
  .cid-vjLWCtjkQh .navbar.navbar-short {
    min-height: 70px;
  }
}
.cid-vjLWCtjkQh .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vjLWCtjkQh .navbar.navbar-short .navbar-brand {
  min-height: 76px;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vjLWCtjkQh .navbar.navbar-short .navbar-brand {
    min-height: 70px;
  }
}
.cid-vjLWCtjkQh .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-vjLWCtjkQh .navbar-brand {
    min-height: 80px;
  }
}
.cid-vjLWCtjkQh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vjLWCtjkQh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vjLWCtjkQh .dropdown-item.active,
.cid-vjLWCtjkQh .dropdown-item:active {
  background-color: transparent;
}
.cid-vjLWCtjkQh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vjLWCtjkQh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vjLWCtjkQh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vjLWCtjkQh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-vjLWCtjkQh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vjLWCtjkQh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vjLWCtjkQh ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vjLWCtjkQh .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vjLWCtjkQh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vjLWCtjkQh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c7b599;
}
.cid-vjLWCtjkQh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vjLWCtjkQh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vjLWCtjkQh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vjLWCtjkQh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vjLWCtjkQh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vjLWCtjkQh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vjLWCtjkQh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vjLWCtjkQh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vjLWCtjkQh .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vjLWCtjkQh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vjLWCtjkQh .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vjLWCtjkQh .navbar {
    height: 70px;
  }
  .cid-vjLWCtjkQh .navbar.opened {
    height: auto;
  }
  .cid-vjLWCtjkQh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vjLWCtjkQh .nav-item-transform {
  display: flex;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vjLWCtjkQh .nav-item .nav-link {
  color: #0A0A0A;
  font-weight: 700;
  padding: 16px !important;
  margin: 0 !important;
}
.cid-vjLWCtjkQh .nav-item {
  font-weight: 700;
  margin-right: 16px;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vjLWCtjkQh .nav-item {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-vjLWCtjkQh .navbar .icons-menu {
    padding-right: 0 !important;
  }
}
.cid-vaun6XhV3l {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vaun6XhV3l .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaun6XhV3l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaun6XhV3l .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vaun6XhV3l .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vaun6XhV3l .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #e4ed64;
}
.cid-vaun6XhV3l .title-wrapper .title-wrap .mbr-section-title {
  width: 60%;
  display: inline-block;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vaun6XhV3l .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vaun6XhV3l .item {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vaun6XhV3l .item {
    margin-bottom: 15px;
  }
}
.cid-vaun6XhV3l .item .item-wrapper {
  position: relative;
  height: 100%;
  padding: 100px;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 1440px) {
  .cid-vaun6XhV3l .item .item-wrapper {
    padding: 100px 40px;
  }
}
@media (max-width: 992px) {
  .cid-vaun6XhV3l .item .item-wrapper {
    padding: 200px 15px 15px;
  }
}
.cid-vaun6XhV3l .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vaun6XhV3l .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  width: 48%;
  padding: 50px 60px;
}
@media (max-width: 992px) {
  .cid-vaun6XhV3l .item .item-wrapper .item-content {
    padding: 30px 15px;
    width: 100%;
  }
}
.cid-vaun6XhV3l .item .item-wrapper .item-content .label-wrap .card-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 15px;
  background-color: #e4ed64;
  border: 1px solid #e4ed64;
}
.cid-vaun6XhV3l .item .item-wrapper .item-content .card-title {
  margin-bottom: 20px;
  transition: all .3s ease;
  text-decoration: underline;
  text-decoration-color: transparent;
  padding-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
}
.cid-vaun6XhV3l .item .item-wrapper .item-content .card-title:hover,
.cid-vaun6XhV3l .item .item-wrapper .item-content .card-title:focus {
  text-decoration-color: inherit;
}
.cid-vaun6XhV3l .item .item-wrapper .item-content .card-text {
  margin-bottom: 0;
  transition: all .3s ease;
}
.cid-vaun6XhV3l .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 20px;
}
.cid-vaun6XhV3l .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vaun6XhV3l .mbr-label,
.cid-vaun6XhV3l .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vaun6XhV3l .mbr-section-title,
.cid-vaun6XhV3l .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vaun6XhV3l .card-label {
  color: #000000;
}
.cid-vaun6XhV3l .card-title {
  color: #000000;
}
.cid-vaun6XhV3l .card-text {
  color: #191919;
}
.cid-vaun6XhV3l .mbr-section-title,
.cid-vaun6XhV3l .title-wrap {
  color: #c6a162;
}
.cid-vaSuywgshi {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e2cfb1;
}
.cid-vaSuywgshi .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaSuywgshi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaSuywgshi .content-container {
  display: flex;
  align-items: stretch;
}
@media (max-width: 575px) {
  .cid-vaSuywgshi .content-container {
    flex-wrap: wrap;
  }
}
.cid-vaSuywgshi .text-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 50%;
}
@media (max-width: 575px) {
  .cid-vaSuywgshi .text-container {
    width: 100%;
  }
}
.cid-vaSuywgshi .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}
@media (max-width: 575px) {
  .cid-vaSuywgshi .card-box {
    padding-top: 26%;
  }
}
.cid-vaSuywgshi .img-container {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
@media (max-width: 575px) {
  .cid-vaSuywgshi .img-container {
    width: 100%;
  }
}
.cid-vaSuywgshi .image-wrapper {
  display: flex;
  justify-content: flex-start;
  width: 100%;
}
.cid-vaSuywgshi .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 575px) {
  .cid-vaSuywgshi .image-wrapper img {
    width: 55%;
  }
}
.cid-vaSuywgshi .card-title {
  width: 100%;
  color: #BF9341;
  padding: 80px 22% 80px 17%;
}
@media (max-width: 991px) {
  .cid-vaSuywgshi .card-title {
    padding: 70px 17.5% 70px 17.5%;
  }
}
@media (max-width: 767px) {
  .cid-vaSuywgshi .card-title {
    padding: 80% 7.5% 70px 7.5%;
  }
}
@media (max-width: 575px) {
  .cid-vaSuywgshi .card-title {
    padding: 0 45% 0 0;
  }
}
.cid-vaSuywgshi .mbr-text {
  color: #000000;
  padding: 56px 17% 0 41%;
}
@media (max-width: 991px) {
  .cid-vaSuywgshi .mbr-text {
    padding: 48px 17.5% 0 17.5%;
  }
}
@media (max-width: 767px) {
  .cid-vaSuywgshi .mbr-text {
    padding: 48px 7.5% 0 7.5%;
  }
}
@media (max-width: 575px) {
  .cid-vaSuywgshi .mbr-text {
    padding: 20% 0 0 26%;
  }
}
.cid-vaSuywgshi .btn-content {
  width: 100%;
  padding: 0 22% 0 17%;
}
@media (max-width: 991px) {
  .cid-vaSuywgshi .btn-content {
    padding: 0 17.5% 0 17.5%;
  }
}
@media (max-width: 767px) {
  .cid-vaSuywgshi .btn-content {
    padding: 0 7.5% 0 7.5%;
  }
}
@media (max-width: 575px) {
  .cid-vaSuywgshi .btn-content {
    padding: 0;
  }
}
.cid-vaSuywgshi .mbr-section-btn {
  margin-top: 30px;
}
.cid-vaSuywgshi .card-title,
.cid-vaSuywgshi .mbr-section-btn {
  color: #000000;
}
.cid-vauk1Q3BW4 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f6f1eb;
}
.cid-vauk1Q3BW4 .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin: auto auto 1rem 2rem;
  height: fit-content;
  max-width: 300px;
}
.cid-vauk1Q3BW4 .card-wrap {
  background-color: #f6f1eb;
  display: flex;
  height: 100%;
  min-height: 300px;
}
.cid-vauk1Q3BW4 .card-wrap:hover h4,
.cid-vauk1Q3BW4 .card-wrap:hover a {
  background-size: 100% 100%;
}
.cid-vauk1Q3BW4 h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 0rem;
  top: -1rem;
}
.cid-vauk1Q3BW4 h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #ffffff;
  margin-left: 10px;
}
.cid-vauk1Q3BW4 img {
  width: 100%;
}
.cid-vauk1Q3BW4 h4 {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-vauk1Q3BW4 h4 a {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px) !important;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-vauk1Q3BW4 .card-title1,
.cid-vauk1Q3BW4 .title-wrap1 {
  color: #ffffff;
}
.cid-vauk1Q3BW4 .card-title,
.cid-vauk1Q3BW4 .title-wrap {
  color: #1c1c1c;
}
@media (max-width: 992px) {
  .cid-vauk1Q3BW4 .mdpb {
    padding-bottom: 2rem;
  }
  .cid-vauk1Q3BW4 .card-box {
    margin: auto auto 0rem 1rem;
  }
}
.cid-vauk1Q3BW4 H3 {
  color: #ffffff;
}
.cid-vauk1Q3BW4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vauk1Q3BW4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vauk1Q3BW4 .mbr-text,
.cid-vauk1Q3BW4 .mbr-section-btn {
  color: #232323;
}
.cid-vaSu2UV57u {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vaSu2UV57u .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaSu2UV57u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaSu2UV57u .main-wrap {
  display: grid;
  max-width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 100px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vaSu2UV57u .main-wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-row-gap: 50px;
  }
}
.cid-vaSu2UV57u .card-col {
  display: flex;
  height: 100%;
  padding: 0;
}
@media (max-width: 575px) {
  .cid-vaSu2UV57u .card-col {
    padding: 20px 0 0;
  }
}
.cid-vaSu2UV57u .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 80%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .cid-vaSu2UV57u .card-wrapper {
    margin: 0 auto 0 0;
    max-width: 70%;
  }
}
@media (max-width: 575px) {
  .cid-vaSu2UV57u .card-wrapper {
    max-width: 100%;
  }
}
.cid-vaSu2UV57u .card-title {
  padding-bottom: 10px;
  color: #000000;
}
.cid-vaSu2UV57u .mbr-text {
  margin-top: 40px;
  margin-bottom: 0;
  color: #747474;
}
.cid-vaSu2UV57u .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-vaSu2UV57u .image-wrapper {
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 575px) {
  .cid-vaSu2UV57u .image-wrapper {
    max-width: 100%;
  }
}
.cid-vaSu2UV57u .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vaSu2UV57u .mbr-text,
.cid-vaSu2UV57u .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-vaUcWYRUme {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/indeva-lotus-background.jpg-1280x720.jpg");
}
.cid-vaUcWYRUme .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaUcWYRUme .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaUcWYRUme .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-vaUcWYRUme .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-vaUcWYRUme .container {
    padding: 0 26px;
  }
}
.cid-vaUcWYRUme .row {
  padding: 60px;
  margin: 0;
  border: 1px solid #767676;
  padding: 120px 60px 60px 30px;
}
@media (max-width: 992px) {
  .cid-vaUcWYRUme .row {
    padding: 120px 30px;
  }
}
@media (max-width: 992px) {
  .cid-vaUcWYRUme .row {
    padding: 26px;
  }
}
.cid-vaUcWYRUme .title-wrapper {
  margin-bottom: 50px;
}
.cid-vaUcWYRUme .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vaUcWYRUme .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-vaUcWYRUme .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vaUcWYRUme .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-vaUcWYRUme .title-wrapper .title-wrap .logo-wrap img {
  width: 110px;
  height: 100px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-vaUcWYRUme .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-vaUcWYRUme .nav-wrapper {
  margin-bottom: 50px;
}
.cid-vaUcWYRUme .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-vaUcWYRUme .nav-wrapper .list {
    display: block;
  }
}
.cid-vaUcWYRUme .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-vaUcWYRUme .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-vaUcWYRUme .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-vaUcWYRUme .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-vaUcWYRUme .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-vaUcWYRUme .soc-wrapper {
  margin-bottom: 50px;
}
.cid-vaUcWYRUme .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-vaUcWYRUme .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-vaUcWYRUme .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-vaUcWYRUme .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-vaUcWYRUme .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #e4d295;
}
.cid-vaUcWYRUme .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-vaUcWYRUme .mbr-section-title,
.cid-vaUcWYRUme .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vaUcWYRUme .list {
  color: #ffffff;
}
.cid-vaUcWYRUme .copyright {
  color: #cacaca;
  text-align: center;
}
.cid-vaUcWYRUme .list,
.cid-vaUcWYRUme .nav-wrapper,
.cid-vaUcWYRUme .soc-wrapper {
  text-align: center;
}
.cid-vjLWCtjkQh {
  z-index: 1000;
  width: 100%;
}
.cid-vjLWCtjkQh nav.navbar {
  position: fixed;
}
.cid-vjLWCtjkQh .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vjLWCtjkQh .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vjLWCtjkQh .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  border: 2px solid #161616 !important;
  background-color: #ffffff !important;
  margin-top: -1px;
  margin-bottom: -1px;
}
.cid-vjLWCtjkQh .dropdown-item:hover,
.cid-vjLWCtjkQh .dropdown-item:focus {
  background: #191919 !important;
  color: white !important;
}
.cid-vjLWCtjkQh .dropdown-item:hover span {
  color: white;
}
.cid-vjLWCtjkQh .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vjLWCtjkQh .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vjLWCtjkQh .dropdown-item:hover,
.cid-vjLWCtjkQh .dropdown-item:focus,
.cid-vjLWCtjkQh .dropdown-item:active {
  background-color: #c2c0bc !important;
}
.cid-vjLWCtjkQh .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vjLWCtjkQh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vjLWCtjkQh .nav-link {
  position: relative;
}
.cid-vjLWCtjkQh .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vjLWCtjkQh .container {
    flex-wrap: nowrap;
  }
}
.cid-vjLWCtjkQh .iconfont-wrapper {
  color: #0a0a0a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vjLWCtjkQh .navbar-caption {
  font-weight: 700;
}
.cid-vjLWCtjkQh .navbar-nav {
  margin-right: auto;
  margin-left: auto;
}
.cid-vjLWCtjkQh .dropdown-menu,
.cid-vjLWCtjkQh .navbar.opened {
  background: #000000 !important;
}
.cid-vjLWCtjkQh .nav-item:focus,
.cid-vjLWCtjkQh .nav-link:focus {
  outline: none;
}
.cid-vjLWCtjkQh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vjLWCtjkQh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vjLWCtjkQh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vjLWCtjkQh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vjLWCtjkQh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vjLWCtjkQh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vjLWCtjkQh .navbar {
  min-height: 96px;
  transition: all 0.3s;
  border-bottom: none !important;
  background: #000000;
  padding: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
@media (max-width: 991px) {
  .cid-vjLWCtjkQh .navbar {
    min-height: 80px;
  }
  .cid-vjLWCtjkQh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vjLWCtjkQh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vjLWCtjkQh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vjLWCtjkQh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vjLWCtjkQh .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vjLWCtjkQh .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vjLWCtjkQh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vjLWCtjkQh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vjLWCtjkQh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vjLWCtjkQh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vjLWCtjkQh .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vjLWCtjkQh .navbar.opened {
  transition: all 0.3s;
}
.cid-vjLWCtjkQh .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vjLWCtjkQh .navbar .navbar-logo img {
  width: auto;
}
.cid-vjLWCtjkQh .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vjLWCtjkQh .navbar.collapsed {
  justify-content: center;
}
.cid-vjLWCtjkQh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vjLWCtjkQh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vjLWCtjkQh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-vjLWCtjkQh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vjLWCtjkQh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vjLWCtjkQh .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vjLWCtjkQh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vjLWCtjkQh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vjLWCtjkQh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cid-vjLWCtjkQh .navbar.navbar-short {
  min-height: 76px;
}
@media (max-width: 991px) {
  .cid-vjLWCtjkQh .navbar.navbar-short {
    min-height: 70px;
  }
}
.cid-vjLWCtjkQh .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vjLWCtjkQh .navbar.navbar-short .navbar-brand {
  min-height: 76px;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vjLWCtjkQh .navbar.navbar-short .navbar-brand {
    min-height: 70px;
  }
}
.cid-vjLWCtjkQh .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-vjLWCtjkQh .navbar-brand {
    min-height: 80px;
  }
}
.cid-vjLWCtjkQh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vjLWCtjkQh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vjLWCtjkQh .dropdown-item.active,
.cid-vjLWCtjkQh .dropdown-item:active {
  background-color: transparent;
}
.cid-vjLWCtjkQh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vjLWCtjkQh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vjLWCtjkQh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vjLWCtjkQh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-vjLWCtjkQh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vjLWCtjkQh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vjLWCtjkQh ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vjLWCtjkQh .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vjLWCtjkQh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vjLWCtjkQh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c7b599;
}
.cid-vjLWCtjkQh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vjLWCtjkQh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vjLWCtjkQh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vjLWCtjkQh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vjLWCtjkQh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vjLWCtjkQh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vjLWCtjkQh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vjLWCtjkQh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vjLWCtjkQh .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vjLWCtjkQh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vjLWCtjkQh .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vjLWCtjkQh .navbar {
    height: 70px;
  }
  .cid-vjLWCtjkQh .navbar.opened {
    height: auto;
  }
  .cid-vjLWCtjkQh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vjLWCtjkQh .nav-item-transform {
  display: flex;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vjLWCtjkQh .nav-item .nav-link {
  color: #0A0A0A;
  font-weight: 700;
  padding: 16px !important;
  margin: 0 !important;
}
.cid-vjLWCtjkQh .nav-item {
  font-weight: 700;
  margin-right: 16px;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vjLWCtjkQh .nav-item {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-vjLWCtjkQh .navbar .icons-menu {
    padding-right: 0 !important;
  }
}
.cid-v43Bb5omg4 {
  padding-top: 8rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #e2cfb1;
}
.cid-v43Bb5omg4 .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v43Bb5omg4 .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-v43Bb5omg4 .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .cid-v43Bb5omg4 .title-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-v43Bb5omg4 .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v43Bb5omg4 .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v43Bb5omg4 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v43Bb5omg4 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 850px;
  max-width: 850px;
}
@media (max-width: 1200px) {
  .cid-v43Bb5omg4 .embla__slide {
    min-width: 650px;
    max-width: 650px;
  }
}
@media (max-width: 767px) {
  .cid-v43Bb5omg4 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v43Bb5omg4 .embla__slide:hover .slide-content .item-wrapper .item-img img,
.cid-v43Bb5omg4 .embla__slide:focus .slide-content .item-wrapper .item-img img {
  border: 2px solid #ffffff;
}
.cid-v43Bb5omg4 .embla__slide .slide-content {
  width: 100%;
}
.cid-v43Bb5omg4 .embla__slide .slide-content .item-wrapper .item-img {
  margin-bottom: 32px;
}
.cid-v43Bb5omg4 .embla__slide .slide-content .item-wrapper .item-img img {
  height: 480px;
  width: 100%;
  object-fit: cover;
  border: 2px solid transparent;
}
@media (max-width: 992px) {
  .cid-v43Bb5omg4 .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-v43Bb5omg4 .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 2px;
}
.cid-v43Bb5omg4 .embla__slide .slide-content .item-wrapper .item-content .title-wrap .item-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .cid-v43Bb5omg4 .embla__slide .slide-content .item-wrapper .item-content .title-wrap .item-title {
    width: 100%;
  }
}
.cid-v43Bb5omg4 .embla__slide .slide-content .item-wrapper .item-content .text-wrap .item-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v43Bb5omg4 .embla__slide .slide-content .item-wrapper .item-content .text-wrap .item-text {
    width: 100%;
  }
}
.cid-v43Bb5omg4 .embla__button--next,
.cid-v43Bb5omg4 .embla__button--prev {
  display: flex;
}
.cid-v43Bb5omg4 .embla__button {
  bottom: 0;
  width: 48px;
  height: 48px;
  font-size: 24px;
  background-color: #826a43 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-v43Bb5omg4 .embla__button:hover {
  transform: scale(1.05);
}
.cid-v43Bb5omg4 .embla__button.embla__button--prev {
  left: 0;
}
.cid-v43Bb5omg4 .embla__button.embla__button--next {
  right: 0;
}
.cid-v43Bb5omg4 .embla {
  position: relative;
  margin-bottom: 50px;
  padding-bottom: 4rem;
}
@media (max-width: 992px) {
  .cid-v43Bb5omg4 .embla {
    margin-bottom: 38px;
  }
}
.cid-v43Bb5omg4 .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-v43Bb5omg4 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v43Bb5omg4 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v43Bb5omg4 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v43Bb5omg4 .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v43Bb5omg4 .mbr-section-title {
  color: #ffffff;
}
.cid-v43Bb5omg4 .mbr-text,
.cid-v43Bb5omg4 .text-wrapper {
  color: #232323;
  text-align: center;
}
.cid-v43Bb5omg4 .mbr-desc,
.cid-v43Bb5omg4 .desc-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-v43Bb5omg4 .item-title,
.cid-v43Bb5omg4 .title-wrap {
  color: #635a51;
  text-align: center;
}
.cid-v43Bb5omg4 .item-text,
.cid-v43Bb5omg4 .text-wrap {
  color: #000000;
  text-align: center;
}
.cid-v43Bb5omg4 .mbr-section-title,
.cid-v43Bb5omg4 .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-vjNaL9h3q9 {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vjNaL9h3q9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjNaL9h3q9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjNaL9h3q9 .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vjNaL9h3q9 .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vjNaL9h3q9 .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #e4ed64;
}
.cid-vjNaL9h3q9 .title-wrapper .title-wrap .mbr-section-title {
  width: 60%;
  display: inline-block;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vjNaL9h3q9 .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vjNaL9h3q9 .item {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vjNaL9h3q9 .item {
    margin-bottom: 15px;
  }
}
.cid-vjNaL9h3q9 .item .item-wrapper {
  position: relative;
  height: 100%;
  padding: 100px;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 1440px) {
  .cid-vjNaL9h3q9 .item .item-wrapper {
    padding: 100px 40px;
  }
}
@media (max-width: 992px) {
  .cid-vjNaL9h3q9 .item .item-wrapper {
    padding: 200px 15px 15px;
  }
}
.cid-vjNaL9h3q9 .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vjNaL9h3q9 .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  width: 48%;
  padding: 50px 60px;
}
@media (max-width: 992px) {
  .cid-vjNaL9h3q9 .item .item-wrapper .item-content {
    padding: 30px 15px;
    width: 100%;
  }
}
.cid-vjNaL9h3q9 .item .item-wrapper .item-content .label-wrap .card-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 15px;
  background-color: #e4ed64;
  border: 1px solid #e4ed64;
}
.cid-vjNaL9h3q9 .item .item-wrapper .item-content .card-title {
  margin-bottom: 20px;
  transition: all .3s ease;
  text-decoration: underline;
  text-decoration-color: transparent;
  padding-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
}
.cid-vjNaL9h3q9 .item .item-wrapper .item-content .card-title:hover,
.cid-vjNaL9h3q9 .item .item-wrapper .item-content .card-title:focus {
  text-decoration-color: inherit;
}
.cid-vjNaL9h3q9 .item .item-wrapper .item-content .card-text {
  margin-bottom: 0;
  transition: all .3s ease;
}
.cid-vjNaL9h3q9 .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 20px;
}
.cid-vjNaL9h3q9 .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vjNaL9h3q9 .mbr-label,
.cid-vjNaL9h3q9 .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vjNaL9h3q9 .mbr-section-title,
.cid-vjNaL9h3q9 .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vjNaL9h3q9 .card-label {
  color: #000000;
}
.cid-vjNaL9h3q9 .card-title {
  color: #000000;
}
.cid-vjNaL9h3q9 .card-text {
  color: #191919;
}
.cid-vjNaL9h3q9 .mbr-section-title,
.cid-vjNaL9h3q9 .title-wrap {
  color: #1c1c1c;
}
.cid-v43DI9nQfl {
  padding-top: 0px;
  padding-bottom: 135px;
  background-color: #f6f1eb;
}
.cid-v43DI9nQfl .mbr-fallback-image.disabled {
  display: none;
}
.cid-v43DI9nQfl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v43DI9nQfl H1 {
  color: #232323;
}
.cid-v43DI9nQfl .mbr-text,
.cid-v43DI9nQfl .mbr-section-btn {
  color: #232323;
}
.cid-vaUZS0iSVW {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-vaUZS0iSVW .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaUZS0iSVW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaUZS0iSVW .content-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vaUZS0iSVW .content-wrapper {
    display: block;
  }
}
.cid-vaUZS0iSVW .content-wrapper .title-wrapper {
  width: 20%;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-vaUZS0iSVW .content-wrapper .title-wrapper {
    width: 100%;
    padding-right: 0;
    margin-bottom: 16px;
  }
}
.cid-vaUZS0iSVW .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vaUZS0iSVW .content-wrapper .title-wrapper .mbr-section-title {
    text-align: center;
  }
}
.cid-vaUZS0iSVW .content-wrapper .embla {
  width: 80%;
}
@media (max-width: 992px) {
  .cid-vaUZS0iSVW .content-wrapper .embla {
    width: 100%;
  }
}
.cid-vaUZS0iSVW .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 150px;
  max-width: 150px;
}
@media (max-width: 768px) {
  .cid-vaUZS0iSVW .embla__slide {
    min-width: 50%;
    max-width: 50%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vaUZS0iSVW .embla__slide .slide-content {
  width: 100%;
}
.cid-vaUZS0iSVW .embla__slide .slide-content .item-wrapper .item-img {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vaUZS0iSVW .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  object-fit: cover;
}
.cid-vaUZS0iSVW .embla__button--next,
.cid-vaUZS0iSVW .embla__button--prev {
  display: flex;
}
.cid-vaUZS0iSVW .embla__button {
  bottom: -20px;
  width: 44px;
  height: 44px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: #ffdf7d !important;
  color: #121212 !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
@media (max-width: 992px) {
  .cid-vaUZS0iSVW .embla__button {
    bottom: 0;
  }
}
.cid-vaUZS0iSVW .embla__button:hover.embla__button--prev {
  transform: translateX(-5px);
}
.cid-vaUZS0iSVW .embla__button:hover.embla__button--next {
  transform: translateX(5px);
}
.cid-vaUZS0iSVW .embla__button:disabled {
  opacity: .5 !important;
  transform: none !important;
}
.cid-vaUZS0iSVW .embla__button.embla__button--prev {
  margin-left: -60px;
}
.cid-vaUZS0iSVW .embla__button.embla__button--next {
  margin-right: -60px;
}
.cid-vaUZS0iSVW .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-vaUZS0iSVW .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
  mask-image: linear-gradient(to right, transparent 0%, #000000 12.5%, #000000 87.5%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000000 12.5%, #000000 87.5%, transparent 100%);
}
@media (max-width: 768px) {
  .cid-vaUZS0iSVW .embla__viewport {
    padding: 0;
  }
}
.cid-vaUZS0iSVW .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vaUZS0iSVW .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vaUZS0iSVW .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vaUZS0iSVW .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vaUZS0iSVW .mbr-section-title,
.cid-vaUZS0iSVW .title-wrapper {
  color: #c6a162;
}
.cid-vaUcWYRUme {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/indeva-lotus-background.jpg-1280x720.jpg");
}
.cid-vaUcWYRUme .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaUcWYRUme .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaUcWYRUme .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-vaUcWYRUme .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-vaUcWYRUme .container {
    padding: 0 26px;
  }
}
.cid-vaUcWYRUme .row {
  padding: 60px;
  margin: 0;
  border: 1px solid #767676;
  padding: 120px 60px 60px 30px;
}
@media (max-width: 992px) {
  .cid-vaUcWYRUme .row {
    padding: 120px 30px;
  }
}
@media (max-width: 992px) {
  .cid-vaUcWYRUme .row {
    padding: 26px;
  }
}
.cid-vaUcWYRUme .title-wrapper {
  margin-bottom: 50px;
}
.cid-vaUcWYRUme .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vaUcWYRUme .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-vaUcWYRUme .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vaUcWYRUme .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-vaUcWYRUme .title-wrapper .title-wrap .logo-wrap img {
  width: 110px;
  height: 100px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-vaUcWYRUme .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-vaUcWYRUme .nav-wrapper {
  margin-bottom: 50px;
}
.cid-vaUcWYRUme .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-vaUcWYRUme .nav-wrapper .list {
    display: block;
  }
}
.cid-vaUcWYRUme .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-vaUcWYRUme .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-vaUcWYRUme .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-vaUcWYRUme .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-vaUcWYRUme .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-vaUcWYRUme .soc-wrapper {
  margin-bottom: 50px;
}
.cid-vaUcWYRUme .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-vaUcWYRUme .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-vaUcWYRUme .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-vaUcWYRUme .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-vaUcWYRUme .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #e4d295;
}
.cid-vaUcWYRUme .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-vaUcWYRUme .mbr-section-title,
.cid-vaUcWYRUme .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vaUcWYRUme .list {
  color: #ffffff;
}
.cid-vaUcWYRUme .copyright {
  color: #cacaca;
  text-align: center;
}
.cid-vaUcWYRUme .list,
.cid-vaUcWYRUme .nav-wrapper,
.cid-vaUcWYRUme .soc-wrapper {
  text-align: center;
}
.cid-vjLWCtjkQh {
  z-index: 1000;
  width: 100%;
}
.cid-vjLWCtjkQh nav.navbar {
  position: fixed;
}
.cid-vjLWCtjkQh .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vjLWCtjkQh .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vjLWCtjkQh .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  border: 2px solid #161616 !important;
  background-color: #ffffff !important;
  margin-top: -1px;
  margin-bottom: -1px;
}
.cid-vjLWCtjkQh .dropdown-item:hover,
.cid-vjLWCtjkQh .dropdown-item:focus {
  background: #191919 !important;
  color: white !important;
}
.cid-vjLWCtjkQh .dropdown-item:hover span {
  color: white;
}
.cid-vjLWCtjkQh .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vjLWCtjkQh .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vjLWCtjkQh .dropdown-item:hover,
.cid-vjLWCtjkQh .dropdown-item:focus,
.cid-vjLWCtjkQh .dropdown-item:active {
  background-color: #c2c0bc !important;
}
.cid-vjLWCtjkQh .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vjLWCtjkQh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vjLWCtjkQh .nav-link {
  position: relative;
}
.cid-vjLWCtjkQh .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vjLWCtjkQh .container {
    flex-wrap: nowrap;
  }
}
.cid-vjLWCtjkQh .iconfont-wrapper {
  color: #0a0a0a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vjLWCtjkQh .navbar-caption {
  font-weight: 700;
}
.cid-vjLWCtjkQh .navbar-nav {
  margin-right: auto;
  margin-left: auto;
}
.cid-vjLWCtjkQh .dropdown-menu,
.cid-vjLWCtjkQh .navbar.opened {
  background: #000000 !important;
}
.cid-vjLWCtjkQh .nav-item:focus,
.cid-vjLWCtjkQh .nav-link:focus {
  outline: none;
}
.cid-vjLWCtjkQh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vjLWCtjkQh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vjLWCtjkQh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vjLWCtjkQh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vjLWCtjkQh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vjLWCtjkQh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vjLWCtjkQh .navbar {
  min-height: 96px;
  transition: all 0.3s;
  border-bottom: none !important;
  background: #000000;
  padding: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
@media (max-width: 991px) {
  .cid-vjLWCtjkQh .navbar {
    min-height: 80px;
  }
  .cid-vjLWCtjkQh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vjLWCtjkQh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vjLWCtjkQh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vjLWCtjkQh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vjLWCtjkQh .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vjLWCtjkQh .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vjLWCtjkQh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vjLWCtjkQh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vjLWCtjkQh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vjLWCtjkQh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vjLWCtjkQh .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vjLWCtjkQh .navbar.opened {
  transition: all 0.3s;
}
.cid-vjLWCtjkQh .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vjLWCtjkQh .navbar .navbar-logo img {
  width: auto;
}
.cid-vjLWCtjkQh .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vjLWCtjkQh .navbar.collapsed {
  justify-content: center;
}
.cid-vjLWCtjkQh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vjLWCtjkQh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vjLWCtjkQh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-vjLWCtjkQh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vjLWCtjkQh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vjLWCtjkQh .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vjLWCtjkQh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vjLWCtjkQh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vjLWCtjkQh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cid-vjLWCtjkQh .navbar.navbar-short {
  min-height: 76px;
}
@media (max-width: 991px) {
  .cid-vjLWCtjkQh .navbar.navbar-short {
    min-height: 70px;
  }
}
.cid-vjLWCtjkQh .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vjLWCtjkQh .navbar.navbar-short .navbar-brand {
  min-height: 76px;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vjLWCtjkQh .navbar.navbar-short .navbar-brand {
    min-height: 70px;
  }
}
.cid-vjLWCtjkQh .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-vjLWCtjkQh .navbar-brand {
    min-height: 80px;
  }
}
.cid-vjLWCtjkQh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vjLWCtjkQh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vjLWCtjkQh .dropdown-item.active,
.cid-vjLWCtjkQh .dropdown-item:active {
  background-color: transparent;
}
.cid-vjLWCtjkQh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vjLWCtjkQh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vjLWCtjkQh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vjLWCtjkQh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-vjLWCtjkQh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vjLWCtjkQh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vjLWCtjkQh ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vjLWCtjkQh .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vjLWCtjkQh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vjLWCtjkQh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c7b599;
}
.cid-vjLWCtjkQh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vjLWCtjkQh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vjLWCtjkQh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vjLWCtjkQh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vjLWCtjkQh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vjLWCtjkQh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vjLWCtjkQh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vjLWCtjkQh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vjLWCtjkQh .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vjLWCtjkQh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vjLWCtjkQh .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vjLWCtjkQh .navbar {
    height: 70px;
  }
  .cid-vjLWCtjkQh .navbar.opened {
    height: auto;
  }
  .cid-vjLWCtjkQh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vjLWCtjkQh .nav-item-transform {
  display: flex;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vjLWCtjkQh .nav-item .nav-link {
  color: #0A0A0A;
  font-weight: 700;
  padding: 16px !important;
  margin: 0 !important;
}
.cid-vjLWCtjkQh .nav-item {
  font-weight: 700;
  margin-right: 16px;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vjLWCtjkQh .nav-item {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-vjLWCtjkQh .navbar .icons-menu {
    padding-right: 0 !important;
  }
}
.cid-uH3SYlrY3d {
  background-image: url("../../../assets/images/4175.jpg-1500x1000.jpg");
}
.cid-uH3SYmfpiY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-uH3SYmfpiY .container {
  max-width: 920px;
}
.cid-uH3SYmfpiY .border-container {
  position: relative;
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 80px 60px;
  background-color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 991px) {
  .cid-uH3SYmfpiY .border-container {
    padding: 7% 5%;
  }
}
@media (max-width: 767px) {
  .cid-uH3SYmfpiY .border-container {
    padding: 8% 6%;
  }
}
@media (max-width: 575px) {
  .cid-uH3SYmfpiY .border-container {
    padding: 9% 7%;
  }
}
.cid-uH3SYmfpiY .frame-top-left {
  top: -1px;
  left: -1px;
  border-bottom: 1px solid;
  border-right: 1px solid;
  border-bottom-right-radius: 100%;
}
.cid-uH3SYmfpiY .frame-top-right {
  top: -1px;
  right: -1px;
  border-bottom: 1px solid;
  border-left: 1px solid;
  border-bottom-left-radius: 100%;
}
.cid-uH3SYmfpiY .frame-bottom-left {
  bottom: -1px;
  left: -1px;
  border-top: 1px solid;
  border-right: 1px solid;
  border-top-right-radius: 100%;
}
.cid-uH3SYmfpiY .frame-bottom-right {
  bottom: -1px;
  right: -1px;
  border-top: 1px solid;
  border-left: 1px solid;
  border-top-left-radius: 100%;
}
.cid-uH3SYmfpiY .border-frame {
  position: absolute;
  z-index: 5;
  width: 60px;
  aspect-ratio: 1;
  background-color: #ffffff;
  border-color: rgba(255, 255, 255, 0.2);
}
@media (max-width: 991px) {
  .cid-uH3SYmfpiY .border-frame {
    width: 5%;
  }
}
@media (max-width: 767px) {
  .cid-uH3SYmfpiY .border-frame {
    width: 6%;
  }
}
@media (max-width: 575px) {
  .cid-uH3SYmfpiY .border-frame {
    width: 7%;
  }
}
.cid-uH3SYmfpiY .content-container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uH3SYmfpiY .content-container {
    min-height: auto;
  }
}
.cid-uH3SYmfpiY .text-container {
  width: 100%;
}
.cid-uH3SYmfpiY .text-wrapper {
  width: 100%;
}
.cid-uH3SYmfpiY .mbr-text {
  color: #1a2229;
  width: 100%;
  margin: 0;
}
.cid-uH3SYmfpiY .card-title {
  color: #353535;
  width: 100%;
  margin-bottom: 28px !important;
}
.cid-uH3SYmfpiY .mbr-section-btn {
  margin-top: 28px;
}
.cid-uH3SYmfpiY .line-frame {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: 0 50% 0;
  height: 1px;
  width: 1000%;
  background-color: rgba(255, 255, 255, 0.2);
}
.cid-uH3SYmfpiY .line-frame-1 {
  transform: rotate(30deg) translate(-50%, -50%);
}
.cid-uH3SYmfpiY .line-frame-2 {
  transform: rotate(60deg) translate(-50%, -50%);
}
.cid-uH3SYmfpiY .line-frame-3 {
  transform: rotate(90deg) translate(-50%, -50%);
}
.cid-uH3SYmfpiY .line-frame-4 {
  transform: rotate(120deg) translate(-50%, -50%);
}
.cid-uH3SYmfpiY .line-frame-5 {
  transform: rotate(150deg) translate(-50%, -50%);
}
.cid-uH3SYmfpiY .mbr-text,
.cid-uH3SYmfpiY .mbr-section-btn {
  color: #171e25;
}
.cid-v43PTpaQpO {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-v43PTpaQpO .card-img {
  background-color: #fff;
  overflow: hidden;
}
.cid-v43PTpaQpO .card-box {
  padding: 0rem;
  padding-top: 2rem;
}
.cid-v43PTpaQpO h4 {
  display: inline;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-v43PTpaQpO h3 {
  margin-bottom: 0;
  letter-spacing: 1px;
}
.cid-v43PTpaQpO p {
  text-align: left;
}
.cid-v43PTpaQpO img {
  transition: all 0.3s;
}
.cid-v43PTpaQpO .mbr-text {
  color: #1c1c1c;
}
.cid-v43PTpaQpO .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-v43PTpaQpO .card-wrapper:hover h4 {
  background-size: 100% 100%;
}
.cid-v43PTpaQpO .card-wrapper:hover img {
  filter: blur(2px);
}
.cid-v43PTpaQpO .card {
  margin-bottom: 2.5rem;
}
@media (max-width: 992px) {
  .cid-v43PTpaQpO .card-columns {
    column-count: 2;
  }
}
@media (max-width: 767px) {
  .cid-v43PTpaQpO .card-columns {
    column-count: 1;
  }
}
@media (min-width: 1200px) {
  .cid-v43PTpaQpO .card-columns {
    column-gap: 4rem;
  }
}
.cid-v43PTpaQpO .card-title {
  color: #767676;
}
.cid-v43PTpaQpO .mbr-fallback-image.disabled {
  display: none;
}
.cid-v43PTpaQpO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 576px) {
  .cid-v43PTpaQpO .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
}
.cid-vaUUkiGPe7 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-vaUUkiGPe7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaUUkiGPe7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaUUkiGPe7 .content-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vaUUkiGPe7 .content-wrapper {
    display: block;
  }
}
.cid-vaUUkiGPe7 .content-wrapper .title-wrapper {
  width: 20%;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-vaUUkiGPe7 .content-wrapper .title-wrapper {
    width: 100%;
    padding-right: 0;
    margin-bottom: 16px;
  }
}
.cid-vaUUkiGPe7 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vaUUkiGPe7 .content-wrapper .title-wrapper .mbr-section-title {
    text-align: center;
  }
}
.cid-vaUUkiGPe7 .content-wrapper .embla {
  width: 80%;
}
@media (max-width: 992px) {
  .cid-vaUUkiGPe7 .content-wrapper .embla {
    width: 100%;
  }
}
.cid-vaUUkiGPe7 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 150px;
  max-width: 150px;
}
@media (max-width: 768px) {
  .cid-vaUUkiGPe7 .embla__slide {
    min-width: 50%;
    max-width: 50%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vaUUkiGPe7 .embla__slide .slide-content {
  width: 100%;
}
.cid-vaUUkiGPe7 .embla__slide .slide-content .item-wrapper .item-img {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vaUUkiGPe7 .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  object-fit: cover;
}
.cid-vaUUkiGPe7 .embla__button--next,
.cid-vaUUkiGPe7 .embla__button--prev {
  display: flex;
}
.cid-vaUUkiGPe7 .embla__button {
  bottom: -20px;
  width: 44px;
  height: 44px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: #ffdf7d !important;
  color: #121212 !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
@media (max-width: 992px) {
  .cid-vaUUkiGPe7 .embla__button {
    bottom: 0;
  }
}
.cid-vaUUkiGPe7 .embla__button:hover.embla__button--prev {
  transform: translateX(-5px);
}
.cid-vaUUkiGPe7 .embla__button:hover.embla__button--next {
  transform: translateX(5px);
}
.cid-vaUUkiGPe7 .embla__button:disabled {
  opacity: .5 !important;
  transform: none !important;
}
.cid-vaUUkiGPe7 .embla__button.embla__button--prev {
  margin-left: -60px;
}
.cid-vaUUkiGPe7 .embla__button.embla__button--next {
  margin-right: -60px;
}
.cid-vaUUkiGPe7 .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-vaUUkiGPe7 .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
  mask-image: linear-gradient(to right, transparent 0%, #000000 12.5%, #000000 87.5%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000000 12.5%, #000000 87.5%, transparent 100%);
}
@media (max-width: 768px) {
  .cid-vaUUkiGPe7 .embla__viewport {
    padding: 0;
  }
}
.cid-vaUUkiGPe7 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vaUUkiGPe7 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vaUUkiGPe7 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vaUUkiGPe7 .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vaUUkiGPe7 .mbr-section-title,
.cid-vaUUkiGPe7 .title-wrapper {
  color: #c6a162;
}
.cid-vaUcWYRUme {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/indeva-lotus-background.jpg-1280x720.jpg");
}
.cid-vaUcWYRUme .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaUcWYRUme .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaUcWYRUme .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-vaUcWYRUme .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-vaUcWYRUme .container {
    padding: 0 26px;
  }
}
.cid-vaUcWYRUme .row {
  padding: 60px;
  margin: 0;
  border: 1px solid #767676;
  padding: 120px 60px 60px 30px;
}
@media (max-width: 992px) {
  .cid-vaUcWYRUme .row {
    padding: 120px 30px;
  }
}
@media (max-width: 992px) {
  .cid-vaUcWYRUme .row {
    padding: 26px;
  }
}
.cid-vaUcWYRUme .title-wrapper {
  margin-bottom: 50px;
}
.cid-vaUcWYRUme .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vaUcWYRUme .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-vaUcWYRUme .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vaUcWYRUme .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-vaUcWYRUme .title-wrapper .title-wrap .logo-wrap img {
  width: 110px;
  height: 100px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-vaUcWYRUme .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-vaUcWYRUme .nav-wrapper {
  margin-bottom: 50px;
}
.cid-vaUcWYRUme .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-vaUcWYRUme .nav-wrapper .list {
    display: block;
  }
}
.cid-vaUcWYRUme .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-vaUcWYRUme .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-vaUcWYRUme .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-vaUcWYRUme .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-vaUcWYRUme .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-vaUcWYRUme .soc-wrapper {
  margin-bottom: 50px;
}
.cid-vaUcWYRUme .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-vaUcWYRUme .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-vaUcWYRUme .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-vaUcWYRUme .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-vaUcWYRUme .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #e4d295;
}
.cid-vaUcWYRUme .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-vaUcWYRUme .mbr-section-title,
.cid-vaUcWYRUme .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vaUcWYRUme .list {
  color: #ffffff;
}
.cid-vaUcWYRUme .copyright {
  color: #cacaca;
  text-align: center;
}
.cid-vaUcWYRUme .list,
.cid-vaUcWYRUme .nav-wrapper,
.cid-vaUcWYRUme .soc-wrapper {
  text-align: center;
}
.cid-vjLWCtjkQh {
  z-index: 1000;
  width: 100%;
}
.cid-vjLWCtjkQh nav.navbar {
  position: fixed;
}
.cid-vjLWCtjkQh .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vjLWCtjkQh .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vjLWCtjkQh .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  border: 2px solid #161616 !important;
  background-color: #ffffff !important;
  margin-top: -1px;
  margin-bottom: -1px;
}
.cid-vjLWCtjkQh .dropdown-item:hover,
.cid-vjLWCtjkQh .dropdown-item:focus {
  background: #191919 !important;
  color: white !important;
}
.cid-vjLWCtjkQh .dropdown-item:hover span {
  color: white;
}
.cid-vjLWCtjkQh .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vjLWCtjkQh .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vjLWCtjkQh .dropdown-item:hover,
.cid-vjLWCtjkQh .dropdown-item:focus,
.cid-vjLWCtjkQh .dropdown-item:active {
  background-color: #c2c0bc !important;
}
.cid-vjLWCtjkQh .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vjLWCtjkQh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vjLWCtjkQh .nav-link {
  position: relative;
}
.cid-vjLWCtjkQh .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vjLWCtjkQh .container {
    flex-wrap: nowrap;
  }
}
.cid-vjLWCtjkQh .iconfont-wrapper {
  color: #0a0a0a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vjLWCtjkQh .navbar-caption {
  font-weight: 700;
}
.cid-vjLWCtjkQh .navbar-nav {
  margin-right: auto;
  margin-left: auto;
}
.cid-vjLWCtjkQh .dropdown-menu,
.cid-vjLWCtjkQh .navbar.opened {
  background: #000000 !important;
}
.cid-vjLWCtjkQh .nav-item:focus,
.cid-vjLWCtjkQh .nav-link:focus {
  outline: none;
}
.cid-vjLWCtjkQh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vjLWCtjkQh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vjLWCtjkQh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vjLWCtjkQh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vjLWCtjkQh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vjLWCtjkQh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vjLWCtjkQh .navbar {
  min-height: 96px;
  transition: all 0.3s;
  border-bottom: none !important;
  background: #000000;
  padding: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
@media (max-width: 991px) {
  .cid-vjLWCtjkQh .navbar {
    min-height: 80px;
  }
  .cid-vjLWCtjkQh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vjLWCtjkQh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vjLWCtjkQh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vjLWCtjkQh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vjLWCtjkQh .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vjLWCtjkQh .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vjLWCtjkQh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vjLWCtjkQh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vjLWCtjkQh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vjLWCtjkQh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vjLWCtjkQh .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vjLWCtjkQh .navbar.opened {
  transition: all 0.3s;
}
.cid-vjLWCtjkQh .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vjLWCtjkQh .navbar .navbar-logo img {
  width: auto;
}
.cid-vjLWCtjkQh .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vjLWCtjkQh .navbar.collapsed {
  justify-content: center;
}
.cid-vjLWCtjkQh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vjLWCtjkQh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vjLWCtjkQh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-vjLWCtjkQh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vjLWCtjkQh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vjLWCtjkQh .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vjLWCtjkQh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vjLWCtjkQh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vjLWCtjkQh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cid-vjLWCtjkQh .navbar.navbar-short {
  min-height: 76px;
}
@media (max-width: 991px) {
  .cid-vjLWCtjkQh .navbar.navbar-short {
    min-height: 70px;
  }
}
.cid-vjLWCtjkQh .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vjLWCtjkQh .navbar.navbar-short .navbar-brand {
  min-height: 76px;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vjLWCtjkQh .navbar.navbar-short .navbar-brand {
    min-height: 70px;
  }
}
.cid-vjLWCtjkQh .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-vjLWCtjkQh .navbar-brand {
    min-height: 80px;
  }
}
.cid-vjLWCtjkQh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vjLWCtjkQh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vjLWCtjkQh .dropdown-item.active,
.cid-vjLWCtjkQh .dropdown-item:active {
  background-color: transparent;
}
.cid-vjLWCtjkQh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vjLWCtjkQh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vjLWCtjkQh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vjLWCtjkQh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-vjLWCtjkQh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vjLWCtjkQh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vjLWCtjkQh ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vjLWCtjkQh .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vjLWCtjkQh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vjLWCtjkQh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c7b599;
}
.cid-vjLWCtjkQh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vjLWCtjkQh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vjLWCtjkQh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vjLWCtjkQh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vjLWCtjkQh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vjLWCtjkQh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vjLWCtjkQh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vjLWCtjkQh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vjLWCtjkQh .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vjLWCtjkQh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vjLWCtjkQh .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vjLWCtjkQh .navbar {
    height: 70px;
  }
  .cid-vjLWCtjkQh .navbar.opened {
    height: auto;
  }
  .cid-vjLWCtjkQh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vjLWCtjkQh .nav-item-transform {
  display: flex;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vjLWCtjkQh .nav-item .nav-link {
  color: #0A0A0A;
  font-weight: 700;
  padding: 16px !important;
  margin: 0 !important;
}
.cid-vjLWCtjkQh .nav-item {
  font-weight: 700;
  margin-right: 16px;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vjLWCtjkQh .nav-item {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-vjLWCtjkQh .navbar .icons-menu {
    padding-right: 0 !important;
  }
}
.cid-v9IHA3JmFB {
  background-image: url("../../../assets/images/why-book-directly-1.webp");
}
.cid-v9IHA3JmFB H1 {
  color: #ffffff;
}
.cid-vgB3RxXFsZ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vgB3RxXFsZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgB3RxXFsZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgB3RxXFsZ .image-wrapper {
  position: relative;
  margin: auto;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  overflow: hidden;
}
.cid-vgB3RxXFsZ .image-wrapper p {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, 30%);
  transition: all 0.3s;
  opacity: 0;
}
.cid-vgB3RxXFsZ .image-wrapper:hover img,
.cid-vgB3RxXFsZ .image-wrapper:focus-within img {
  transform: scale(1.1);
}
.cid-vgB3RxXFsZ .image-wrapper:hover p,
.cid-vgB3RxXFsZ .image-wrapper:focus-within p {
  transform: translate(-50%, -50%);
  opacity: 1;
}
@media (max-width: 992px) {
  .cid-vgB3RxXFsZ .image-wrapper {
    margin-bottom: 3rem;
  }
  .cid-vgB3RxXFsZ .image-wrapper img {
    transform: scale(1.1);
  }
  .cid-vgB3RxXFsZ .image-wrapper p {
    transform: translate(-50%, -50%);
    opacity: 1;
  }
}
.cid-vgB3RxXFsZ img {
  width: 280px;
  height: 280px;
  transition: all 0.3s;
  border-radius: 50%;
}
.cid-vgB3RxXFsZ .mbr-name {
  color: #ffffff;
}
.cid-vgB3RxXFsZ .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-vgB4md3TuN {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-vgB4md3TuN h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: -1rem;
}
.cid-vgB4md3TuN h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #ffffff;
  margin-left: 10px;
}
.cid-vgB4md3TuN .mbr-text,
.cid-vgB4md3TuN .mbr-section-btn {
  color: #232323;
}
.cid-vgB4md3TuN H3 {
  color: #ffffff;
}
.cid-vgB4md3TuN DIV {
  text-align: center;
}
.cid-v9INNqg8Mu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f6f1eb;
}
.cid-v9INNqg8Mu .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v9INNqg8Mu .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-v9INNqg8Mu .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .cid-v9INNqg8Mu .title-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-v9INNqg8Mu .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v9INNqg8Mu .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v9INNqg8Mu .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v9INNqg8Mu .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 850px;
  max-width: 850px;
}
@media (max-width: 1200px) {
  .cid-v9INNqg8Mu .embla__slide {
    min-width: 650px;
    max-width: 650px;
  }
}
@media (max-width: 767px) {
  .cid-v9INNqg8Mu .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v9INNqg8Mu .embla__slide:hover .slide-content .item-wrapper .item-img img,
.cid-v9INNqg8Mu .embla__slide:focus .slide-content .item-wrapper .item-img img {
  border: 2px solid #c7b599;
}
.cid-v9INNqg8Mu .embla__slide .slide-content {
  width: 100%;
}
.cid-v9INNqg8Mu .embla__slide .slide-content .item-wrapper .item-img {
  margin-bottom: 32px;
}
.cid-v9INNqg8Mu .embla__slide .slide-content .item-wrapper .item-img img {
  height: 480px;
  width: 100%;
  object-fit: cover;
  border: 2px solid transparent;
}
@media (max-width: 992px) {
  .cid-v9INNqg8Mu .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-v9INNqg8Mu .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 2px;
}
.cid-v9INNqg8Mu .embla__slide .slide-content .item-wrapper .item-content .title-wrap .item-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .cid-v9INNqg8Mu .embla__slide .slide-content .item-wrapper .item-content .title-wrap .item-title {
    width: 100%;
  }
}
.cid-v9INNqg8Mu .embla__slide .slide-content .item-wrapper .item-content .text-wrap .item-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v9INNqg8Mu .embla__slide .slide-content .item-wrapper .item-content .text-wrap .item-text {
    width: 100%;
  }
}
.cid-v9INNqg8Mu .embla__button--next,
.cid-v9INNqg8Mu .embla__button--prev {
  display: flex;
}
.cid-v9INNqg8Mu .embla__button {
  bottom: 0;
  width: 48px;
  height: 48px;
  font-size: 24px;
  background-color: #252525 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-v9INNqg8Mu .embla__button:hover {
  transform: scale(1.05);
}
.cid-v9INNqg8Mu .embla__button.embla__button--prev {
  left: 0;
}
.cid-v9INNqg8Mu .embla__button.embla__button--next {
  right: 0;
}
.cid-v9INNqg8Mu .embla {
  position: relative;
  margin-bottom: 50px;
  padding-bottom: 4rem;
}
@media (max-width: 992px) {
  .cid-v9INNqg8Mu .embla {
    margin-bottom: 38px;
  }
}
.cid-v9INNqg8Mu .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-v9INNqg8Mu .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v9INNqg8Mu .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v9INNqg8Mu .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v9INNqg8Mu .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v9INNqg8Mu .mbr-section-title {
  color: #ffffff;
}
.cid-v9INNqg8Mu .mbr-text,
.cid-v9INNqg8Mu .text-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-v9INNqg8Mu .mbr-desc,
.cid-v9INNqg8Mu .desc-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-v9INNqg8Mu .item-title,
.cid-v9INNqg8Mu .title-wrap {
  color: #191919;
  text-align: center;
}
.cid-v9INNqg8Mu .item-text,
.cid-v9INNqg8Mu .text-wrap {
  color: #191919;
  text-align: center;
}
.cid-v9INNqg8Mu .mbr-section-title,
.cid-v9INNqg8Mu .mbr-section-btn {
  text-align: center;
  color: #826a43;
}
.cid-vaUcWYRUme {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/indeva-lotus-background.jpg-1280x720.jpg");
}
.cid-vaUcWYRUme .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaUcWYRUme .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaUcWYRUme .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-vaUcWYRUme .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-vaUcWYRUme .container {
    padding: 0 26px;
  }
}
.cid-vaUcWYRUme .row {
  padding: 60px;
  margin: 0;
  border: 1px solid #767676;
  padding: 120px 60px 60px 30px;
}
@media (max-width: 992px) {
  .cid-vaUcWYRUme .row {
    padding: 120px 30px;
  }
}
@media (max-width: 992px) {
  .cid-vaUcWYRUme .row {
    padding: 26px;
  }
}
.cid-vaUcWYRUme .title-wrapper {
  margin-bottom: 50px;
}
.cid-vaUcWYRUme .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vaUcWYRUme .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-vaUcWYRUme .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vaUcWYRUme .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-vaUcWYRUme .title-wrapper .title-wrap .logo-wrap img {
  width: 110px;
  height: 100px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-vaUcWYRUme .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-vaUcWYRUme .nav-wrapper {
  margin-bottom: 50px;
}
.cid-vaUcWYRUme .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-vaUcWYRUme .nav-wrapper .list {
    display: block;
  }
}
.cid-vaUcWYRUme .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-vaUcWYRUme .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-vaUcWYRUme .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-vaUcWYRUme .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-vaUcWYRUme .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-vaUcWYRUme .soc-wrapper {
  margin-bottom: 50px;
}
.cid-vaUcWYRUme .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-vaUcWYRUme .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-vaUcWYRUme .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-vaUcWYRUme .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-vaUcWYRUme .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #e4d295;
}
.cid-vaUcWYRUme .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-vaUcWYRUme .mbr-section-title,
.cid-vaUcWYRUme .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vaUcWYRUme .list {
  color: #ffffff;
}
.cid-vaUcWYRUme .copyright {
  color: #cacaca;
  text-align: center;
}
.cid-vaUcWYRUme .list,
.cid-vaUcWYRUme .nav-wrapper,
.cid-vaUcWYRUme .soc-wrapper {
  text-align: center;
}
.cid-vjLWCtjkQh {
  z-index: 1000;
  width: 100%;
}
.cid-vjLWCtjkQh nav.navbar {
  position: fixed;
}
.cid-vjLWCtjkQh .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vjLWCtjkQh .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vjLWCtjkQh .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  border: 2px solid #161616 !important;
  background-color: #ffffff !important;
  margin-top: -1px;
  margin-bottom: -1px;
}
.cid-vjLWCtjkQh .dropdown-item:hover,
.cid-vjLWCtjkQh .dropdown-item:focus {
  background: #191919 !important;
  color: white !important;
}
.cid-vjLWCtjkQh .dropdown-item:hover span {
  color: white;
}
.cid-vjLWCtjkQh .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vjLWCtjkQh .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vjLWCtjkQh .dropdown-item:hover,
.cid-vjLWCtjkQh .dropdown-item:focus,
.cid-vjLWCtjkQh .dropdown-item:active {
  background-color: #c2c0bc !important;
}
.cid-vjLWCtjkQh .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vjLWCtjkQh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vjLWCtjkQh .nav-link {
  position: relative;
}
.cid-vjLWCtjkQh .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vjLWCtjkQh .container {
    flex-wrap: nowrap;
  }
}
.cid-vjLWCtjkQh .iconfont-wrapper {
  color: #0a0a0a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vjLWCtjkQh .navbar-caption {
  font-weight: 700;
}
.cid-vjLWCtjkQh .navbar-nav {
  margin-right: auto;
  margin-left: auto;
}
.cid-vjLWCtjkQh .dropdown-menu,
.cid-vjLWCtjkQh .navbar.opened {
  background: #000000 !important;
}
.cid-vjLWCtjkQh .nav-item:focus,
.cid-vjLWCtjkQh .nav-link:focus {
  outline: none;
}
.cid-vjLWCtjkQh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vjLWCtjkQh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vjLWCtjkQh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vjLWCtjkQh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vjLWCtjkQh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vjLWCtjkQh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vjLWCtjkQh .navbar {
  min-height: 96px;
  transition: all 0.3s;
  border-bottom: none !important;
  background: #000000;
  padding: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
@media (max-width: 991px) {
  .cid-vjLWCtjkQh .navbar {
    min-height: 80px;
  }
  .cid-vjLWCtjkQh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vjLWCtjkQh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vjLWCtjkQh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vjLWCtjkQh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vjLWCtjkQh .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vjLWCtjkQh .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vjLWCtjkQh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vjLWCtjkQh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vjLWCtjkQh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vjLWCtjkQh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vjLWCtjkQh .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vjLWCtjkQh .navbar.opened {
  transition: all 0.3s;
}
.cid-vjLWCtjkQh .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vjLWCtjkQh .navbar .navbar-logo img {
  width: auto;
}
.cid-vjLWCtjkQh .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vjLWCtjkQh .navbar.collapsed {
  justify-content: center;
}
.cid-vjLWCtjkQh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vjLWCtjkQh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vjLWCtjkQh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-vjLWCtjkQh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vjLWCtjkQh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vjLWCtjkQh .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vjLWCtjkQh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vjLWCtjkQh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vjLWCtjkQh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cid-vjLWCtjkQh .navbar.navbar-short {
  min-height: 76px;
}
@media (max-width: 991px) {
  .cid-vjLWCtjkQh .navbar.navbar-short {
    min-height: 70px;
  }
}
.cid-vjLWCtjkQh .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vjLWCtjkQh .navbar.navbar-short .navbar-brand {
  min-height: 76px;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vjLWCtjkQh .navbar.navbar-short .navbar-brand {
    min-height: 70px;
  }
}
.cid-vjLWCtjkQh .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-vjLWCtjkQh .navbar-brand {
    min-height: 80px;
  }
}
.cid-vjLWCtjkQh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vjLWCtjkQh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vjLWCtjkQh .dropdown-item.active,
.cid-vjLWCtjkQh .dropdown-item:active {
  background-color: transparent;
}
.cid-vjLWCtjkQh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vjLWCtjkQh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vjLWCtjkQh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vjLWCtjkQh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-vjLWCtjkQh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vjLWCtjkQh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vjLWCtjkQh ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vjLWCtjkQh .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vjLWCtjkQh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vjLWCtjkQh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c7b599;
}
.cid-vjLWCtjkQh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vjLWCtjkQh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vjLWCtjkQh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vjLWCtjkQh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vjLWCtjkQh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vjLWCtjkQh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vjLWCtjkQh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vjLWCtjkQh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vjLWCtjkQh .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vjLWCtjkQh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vjLWCtjkQh .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vjLWCtjkQh .navbar {
    height: 70px;
  }
  .cid-vjLWCtjkQh .navbar.opened {
    height: auto;
  }
  .cid-vjLWCtjkQh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vjLWCtjkQh .nav-item-transform {
  display: flex;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vjLWCtjkQh .nav-item .nav-link {
  color: #0A0A0A;
  font-weight: 700;
  padding: 16px !important;
  margin: 0 !important;
}
.cid-vjLWCtjkQh .nav-item {
  font-weight: 700;
  margin-right: 16px;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vjLWCtjkQh .nav-item {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-vjLWCtjkQh .navbar .icons-menu {
    padding-right: 0 !important;
  }
}
.cid-vgAQ2h7hWY {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/plume-photos6.jpg-1920x1080.jpg");
}
.cid-vgAQ2h7hWY H1 {
  color: #ffffff;
}
.cid-vgAV1DvmG5 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vgAV1DvmG5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgAV1DvmG5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgAV1DvmG5 .image-wrapper {
  position: relative;
  margin: auto;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  overflow: hidden;
}
.cid-vgAV1DvmG5 .image-wrapper p {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, 30%);
  transition: all 0.3s;
  opacity: 0;
}
.cid-vgAV1DvmG5 .image-wrapper:hover img,
.cid-vgAV1DvmG5 .image-wrapper:focus-within img {
  transform: scale(1.1);
}
.cid-vgAV1DvmG5 .image-wrapper:hover p,
.cid-vgAV1DvmG5 .image-wrapper:focus-within p {
  transform: translate(-50%, -50%);
  opacity: 1;
}
@media (max-width: 992px) {
  .cid-vgAV1DvmG5 .image-wrapper {
    margin-bottom: 3rem;
  }
  .cid-vgAV1DvmG5 .image-wrapper img {
    transform: scale(1.1);
  }
  .cid-vgAV1DvmG5 .image-wrapper p {
    transform: translate(-50%, -50%);
    opacity: 1;
  }
}
.cid-vgAV1DvmG5 img {
  width: 280px;
  height: 280px;
  transition: all 0.3s;
  border-radius: 50%;
}
.cid-vgAV1DvmG5 .mbr-name {
  color: #ffffff;
}
.cid-vgAV1DvmG5 .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-vgAVuRen3f {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-vgAVuRen3f h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: -1rem;
}
.cid-vgAVuRen3f h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #232323;
  margin-left: 10px;
}
.cid-vgAVuRen3f .mbr-text,
.cid-vgAVuRen3f .mbr-section-btn {
  color: #767676;
  text-align: center;
}
.cid-vgAVuRen3f .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgAVuRen3f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgAVuRen3f H1 {
  text-align: center;
}
.cid-vgAQ2hDqu5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f6f1eb;
}
.cid-vgAQ2hDqu5 .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vgAQ2hDqu5 .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vgAQ2hDqu5 .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .cid-vgAQ2hDqu5 .title-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-vgAQ2hDqu5 .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vgAQ2hDqu5 .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgAQ2hDqu5 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vgAQ2hDqu5 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 850px;
  max-width: 850px;
}
@media (max-width: 1200px) {
  .cid-vgAQ2hDqu5 .embla__slide {
    min-width: 650px;
    max-width: 650px;
  }
}
@media (max-width: 767px) {
  .cid-vgAQ2hDqu5 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-vgAQ2hDqu5 .embla__slide:hover .slide-content .item-wrapper .item-img img,
.cid-vgAQ2hDqu5 .embla__slide:focus .slide-content .item-wrapper .item-img img {
  border: 2px solid #c7b599;
}
.cid-vgAQ2hDqu5 .embla__slide .slide-content {
  width: 100%;
}
.cid-vgAQ2hDqu5 .embla__slide .slide-content .item-wrapper .item-img {
  margin-bottom: 32px;
}
.cid-vgAQ2hDqu5 .embla__slide .slide-content .item-wrapper .item-img img {
  height: 480px;
  width: 100%;
  object-fit: cover;
  border: 2px solid transparent;
}
@media (max-width: 992px) {
  .cid-vgAQ2hDqu5 .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-vgAQ2hDqu5 .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 2px;
}
.cid-vgAQ2hDqu5 .embla__slide .slide-content .item-wrapper .item-content .title-wrap .item-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .cid-vgAQ2hDqu5 .embla__slide .slide-content .item-wrapper .item-content .title-wrap .item-title {
    width: 100%;
  }
}
.cid-vgAQ2hDqu5 .embla__slide .slide-content .item-wrapper .item-content .text-wrap .item-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgAQ2hDqu5 .embla__slide .slide-content .item-wrapper .item-content .text-wrap .item-text {
    width: 100%;
  }
}
.cid-vgAQ2hDqu5 .embla__button--next,
.cid-vgAQ2hDqu5 .embla__button--prev {
  display: flex;
}
.cid-vgAQ2hDqu5 .embla__button {
  bottom: 0;
  width: 48px;
  height: 48px;
  font-size: 24px;
  background-color: #252525 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-vgAQ2hDqu5 .embla__button:hover {
  transform: scale(1.05);
}
.cid-vgAQ2hDqu5 .embla__button.embla__button--prev {
  left: 0;
}
.cid-vgAQ2hDqu5 .embla__button.embla__button--next {
  right: 0;
}
.cid-vgAQ2hDqu5 .embla {
  position: relative;
  margin-bottom: 50px;
  padding-bottom: 4rem;
}
@media (max-width: 992px) {
  .cid-vgAQ2hDqu5 .embla {
    margin-bottom: 38px;
  }
}
.cid-vgAQ2hDqu5 .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-vgAQ2hDqu5 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vgAQ2hDqu5 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vgAQ2hDqu5 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vgAQ2hDqu5 .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vgAQ2hDqu5 .mbr-section-title {
  color: #ffffff;
}
.cid-vgAQ2hDqu5 .mbr-text,
.cid-vgAQ2hDqu5 .text-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-vgAQ2hDqu5 .mbr-desc,
.cid-vgAQ2hDqu5 .desc-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-vgAQ2hDqu5 .item-title,
.cid-vgAQ2hDqu5 .title-wrap {
  color: #191919;
  text-align: center;
}
.cid-vgAQ2hDqu5 .item-text,
.cid-vgAQ2hDqu5 .text-wrap {
  color: #191919;
  text-align: center;
}
.cid-vgAQ2hDqu5 .mbr-section-title,
.cid-vgAQ2hDqu5 .mbr-section-btn {
  text-align: center;
  color: #826a43;
}
.cid-vgAQ2ighBh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/indeva-lotus-background.jpg-1280x720.jpg");
}
.cid-vgAQ2ighBh .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgAQ2ighBh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgAQ2ighBh .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-vgAQ2ighBh .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-vgAQ2ighBh .container {
    padding: 0 26px;
  }
}
.cid-vgAQ2ighBh .row {
  padding: 60px;
  margin: 0;
  border: 1px solid #767676;
  padding: 120px 60px 60px 30px;
}
@media (max-width: 992px) {
  .cid-vgAQ2ighBh .row {
    padding: 120px 30px;
  }
}
@media (max-width: 992px) {
  .cid-vgAQ2ighBh .row {
    padding: 26px;
  }
}
.cid-vgAQ2ighBh .title-wrapper {
  margin-bottom: 50px;
}
.cid-vgAQ2ighBh .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vgAQ2ighBh .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-vgAQ2ighBh .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vgAQ2ighBh .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-vgAQ2ighBh .title-wrapper .title-wrap .logo-wrap img {
  width: 110px;
  height: 100px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-vgAQ2ighBh .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-vgAQ2ighBh .nav-wrapper {
  margin-bottom: 50px;
}
.cid-vgAQ2ighBh .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-vgAQ2ighBh .nav-wrapper .list {
    display: block;
  }
}
.cid-vgAQ2ighBh .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-vgAQ2ighBh .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-vgAQ2ighBh .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-vgAQ2ighBh .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-vgAQ2ighBh .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-vgAQ2ighBh .soc-wrapper {
  margin-bottom: 50px;
}
.cid-vgAQ2ighBh .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-vgAQ2ighBh .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-vgAQ2ighBh .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-vgAQ2ighBh .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-vgAQ2ighBh .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #e4d295;
}
.cid-vgAQ2ighBh .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-vgAQ2ighBh .mbr-section-title,
.cid-vgAQ2ighBh .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vgAQ2ighBh .list {
  color: #ffffff;
}
.cid-vgAQ2ighBh .copyright {
  color: #cacaca;
  text-align: center;
}
.cid-vgAQ2ighBh .list,
.cid-vgAQ2ighBh .nav-wrapper,
.cid-vgAQ2ighBh .soc-wrapper {
  text-align: center;
}
.cid-vjLWCtjkQh {
  z-index: 1000;
  width: 100%;
}
.cid-vjLWCtjkQh nav.navbar {
  position: fixed;
}
.cid-vjLWCtjkQh .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vjLWCtjkQh .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vjLWCtjkQh .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  border: 2px solid #161616 !important;
  background-color: #ffffff !important;
  margin-top: -1px;
  margin-bottom: -1px;
}
.cid-vjLWCtjkQh .dropdown-item:hover,
.cid-vjLWCtjkQh .dropdown-item:focus {
  background: #191919 !important;
  color: white !important;
}
.cid-vjLWCtjkQh .dropdown-item:hover span {
  color: white;
}
.cid-vjLWCtjkQh .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vjLWCtjkQh .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vjLWCtjkQh .dropdown-item:hover,
.cid-vjLWCtjkQh .dropdown-item:focus,
.cid-vjLWCtjkQh .dropdown-item:active {
  background-color: #c2c0bc !important;
}
.cid-vjLWCtjkQh .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vjLWCtjkQh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vjLWCtjkQh .nav-link {
  position: relative;
}
.cid-vjLWCtjkQh .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vjLWCtjkQh .container {
    flex-wrap: nowrap;
  }
}
.cid-vjLWCtjkQh .iconfont-wrapper {
  color: #0a0a0a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vjLWCtjkQh .navbar-caption {
  font-weight: 700;
}
.cid-vjLWCtjkQh .navbar-nav {
  margin-right: auto;
  margin-left: auto;
}
.cid-vjLWCtjkQh .dropdown-menu,
.cid-vjLWCtjkQh .navbar.opened {
  background: #000000 !important;
}
.cid-vjLWCtjkQh .nav-item:focus,
.cid-vjLWCtjkQh .nav-link:focus {
  outline: none;
}
.cid-vjLWCtjkQh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vjLWCtjkQh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vjLWCtjkQh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vjLWCtjkQh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vjLWCtjkQh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vjLWCtjkQh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vjLWCtjkQh .navbar {
  min-height: 96px;
  transition: all 0.3s;
  border-bottom: none !important;
  background: #000000;
  padding: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
@media (max-width: 991px) {
  .cid-vjLWCtjkQh .navbar {
    min-height: 80px;
  }
  .cid-vjLWCtjkQh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vjLWCtjkQh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vjLWCtjkQh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vjLWCtjkQh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vjLWCtjkQh .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vjLWCtjkQh .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vjLWCtjkQh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vjLWCtjkQh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vjLWCtjkQh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vjLWCtjkQh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vjLWCtjkQh .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vjLWCtjkQh .navbar.opened {
  transition: all 0.3s;
}
.cid-vjLWCtjkQh .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vjLWCtjkQh .navbar .navbar-logo img {
  width: auto;
}
.cid-vjLWCtjkQh .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vjLWCtjkQh .navbar.collapsed {
  justify-content: center;
}
.cid-vjLWCtjkQh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vjLWCtjkQh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vjLWCtjkQh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-vjLWCtjkQh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vjLWCtjkQh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vjLWCtjkQh .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vjLWCtjkQh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vjLWCtjkQh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vjLWCtjkQh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cid-vjLWCtjkQh .navbar.navbar-short {
  min-height: 76px;
}
@media (max-width: 991px) {
  .cid-vjLWCtjkQh .navbar.navbar-short {
    min-height: 70px;
  }
}
.cid-vjLWCtjkQh .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vjLWCtjkQh .navbar.navbar-short .navbar-brand {
  min-height: 76px;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vjLWCtjkQh .navbar.navbar-short .navbar-brand {
    min-height: 70px;
  }
}
.cid-vjLWCtjkQh .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-vjLWCtjkQh .navbar-brand {
    min-height: 80px;
  }
}
.cid-vjLWCtjkQh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vjLWCtjkQh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vjLWCtjkQh .dropdown-item.active,
.cid-vjLWCtjkQh .dropdown-item:active {
  background-color: transparent;
}
.cid-vjLWCtjkQh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vjLWCtjkQh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vjLWCtjkQh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vjLWCtjkQh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-vjLWCtjkQh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vjLWCtjkQh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vjLWCtjkQh ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vjLWCtjkQh .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vjLWCtjkQh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vjLWCtjkQh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c7b599;
}
.cid-vjLWCtjkQh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vjLWCtjkQh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vjLWCtjkQh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vjLWCtjkQh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vjLWCtjkQh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vjLWCtjkQh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vjLWCtjkQh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vjLWCtjkQh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vjLWCtjkQh .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vjLWCtjkQh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vjLWCtjkQh .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vjLWCtjkQh .navbar {
    height: 70px;
  }
  .cid-vjLWCtjkQh .navbar.opened {
    height: auto;
  }
  .cid-vjLWCtjkQh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vjLWCtjkQh .nav-item-transform {
  display: flex;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vjLWCtjkQh .nav-item .nav-link {
  color: #0A0A0A;
  font-weight: 700;
  padding: 16px !important;
  margin: 0 !important;
}
.cid-vjLWCtjkQh .nav-item {
  font-weight: 700;
  margin-right: 16px;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vjLWCtjkQh .nav-item {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-vjLWCtjkQh .navbar .icons-menu {
    padding-right: 0 !important;
  }
}
.cid-vgAYvwOHif {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/index-meta.jpg-1920x1280.jpg");
}
.cid-vgAYvwOHif H1 {
  color: #ffffff;
}
.cid-vgAYvxpwtW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vgAYvxpwtW .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgAYvxpwtW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgAYvxpwtW .image-wrapper {
  position: relative;
  margin: auto;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  overflow: hidden;
}
.cid-vgAYvxpwtW .image-wrapper p {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, 30%);
  transition: all 0.3s;
  opacity: 0;
}
.cid-vgAYvxpwtW .image-wrapper:hover img,
.cid-vgAYvxpwtW .image-wrapper:focus-within img {
  transform: scale(1.1);
}
.cid-vgAYvxpwtW .image-wrapper:hover p,
.cid-vgAYvxpwtW .image-wrapper:focus-within p {
  transform: translate(-50%, -50%);
  opacity: 1;
}
@media (max-width: 992px) {
  .cid-vgAYvxpwtW .image-wrapper {
    margin-bottom: 3rem;
  }
  .cid-vgAYvxpwtW .image-wrapper img {
    transform: scale(1.1);
  }
  .cid-vgAYvxpwtW .image-wrapper p {
    transform: translate(-50%, -50%);
    opacity: 1;
  }
}
.cid-vgAYvxpwtW img {
  width: 280px;
  height: 280px;
  transition: all 0.3s;
  border-radius: 50%;
}
.cid-vgAYvxpwtW .mbr-name {
  color: #ffffff;
}
.cid-vgAYvxpwtW .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-vgAYvxQDzu {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-vgAYvxQDzu h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: -1rem;
}
.cid-vgAYvxQDzu h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #232323;
  margin-left: 10px;
}
.cid-vgAYvxQDzu .mbr-text,
.cid-vgAYvxQDzu .mbr-section-btn {
  color: #767676;
  text-align: center;
}
.cid-vgAYvxQDzu .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgAYvxQDzu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgAYvxQDzu H1 {
  text-align: center;
}
.cid-vgAYvyeePz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f6f1eb;
}
.cid-vgAYvyeePz .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vgAYvyeePz .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vgAYvyeePz .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .cid-vgAYvyeePz .title-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-vgAYvyeePz .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vgAYvyeePz .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgAYvyeePz .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vgAYvyeePz .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 850px;
  max-width: 850px;
}
@media (max-width: 1200px) {
  .cid-vgAYvyeePz .embla__slide {
    min-width: 650px;
    max-width: 650px;
  }
}
@media (max-width: 767px) {
  .cid-vgAYvyeePz .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-vgAYvyeePz .embla__slide:hover .slide-content .item-wrapper .item-img img,
.cid-vgAYvyeePz .embla__slide:focus .slide-content .item-wrapper .item-img img {
  border: 2px solid #c7b599;
}
.cid-vgAYvyeePz .embla__slide .slide-content {
  width: 100%;
}
.cid-vgAYvyeePz .embla__slide .slide-content .item-wrapper .item-img {
  margin-bottom: 32px;
}
.cid-vgAYvyeePz .embla__slide .slide-content .item-wrapper .item-img img {
  height: 480px;
  width: 100%;
  object-fit: cover;
  border: 2px solid transparent;
}
@media (max-width: 992px) {
  .cid-vgAYvyeePz .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-vgAYvyeePz .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 2px;
}
.cid-vgAYvyeePz .embla__slide .slide-content .item-wrapper .item-content .title-wrap .item-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .cid-vgAYvyeePz .embla__slide .slide-content .item-wrapper .item-content .title-wrap .item-title {
    width: 100%;
  }
}
.cid-vgAYvyeePz .embla__slide .slide-content .item-wrapper .item-content .text-wrap .item-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgAYvyeePz .embla__slide .slide-content .item-wrapper .item-content .text-wrap .item-text {
    width: 100%;
  }
}
.cid-vgAYvyeePz .embla__button--next,
.cid-vgAYvyeePz .embla__button--prev {
  display: flex;
}
.cid-vgAYvyeePz .embla__button {
  bottom: 0;
  width: 48px;
  height: 48px;
  font-size: 24px;
  background-color: #252525 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-vgAYvyeePz .embla__button:hover {
  transform: scale(1.05);
}
.cid-vgAYvyeePz .embla__button.embla__button--prev {
  left: 0;
}
.cid-vgAYvyeePz .embla__button.embla__button--next {
  right: 0;
}
.cid-vgAYvyeePz .embla {
  position: relative;
  margin-bottom: 50px;
  padding-bottom: 4rem;
}
@media (max-width: 992px) {
  .cid-vgAYvyeePz .embla {
    margin-bottom: 38px;
  }
}
.cid-vgAYvyeePz .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-vgAYvyeePz .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vgAYvyeePz .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vgAYvyeePz .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vgAYvyeePz .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vgAYvyeePz .mbr-section-title {
  color: #ffffff;
}
.cid-vgAYvyeePz .mbr-text,
.cid-vgAYvyeePz .text-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-vgAYvyeePz .mbr-desc,
.cid-vgAYvyeePz .desc-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-vgAYvyeePz .item-title,
.cid-vgAYvyeePz .title-wrap {
  color: #191919;
  text-align: center;
}
.cid-vgAYvyeePz .item-text,
.cid-vgAYvyeePz .text-wrap {
  color: #191919;
  text-align: center;
}
.cid-vgAYvyeePz .mbr-section-title,
.cid-vgAYvyeePz .mbr-section-btn {
  text-align: center;
  color: #826a43;
}
.cid-vgAYvz5zBn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/indeva-lotus-background.jpg-1280x720.jpg");
}
.cid-vgAYvz5zBn .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgAYvz5zBn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgAYvz5zBn .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-vgAYvz5zBn .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-vgAYvz5zBn .container {
    padding: 0 26px;
  }
}
.cid-vgAYvz5zBn .row {
  padding: 60px;
  margin: 0;
  border: 1px solid #767676;
  padding: 120px 60px 60px 30px;
}
@media (max-width: 992px) {
  .cid-vgAYvz5zBn .row {
    padding: 120px 30px;
  }
}
@media (max-width: 992px) {
  .cid-vgAYvz5zBn .row {
    padding: 26px;
  }
}
.cid-vgAYvz5zBn .title-wrapper {
  margin-bottom: 50px;
}
.cid-vgAYvz5zBn .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vgAYvz5zBn .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-vgAYvz5zBn .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vgAYvz5zBn .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-vgAYvz5zBn .title-wrapper .title-wrap .logo-wrap img {
  width: 110px;
  height: 100px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-vgAYvz5zBn .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-vgAYvz5zBn .nav-wrapper {
  margin-bottom: 50px;
}
.cid-vgAYvz5zBn .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-vgAYvz5zBn .nav-wrapper .list {
    display: block;
  }
}
.cid-vgAYvz5zBn .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-vgAYvz5zBn .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-vgAYvz5zBn .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-vgAYvz5zBn .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-vgAYvz5zBn .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-vgAYvz5zBn .soc-wrapper {
  margin-bottom: 50px;
}
.cid-vgAYvz5zBn .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-vgAYvz5zBn .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-vgAYvz5zBn .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-vgAYvz5zBn .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-vgAYvz5zBn .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #e4d295;
}
.cid-vgAYvz5zBn .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-vgAYvz5zBn .mbr-section-title,
.cid-vgAYvz5zBn .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vgAYvz5zBn .list {
  color: #ffffff;
}
.cid-vgAYvz5zBn .copyright {
  color: #cacaca;
  text-align: center;
}
.cid-vgAYvz5zBn .list,
.cid-vgAYvz5zBn .nav-wrapper,
.cid-vgAYvz5zBn .soc-wrapper {
  text-align: center;
}
.cid-vjLWCtjkQh {
  z-index: 1000;
  width: 100%;
}
.cid-vjLWCtjkQh nav.navbar {
  position: fixed;
}
.cid-vjLWCtjkQh .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vjLWCtjkQh .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vjLWCtjkQh .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  border: 2px solid #161616 !important;
  background-color: #ffffff !important;
  margin-top: -1px;
  margin-bottom: -1px;
}
.cid-vjLWCtjkQh .dropdown-item:hover,
.cid-vjLWCtjkQh .dropdown-item:focus {
  background: #191919 !important;
  color: white !important;
}
.cid-vjLWCtjkQh .dropdown-item:hover span {
  color: white;
}
.cid-vjLWCtjkQh .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vjLWCtjkQh .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vjLWCtjkQh .dropdown-item:hover,
.cid-vjLWCtjkQh .dropdown-item:focus,
.cid-vjLWCtjkQh .dropdown-item:active {
  background-color: #c2c0bc !important;
}
.cid-vjLWCtjkQh .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vjLWCtjkQh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vjLWCtjkQh .nav-link {
  position: relative;
}
.cid-vjLWCtjkQh .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vjLWCtjkQh .container {
    flex-wrap: nowrap;
  }
}
.cid-vjLWCtjkQh .iconfont-wrapper {
  color: #0a0a0a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vjLWCtjkQh .navbar-caption {
  font-weight: 700;
}
.cid-vjLWCtjkQh .navbar-nav {
  margin-right: auto;
  margin-left: auto;
}
.cid-vjLWCtjkQh .dropdown-menu,
.cid-vjLWCtjkQh .navbar.opened {
  background: #000000 !important;
}
.cid-vjLWCtjkQh .nav-item:focus,
.cid-vjLWCtjkQh .nav-link:focus {
  outline: none;
}
.cid-vjLWCtjkQh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vjLWCtjkQh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vjLWCtjkQh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vjLWCtjkQh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vjLWCtjkQh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vjLWCtjkQh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vjLWCtjkQh .navbar {
  min-height: 96px;
  transition: all 0.3s;
  border-bottom: none !important;
  background: #000000;
  padding: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
@media (max-width: 991px) {
  .cid-vjLWCtjkQh .navbar {
    min-height: 80px;
  }
  .cid-vjLWCtjkQh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vjLWCtjkQh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vjLWCtjkQh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vjLWCtjkQh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vjLWCtjkQh .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vjLWCtjkQh .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vjLWCtjkQh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vjLWCtjkQh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vjLWCtjkQh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vjLWCtjkQh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vjLWCtjkQh .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vjLWCtjkQh .navbar.opened {
  transition: all 0.3s;
}
.cid-vjLWCtjkQh .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vjLWCtjkQh .navbar .navbar-logo img {
  width: auto;
}
.cid-vjLWCtjkQh .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vjLWCtjkQh .navbar.collapsed {
  justify-content: center;
}
.cid-vjLWCtjkQh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vjLWCtjkQh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vjLWCtjkQh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-vjLWCtjkQh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vjLWCtjkQh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vjLWCtjkQh .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vjLWCtjkQh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vjLWCtjkQh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vjLWCtjkQh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cid-vjLWCtjkQh .navbar.navbar-short {
  min-height: 76px;
}
@media (max-width: 991px) {
  .cid-vjLWCtjkQh .navbar.navbar-short {
    min-height: 70px;
  }
}
.cid-vjLWCtjkQh .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vjLWCtjkQh .navbar.navbar-short .navbar-brand {
  min-height: 76px;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vjLWCtjkQh .navbar.navbar-short .navbar-brand {
    min-height: 70px;
  }
}
.cid-vjLWCtjkQh .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-vjLWCtjkQh .navbar-brand {
    min-height: 80px;
  }
}
.cid-vjLWCtjkQh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vjLWCtjkQh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vjLWCtjkQh .dropdown-item.active,
.cid-vjLWCtjkQh .dropdown-item:active {
  background-color: transparent;
}
.cid-vjLWCtjkQh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vjLWCtjkQh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vjLWCtjkQh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vjLWCtjkQh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-vjLWCtjkQh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vjLWCtjkQh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vjLWCtjkQh ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vjLWCtjkQh .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vjLWCtjkQh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vjLWCtjkQh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c7b599;
}
.cid-vjLWCtjkQh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vjLWCtjkQh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vjLWCtjkQh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vjLWCtjkQh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vjLWCtjkQh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vjLWCtjkQh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vjLWCtjkQh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vjLWCtjkQh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vjLWCtjkQh .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vjLWCtjkQh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vjLWCtjkQh .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vjLWCtjkQh .navbar {
    height: 70px;
  }
  .cid-vjLWCtjkQh .navbar.opened {
    height: auto;
  }
  .cid-vjLWCtjkQh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vjLWCtjkQh .nav-item-transform {
  display: flex;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vjLWCtjkQh .nav-item .nav-link {
  color: #0A0A0A;
  font-weight: 700;
  padding: 16px !important;
  margin: 0 !important;
}
.cid-vjLWCtjkQh .nav-item {
  font-weight: 700;
  margin-right: 16px;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vjLWCtjkQh .nav-item {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-vjLWCtjkQh .navbar .icons-menu {
    padding-right: 0 !important;
  }
}
.cid-vgB6XJQmJh {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/istock-2227650294.jpg-2000x1334.jpg");
}
.cid-vgB6XJQmJh H1 {
  color: #ffffff;
}
.cid-vgB6XKaQHw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vgB6XKaQHw .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgB6XKaQHw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgB6XKaQHw .image-wrapper {
  position: relative;
  margin: auto;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  overflow: hidden;
}
.cid-vgB6XKaQHw .image-wrapper p {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, 30%);
  transition: all 0.3s;
  opacity: 0;
}
.cid-vgB6XKaQHw .image-wrapper:hover img,
.cid-vgB6XKaQHw .image-wrapper:focus-within img {
  transform: scale(1.1);
}
.cid-vgB6XKaQHw .image-wrapper:hover p,
.cid-vgB6XKaQHw .image-wrapper:focus-within p {
  transform: translate(-50%, -50%);
  opacity: 1;
}
@media (max-width: 992px) {
  .cid-vgB6XKaQHw .image-wrapper {
    margin-bottom: 3rem;
  }
  .cid-vgB6XKaQHw .image-wrapper img {
    transform: scale(1.1);
  }
  .cid-vgB6XKaQHw .image-wrapper p {
    transform: translate(-50%, -50%);
    opacity: 1;
  }
}
.cid-vgB6XKaQHw img {
  width: 280px;
  height: 280px;
  transition: all 0.3s;
  border-radius: 50%;
}
.cid-vgB6XKaQHw .mbr-name {
  color: #ffffff;
}
.cid-vgB6XKaQHw .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-vgB6XKrDuw {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-vgB6XKrDuw h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: -1rem;
}
.cid-vgB6XKrDuw h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #232323;
  margin-left: 10px;
}
.cid-vgB6XKrDuw .mbr-text,
.cid-vgB6XKrDuw .mbr-section-btn {
  color: #767676;
  text-align: center;
}
.cid-vgB6XKrDuw .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgB6XKrDuw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgB6XKrDuw H1 {
  text-align: center;
}
.cid-vgB6XL9yQc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/indeva-lotus-background.jpg-1280x720.jpg");
}
.cid-vgB6XL9yQc .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgB6XL9yQc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgB6XL9yQc .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-vgB6XL9yQc .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-vgB6XL9yQc .container {
    padding: 0 26px;
  }
}
.cid-vgB6XL9yQc .row {
  padding: 60px;
  margin: 0;
  border: 1px solid #767676;
  padding: 120px 60px 60px 30px;
}
@media (max-width: 992px) {
  .cid-vgB6XL9yQc .row {
    padding: 120px 30px;
  }
}
@media (max-width: 992px) {
  .cid-vgB6XL9yQc .row {
    padding: 26px;
  }
}
.cid-vgB6XL9yQc .title-wrapper {
  margin-bottom: 50px;
}
.cid-vgB6XL9yQc .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vgB6XL9yQc .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-vgB6XL9yQc .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vgB6XL9yQc .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-vgB6XL9yQc .title-wrapper .title-wrap .logo-wrap img {
  width: 110px;
  height: 100px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-vgB6XL9yQc .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-vgB6XL9yQc .nav-wrapper {
  margin-bottom: 50px;
}
.cid-vgB6XL9yQc .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-vgB6XL9yQc .nav-wrapper .list {
    display: block;
  }
}
.cid-vgB6XL9yQc .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-vgB6XL9yQc .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-vgB6XL9yQc .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-vgB6XL9yQc .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-vgB6XL9yQc .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-vgB6XL9yQc .soc-wrapper {
  margin-bottom: 50px;
}
.cid-vgB6XL9yQc .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-vgB6XL9yQc .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-vgB6XL9yQc .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-vgB6XL9yQc .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-vgB6XL9yQc .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #e4d295;
}
.cid-vgB6XL9yQc .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-vgB6XL9yQc .mbr-section-title,
.cid-vgB6XL9yQc .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vgB6XL9yQc .list {
  color: #ffffff;
}
.cid-vgB6XL9yQc .copyright {
  color: #cacaca;
  text-align: center;
}
.cid-vgB6XL9yQc .list,
.cid-vgB6XL9yQc .nav-wrapper,
.cid-vgB6XL9yQc .soc-wrapper {
  text-align: center;
}
.cid-vjLWCtjkQh {
  z-index: 1000;
  width: 100%;
}
.cid-vjLWCtjkQh nav.navbar {
  position: fixed;
}
.cid-vjLWCtjkQh .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vjLWCtjkQh .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vjLWCtjkQh .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  border: 2px solid #161616 !important;
  background-color: #ffffff !important;
  margin-top: -1px;
  margin-bottom: -1px;
}
.cid-vjLWCtjkQh .dropdown-item:hover,
.cid-vjLWCtjkQh .dropdown-item:focus {
  background: #191919 !important;
  color: white !important;
}
.cid-vjLWCtjkQh .dropdown-item:hover span {
  color: white;
}
.cid-vjLWCtjkQh .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vjLWCtjkQh .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vjLWCtjkQh .dropdown-item:hover,
.cid-vjLWCtjkQh .dropdown-item:focus,
.cid-vjLWCtjkQh .dropdown-item:active {
  background-color: #c2c0bc !important;
}
.cid-vjLWCtjkQh .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vjLWCtjkQh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vjLWCtjkQh .nav-link {
  position: relative;
}
.cid-vjLWCtjkQh .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vjLWCtjkQh .container {
    flex-wrap: nowrap;
  }
}
.cid-vjLWCtjkQh .iconfont-wrapper {
  color: #0a0a0a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vjLWCtjkQh .navbar-caption {
  font-weight: 700;
}
.cid-vjLWCtjkQh .navbar-nav {
  margin-right: auto;
  margin-left: auto;
}
.cid-vjLWCtjkQh .dropdown-menu,
.cid-vjLWCtjkQh .navbar.opened {
  background: #000000 !important;
}
.cid-vjLWCtjkQh .nav-item:focus,
.cid-vjLWCtjkQh .nav-link:focus {
  outline: none;
}
.cid-vjLWCtjkQh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vjLWCtjkQh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vjLWCtjkQh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vjLWCtjkQh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vjLWCtjkQh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vjLWCtjkQh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vjLWCtjkQh .navbar {
  min-height: 96px;
  transition: all 0.3s;
  border-bottom: none !important;
  background: #000000;
  padding: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
@media (max-width: 991px) {
  .cid-vjLWCtjkQh .navbar {
    min-height: 80px;
  }
  .cid-vjLWCtjkQh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vjLWCtjkQh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vjLWCtjkQh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vjLWCtjkQh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vjLWCtjkQh .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vjLWCtjkQh .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vjLWCtjkQh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vjLWCtjkQh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vjLWCtjkQh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vjLWCtjkQh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vjLWCtjkQh .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vjLWCtjkQh .navbar.opened {
  transition: all 0.3s;
}
.cid-vjLWCtjkQh .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vjLWCtjkQh .navbar .navbar-logo img {
  width: auto;
}
.cid-vjLWCtjkQh .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vjLWCtjkQh .navbar.collapsed {
  justify-content: center;
}
.cid-vjLWCtjkQh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vjLWCtjkQh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vjLWCtjkQh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-vjLWCtjkQh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vjLWCtjkQh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vjLWCtjkQh .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vjLWCtjkQh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vjLWCtjkQh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vjLWCtjkQh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cid-vjLWCtjkQh .navbar.navbar-short {
  min-height: 76px;
}
@media (max-width: 991px) {
  .cid-vjLWCtjkQh .navbar.navbar-short {
    min-height: 70px;
  }
}
.cid-vjLWCtjkQh .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vjLWCtjkQh .navbar.navbar-short .navbar-brand {
  min-height: 76px;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vjLWCtjkQh .navbar.navbar-short .navbar-brand {
    min-height: 70px;
  }
}
.cid-vjLWCtjkQh .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-vjLWCtjkQh .navbar-brand {
    min-height: 80px;
  }
}
.cid-vjLWCtjkQh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vjLWCtjkQh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vjLWCtjkQh .dropdown-item.active,
.cid-vjLWCtjkQh .dropdown-item:active {
  background-color: transparent;
}
.cid-vjLWCtjkQh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vjLWCtjkQh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vjLWCtjkQh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vjLWCtjkQh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-vjLWCtjkQh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vjLWCtjkQh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vjLWCtjkQh ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vjLWCtjkQh .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vjLWCtjkQh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vjLWCtjkQh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c7b599;
}
.cid-vjLWCtjkQh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vjLWCtjkQh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vjLWCtjkQh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vjLWCtjkQh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vjLWCtjkQh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vjLWCtjkQh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vjLWCtjkQh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vjLWCtjkQh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vjLWCtjkQh .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vjLWCtjkQh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vjLWCtjkQh .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vjLWCtjkQh .navbar {
    height: 70px;
  }
  .cid-vjLWCtjkQh .navbar.opened {
    height: auto;
  }
  .cid-vjLWCtjkQh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vjLWCtjkQh .nav-item-transform {
  display: flex;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vjLWCtjkQh .nav-item .nav-link {
  color: #0A0A0A;
  font-weight: 700;
  padding: 16px !important;
  margin: 0 !important;
}
.cid-vjLWCtjkQh .nav-item {
  font-weight: 700;
  margin-right: 16px;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vjLWCtjkQh .nav-item {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-vjLWCtjkQh .navbar .icons-menu {
    padding-right: 0 !important;
  }
}
.cid-vgB845BiW0 {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/mbr-1920x1423.jpg");
}
.cid-vgB845BiW0 H1 {
  color: #ffffff;
}
.cid-vgB99kgyyS {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vgB99kgyyS .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgB99kgyyS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgB99kgyyS .main-wrap {
  display: grid;
  max-width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 100px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vgB99kgyyS .main-wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-row-gap: 50px;
  }
}
.cid-vgB99kgyyS .card-col {
  display: flex;
  height: 100%;
  padding: 0;
}
@media (max-width: 575px) {
  .cid-vgB99kgyyS .card-col {
    padding: 20px 0 0;
  }
}
.cid-vgB99kgyyS .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 80%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .cid-vgB99kgyyS .card-wrapper {
    margin: 0 auto 0 0;
    max-width: 70%;
  }
}
@media (max-width: 575px) {
  .cid-vgB99kgyyS .card-wrapper {
    max-width: 100%;
  }
}
.cid-vgB99kgyyS .card-title {
  padding-bottom: 10px;
  color: #000000;
}
.cid-vgB99kgyyS .mbr-text {
  margin-top: 40px;
  margin-bottom: 0;
  color: #747474;
}
.cid-vgB99kgyyS .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-vgB99kgyyS .image-wrapper {
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 575px) {
  .cid-vgB99kgyyS .image-wrapper {
    max-width: 100%;
  }
}
.cid-vgB99kgyyS .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vgB99kgyyS .mbr-text,
.cid-vgB99kgyyS .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-vgB846j7ft {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-vgB846j7ft h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: -1rem;
}
.cid-vgB846j7ft h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #232323;
  margin-left: 10px;
}
.cid-vgB846j7ft .mbr-text,
.cid-vgB846j7ft .mbr-section-btn {
  color: #767676;
  text-align: center;
}
.cid-vgB846j7ft .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgB846j7ft .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgB846j7ft H1 {
  text-align: center;
}
.cid-vgB847Cf6W {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/indeva-lotus-background.jpg-1280x720.jpg");
}
.cid-vgB847Cf6W .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgB847Cf6W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgB847Cf6W .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-vgB847Cf6W .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-vgB847Cf6W .container {
    padding: 0 26px;
  }
}
.cid-vgB847Cf6W .row {
  padding: 60px;
  margin: 0;
  border: 1px solid #767676;
  padding: 120px 60px 60px 30px;
}
@media (max-width: 992px) {
  .cid-vgB847Cf6W .row {
    padding: 120px 30px;
  }
}
@media (max-width: 992px) {
  .cid-vgB847Cf6W .row {
    padding: 26px;
  }
}
.cid-vgB847Cf6W .title-wrapper {
  margin-bottom: 50px;
}
.cid-vgB847Cf6W .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vgB847Cf6W .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-vgB847Cf6W .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vgB847Cf6W .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-vgB847Cf6W .title-wrapper .title-wrap .logo-wrap img {
  width: 110px;
  height: 100px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-vgB847Cf6W .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-vgB847Cf6W .nav-wrapper {
  margin-bottom: 50px;
}
.cid-vgB847Cf6W .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-vgB847Cf6W .nav-wrapper .list {
    display: block;
  }
}
.cid-vgB847Cf6W .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-vgB847Cf6W .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-vgB847Cf6W .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-vgB847Cf6W .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-vgB847Cf6W .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-vgB847Cf6W .soc-wrapper {
  margin-bottom: 50px;
}
.cid-vgB847Cf6W .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-vgB847Cf6W .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-vgB847Cf6W .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-vgB847Cf6W .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-vgB847Cf6W .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #e4d295;
}
.cid-vgB847Cf6W .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-vgB847Cf6W .mbr-section-title,
.cid-vgB847Cf6W .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vgB847Cf6W .list {
  color: #ffffff;
}
.cid-vgB847Cf6W .copyright {
  color: #cacaca;
  text-align: center;
}
.cid-vgB847Cf6W .list,
.cid-vgB847Cf6W .nav-wrapper,
.cid-vgB847Cf6W .soc-wrapper {
  text-align: center;
}
.cid-vjLWCtjkQh {
  z-index: 1000;
  width: 100%;
}
.cid-vjLWCtjkQh nav.navbar {
  position: fixed;
}
.cid-vjLWCtjkQh .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vjLWCtjkQh .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vjLWCtjkQh .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  border: 2px solid #161616 !important;
  background-color: #ffffff !important;
  margin-top: -1px;
  margin-bottom: -1px;
}
.cid-vjLWCtjkQh .dropdown-item:hover,
.cid-vjLWCtjkQh .dropdown-item:focus {
  background: #191919 !important;
  color: white !important;
}
.cid-vjLWCtjkQh .dropdown-item:hover span {
  color: white;
}
.cid-vjLWCtjkQh .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vjLWCtjkQh .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vjLWCtjkQh .dropdown-item:hover,
.cid-vjLWCtjkQh .dropdown-item:focus,
.cid-vjLWCtjkQh .dropdown-item:active {
  background-color: #c2c0bc !important;
}
.cid-vjLWCtjkQh .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vjLWCtjkQh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vjLWCtjkQh .nav-link {
  position: relative;
}
.cid-vjLWCtjkQh .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vjLWCtjkQh .container {
    flex-wrap: nowrap;
  }
}
.cid-vjLWCtjkQh .iconfont-wrapper {
  color: #0a0a0a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vjLWCtjkQh .navbar-caption {
  font-weight: 700;
}
.cid-vjLWCtjkQh .navbar-nav {
  margin-right: auto;
  margin-left: auto;
}
.cid-vjLWCtjkQh .dropdown-menu,
.cid-vjLWCtjkQh .navbar.opened {
  background: #000000 !important;
}
.cid-vjLWCtjkQh .nav-item:focus,
.cid-vjLWCtjkQh .nav-link:focus {
  outline: none;
}
.cid-vjLWCtjkQh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vjLWCtjkQh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vjLWCtjkQh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vjLWCtjkQh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vjLWCtjkQh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vjLWCtjkQh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vjLWCtjkQh .navbar {
  min-height: 96px;
  transition: all 0.3s;
  border-bottom: none !important;
  background: #000000;
  padding: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
@media (max-width: 991px) {
  .cid-vjLWCtjkQh .navbar {
    min-height: 80px;
  }
  .cid-vjLWCtjkQh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vjLWCtjkQh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vjLWCtjkQh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vjLWCtjkQh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vjLWCtjkQh .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vjLWCtjkQh .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vjLWCtjkQh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vjLWCtjkQh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vjLWCtjkQh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vjLWCtjkQh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vjLWCtjkQh .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vjLWCtjkQh .navbar.opened {
  transition: all 0.3s;
}
.cid-vjLWCtjkQh .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vjLWCtjkQh .navbar .navbar-logo img {
  width: auto;
}
.cid-vjLWCtjkQh .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vjLWCtjkQh .navbar.collapsed {
  justify-content: center;
}
.cid-vjLWCtjkQh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vjLWCtjkQh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vjLWCtjkQh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-vjLWCtjkQh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vjLWCtjkQh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vjLWCtjkQh .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vjLWCtjkQh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vjLWCtjkQh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vjLWCtjkQh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cid-vjLWCtjkQh .navbar.navbar-short {
  min-height: 76px;
}
@media (max-width: 991px) {
  .cid-vjLWCtjkQh .navbar.navbar-short {
    min-height: 70px;
  }
}
.cid-vjLWCtjkQh .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vjLWCtjkQh .navbar.navbar-short .navbar-brand {
  min-height: 76px;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vjLWCtjkQh .navbar.navbar-short .navbar-brand {
    min-height: 70px;
  }
}
.cid-vjLWCtjkQh .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-vjLWCtjkQh .navbar-brand {
    min-height: 80px;
  }
}
.cid-vjLWCtjkQh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vjLWCtjkQh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vjLWCtjkQh .dropdown-item.active,
.cid-vjLWCtjkQh .dropdown-item:active {
  background-color: transparent;
}
.cid-vjLWCtjkQh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vjLWCtjkQh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vjLWCtjkQh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vjLWCtjkQh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-vjLWCtjkQh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vjLWCtjkQh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vjLWCtjkQh ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vjLWCtjkQh .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vjLWCtjkQh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vjLWCtjkQh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c7b599;
}
.cid-vjLWCtjkQh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vjLWCtjkQh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vjLWCtjkQh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vjLWCtjkQh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vjLWCtjkQh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vjLWCtjkQh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vjLWCtjkQh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vjLWCtjkQh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vjLWCtjkQh .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vjLWCtjkQh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vjLWCtjkQh .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vjLWCtjkQh .navbar {
    height: 70px;
  }
  .cid-vjLWCtjkQh .navbar.opened {
    height: auto;
  }
  .cid-vjLWCtjkQh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vjLWCtjkQh .nav-item-transform {
  display: flex;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vjLWCtjkQh .nav-item .nav-link {
  color: #0A0A0A;
  font-weight: 700;
  padding: 16px !important;
  margin: 0 !important;
}
.cid-vjLWCtjkQh .nav-item {
  font-weight: 700;
  margin-right: 16px;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vjLWCtjkQh .nav-item {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-vjLWCtjkQh .navbar .icons-menu {
    padding-right: 0 !important;
  }
}
.cid-vgChN4CcmW {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vgChN4CcmW .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgChN4CcmW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgChN4CcmW .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vgChN4CcmW .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vgChN4CcmW .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #e4ed64;
}
.cid-vgChN4CcmW .title-wrapper .title-wrap .mbr-section-title {
  width: 60%;
  display: inline-block;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgChN4CcmW .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vgChN4CcmW .item {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vgChN4CcmW .item {
    margin-bottom: 15px;
  }
}
.cid-vgChN4CcmW .item .item-wrapper {
  position: relative;
  height: 100%;
  padding: 100px;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 1440px) {
  .cid-vgChN4CcmW .item .item-wrapper {
    padding: 100px 40px;
  }
}
@media (max-width: 992px) {
  .cid-vgChN4CcmW .item .item-wrapper {
    padding: 200px 15px 15px;
  }
}
.cid-vgChN4CcmW .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vgChN4CcmW .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  width: 48%;
  padding: 50px 60px;
}
@media (max-width: 992px) {
  .cid-vgChN4CcmW .item .item-wrapper .item-content {
    padding: 30px 15px;
    width: 100%;
  }
}
.cid-vgChN4CcmW .item .item-wrapper .item-content .label-wrap .card-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 15px;
  background-color: #e4ed64;
  border: 1px solid #e4ed64;
}
.cid-vgChN4CcmW .item .item-wrapper .item-content .card-title {
  margin-bottom: 20px;
  transition: all .3s ease;
  text-decoration: underline;
  text-decoration-color: transparent;
  padding-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
}
.cid-vgChN4CcmW .item .item-wrapper .item-content .card-title:hover,
.cid-vgChN4CcmW .item .item-wrapper .item-content .card-title:focus {
  text-decoration-color: inherit;
}
.cid-vgChN4CcmW .item .item-wrapper .item-content .card-text {
  margin-bottom: 0;
  transition: all .3s ease;
}
.cid-vgChN4CcmW .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 20px;
}
.cid-vgChN4CcmW .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vgChN4CcmW .mbr-label,
.cid-vgChN4CcmW .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vgChN4CcmW .mbr-section-title,
.cid-vgChN4CcmW .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vgChN4CcmW .card-label {
  color: #000000;
}
.cid-vgChN4CcmW .card-title {
  color: #000000;
}
.cid-vgChN4CcmW .card-text {
  color: #191919;
}
.cid-vgChN4CcmW .mbr-section-title,
.cid-vgChN4CcmW .title-wrap {
  color: #c6a162;
}
.cid-vgChN5Loy3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vgChN5Loy3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgChN5Loy3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgChN5Loy3 .main-wrap {
  display: grid;
  max-width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 100px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vgChN5Loy3 .main-wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-row-gap: 50px;
  }
}
.cid-vgChN5Loy3 .card-col {
  display: flex;
  height: 100%;
  padding: 0;
}
@media (max-width: 575px) {
  .cid-vgChN5Loy3 .card-col {
    padding: 20px 0 0;
  }
}
.cid-vgChN5Loy3 .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 80%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .cid-vgChN5Loy3 .card-wrapper {
    margin: 0 auto 0 0;
    max-width: 70%;
  }
}
@media (max-width: 575px) {
  .cid-vgChN5Loy3 .card-wrapper {
    max-width: 100%;
  }
}
.cid-vgChN5Loy3 .card-title {
  padding-bottom: 10px;
  color: #000000;
}
.cid-vgChN5Loy3 .mbr-text {
  margin-top: 40px;
  margin-bottom: 0;
  color: #747474;
}
.cid-vgChN5Loy3 .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-vgChN5Loy3 .image-wrapper {
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 575px) {
  .cid-vgChN5Loy3 .image-wrapper {
    max-width: 100%;
  }
}
.cid-vgChN5Loy3 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vgChN5Loy3 .mbr-text,
.cid-vgChN5Loy3 .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-vgChN5uH2n {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f6f1eb;
}
.cid-vgChN5uH2n .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin: auto auto 1rem 2rem;
  height: fit-content;
  max-width: 300px;
}
.cid-vgChN5uH2n .card-wrap {
  background-color: #f6f1eb;
  display: flex;
  height: 100%;
  min-height: 300px;
}
.cid-vgChN5uH2n .card-wrap:hover h4,
.cid-vgChN5uH2n .card-wrap:hover a {
  background-size: 100% 100%;
}
.cid-vgChN5uH2n h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 0rem;
  top: -1rem;
}
.cid-vgChN5uH2n h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #ffffff;
  margin-left: 10px;
}
.cid-vgChN5uH2n img {
  width: 100%;
}
.cid-vgChN5uH2n h4 {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-vgChN5uH2n h4 a {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px) !important;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-vgChN5uH2n .card-title1,
.cid-vgChN5uH2n .title-wrap1 {
  color: #ffffff;
}
.cid-vgChN5uH2n .card-title,
.cid-vgChN5uH2n .title-wrap {
  color: #1c1c1c;
}
@media (max-width: 992px) {
  .cid-vgChN5uH2n .mdpb {
    padding-bottom: 2rem;
  }
  .cid-vgChN5uH2n .card-box {
    margin: auto auto 0rem 1rem;
  }
}
.cid-vgChN5uH2n H3 {
  color: #ffffff;
}
.cid-vgChN5uH2n .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgChN5uH2n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgChN5uH2n .mbr-text,
.cid-vgChN5uH2n .mbr-section-btn {
  color: #232323;
}
.cid-vgCiQceMKD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vgCiQceMKD .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgCiQceMKD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgCiQceMKD .main-wrap {
  display: grid;
  max-width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 100px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vgCiQceMKD .main-wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-row-gap: 50px;
  }
}
.cid-vgCiQceMKD .card-col {
  display: flex;
  height: 100%;
  padding: 0;
}
@media (max-width: 575px) {
  .cid-vgCiQceMKD .card-col {
    padding: 20px 0 0;
  }
}
.cid-vgCiQceMKD .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 80%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .cid-vgCiQceMKD .card-wrapper {
    margin: 0 auto 0 0;
    max-width: 70%;
  }
}
@media (max-width: 575px) {
  .cid-vgCiQceMKD .card-wrapper {
    max-width: 100%;
  }
}
.cid-vgCiQceMKD .card-title {
  padding-bottom: 10px;
  color: #000000;
}
.cid-vgCiQceMKD .mbr-text {
  margin-top: 40px;
  margin-bottom: 0;
  color: #747474;
}
.cid-vgCiQceMKD .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-vgCiQceMKD .image-wrapper {
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 575px) {
  .cid-vgCiQceMKD .image-wrapper {
    max-width: 100%;
  }
}
.cid-vgCiQceMKD .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vgCiQceMKD .mbr-text,
.cid-vgCiQceMKD .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-vgChN64Fr4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/indeva-lotus-background.jpg-1280x720.jpg");
}
.cid-vgChN64Fr4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgChN64Fr4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgChN64Fr4 .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-vgChN64Fr4 .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-vgChN64Fr4 .container {
    padding: 0 26px;
  }
}
.cid-vgChN64Fr4 .row {
  padding: 60px;
  margin: 0;
  border: 1px solid #767676;
  padding: 120px 60px 60px 30px;
}
@media (max-width: 992px) {
  .cid-vgChN64Fr4 .row {
    padding: 120px 30px;
  }
}
@media (max-width: 992px) {
  .cid-vgChN64Fr4 .row {
    padding: 26px;
  }
}
.cid-vgChN64Fr4 .title-wrapper {
  margin-bottom: 50px;
}
.cid-vgChN64Fr4 .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vgChN64Fr4 .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-vgChN64Fr4 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vgChN64Fr4 .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-vgChN64Fr4 .title-wrapper .title-wrap .logo-wrap img {
  width: 110px;
  height: 100px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-vgChN64Fr4 .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-vgChN64Fr4 .nav-wrapper {
  margin-bottom: 50px;
}
.cid-vgChN64Fr4 .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-vgChN64Fr4 .nav-wrapper .list {
    display: block;
  }
}
.cid-vgChN64Fr4 .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-vgChN64Fr4 .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-vgChN64Fr4 .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-vgChN64Fr4 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-vgChN64Fr4 .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-vgChN64Fr4 .soc-wrapper {
  margin-bottom: 50px;
}
.cid-vgChN64Fr4 .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-vgChN64Fr4 .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-vgChN64Fr4 .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-vgChN64Fr4 .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-vgChN64Fr4 .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #e4d295;
}
.cid-vgChN64Fr4 .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-vgChN64Fr4 .mbr-section-title,
.cid-vgChN64Fr4 .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vgChN64Fr4 .list {
  color: #ffffff;
}
.cid-vgChN64Fr4 .copyright {
  color: #cacaca;
  text-align: center;
}
.cid-vgChN64Fr4 .list,
.cid-vgChN64Fr4 .nav-wrapper,
.cid-vgChN64Fr4 .soc-wrapper {
  text-align: center;
}
.cid-vjLWCtjkQh {
  z-index: 1000;
  width: 100%;
}
.cid-vjLWCtjkQh nav.navbar {
  position: fixed;
}
.cid-vjLWCtjkQh .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vjLWCtjkQh .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vjLWCtjkQh .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  border: 2px solid #161616 !important;
  background-color: #ffffff !important;
  margin-top: -1px;
  margin-bottom: -1px;
}
.cid-vjLWCtjkQh .dropdown-item:hover,
.cid-vjLWCtjkQh .dropdown-item:focus {
  background: #191919 !important;
  color: white !important;
}
.cid-vjLWCtjkQh .dropdown-item:hover span {
  color: white;
}
.cid-vjLWCtjkQh .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vjLWCtjkQh .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vjLWCtjkQh .dropdown-item:hover,
.cid-vjLWCtjkQh .dropdown-item:focus,
.cid-vjLWCtjkQh .dropdown-item:active {
  background-color: #c2c0bc !important;
}
.cid-vjLWCtjkQh .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vjLWCtjkQh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vjLWCtjkQh .nav-link {
  position: relative;
}
.cid-vjLWCtjkQh .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vjLWCtjkQh .container {
    flex-wrap: nowrap;
  }
}
.cid-vjLWCtjkQh .iconfont-wrapper {
  color: #0a0a0a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vjLWCtjkQh .navbar-caption {
  font-weight: 700;
}
.cid-vjLWCtjkQh .navbar-nav {
  margin-right: auto;
  margin-left: auto;
}
.cid-vjLWCtjkQh .dropdown-menu,
.cid-vjLWCtjkQh .navbar.opened {
  background: #000000 !important;
}
.cid-vjLWCtjkQh .nav-item:focus,
.cid-vjLWCtjkQh .nav-link:focus {
  outline: none;
}
.cid-vjLWCtjkQh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vjLWCtjkQh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vjLWCtjkQh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vjLWCtjkQh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vjLWCtjkQh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vjLWCtjkQh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vjLWCtjkQh .navbar {
  min-height: 96px;
  transition: all 0.3s;
  border-bottom: none !important;
  background: #000000;
  padding: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
@media (max-width: 991px) {
  .cid-vjLWCtjkQh .navbar {
    min-height: 80px;
  }
  .cid-vjLWCtjkQh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vjLWCtjkQh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vjLWCtjkQh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vjLWCtjkQh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vjLWCtjkQh .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vjLWCtjkQh .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vjLWCtjkQh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vjLWCtjkQh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vjLWCtjkQh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vjLWCtjkQh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vjLWCtjkQh .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vjLWCtjkQh .navbar.opened {
  transition: all 0.3s;
}
.cid-vjLWCtjkQh .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vjLWCtjkQh .navbar .navbar-logo img {
  width: auto;
}
.cid-vjLWCtjkQh .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vjLWCtjkQh .navbar.collapsed {
  justify-content: center;
}
.cid-vjLWCtjkQh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vjLWCtjkQh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vjLWCtjkQh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-vjLWCtjkQh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vjLWCtjkQh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vjLWCtjkQh .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vjLWCtjkQh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vjLWCtjkQh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vjLWCtjkQh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cid-vjLWCtjkQh .navbar.navbar-short {
  min-height: 76px;
}
@media (max-width: 991px) {
  .cid-vjLWCtjkQh .navbar.navbar-short {
    min-height: 70px;
  }
}
.cid-vjLWCtjkQh .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vjLWCtjkQh .navbar.navbar-short .navbar-brand {
  min-height: 76px;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vjLWCtjkQh .navbar.navbar-short .navbar-brand {
    min-height: 70px;
  }
}
.cid-vjLWCtjkQh .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-vjLWCtjkQh .navbar-brand {
    min-height: 80px;
  }
}
.cid-vjLWCtjkQh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vjLWCtjkQh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vjLWCtjkQh .dropdown-item.active,
.cid-vjLWCtjkQh .dropdown-item:active {
  background-color: transparent;
}
.cid-vjLWCtjkQh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vjLWCtjkQh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vjLWCtjkQh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vjLWCtjkQh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-vjLWCtjkQh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vjLWCtjkQh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vjLWCtjkQh ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vjLWCtjkQh .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vjLWCtjkQh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vjLWCtjkQh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c7b599;
}
.cid-vjLWCtjkQh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vjLWCtjkQh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vjLWCtjkQh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vjLWCtjkQh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vjLWCtjkQh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vjLWCtjkQh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vjLWCtjkQh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vjLWCtjkQh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vjLWCtjkQh .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vjLWCtjkQh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vjLWCtjkQh .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vjLWCtjkQh .navbar {
    height: 70px;
  }
  .cid-vjLWCtjkQh .navbar.opened {
    height: auto;
  }
  .cid-vjLWCtjkQh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vjLWCtjkQh .nav-item-transform {
  display: flex;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vjLWCtjkQh .nav-item .nav-link {
  color: #0A0A0A;
  font-weight: 700;
  padding: 16px !important;
  margin: 0 !important;
}
.cid-vjLWCtjkQh .nav-item {
  font-weight: 700;
  margin-right: 16px;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vjLWCtjkQh .nav-item {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-vjLWCtjkQh .navbar .icons-menu {
    padding-right: 0 !important;
  }
}
.cid-vgCl2LRZCA {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/2017-02-20-17-42-33.jpg-1478x1900.jpg");
}
.cid-vgCl2LRZCA H1 {
  color: #ffffff;
}
.cid-vgCl2Mc82u {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vgCl2Mc82u .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgCl2Mc82u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgCl2Mc82u .image-wrapper {
  position: relative;
  margin: auto;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  overflow: hidden;
}
.cid-vgCl2Mc82u .image-wrapper p {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, 30%);
  transition: all 0.3s;
  opacity: 0;
}
.cid-vgCl2Mc82u .image-wrapper:hover img,
.cid-vgCl2Mc82u .image-wrapper:focus-within img {
  transform: scale(1.1);
}
.cid-vgCl2Mc82u .image-wrapper:hover p,
.cid-vgCl2Mc82u .image-wrapper:focus-within p {
  transform: translate(-50%, -50%);
  opacity: 1;
}
@media (max-width: 992px) {
  .cid-vgCl2Mc82u .image-wrapper {
    margin-bottom: 3rem;
  }
  .cid-vgCl2Mc82u .image-wrapper img {
    transform: scale(1.1);
  }
  .cid-vgCl2Mc82u .image-wrapper p {
    transform: translate(-50%, -50%);
    opacity: 1;
  }
}
.cid-vgCl2Mc82u img {
  width: 280px;
  height: 280px;
  transition: all 0.3s;
  border-radius: 50%;
}
.cid-vgCl2Mc82u .mbr-name {
  color: #ffffff;
}
.cid-vgCl2Mc82u .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-vgCl2Ms5dx {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-vgCl2Ms5dx h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: -1rem;
}
.cid-vgCl2Ms5dx h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #232323;
  margin-left: 10px;
}
.cid-vgCl2Ms5dx .mbr-text,
.cid-vgCl2Ms5dx .mbr-section-btn {
  color: #767676;
  text-align: center;
}
.cid-vgCl2Ms5dx .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgCl2Ms5dx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgCl2Ms5dx H1 {
  text-align: center;
}
.cid-vgCl2MEFKW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/indeva-lotus-background.jpg-1280x720.jpg");
}
.cid-vgCl2MEFKW .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgCl2MEFKW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgCl2MEFKW .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-vgCl2MEFKW .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-vgCl2MEFKW .container {
    padding: 0 26px;
  }
}
.cid-vgCl2MEFKW .row {
  padding: 60px;
  margin: 0;
  border: 1px solid #767676;
  padding: 120px 60px 60px 30px;
}
@media (max-width: 992px) {
  .cid-vgCl2MEFKW .row {
    padding: 120px 30px;
  }
}
@media (max-width: 992px) {
  .cid-vgCl2MEFKW .row {
    padding: 26px;
  }
}
.cid-vgCl2MEFKW .title-wrapper {
  margin-bottom: 50px;
}
.cid-vgCl2MEFKW .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vgCl2MEFKW .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-vgCl2MEFKW .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vgCl2MEFKW .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-vgCl2MEFKW .title-wrapper .title-wrap .logo-wrap img {
  width: 110px;
  height: 100px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-vgCl2MEFKW .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-vgCl2MEFKW .nav-wrapper {
  margin-bottom: 50px;
}
.cid-vgCl2MEFKW .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-vgCl2MEFKW .nav-wrapper .list {
    display: block;
  }
}
.cid-vgCl2MEFKW .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-vgCl2MEFKW .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-vgCl2MEFKW .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-vgCl2MEFKW .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-vgCl2MEFKW .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-vgCl2MEFKW .soc-wrapper {
  margin-bottom: 50px;
}
.cid-vgCl2MEFKW .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-vgCl2MEFKW .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-vgCl2MEFKW .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-vgCl2MEFKW .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-vgCl2MEFKW .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #e4d295;
}
.cid-vgCl2MEFKW .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-vgCl2MEFKW .mbr-section-title,
.cid-vgCl2MEFKW .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vgCl2MEFKW .list {
  color: #ffffff;
}
.cid-vgCl2MEFKW .copyright {
  color: #cacaca;
  text-align: center;
}
.cid-vgCl2MEFKW .list,
.cid-vgCl2MEFKW .nav-wrapper,
.cid-vgCl2MEFKW .soc-wrapper {
  text-align: center;
}
.cid-vjMZQn1KUx {
  z-index: 1000;
  width: 100%;
}
.cid-vjMZQn1KUx nav.navbar {
  position: fixed;
}
.cid-vjMZQn1KUx .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vjMZQn1KUx .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vjMZQn1KUx .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  border: 2px solid #161616 !important;
  background-color: #ffffff !important;
  margin-top: -1px;
  margin-bottom: -1px;
}
.cid-vjMZQn1KUx .dropdown-item:hover,
.cid-vjMZQn1KUx .dropdown-item:focus {
  background: #191919 !important;
  color: white !important;
}
.cid-vjMZQn1KUx .dropdown-item:hover span {
  color: white;
}
.cid-vjMZQn1KUx .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vjMZQn1KUx .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vjMZQn1KUx .dropdown-item:hover,
.cid-vjMZQn1KUx .dropdown-item:focus,
.cid-vjMZQn1KUx .dropdown-item:active {
  background-color: #c2c0bc !important;
}
.cid-vjMZQn1KUx .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vjMZQn1KUx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vjMZQn1KUx .nav-link {
  position: relative;
}
.cid-vjMZQn1KUx .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vjMZQn1KUx .container {
    flex-wrap: nowrap;
  }
}
.cid-vjMZQn1KUx .iconfont-wrapper {
  color: #0a0a0a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vjMZQn1KUx .navbar-caption {
  font-weight: 700;
}
.cid-vjMZQn1KUx .navbar-nav {
  margin-right: auto;
  margin-left: auto;
}
.cid-vjMZQn1KUx .dropdown-menu,
.cid-vjMZQn1KUx .navbar.opened {
  background: #000000 !important;
}
.cid-vjMZQn1KUx .nav-item:focus,
.cid-vjMZQn1KUx .nav-link:focus {
  outline: none;
}
.cid-vjMZQn1KUx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vjMZQn1KUx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vjMZQn1KUx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vjMZQn1KUx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vjMZQn1KUx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vjMZQn1KUx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vjMZQn1KUx .navbar {
  min-height: 96px;
  transition: all 0.3s;
  border-bottom: none !important;
  background: #000000;
  padding: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
@media (max-width: 991px) {
  .cid-vjMZQn1KUx .navbar {
    min-height: 80px;
  }
  .cid-vjMZQn1KUx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vjMZQn1KUx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vjMZQn1KUx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vjMZQn1KUx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vjMZQn1KUx .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vjMZQn1KUx .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vjMZQn1KUx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vjMZQn1KUx .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vjMZQn1KUx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vjMZQn1KUx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vjMZQn1KUx .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vjMZQn1KUx .navbar.opened {
  transition: all 0.3s;
}
.cid-vjMZQn1KUx .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vjMZQn1KUx .navbar .navbar-logo img {
  width: auto;
}
.cid-vjMZQn1KUx .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vjMZQn1KUx .navbar.collapsed {
  justify-content: center;
}
.cid-vjMZQn1KUx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vjMZQn1KUx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vjMZQn1KUx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-vjMZQn1KUx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vjMZQn1KUx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vjMZQn1KUx .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vjMZQn1KUx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vjMZQn1KUx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vjMZQn1KUx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cid-vjMZQn1KUx .navbar.navbar-short {
  min-height: 76px;
}
@media (max-width: 991px) {
  .cid-vjMZQn1KUx .navbar.navbar-short {
    min-height: 70px;
  }
}
.cid-vjMZQn1KUx .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vjMZQn1KUx .navbar.navbar-short .navbar-brand {
  min-height: 76px;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vjMZQn1KUx .navbar.navbar-short .navbar-brand {
    min-height: 70px;
  }
}
.cid-vjMZQn1KUx .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-vjMZQn1KUx .navbar-brand {
    min-height: 80px;
  }
}
.cid-vjMZQn1KUx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vjMZQn1KUx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vjMZQn1KUx .dropdown-item.active,
.cid-vjMZQn1KUx .dropdown-item:active {
  background-color: transparent;
}
.cid-vjMZQn1KUx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vjMZQn1KUx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vjMZQn1KUx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vjMZQn1KUx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-vjMZQn1KUx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vjMZQn1KUx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vjMZQn1KUx ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vjMZQn1KUx .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vjMZQn1KUx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vjMZQn1KUx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c7b599;
}
.cid-vjMZQn1KUx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vjMZQn1KUx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vjMZQn1KUx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vjMZQn1KUx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vjMZQn1KUx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vjMZQn1KUx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vjMZQn1KUx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vjMZQn1KUx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vjMZQn1KUx .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vjMZQn1KUx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vjMZQn1KUx .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vjMZQn1KUx .navbar {
    height: 70px;
  }
  .cid-vjMZQn1KUx .navbar.opened {
    height: auto;
  }
  .cid-vjMZQn1KUx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vjMZQn1KUx .nav-item-transform {
  display: flex;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vjMZQn1KUx .nav-item .nav-link {
  color: #0A0A0A;
  font-weight: 700;
  padding: 16px !important;
  margin: 0 !important;
}
.cid-vjMZQn1KUx .nav-item {
  font-weight: 700;
  margin-right: 16px;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vjMZQn1KUx .nav-item {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-vjMZQn1KUx .navbar .icons-menu {
    padding-right: 0 !important;
  }
}
.cid-vjMZQo3sT1 {
  overflow: hidden !important;
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/lotus.jpg-1280x720.jpeg");
}
@media (max-width: 991px) {
  .cid-vjMZQo3sT1 {
    height: auto;
    min-height: auto;
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
.cid-vjMZQo3sT1 .container-fluid {
  padding: 0 3rem;
}
.cid-vjMZQo3sT1 .animated-element {
  color: #efefef;
}
@media (max-width: 767px) {
  .cid-vjMZQo3sT1 .container-fluid {
    padding: 0 1rem;
  }
}
.cid-vjMZQo3sT1 h1 {
  margin-bottom: 1rem;
}
.cid-vjMZQo3sT1 .mbr-section-title {
  font-weight: 300;
}
.cid-vjMZQo3sT1 .btn-line {
  margin-top: 3rem;
}
.cid-vjMZQo3sT1 p {
  margin-bottom: 0;
}
.cid-vjMZQo3sT1 .mbr-text,
.cid-vjMZQo3sT1 .mbr-section-btn {
  text-align: left;
}
.cid-vjMZQotQUH {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #e2cfb1;
  position: relative;
  overflow: hidden;
}
.cid-vjMZQotQUH .container {
  max-width: 920px;
}
.cid-vjMZQotQUH .border-container {
  position: relative;
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 80px 60px;
  background-color: #e2cfb1;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 991px) {
  .cid-vjMZQotQUH .border-container {
    padding: 7% 5%;
  }
}
@media (max-width: 767px) {
  .cid-vjMZQotQUH .border-container {
    padding: 8% 6%;
  }
}
@media (max-width: 575px) {
  .cid-vjMZQotQUH .border-container {
    padding: 9% 7%;
  }
}
.cid-vjMZQotQUH .frame-top-left {
  top: -1px;
  left: -1px;
  border-bottom: 1px solid;
  border-right: 1px solid;
  border-bottom-right-radius: 100%;
}
.cid-vjMZQotQUH .frame-top-right {
  top: -1px;
  right: -1px;
  border-bottom: 1px solid;
  border-left: 1px solid;
  border-bottom-left-radius: 100%;
}
.cid-vjMZQotQUH .frame-bottom-left {
  bottom: -1px;
  left: -1px;
  border-top: 1px solid;
  border-right: 1px solid;
  border-top-right-radius: 100%;
}
.cid-vjMZQotQUH .frame-bottom-right {
  bottom: -1px;
  right: -1px;
  border-top: 1px solid;
  border-left: 1px solid;
  border-top-left-radius: 100%;
}
.cid-vjMZQotQUH .border-frame {
  position: absolute;
  z-index: 5;
  width: 60px;
  aspect-ratio: 1;
  background-color: #e2cfb1;
  border-color: rgba(255, 255, 255, 0.2);
}
@media (max-width: 991px) {
  .cid-vjMZQotQUH .border-frame {
    width: 5%;
  }
}
@media (max-width: 767px) {
  .cid-vjMZQotQUH .border-frame {
    width: 6%;
  }
}
@media (max-width: 575px) {
  .cid-vjMZQotQUH .border-frame {
    width: 7%;
  }
}
.cid-vjMZQotQUH .content-container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vjMZQotQUH .content-container {
    min-height: auto;
  }
}
.cid-vjMZQotQUH .text-container {
  width: 100%;
}
.cid-vjMZQotQUH .text-wrapper {
  width: 100%;
}
.cid-vjMZQotQUH .mbr-text {
  color: #1a2229;
  width: 100%;
  margin: 0;
}
.cid-vjMZQotQUH .card-title {
  color: #1c1c1c;
  width: 100%;
  margin-bottom: 28px !important;
}
.cid-vjMZQotQUH .mbr-section-btn {
  margin-top: 28px;
}
.cid-vjMZQotQUH .line-frame {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: 0 50% 0;
  height: 1px;
  width: 1000%;
  background-color: rgba(255, 255, 255, 0.2);
}
.cid-vjMZQotQUH .line-frame-1 {
  transform: rotate(30deg) translate(-50%, -50%);
}
.cid-vjMZQotQUH .line-frame-2 {
  transform: rotate(60deg) translate(-50%, -50%);
}
.cid-vjMZQotQUH .line-frame-3 {
  transform: rotate(90deg) translate(-50%, -50%);
}
.cid-vjMZQotQUH .line-frame-4 {
  transform: rotate(120deg) translate(-50%, -50%);
}
.cid-vjMZQotQUH .line-frame-5 {
  transform: rotate(150deg) translate(-50%, -50%);
}
.cid-vjMZQotQUH .mbr-text,
.cid-vjMZQotQUH .mbr-section-btn {
  color: #171e25;
}
.cid-vjN4EkdGCk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vjN4EkdGCk .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjN4EkdGCk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjN4EkdGCk .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-vjN4EkdGCk .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-vjN4EkdGCk .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-vjN4EkdGCk .container {
    padding: 0 20px;
  }
}
.cid-vjN4EkdGCk .row {
  justify-content: center;
}
.cid-vjN4EkdGCk .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vjN4EkdGCk .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-vjN4EkdGCk .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vjN4EkdGCk .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-vjN4EkdGCk .content-wrapper .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
}
@media (max-width: 1200px) {
  .cid-vjN4EkdGCk .content-wrapper .items-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .cid-vjN4EkdGCk .content-wrapper .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-vjN4EkdGCk .content-wrapper .items-wrapper .item .item-wrapper .icon-wrapper {
  margin-bottom: 20px;
}
.cid-vjN4EkdGCk .content-wrapper .items-wrapper .item .item-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 32px;
  color: #826a43;
  display: inline-flex;
}
.cid-vjN4EkdGCk .content-wrapper .items-wrapper .item .item-wrapper .card-box .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #635a51;
  opacity: .2;
  margin-bottom: 20px;
}
.cid-vjN4EkdGCk .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 20px;
}
.cid-vjN4EkdGCk .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
  line-height: 1.6;
}
.cid-vjN4EkdGCk .mbr-section-title {
  color: #000000;
}
.cid-vjN4EkdGCk .mbr-text {
  color: #38001b;
}
.cid-vjN4EkdGCk .item-title {
  color: #38001b;
}
.cid-vjN4EkdGCk .item-text {
  color: #000000;
}
.cid-vjN4EkdGCk .item-title,
.cid-vjN4EkdGCk .icon-wrapper {
  color: #826a43;
}
.cid-vjN4EkdGCk .mbr-text,
.cid-vjN4EkdGCk .text-wrapper {
  color: #000000;
}
.cid-vjMZQph9bj {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f6f1eb;
}
.cid-vjMZQph9bj .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin: auto auto 1rem 2rem;
  height: fit-content;
  max-width: 300px;
}
.cid-vjMZQph9bj .card-wrap {
  background-color: #f6f1eb;
  display: flex;
  height: 100%;
  min-height: 300px;
}
.cid-vjMZQph9bj .card-wrap:hover h4,
.cid-vjMZQph9bj .card-wrap:hover a {
  background-size: 100% 100%;
}
.cid-vjMZQph9bj h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 0rem;
  top: -1rem;
}
.cid-vjMZQph9bj h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #ffffff;
  margin-left: 10px;
}
.cid-vjMZQph9bj img {
  width: 100%;
}
.cid-vjMZQph9bj h4 {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-vjMZQph9bj h4 a {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px) !important;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-vjMZQph9bj .card-title1,
.cid-vjMZQph9bj .title-wrap1 {
  color: #ffffff;
}
.cid-vjMZQph9bj .card-title,
.cid-vjMZQph9bj .title-wrap {
  color: #1c1c1c;
}
@media (max-width: 992px) {
  .cid-vjMZQph9bj .mdpb {
    padding-bottom: 2rem;
  }
  .cid-vjMZQph9bj .card-box {
    margin: auto auto 0rem 1rem;
  }
}
.cid-vjMZQph9bj H3 {
  color: #ffffff;
}
.cid-vjMZQph9bj .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjMZQph9bj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjMZQph9bj .mbr-text,
.cid-vjMZQph9bj .mbr-section-btn {
  color: #232323;
}
.cid-vjMZQpvMfz {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-vjMZQpvMfz .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjMZQpvMfz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjMZQpvMfz .main-wrap {
  display: grid;
  max-width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 100px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vjMZQpvMfz .main-wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-row-gap: 50px;
  }
}
.cid-vjMZQpvMfz .card-col {
  display: flex;
  height: 100%;
  padding: 0;
}
@media (max-width: 575px) {
  .cid-vjMZQpvMfz .card-col {
    padding: 20px 0 0;
  }
}
.cid-vjMZQpvMfz .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 80%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .cid-vjMZQpvMfz .card-wrapper {
    margin: 0 auto 0 0;
    max-width: 70%;
  }
}
@media (max-width: 575px) {
  .cid-vjMZQpvMfz .card-wrapper {
    max-width: 100%;
  }
}
.cid-vjMZQpvMfz .card-title {
  padding-bottom: 10px;
  color: #000000;
}
.cid-vjMZQpvMfz .mbr-text {
  margin-top: 40px;
  margin-bottom: 0;
  color: #747474;
}
.cid-vjMZQpvMfz .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-vjMZQpvMfz .image-wrapper {
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 575px) {
  .cid-vjMZQpvMfz .image-wrapper {
    max-width: 100%;
  }
}
.cid-vjMZQpvMfz .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vjMZQpvMfz .mbr-text,
.cid-vjMZQpvMfz .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-vjMZQpMbVZ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f6f1eb;
}
.cid-vjMZQpMbVZ h6 {
  line-height: 1.2;
}
.cid-vjMZQpMbVZ img,
.cid-vjMZQpMbVZ .item-img {
  width: 100%;
  height: 100%;
}
.cid-vjMZQpMbVZ .item:focus,
.cid-vjMZQpMbVZ span:focus {
  outline: none;
}
.cid-vjMZQpMbVZ .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-vjMZQpMbVZ .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-vjMZQpMbVZ .mbr-section-title {
  color: #000000;
}
.cid-vjMZQpMbVZ .mbr-text,
.cid-vjMZQpMbVZ .mbr-section-btn {
  color: #000000;
}
.cid-vjMZQpMbVZ .item-title {
  color: #000000;
  text-align: center;
}
.cid-vjMZQpMbVZ .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-vjMZQpMbVZ .item-text {
  color: #000000;
  text-align: center;
}
.cid-vjMZQpMbVZ .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-vjMZQpMbVZ .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vjMZQqdppW {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vjMZQqdppW .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjMZQqdppW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjMZQqdppW .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-vjMZQqdppW .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-vjMZQqdppW .container {
    padding: 0 20px;
  }
}
.cid-vjMZQqdppW .content-wrapper {
  padding: 60px;
  background-color: #ffffff;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-vjMZQqdppW .content-wrapper {
    padding: 46px 20px 46px;
  }
}
.cid-vjMZQqdppW .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-vjMZQqdppW .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-vjMZQqdppW .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vjMZQqdppW .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-vjMZQqdppW .content-wrapper .items-wrapper .items-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-vjMZQqdppW .content-wrapper .items-wrapper .items-wrap .item .item-wrapper .item-img {
  display: flex;
  justify-content: center;
  padding: 0 10px;
}
.cid-vjMZQqdppW .content-wrapper .items-wrapper .items-wrap .item .item-wrapper .item-img img {
  height: 150px;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-vjMZQqdppW .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-vjMZQqdppW .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-vjMZQqdppW .mbr-section-title {
  color: #000000;
}
.cid-vjMZQqdppW .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-vjMZQqdppW .mbr-text,
.cid-vjMZQqdppW .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vjMZQqdppW .card-title {
  color: #000000;
  text-align: center;
}
.cid-vjMZQqdppW .mbr-section-title,
.cid-vjMZQqdppW .mbr-section-btn,
.cid-vjMZQqdppW .items-wrapper {
  text-align: center;
}
.cid-vjN6UVoVCU {
  padding-top: 165px;
  padding-bottom: 75px;
  background-color: #232323;
}
.cid-vjN6UVoVCU .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-vjN6UVoVCU .form-row {
  justify-content: flex-end;
}
.cid-vjN6UVoVCU .form-control,
.cid-vjN6UVoVCU .field-input {
  padding: 0.5rem;
  background-color: #232323;
  border: none;
  border-radius: 0;
  font-size: 1rem;
  border-bottom: 1px solid;
  border-color: #635a51;
  color: #232323;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-vjN6UVoVCU .form-control:hover,
.cid-vjN6UVoVCU .field-input:hover,
.cid-vjN6UVoVCU .form-control:focus,
.cid-vjN6UVoVCU .field-input:focus {
  background-color: #232323;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-vjN6UVoVCU input::-webkit-input-placeholder,
.cid-vjN6UVoVCU textarea::-webkit-input-placeholder {
  color: #f6f1eb;
}
.cid-vjN6UVoVCU input:-moz-placeholder,
.cid-vjN6UVoVCU textarea:-moz-placeholder {
  color: #f6f1eb;
}
.cid-vjN6UVoVCU .jq-selectbox li,
.cid-vjN6UVoVCU .jq-selectbox li {
  background-color: #232323;
  color: #ffffff;
}
.cid-vjN6UVoVCU .jq-selectbox li:hover,
.cid-vjN6UVoVCU .jq-selectbox li.selected {
  background-color: #232323;
  color: #ffffff;
}
.cid-vjN6UVoVCU .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #232323;
}
.cid-vjN6UVoVCU .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #232323;
}
.cid-vjN6UVoVCU textarea {
  min-height: 150px;
}
.cid-vjN6UVoVCU h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: 0rem;
}
.cid-vjN6UVoVCU h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #cebfaf;
  margin-left: 10px;
}
.cid-vjN6UVoVCU .mbr-text,
.cid-vjN6UVoVCU .mbr-section-btn {
  color: #ffffff;
}
.cid-vjN6UVoVCU H1 {
  color: #c6a162;
}
.cid-vjN6UVoVCU LABEL {
  color: #ffffff;
}
.cid-vjMZQqAffF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/indeva-lotus-background.jpg-1280x720.jpg");
}
.cid-vjMZQqAffF .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjMZQqAffF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjMZQqAffF .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-vjMZQqAffF .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-vjMZQqAffF .container {
    padding: 0 26px;
  }
}
.cid-vjMZQqAffF .row {
  padding: 60px;
  margin: 0;
  border: 1px solid #767676;
  padding: 120px 60px 60px 30px;
}
@media (max-width: 992px) {
  .cid-vjMZQqAffF .row {
    padding: 120px 30px;
  }
}
@media (max-width: 992px) {
  .cid-vjMZQqAffF .row {
    padding: 26px;
  }
}
.cid-vjMZQqAffF .title-wrapper {
  margin-bottom: 50px;
}
.cid-vjMZQqAffF .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vjMZQqAffF .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-vjMZQqAffF .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vjMZQqAffF .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-vjMZQqAffF .title-wrapper .title-wrap .logo-wrap img {
  width: 110px;
  height: 100px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-vjMZQqAffF .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-vjMZQqAffF .nav-wrapper {
  margin-bottom: 50px;
}
.cid-vjMZQqAffF .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-vjMZQqAffF .nav-wrapper .list {
    display: block;
  }
}
.cid-vjMZQqAffF .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-vjMZQqAffF .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-vjMZQqAffF .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-vjMZQqAffF .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-vjMZQqAffF .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-vjMZQqAffF .soc-wrapper {
  margin-bottom: 50px;
}
.cid-vjMZQqAffF .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-vjMZQqAffF .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-vjMZQqAffF .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-vjMZQqAffF .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-vjMZQqAffF .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #e4d295;
}
.cid-vjMZQqAffF .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-vjMZQqAffF .mbr-section-title,
.cid-vjMZQqAffF .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vjMZQqAffF .list {
  color: #ffffff;
}
.cid-vjMZQqAffF .copyright {
  color: #cacaca;
  text-align: center;
}
.cid-vjMZQqAffF .list,
.cid-vjMZQqAffF .nav-wrapper,
.cid-vjMZQqAffF .soc-wrapper {
  text-align: center;
}
.cid-vjLWCtjkQh {
  z-index: 1000;
  width: 100%;
}
.cid-vjLWCtjkQh nav.navbar {
  position: fixed;
}
.cid-vjLWCtjkQh .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vjLWCtjkQh .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vjLWCtjkQh .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  border: 2px solid #161616 !important;
  background-color: #ffffff !important;
  margin-top: -1px;
  margin-bottom: -1px;
}
.cid-vjLWCtjkQh .dropdown-item:hover,
.cid-vjLWCtjkQh .dropdown-item:focus {
  background: #191919 !important;
  color: white !important;
}
.cid-vjLWCtjkQh .dropdown-item:hover span {
  color: white;
}
.cid-vjLWCtjkQh .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vjLWCtjkQh .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vjLWCtjkQh .dropdown-item:hover,
.cid-vjLWCtjkQh .dropdown-item:focus,
.cid-vjLWCtjkQh .dropdown-item:active {
  background-color: #c2c0bc !important;
}
.cid-vjLWCtjkQh .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vjLWCtjkQh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vjLWCtjkQh .nav-link {
  position: relative;
}
.cid-vjLWCtjkQh .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vjLWCtjkQh .container {
    flex-wrap: nowrap;
  }
}
.cid-vjLWCtjkQh .iconfont-wrapper {
  color: #0a0a0a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vjLWCtjkQh .navbar-caption {
  font-weight: 700;
}
.cid-vjLWCtjkQh .navbar-nav {
  margin-right: auto;
  margin-left: auto;
}
.cid-vjLWCtjkQh .dropdown-menu,
.cid-vjLWCtjkQh .navbar.opened {
  background: #000000 !important;
}
.cid-vjLWCtjkQh .nav-item:focus,
.cid-vjLWCtjkQh .nav-link:focus {
  outline: none;
}
.cid-vjLWCtjkQh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vjLWCtjkQh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vjLWCtjkQh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vjLWCtjkQh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vjLWCtjkQh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vjLWCtjkQh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vjLWCtjkQh .navbar {
  min-height: 96px;
  transition: all 0.3s;
  border-bottom: none !important;
  background: #000000;
  padding: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
@media (max-width: 991px) {
  .cid-vjLWCtjkQh .navbar {
    min-height: 80px;
  }
  .cid-vjLWCtjkQh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vjLWCtjkQh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vjLWCtjkQh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vjLWCtjkQh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vjLWCtjkQh .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vjLWCtjkQh .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vjLWCtjkQh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vjLWCtjkQh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vjLWCtjkQh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vjLWCtjkQh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vjLWCtjkQh .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vjLWCtjkQh .navbar.opened {
  transition: all 0.3s;
}
.cid-vjLWCtjkQh .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vjLWCtjkQh .navbar .navbar-logo img {
  width: auto;
}
.cid-vjLWCtjkQh .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vjLWCtjkQh .navbar.collapsed {
  justify-content: center;
}
.cid-vjLWCtjkQh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vjLWCtjkQh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vjLWCtjkQh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-vjLWCtjkQh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vjLWCtjkQh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vjLWCtjkQh .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vjLWCtjkQh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vjLWCtjkQh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vjLWCtjkQh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cid-vjLWCtjkQh .navbar.navbar-short {
  min-height: 76px;
}
@media (max-width: 991px) {
  .cid-vjLWCtjkQh .navbar.navbar-short {
    min-height: 70px;
  }
}
.cid-vjLWCtjkQh .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vjLWCtjkQh .navbar.navbar-short .navbar-brand {
  min-height: 76px;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vjLWCtjkQh .navbar.navbar-short .navbar-brand {
    min-height: 70px;
  }
}
.cid-vjLWCtjkQh .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-vjLWCtjkQh .navbar-brand {
    min-height: 80px;
  }
}
.cid-vjLWCtjkQh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vjLWCtjkQh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vjLWCtjkQh .dropdown-item.active,
.cid-vjLWCtjkQh .dropdown-item:active {
  background-color: transparent;
}
.cid-vjLWCtjkQh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vjLWCtjkQh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vjLWCtjkQh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vjLWCtjkQh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-vjLWCtjkQh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vjLWCtjkQh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vjLWCtjkQh ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vjLWCtjkQh .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vjLWCtjkQh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vjLWCtjkQh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c7b599;
}
.cid-vjLWCtjkQh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vjLWCtjkQh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vjLWCtjkQh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vjLWCtjkQh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vjLWCtjkQh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vjLWCtjkQh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vjLWCtjkQh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vjLWCtjkQh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vjLWCtjkQh .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vjLWCtjkQh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vjLWCtjkQh .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vjLWCtjkQh .navbar {
    height: 70px;
  }
  .cid-vjLWCtjkQh .navbar.opened {
    height: auto;
  }
  .cid-vjLWCtjkQh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vjLWCtjkQh .nav-item-transform {
  display: flex;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vjLWCtjkQh .nav-item .nav-link {
  color: #0A0A0A;
  font-weight: 700;
  padding: 16px !important;
  margin: 0 !important;
}
.cid-vjLWCtjkQh .nav-item {
  font-weight: 700;
  margin-right: 16px;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vjLWCtjkQh .nav-item {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-vjLWCtjkQh .navbar .icons-menu {
    padding-right: 0 !important;
  }
}
.cid-vjN9otS3T1 {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/lotus.jpg-1-1280x720.jpeg");
}
.cid-vjN9otS3T1 H1 {
  color: #c6a162;
}
.cid-vjN9otS3T1 .mbr-text,
.cid-vjN9otS3T1 .mbr-section-btn {
  color: #cccccc;
}
.cid-vgCnP08N1P {
  padding-top: 165px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-vgCnP08N1P .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-vgCnP08N1P .form-row {
  justify-content: flex-end;
}
.cid-vgCnP08N1P .form-control,
.cid-vgCnP08N1P .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border: none;
  border-radius: 0;
  font-size: 1rem;
  border-bottom: 1px solid;
  border-color: #1c1c1c;
  color: #000000 !important;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-vgCnP08N1P .form-control:hover,
.cid-vgCnP08N1P .field-input:hover,
.cid-vgCnP08N1P .form-control:focus,
.cid-vgCnP08N1P .field-input:focus {
  background-color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-vgCnP08N1P input::-webkit-input-placeholder,
.cid-vgCnP08N1P textarea::-webkit-input-placeholder {
  color: #767676;
}
.cid-vgCnP08N1P input:-moz-placeholder,
.cid-vgCnP08N1P textarea:-moz-placeholder {
  color: #767676;
}
.cid-vgCnP08N1P .jq-selectbox li,
.cid-vgCnP08N1P .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-vgCnP08N1P .jq-selectbox li:hover,
.cid-vgCnP08N1P .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-vgCnP08N1P .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-vgCnP08N1P .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-vgCnP08N1P span.value.form-control {
  padding: 1rem;
  border-bottom: none;
}
.cid-vgCnP08N1P textarea {
  min-height: 150px;
}
.cid-vgCnP08N1P h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: 0rem;
}
.cid-vgCnP08N1P h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #232323;
  margin-left: 10px;
}
.cid-vgCnP08N1P .mbr-text,
.cid-vgCnP08N1P .mbr-section-btn {
  color: #767676;
}
.cid-vaUcWYRUme {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/indeva-lotus-background.jpg-1280x720.jpg");
}
.cid-vaUcWYRUme .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaUcWYRUme .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaUcWYRUme .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-vaUcWYRUme .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-vaUcWYRUme .container {
    padding: 0 26px;
  }
}
.cid-vaUcWYRUme .row {
  padding: 60px;
  margin: 0;
  border: 1px solid #767676;
  padding: 120px 60px 60px 30px;
}
@media (max-width: 992px) {
  .cid-vaUcWYRUme .row {
    padding: 120px 30px;
  }
}
@media (max-width: 992px) {
  .cid-vaUcWYRUme .row {
    padding: 26px;
  }
}
.cid-vaUcWYRUme .title-wrapper {
  margin-bottom: 50px;
}
.cid-vaUcWYRUme .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vaUcWYRUme .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-vaUcWYRUme .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vaUcWYRUme .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-vaUcWYRUme .title-wrapper .title-wrap .logo-wrap img {
  width: 110px;
  height: 100px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-vaUcWYRUme .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-vaUcWYRUme .nav-wrapper {
  margin-bottom: 50px;
}
.cid-vaUcWYRUme .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-vaUcWYRUme .nav-wrapper .list {
    display: block;
  }
}
.cid-vaUcWYRUme .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-vaUcWYRUme .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-vaUcWYRUme .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-vaUcWYRUme .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-vaUcWYRUme .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-vaUcWYRUme .soc-wrapper {
  margin-bottom: 50px;
}
.cid-vaUcWYRUme .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-vaUcWYRUme .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-vaUcWYRUme .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-vaUcWYRUme .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-vaUcWYRUme .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #e4d295;
}
.cid-vaUcWYRUme .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-vaUcWYRUme .mbr-section-title,
.cid-vaUcWYRUme .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vaUcWYRUme .list {
  color: #ffffff;
}
.cid-vaUcWYRUme .copyright {
  color: #cacaca;
  text-align: center;
}
.cid-vaUcWYRUme .list,
.cid-vaUcWYRUme .nav-wrapper,
.cid-vaUcWYRUme .soc-wrapper {
  text-align: center;
}
.cid-vjNniQNFIT {
  z-index: 1000;
  width: 100%;
}
.cid-vjNniQNFIT nav.navbar {
  position: fixed;
}
.cid-vjNniQNFIT .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vjNniQNFIT .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vjNniQNFIT .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  border: 2px solid #161616 !important;
  background-color: #ffffff !important;
  margin-top: -1px;
  margin-bottom: -1px;
}
.cid-vjNniQNFIT .dropdown-item:hover,
.cid-vjNniQNFIT .dropdown-item:focus {
  background: #191919 !important;
  color: white !important;
}
.cid-vjNniQNFIT .dropdown-item:hover span {
  color: white;
}
.cid-vjNniQNFIT .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vjNniQNFIT .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vjNniQNFIT .dropdown-item:hover,
.cid-vjNniQNFIT .dropdown-item:focus,
.cid-vjNniQNFIT .dropdown-item:active {
  background-color: #c2c0bc !important;
}
.cid-vjNniQNFIT .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vjNniQNFIT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vjNniQNFIT .nav-link {
  position: relative;
}
.cid-vjNniQNFIT .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vjNniQNFIT .container {
    flex-wrap: nowrap;
  }
}
.cid-vjNniQNFIT .iconfont-wrapper {
  color: #0a0a0a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vjNniQNFIT .navbar-caption {
  font-weight: 700;
}
.cid-vjNniQNFIT .navbar-nav {
  margin-right: auto;
  margin-left: auto;
}
.cid-vjNniQNFIT .dropdown-menu,
.cid-vjNniQNFIT .navbar.opened {
  background: #000000 !important;
}
.cid-vjNniQNFIT .nav-item:focus,
.cid-vjNniQNFIT .nav-link:focus {
  outline: none;
}
.cid-vjNniQNFIT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vjNniQNFIT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vjNniQNFIT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vjNniQNFIT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vjNniQNFIT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vjNniQNFIT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vjNniQNFIT .navbar {
  min-height: 96px;
  transition: all 0.3s;
  border-bottom: none !important;
  background: #000000;
  padding: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
@media (max-width: 991px) {
  .cid-vjNniQNFIT .navbar {
    min-height: 80px;
  }
  .cid-vjNniQNFIT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vjNniQNFIT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vjNniQNFIT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vjNniQNFIT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vjNniQNFIT .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vjNniQNFIT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vjNniQNFIT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vjNniQNFIT .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vjNniQNFIT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vjNniQNFIT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vjNniQNFIT .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vjNniQNFIT .navbar.opened {
  transition: all 0.3s;
}
.cid-vjNniQNFIT .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vjNniQNFIT .navbar .navbar-logo img {
  width: auto;
}
.cid-vjNniQNFIT .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vjNniQNFIT .navbar.collapsed {
  justify-content: center;
}
.cid-vjNniQNFIT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vjNniQNFIT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vjNniQNFIT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-vjNniQNFIT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vjNniQNFIT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vjNniQNFIT .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vjNniQNFIT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vjNniQNFIT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vjNniQNFIT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cid-vjNniQNFIT .navbar.navbar-short {
  min-height: 76px;
}
@media (max-width: 991px) {
  .cid-vjNniQNFIT .navbar.navbar-short {
    min-height: 70px;
  }
}
.cid-vjNniQNFIT .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vjNniQNFIT .navbar.navbar-short .navbar-brand {
  min-height: 76px;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vjNniQNFIT .navbar.navbar-short .navbar-brand {
    min-height: 70px;
  }
}
.cid-vjNniQNFIT .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-vjNniQNFIT .navbar-brand {
    min-height: 80px;
  }
}
.cid-vjNniQNFIT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vjNniQNFIT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vjNniQNFIT .dropdown-item.active,
.cid-vjNniQNFIT .dropdown-item:active {
  background-color: transparent;
}
.cid-vjNniQNFIT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vjNniQNFIT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vjNniQNFIT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vjNniQNFIT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-vjNniQNFIT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vjNniQNFIT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vjNniQNFIT ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vjNniQNFIT .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vjNniQNFIT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vjNniQNFIT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c7b599;
}
.cid-vjNniQNFIT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vjNniQNFIT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vjNniQNFIT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vjNniQNFIT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vjNniQNFIT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vjNniQNFIT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vjNniQNFIT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vjNniQNFIT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vjNniQNFIT .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vjNniQNFIT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vjNniQNFIT .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vjNniQNFIT .navbar {
    height: 70px;
  }
  .cid-vjNniQNFIT .navbar.opened {
    height: auto;
  }
  .cid-vjNniQNFIT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vjNniQNFIT .nav-item-transform {
  display: flex;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vjNniQNFIT .nav-item .nav-link {
  color: #0A0A0A;
  font-weight: 700;
  padding: 16px !important;
  margin: 0 !important;
}
.cid-vjNniQNFIT .nav-item {
  font-weight: 700;
  margin-right: 16px;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vjNniQNFIT .nav-item {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-vjNniQNFIT .navbar .icons-menu {
    padding-right: 0 !important;
  }
}
.cid-vjNniRxBMv {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-vjNniRxBMv .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjNniRxBMv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjNniRxBMv .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vjNniRxBMv .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vjNniRxBMv .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #e4ed64;
}
.cid-vjNniRxBMv .title-wrapper .title-wrap .mbr-section-title {
  width: 60%;
  display: inline-block;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vjNniRxBMv .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vjNniRxBMv .item {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vjNniRxBMv .item {
    margin-bottom: 15px;
  }
}
.cid-vjNniRxBMv .item .item-wrapper {
  position: relative;
  height: 100%;
  padding: 100px;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 1440px) {
  .cid-vjNniRxBMv .item .item-wrapper {
    padding: 100px 40px;
  }
}
@media (max-width: 992px) {
  .cid-vjNniRxBMv .item .item-wrapper {
    padding: 200px 15px 15px;
  }
}
.cid-vjNniRxBMv .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vjNniRxBMv .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  width: 48%;
  padding: 50px 60px;
}
@media (max-width: 992px) {
  .cid-vjNniRxBMv .item .item-wrapper .item-content {
    padding: 30px 15px;
    width: 100%;
  }
}
.cid-vjNniRxBMv .item .item-wrapper .item-content .label-wrap .card-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 15px;
  background-color: #e4ed64;
  border: 1px solid #e4ed64;
}
.cid-vjNniRxBMv .item .item-wrapper .item-content .card-title {
  margin-bottom: 20px;
  transition: all .3s ease;
  text-decoration: underline;
  text-decoration-color: transparent;
  padding-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
}
.cid-vjNniRxBMv .item .item-wrapper .item-content .card-title:hover,
.cid-vjNniRxBMv .item .item-wrapper .item-content .card-title:focus {
  text-decoration-color: inherit;
}
.cid-vjNniRxBMv .item .item-wrapper .item-content .card-text {
  margin-bottom: 0;
  transition: all .3s ease;
}
.cid-vjNniRxBMv .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 20px;
}
.cid-vjNniRxBMv .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vjNniRxBMv .mbr-label,
.cid-vjNniRxBMv .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vjNniRxBMv .mbr-section-title,
.cid-vjNniRxBMv .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vjNniRxBMv .card-label {
  color: #000000;
}
.cid-vjNniRxBMv .card-title {
  color: #000000;
}
.cid-vjNniRxBMv .card-text {
  color: #191919;
}
.cid-vjNniRxBMv .mbr-section-title,
.cid-vjNniRxBMv .title-wrap {
  color: #c6a162;
}
.cid-vjNnOtcePS {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vjNnOtcePS img {
  width: 120px;
  margin: auto;
}
.cid-vjNnOtcePS .card {
  transition: all 0.3s;
  width: fit-content;
  padding: 20px;
}
.cid-vjNnOtcePS .card img {
  height: 80px;
  width: auto;
}
.cid-vjNnOtcePS .border-col {
  margin-bottom: 120px;
}
@media (max-width: 1199px) {
  .cid-vjNnOtcePS .border-col {
    margin-bottom: 85px;
  }
}
@media (max-width: 767px) {
  .cid-vjNnOtcePS .border-col {
    margin-bottom: 50px;
  }
}
.cid-vjNnOtcePS .border-col .border-item {
  width: 100%;
  height: 1px;
  background-color: #000000;
  opacity: 0.07;
}
.cid-vjNo3kLMKE {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-vjNo3kLMKE h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: -1rem;
}
.cid-vjNo3kLMKE h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #232323;
  margin-left: 10px;
}
.cid-vjNo3kLMKE .mbr-text,
.cid-vjNo3kLMKE .mbr-section-btn {
  color: #767676;
  text-align: center;
}
.cid-vjNo3kLMKE H1 {
  text-align: center;
  color: #82786e;
}
.cid-vjNolPOqRk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e2cfb1;
}
.cid-vjNolPOqRk .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjNolPOqRk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjNolPOqRk .main-wrap {
  display: grid;
  max-width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 100px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vjNolPOqRk .main-wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-row-gap: 50px;
  }
}
.cid-vjNolPOqRk .card-col {
  display: flex;
  height: 100%;
  padding: 0;
}
@media (max-width: 575px) {
  .cid-vjNolPOqRk .card-col {
    padding: 20px 0 0;
  }
}
.cid-vjNolPOqRk .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 80%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .cid-vjNolPOqRk .card-wrapper {
    margin: 0 auto 0 0;
    max-width: 70%;
  }
}
@media (max-width: 575px) {
  .cid-vjNolPOqRk .card-wrapper {
    max-width: 100%;
  }
}
.cid-vjNolPOqRk .card-title {
  padding-bottom: 10px;
  color: #000000;
}
.cid-vjNolPOqRk .mbr-text {
  margin-top: 40px;
  margin-bottom: 0;
  color: #747474;
}
.cid-vjNolPOqRk .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-vjNolPOqRk .image-wrapper {
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 575px) {
  .cid-vjNolPOqRk .image-wrapper {
    max-width: 100%;
  }
}
.cid-vjNolPOqRk .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vjNolPOqRk .mbr-text,
.cid-vjNolPOqRk .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-vjNoKpoNRG {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vjNoKpoNRG img {
  width: 120px;
  margin: auto;
}
.cid-vjNoKpoNRG .card {
  transition: all 0.3s;
  width: fit-content;
  padding: 20px;
}
.cid-vjNoKpoNRG .card img {
  height: 80px;
  width: auto;
}
.cid-vjNoKpoNRG .border-col {
  margin-bottom: 120px;
}
@media (max-width: 1199px) {
  .cid-vjNoKpoNRG .border-col {
    margin-bottom: 85px;
  }
}
@media (max-width: 767px) {
  .cid-vjNoKpoNRG .border-col {
    margin-bottom: 50px;
  }
}
.cid-vjNoKpoNRG .border-col .border-item {
  width: 100%;
  height: 1px;
  background-color: #000000;
  opacity: 0.07;
}
.cid-vjNoMw06Yl {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-vjNoMw06Yl h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: -1rem;
}
.cid-vjNoMw06Yl h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #232323;
  margin-left: 10px;
}
.cid-vjNoMw06Yl .mbr-text,
.cid-vjNoMw06Yl .mbr-section-btn {
  color: #767676;
  text-align: center;
}
.cid-vjNoMw06Yl H1 {
  text-align: center;
  color: #82786e;
}
.cid-vjNp73byOe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e2cfb1;
}
.cid-vjNp73byOe .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjNp73byOe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjNp73byOe .main-wrap {
  display: grid;
  max-width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 100px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vjNp73byOe .main-wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-row-gap: 50px;
  }
}
.cid-vjNp73byOe .card-col {
  display: flex;
  height: 100%;
  padding: 0;
}
@media (max-width: 575px) {
  .cid-vjNp73byOe .card-col {
    padding: 20px 0 0;
  }
}
.cid-vjNp73byOe .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 80%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .cid-vjNp73byOe .card-wrapper {
    margin: 0 auto 0 0;
    max-width: 70%;
  }
}
@media (max-width: 575px) {
  .cid-vjNp73byOe .card-wrapper {
    max-width: 100%;
  }
}
.cid-vjNp73byOe .card-title {
  padding-bottom: 10px;
  color: #000000;
}
.cid-vjNp73byOe .mbr-text {
  margin-top: 40px;
  margin-bottom: 0;
  color: #747474;
}
.cid-vjNp73byOe .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-vjNp73byOe .image-wrapper {
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 575px) {
  .cid-vjNp73byOe .image-wrapper {
    max-width: 100%;
  }
}
.cid-vjNp73byOe .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vjNp73byOe .mbr-text,
.cid-vjNp73byOe .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-vjNpJu8I9X {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vjNpJu8I9X img {
  width: 120px;
  margin: auto;
}
.cid-vjNpJu8I9X .card {
  transition: all 0.3s;
  width: fit-content;
  padding: 20px;
}
.cid-vjNpJu8I9X .card img {
  height: 80px;
  width: auto;
}
.cid-vjNpJu8I9X .border-col {
  margin-bottom: 120px;
}
@media (max-width: 1199px) {
  .cid-vjNpJu8I9X .border-col {
    margin-bottom: 85px;
  }
}
@media (max-width: 767px) {
  .cid-vjNpJu8I9X .border-col {
    margin-bottom: 50px;
  }
}
.cid-vjNpJu8I9X .border-col .border-item {
  width: 100%;
  height: 1px;
  background-color: #000000;
  opacity: 0.07;
}
.cid-vjNpJTKG6W {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-vjNpJTKG6W h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: -1rem;
}
.cid-vjNpJTKG6W h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #232323;
  margin-left: 10px;
}
.cid-vjNpJTKG6W .mbr-text,
.cid-vjNpJTKG6W .mbr-section-btn {
  color: #767676;
  text-align: center;
}
.cid-vjNpJTKG6W H1 {
  text-align: center;
  color: #82786e;
}
.cid-vjNpKHt7AL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e2cfb1;
}
.cid-vjNpKHt7AL .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjNpKHt7AL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjNpKHt7AL .main-wrap {
  display: grid;
  max-width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 100px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vjNpKHt7AL .main-wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-row-gap: 50px;
  }
}
.cid-vjNpKHt7AL .card-col {
  display: flex;
  height: 100%;
  padding: 0;
}
@media (max-width: 575px) {
  .cid-vjNpKHt7AL .card-col {
    padding: 20px 0 0;
  }
}
.cid-vjNpKHt7AL .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 80%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .cid-vjNpKHt7AL .card-wrapper {
    margin: 0 auto 0 0;
    max-width: 70%;
  }
}
@media (max-width: 575px) {
  .cid-vjNpKHt7AL .card-wrapper {
    max-width: 100%;
  }
}
.cid-vjNpKHt7AL .card-title {
  padding-bottom: 10px;
  color: #000000;
}
.cid-vjNpKHt7AL .mbr-text {
  margin-top: 40px;
  margin-bottom: 0;
  color: #747474;
}
.cid-vjNpKHt7AL .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-vjNpKHt7AL .image-wrapper {
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 575px) {
  .cid-vjNpKHt7AL .image-wrapper {
    max-width: 100%;
  }
}
.cid-vjNpKHt7AL .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vjNpKHt7AL .mbr-text,
.cid-vjNpKHt7AL .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-vjNniSTVqO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/indeva-lotus-background.jpg-1280x720.jpg");
}
.cid-vjNniSTVqO .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjNniSTVqO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjNniSTVqO .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-vjNniSTVqO .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-vjNniSTVqO .container {
    padding: 0 26px;
  }
}
.cid-vjNniSTVqO .row {
  padding: 60px;
  margin: 0;
  border: 1px solid #767676;
  padding: 120px 60px 60px 30px;
}
@media (max-width: 992px) {
  .cid-vjNniSTVqO .row {
    padding: 120px 30px;
  }
}
@media (max-width: 992px) {
  .cid-vjNniSTVqO .row {
    padding: 26px;
  }
}
.cid-vjNniSTVqO .title-wrapper {
  margin-bottom: 50px;
}
.cid-vjNniSTVqO .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vjNniSTVqO .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-vjNniSTVqO .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vjNniSTVqO .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-vjNniSTVqO .title-wrapper .title-wrap .logo-wrap img {
  width: 110px;
  height: 100px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-vjNniSTVqO .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-vjNniSTVqO .nav-wrapper {
  margin-bottom: 50px;
}
.cid-vjNniSTVqO .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-vjNniSTVqO .nav-wrapper .list {
    display: block;
  }
}
.cid-vjNniSTVqO .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-vjNniSTVqO .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-vjNniSTVqO .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-vjNniSTVqO .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-vjNniSTVqO .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-vjNniSTVqO .soc-wrapper {
  margin-bottom: 50px;
}
.cid-vjNniSTVqO .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-vjNniSTVqO .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-vjNniSTVqO .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-vjNniSTVqO .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-vjNniSTVqO .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #e4d295;
}
.cid-vjNniSTVqO .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-vjNniSTVqO .mbr-section-title,
.cid-vjNniSTVqO .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vjNniSTVqO .list {
  color: #ffffff;
}
.cid-vjNniSTVqO .copyright {
  color: #cacaca;
  text-align: center;
}
.cid-vjNniSTVqO .list,
.cid-vjNniSTVqO .nav-wrapper,
.cid-vjNniSTVqO .soc-wrapper {
  text-align: center;
}
