body {
  font-family: Anek Latin;
}
.display-1 {
  font-family: 'Anek Latin', sans-serif;
  font-size: 5.625rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 7.03125rem;
}
.display-2 {
  font-family: 'Anek Latin', sans-serif;
  font-size: 3.7rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.625rem;
}
.display-4 {
  font-family: 'Anek Latin', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Anek Latin', sans-serif;
  font-size: 1.15rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 1.4375rem;
}
.display-7 {
  font-family: 'Anek Latin', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 2.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4.5rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.9375rem;
    font-size: calc( 2.61875rem + (5.625 - 2.61875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.61875rem + (5.625 - 2.61875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.96rem;
    font-size: calc( 1.945rem + (3.7 - 1.945) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.945rem + (3.7 - 1.945) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 0.92rem;
    font-size: calc( 1.0525rem + (1.15 - 1.0525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0525rem + (1.15 - 1.0525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #b78e3b !important;
}
.bg-success {
  background-color: #ff49c0 !important;
}
.bg-info {
  background-color: #d29f64 !important;
}
.bg-warning {
  background-color: #d29f64 !important;
}
.bg-danger {
  background-color: #d29f64 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #b78e3b !important;
  border-color: #b78e3b !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  border-color: #755b26 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #755b26 !important;
  border-color: #755b26 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #b78e3b !important;
  border-color: #b78e3b !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  border-color: #755b26 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #755b26 !important;
  border-color: #755b26 !important;
}
.btn-info,
.btn-info:active {
  background-color: #d29f64 !important;
  border-color: #d29f64 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  border-color: #ad7432 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #ad7432 !important;
  border-color: #ad7432 !important;
}
.btn-success,
.btn-success:active {
  background-color: #ff49c0 !important;
  border-color: #ff49c0 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  border-color: #f1009e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #f1009e !important;
  border-color: #f1009e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #d29f64 !important;
  border-color: #d29f64 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  border-color: #ad7432 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ad7432 !important;
  border-color: #ad7432 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #d29f64 !important;
  border-color: #d29f64 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  border-color: #ad7432 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ad7432 !important;
  border-color: #ad7432 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #212132 !important;
  border-color: #212132 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #b78e3b;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #b78e3b !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #b78e3b !important;
  border-color: #b78e3b !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #b78e3b;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #b78e3b !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #b78e3b !important;
  border-color: #b78e3b !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #d29f64;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d29f64 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #d29f64 !important;
  border-color: #d29f64 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff49c0;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ff49c0 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #ff49c0 !important;
  border-color: #ff49c0 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #d29f64;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #d29f64 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #d29f64 !important;
  border-color: #d29f64 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #d29f64;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #d29f64 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #d29f64 !important;
  border-color: #d29f64 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #212132;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #212132 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #212132 !important;
  border-color: #212132 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #fafafa !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #b78e3b !important;
}
.text-secondary {
  color: #b78e3b !important;
}
.text-success {
  color: #ff49c0 !important;
}
.text-info {
  color: #d29f64 !important;
}
.text-warning {
  color: #d29f64 !important;
}
.text-danger {
  color: #d29f64 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #212132 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #6a5222 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #6a5222 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #e20094 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #a16c2f !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #a16c2f !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #a16c2f !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #b78e3b;
}
.nav-tabs .nav-link:not(.active) {
  color: #212132;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #d29f64;
}
.alert-warning {
  background-color: #d29f64;
}
.alert-danger {
  background-color: #d29f64;
}
.mbr-gallery-filter li.active .btn {
  background-color: #b78e3b;
  border-color: #b78e3b;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #b78e3b;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ddc595;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Anek Latin', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #b78e3b !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Anek Latin', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #b78e3b;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #b78e3b;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #b78e3b;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #b78e3b;
  border-bottom-color: #b78e3b;
}
.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: #b78e3b !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #b78e3b !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23b78e3b' %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;
}
html,
body {
  overflow-x: hidden;
}
a {
  transition-duration: .2s;
}
a:hover {
  background-image: none !important;
}
.container {
  max-width: 1440px;
  padding-left: 6vw;
  padding-right: 6vw;
}
@media (max-width: 991px) {
  .container {
    max-width: 80vw;
  }
}
@media (max-width: 767px) {
  .container {
    padding-left: 3vw;
    padding-right: 3vw;
  }
}
@media (min-width: 1600px) {
  .container {
    padding-left: 96px;
    padding-right: 96px;
  }
}
.container-fluid {
  padding-left: 6vw;
  padding-right: 6vw;
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 3vw;
    padding-right: 3vw;
  }
}
@media (min-width: 1600px) {
  .container-fluid {
    padding-left: 96px;
    padding-right: 96px;
  }
}
.row {
  margin-left: -6vw;
  margin-right: -6vw;
}
.row > [class*="col"] {
  padding-left: 6vw;
  padding-right: 6vw;
}
@media (max-width: 767px) {
  .row {
    margin-left: -3vw;
    margin-right: -3vw;
  }
  .row > [class*="col"] {
    padding-left: 3vw;
    padding-right: 3vw;
  }
}
@media (min-width: 1600px) {
  .row {
    margin-left: -96px;
    margin-right: -96px;
  }
  .row > [class*="col"] {
    padding-left: 96px;
    padding-right: 96px;
  }
}
.row {
  justify-content: center;
}
.mbr-section-btn .btn {
  min-width: 100px;
  min-height: 40px;
  padding: 20px 40px;
  line-height: 1.55;
  font-weight: 500;
  transition-duration: .2s;
  border-radius: 0.75rem !important;
  box-shadow: none !important;
  border: none !important;
}
@media (max-width: 575px) {
  .mbr-section-btn {
    width: 100%;
  }
  .mbr-section-btn .btn {
    width: 100%;
    min-width: auto !important;
  }
}
.custom-mbr-section-btn {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.custom-section-btn {
  display: inline-block;
  padding: 3px;
  position: relative;
  border-radius: 0.75rem !important;
  margin-top: 0.42rem;
  margin-left: 0.42rem;
}
.custom-section-btn::after {
  content: "";
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0.75rem !important;
  transition: all 300ms ease;
  transform: translate3d(-0.42rem, -0.42rem, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}
.custom-section-btn .btn {
  transform: translate3d(-0.42rem, -0.42rem, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  position: relative;
  z-index: 11;
  transform-style: preserve-3d;
  transition: all 300ms ease;
  border: none !important;
  margin: 0 !important;
  min-height: 106px;
  padding: 20px 40px;
}
@media (max-width: 767px) {
  .custom-section-btn .btn {
    padding: 12px 24px;
    min-height: 68px;
  }
}
.custom-section-btn:hover .btn {
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}
.custom-section-btn:hover::after {
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-vgYaYqRJSj {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vgYaYqRJSj .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;
}
@media (max-width: 767px) {
  .cid-vgYaYqRJSj .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vgYaYqRJSj .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vgYaYqRJSj .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-vgYaYqRJSj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vgYaYqRJSj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vgYaYqRJSj .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-vgYaYqRJSj .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-vgYaYqRJSj .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-vgYaYqRJSj .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vgYaYqRJSj .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vgYaYqRJSj .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vgYaYqRJSj .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-vgYaYqRJSj .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vgYaYqRJSj .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vgYaYqRJSj .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vgYaYqRJSj .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vgYaYqRJSj .navbar-logo {
    padding-left: 0;
  }
}
.cid-vgYaYqRJSj .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vgYaYqRJSj .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vgYaYqRJSj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-vgYaYqRJSj .container {
  display: flex;
  height: 80px;
  padding: 0 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-vgYaYqRJSj .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vgYaYqRJSj .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-vgYaYqRJSj .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vgYaYqRJSj .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  border-radius: 4px !important;
}
.cid-vgYaYqRJSj .nav-item:focus,
.cid-vgYaYqRJSj .nav-link:focus {
  outline: none;
}
.cid-vgYaYqRJSj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vgYaYqRJSj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vgYaYqRJSj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vgYaYqRJSj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vgYaYqRJSj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vgYaYqRJSj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vgYaYqRJSj .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vgYaYqRJSj .navbar.opened {
  transition: all 0.3s;
}
.cid-vgYaYqRJSj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vgYaYqRJSj .navbar .navbar-logo img {
  width: auto;
  border-radius: 4px !important;
}
.cid-vgYaYqRJSj .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vgYaYqRJSj .navbar.collapsed {
  justify-content: center;
}
.cid-vgYaYqRJSj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vgYaYqRJSj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vgYaYqRJSj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-vgYaYqRJSj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vgYaYqRJSj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vgYaYqRJSj .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-vgYaYqRJSj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vgYaYqRJSj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vgYaYqRJSj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vgYaYqRJSj .navbar {
    min-height: 72px;
  }
  .cid-vgYaYqRJSj .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vgYaYqRJSj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vgYaYqRJSj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vgYaYqRJSj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vgYaYqRJSj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vgYaYqRJSj .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-vgYaYqRJSj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vgYaYqRJSj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vgYaYqRJSj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vgYaYqRJSj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vgYaYqRJSj .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vgYaYqRJSj .dropdown-item.active,
.cid-vgYaYqRJSj .dropdown-item:active {
  background-color: transparent;
}
.cid-vgYaYqRJSj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vgYaYqRJSj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vgYaYqRJSj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vgYaYqRJSj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vgYaYqRJSj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vgYaYqRJSj .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vgYaYqRJSj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vgYaYqRJSj .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vgYaYqRJSj .navbar-buttons {
    text-align: left;
  }
}
.cid-vgYaYqRJSj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vgYaYqRJSj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vgYaYqRJSj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vgYaYqRJSj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vgYaYqRJSj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vgYaYqRJSj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vgYaYqRJSj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgYaYqRJSj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vgYaYqRJSj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vgYaYqRJSj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgYaYqRJSj .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vgYaYqRJSj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vgYaYqRJSj .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vgYaYqRJSj .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vgYaYqRJSj .navbar {
    height: 70px;
  }
  .cid-vgYaYqRJSj .navbar.opened {
    height: auto;
  }
  .cid-vgYaYqRJSj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vgYaYqRJSj .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vgYaYqRJSj .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vgYaYqRJSj .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vgYaYqRJSj .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-vgYaYqRJSj .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vgYaYqRJSj .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vgYaYqRJSj .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vgYaYqRJSj .navbar-brand {
    margin-right: auto;
  }
  .cid-vgYaYqRJSj .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-vgYaYqRJSj .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vgYaYqRJSj .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vgYaYqRJSj .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vgYaYqRJSj .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vgYaYqRJSj .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vgYaYqRJSj .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-vgYaYqRJSj .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vgYaYqRJSj .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vgYaYqRJSj .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vgYaYqRJSj .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uawJapyltU .modal-body .close {
  background: #1b1b1b;
}
.cid-uawJapyltU .modal-body .close span {
  font-style: normal;
}
.cid-uawJapyltU .carousel-inner > .active,
.cid-uawJapyltU .carousel-inner > .next,
.cid-uawJapyltU .carousel-inner > .prev {
  display: flex;
}
.cid-uawJapyltU .carousel-control .icon-next,
.cid-uawJapyltU .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-uawJapyltU .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uawJapyltU .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uawJapyltU .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-uawJapyltU .boxed-slider > div {
  position: relative;
}
.cid-uawJapyltU .container img {
  width: 100%;
}
.cid-uawJapyltU .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-uawJapyltU .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uawJapyltU .mbr-table-cell {
  padding: 0;
}
.cid-uawJapyltU .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uawJapyltU .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uawJapyltU .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uawJapyltU .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-uawJapyltU .carousel-item.active.right,
.cid-uawJapyltU .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-uawJapyltU .carousel-item.active.left,
.cid-uawJapyltU .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-uawJapyltU .carousel-item.active,
.cid-uawJapyltU .carousel-item.next.left,
.cid-uawJapyltU .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-uawJapyltU .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
  z-index: 11;
}
.cid-uawJapyltU .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uawJapyltU .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uawJapyltU .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-uawJapyltU .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uawJapyltU .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uawJapyltU .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-uawJapyltU .mbr-slider .carousel-indicators li.active,
.cid-uawJapyltU .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-uawJapyltU .mbr-slider .carousel-indicators li::after,
.cid-uawJapyltU .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-uawJapyltU .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-uawJapyltU .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-uawJapyltU .mbr-slider > .container img {
  width: 100%;
}
.cid-uawJapyltU .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uawJapyltU .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-uawJapyltU .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uawJapyltU .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uawJapyltU .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-uawJapyltU .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-uawJapyltU .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-uawJapyltU .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-uawJapyltU .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-uawJapyltU .full-screen .carousel-item .container.container-slide {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uawJapyltU .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-uawJapyltU .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-uawJapyltU .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-uawJapyltU P {
  text-align: center;
  color: #000000;
}
.cid-uawJapyltU H2 {
  color: #d29f64;
  text-align: center;
}
.cid-uaBF2dCK1I {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uaBF2dCK1I .section-head {
  margin-bottom: 2rem;
}
.cid-uaBF2dCK1I .mbr-section-title {
  text-align: right;
  margin-bottom: 1.5rem;
}
.cid-uaBF2dCK1I .mbr-section-subtitle {
  text-align: right;
}
@media (max-width: 991px) {
  .cid-uaBF2dCK1I .row {
    text-align: center;
  }
}
.cid-uaBF2dCK1I .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-uaBF2dCK1I .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
}
.cid-uaBF2dCK1I .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: wavy 35s infinite linear;
  backface-visibility: hidden;
}
.cid-uaBF2dCK1I .wave-container .wave svg path {
  fill: #ffffff;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-u8Fnh7atTr {
  padding-top: 15px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-u8Fnh7atTr h1 {
  background-color: transparent;
  overflow: hidden;
  display: inline-block;
  color: transparent;
  line-height: 1;
}
.cid-u8Fnh7atTr span {
  background-image: url("../../../assets/images/oro-1600x1066.jpg");
  background-size: 1920px 600px;
  background-position: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  display: block;
  animation: scroll 14s infinite linear;
  pointer-events: none;
}
@keyframes scroll {
  0% {
    background-position-y: 0px;
  }
  99.999% {
    background-position-y: -600px;
  }
  100% {
    background-position-y: 0px;
  }
}
.cid-u8Fnh7atTr .mbr-section-title {
  color: #ffffff;
}
.cid-vgYakEIQsh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vgYakEIQsh .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgYakEIQsh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgYakEIQsh .items-wrapper {
  margin: 0 -30px;
}
.cid-vgYakEIQsh .item {
  padding: 0 30px;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vgYakEIQsh .item {
    margin-bottom: 40px;
  }
  .cid-vgYakEIQsh .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgYakEIQsh .item .item-wrapper .icon-wrapper {
  margin-bottom: 24px;
}
.cid-vgYakEIQsh .item .item-wrapper .icon-wrapper .icon-wrap {
  background-image: linear-gradient(40deg, #000000 0%, #d29f64 45%, #60562b 100%);
  box-shadow: 0 6px 30px -12px #000000;
  display: inline-flex;
  padding: 2px;
}
.cid-vgYakEIQsh .item .item-wrapper .icon-wrapper .icon-wrap .mbr-iconfont {
  padding: 16px;
  font-size: 36px;
  background-color: #d29f64;
}
.cid-vgYakEIQsh .item .item-wrapper .item-title {
  margin-bottom: 6px;
}
.cid-vgYakEIQsh .item .item-wrapper .item-text {
  margin-bottom: 0;
}
.cid-vgYakEIQsh .item .item-wrapper .mbr-section-btn {
  margin-top: 10px;
  width: 100%;
}
.cid-vgYakEIQsh .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
}
.cid-vgYakEIQsh .item-title {
  color: #ffffff;
}
.cid-vgYakEIQsh .item-text {
  color: #9ba9c4;
}
.cid-vgYakEIQsh .item-title,
.cid-vgYakEIQsh .mbr-section-btn,
.cid-vgYakEIQsh .icon-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vgYakEIQsh .item-text,
.cid-vgYakEIQsh .text-wrap {
  color: #000000;
}
.cid-uDsKEmG0f8 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uDsKEmG0f8 h1 {
  background-color: transparent;
  overflow: hidden;
  display: inline-block;
  color: transparent;
  line-height: 1;
}
.cid-uDsKEmG0f8 span {
  background-image: url("../../../assets/images/oro-1600x1066.jpg");
  background-size: 1920px 600px;
  background-position: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  display: block;
  animation: scroll 14s infinite linear;
  pointer-events: none;
}
@keyframes scroll {
  0% {
    background-position-y: 0px;
  }
  99.999% {
    background-position-y: -600px;
  }
  100% {
    background-position-y: 0px;
  }
}
.cid-uDsKEmG0f8 .mbr-section-title {
  color: #ffffff;
}
.cid-u8IwYMaX5W {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u8IwYMaX5W .mbr-text {
  color: #ffffff;
}
.cid-u8IwYMaX5W .card-wrapper {
  display: flex;
  flex-direction: row;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  transition: all 0.3s;
  padding: 1rem 1rem !important;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-u8IwYMaX5W .card-wrapper:hover {
  transform: translateY(-1rem);
}
.cid-u8IwYMaX5W .card-wrapper:hover .ico2 {
  color: #b78e3b !important;
}
.cid-u8IwYMaX5W .ico2 {
  color: #d29f64 !important;
  transition: all 0.6s;
}
.cid-u8IwYMaX5W .text-info:hover {
  color: inherit!important;
}
.cid-u8IwYMaX5W .card-box {
  padding: 0rem 1rem;
}
.cid-u8IwYMaX5W .ico1 {
  font-size: 2.5rem !important;
}
.cid-u8IwYMaX5W h3,
.cid-u8IwYMaX5W h4 {
  padding: 0;
  margin: 0;
}
.cid-u8IwYMaX5W .card-title,
.cid-u8IwYMaX5W .card-img {
  color: #57468b;
}
.cid-u8IwYMaX5W .card-title {
  color: #ff3898;
}
.cid-u8IwYMaX5W .card-img {
  width: auto;
}
.cid-u8IwYMaX5W .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8IwYMaX5W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8IH3O8H5L {
  padding-top: 7rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-u8IH3O8H5L .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8IH3O8H5L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8IH3O8H5L .container,
.cid-u8IH3O8H5L .container-fluid {
  position: relative;
}
.cid-u8IH3O8H5L .row {
  justify-content: left;
}
.cid-u8IH3O8H5L .col-content {
  position: relative;
  z-index: 10;
}
.cid-u8IH3O8H5L .mbr-section-title {
  color: #000000;
}
.cid-u8IH3O8H5L .mbr-section-subtitle {
  color: #2B2B2B;
}
.cid-u8IH3O8H5L .mbr-text {
  color: #2B2B2B;
}
.cid-u8IH3O8H5L .mbr-section-btn .btn-primary:hover {
  background-color: #cecec1 !important;
  color: #2b2b2b !important;
}
.cid-u8IH3O8H5L .circle-blur {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 320px;
  height: 320px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .97;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 991px) {
  .cid-u8IH3O8H5L .circle-blur {
    width: 240px;
    height: 240px;
  }
}
.cid-u8IH3O8H5L .circle-blur1 {
  top: 0;
  right: 70%;
  background-image: linear-gradient(132deg, #ffffff 27%, #ffffff 50%, #ffffff 79%);
}
.cid-u8IH3O8H5L .circle-blur2 {
  top: 30%;
  right: 50%;
  background-image: linear-gradient(132deg, #d29f64 27%, #d29f64 50%, #d29f64 79%);
}
.cid-u8IH3O8H5L .circle-blur3 {
  top: 50%;
  right: 10%;
  background-image: linear-gradient(132deg, #ffffff 27%, #ffffff 50%, #ffffff 79%);
}
.cid-u8IH3O8H5L .circle-blur4 {
  top: 75%;
  right: 25%;
  background-image: linear-gradient(132deg, #ffffff 27%, #ffffff 50%, #ffffff 79%);
}
.cid-u8Ja2iYXxf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u8Ja2iYXxf .section-head {
  margin-bottom: 2rem;
}
.cid-u8Ja2iYXxf .mbr-section-title {
  text-align: right;
  margin-bottom: 1.5rem;
}
.cid-u8Ja2iYXxf .mbr-section-subtitle {
  text-align: right;
}
@media (max-width: 991px) {
  .cid-u8Ja2iYXxf .row {
    text-align: center;
  }
}
.cid-u8Ja2iYXxf .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-u8Ja2iYXxf .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
}
.cid-u8Ja2iYXxf .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: wavy 35s infinite linear;
  backface-visibility: hidden;
}
.cid-u8Ja2iYXxf .wave-container .wave svg path {
  fill: #ffffff;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-u8Fnke0qJG {
  overflow: hidden !important;
  padding-top: 0px;
  padding-bottom: 0px;
  background: linear-gradient(to right, #ffffff 0%, #ffffff 30%, #ffffff 30%, #ffffff 100%);
}
.cid-u8Fnke0qJG .animated-element {
  color: #b78e3b;
}
.cid-u8Fnke0qJG .img-block {
  -webkit-align-self: center;
  align-self: center -5px;
}
.cid-u8Fnke0qJG .mbr-section-subtitle {
  color: #9c88bc;
}
@media (min-width: 992px) {
  .cid-u8Fnke0qJG .img-block {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u8Fnke0qJG .mbr-figure {
    margin-top: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-u8Fnke0qJG {
    background: #ffffff;
  }
  .cid-u8Fnke0qJG .img-block {
    padding-bottom: 2rem;
  }
}
.cid-u8Fnke0qJG .mbr-section-title {
  color: #000000;
}
.cid-u8Fnke0qJG .mbr-text,
.cid-u8Fnke0qJG .mbr-section-btn {
  color: #000000;
}
.cid-u8Fp8U9JsS {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-u8Fp8U9JsS .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8Fp8U9JsS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8Fp8U9JsS .container,
.cid-u8Fp8U9JsS .container-fluid {
  position: relative;
}
.cid-u8Fp8U9JsS .row {
  justify-content: left;
}
.cid-u8Fp8U9JsS .col-content {
  position: relative;
  z-index: 10;
}
.cid-u8Fp8U9JsS .mbr-section-title {
  color: #000000;
}
.cid-u8Fp8U9JsS .mbr-section-subtitle {
  color: #2B2B2B;
}
.cid-u8Fp8U9JsS .mbr-text {
  color: #2B2B2B;
}
.cid-u8Fp8U9JsS .mbr-section-btn .btn-primary:hover {
  background-color: #cecec1 !important;
  color: #2b2b2b !important;
}
.cid-u8Fp8U9JsS .circle-blur {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 320px;
  height: 320px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .97;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 991px) {
  .cid-u8Fp8U9JsS .circle-blur {
    width: 240px;
    height: 240px;
  }
}
.cid-u8Fp8U9JsS .circle-blur1 {
  top: 0;
  right: 70%;
  background-image: linear-gradient(132deg, #ffffff 27%, #ffffff 50%, #ffffff 79%);
}
.cid-u8Fp8U9JsS .circle-blur2 {
  top: 30%;
  right: 50%;
  background-image: linear-gradient(132deg, #d29f64 27%, #d29f64 50%, #d29f64 79%);
}
.cid-u8Fp8U9JsS .circle-blur3 {
  top: 50%;
  right: 10%;
  background-image: linear-gradient(132deg, #ffffff 27%, #ffffff 50%, #ffffff 79%);
}
.cid-u8Fp8U9JsS .circle-blur4 {
  top: 75%;
  right: 25%;
  background-image: linear-gradient(132deg, #ffffff 27%, #ffffff 50%, #ffffff 79%);
}
.cid-u8Fp8U9JsS .mbr-text,
.cid-u8Fp8U9JsS .mbr-section-btn {
  color: #000000;
}
.cid-u8JyfznlrQ {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u8JyfznlrQ h1 {
  background-color: transparent;
  overflow: hidden;
  display: inline-block;
  color: transparent;
  line-height: 1;
}
.cid-u8JyfznlrQ span {
  background-image: url("../../../assets/images/oro-1600x1066.jpg");
  background-size: 1920px 600px;
  background-position: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  display: block;
  animation: scroll 14s infinite linear;
  pointer-events: none;
}
@keyframes scroll {
  0% {
    background-position-y: 0px;
  }
  99.999% {
    background-position-y: -600px;
  }
  100% {
    background-position-y: 0px;
  }
}
.cid-u8JyfznlrQ .mbr-section-title {
  color: #ffffff;
}
.cid-uDsFboErQQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uDsFboErQQ .mbr-section-subtitle {
  transition: all 0.3s;
}
.cid-uDsFboErQQ .col-md-6 {
  margin-bottom: 1rem;
}
.cid-uDsFboErQQ .col-md-3 {
  margin-bottom: 2rem;
}
.cid-uDsFboErQQ .card {
  transition: all 0.3s;
  height: 100%;
  padding: 3rem 2rem;
  border-radius: 2rem;
  border-top-left-radius: 12rem;
  overflow: hidden;
  box-shadow: inset 0px 0px 10px 6px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  background: linear-gradient(transparent 60%, #b78e3b);
}
@media (max-width: 1400px) {
  .cid-uDsFboErQQ .card {
    border-top-left-radius: 6rem;
  }
}
.cid-uDsFboErQQ img {
  border-radius: 50%;
  width: 300px;
  height: 300px;
  object-fit: cover;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .cid-uDsFboErQQ img {
    width: 200px;
    height: 200px;
  }
}
.cid-uDsFboErQQ .mbr-section-title {
  text-align: center;
  color: #b78e3b;
}
.cid-uDsFboErQQ .mbr-section-text {
  color: #000000;
}
.cid-u8IwW4KvKf {
  border-top: 3px pink #f1f5f7;
  border-bottom: 3px pink #f1f5f7;
  margin-top: -3px;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u8IwW4KvKf .mbr-section-btn {
  position: relative;
}
@media (max-width: 991px) {
  .cid-u8IwW4KvKf .mbr-section-btn {
    margin-left: 0;
    margin-right: .5rem;
  }
}
@media (min-width: 992px) {
  .cid-u8IwW4KvKf .mbr-section-btn {
    margin-left: .5rem;
    margin-right: .5rem;
  }
}
.cid-u8IwW4KvKf .btn {
  position: relative;
  min-width: 225px;
  min-height: 54px;
  z-index: 10;
  font-weight: 700;
  border: 3px solid #000000 !important;
  border-radius: 10px !important;
  box-shadow: none !important;
  padding-left: 40px;
  padding-right: 40px;
  transform: translate(0, -9px);
  transition: all 400ms ease;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-u8IwW4KvKf .btn:hover,
.cid-u8IwW4KvKf .btn:focus {
  border: 3px solid #000000 !important;
  transform: translate(10px, 0);
}
@media (max-width: 991px) {
  .cid-u8IwW4KvKf .btn {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
.cid-u8IwW4KvKf .btn:before {
  position: absolute;
  content: "";
  width: 101%;
  height: 107%;
  top: 10px;
  left: 12px;
  border: 3px solid #000;
  border-radius: 10px;
  transition: all 0.2s ease;
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
}
.cid-u8IwW4KvKf .btn:hover:before,
.cid-u8IwW4KvKf .btn:focus:before {
  left: -1px;
  top: -2px;
}
.cid-u8IwW4KvKf .btn-secondary {
  color: #000000 !important;
}
.cid-u8IwW4KvKf .btn-secondary:hover {
  color: #000000 !important;
}
.cid-u8JCKShzEg {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u8JCKShzEg .mbr-section-subtitle {
  margin-bottom: 1.5rem;
}
.cid-u8JCKShzEg .linkBtn {
  margin-top: 2.5rem;
}
.cid-u8JCKShzEg b,
.cid-u8JCKShzEg strong {
  font-weight: 500;
  color: #b78e3b;
}
@media (max-width: 767px) {
  .cid-u8JCKShzEg .mbr-section-subtitle {
    margin-bottom: 0.75rem;
  }
  .cid-u8JCKShzEg .linkBtn {
    margin-top: 1.5rem;
    text-align: left;
  }
}
.cid-u8JCKShzEg .mbr-section-title,
.cid-u8JCKShzEg .linkBtn {
  color: #000000;
  text-align: right;
}
.cid-u8JCKShzEg H4 {
  color: #e6c63b;
  text-align: center;
}
.cid-u8JD0BWaPO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  position: relative;
  overflow: visible;
  z-index: 1;
}
.cid-u8JD0BWaPO .mbr-section-title {
  margin: 20px 0;
  color: #202020;
}
.cid-u8JD0BWaPO .shape {
  position: absolute;
  z-index: -1;
  bottom: -1.5rem;
  right: 0;
  max-width: 160px;
}
.cid-u8JD0BWaPO .shape img {
  width: 100%;
  height: auto;
  max-height: 160px;
  object-fit: contain;
}
@media (max-width: 767px) {
  .cid-u8JD0BWaPO .shape {
    max-width: 80px;
  }
}
.cid-vidKXMXoFa {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vidKXMXoFa .mbr-fallback-image.disabled {
  display: none;
}
.cid-vidKXMXoFa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vidKXMXoFa .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-vidKXMXoFa .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-vidKXMXoFa .container {
    padding: 0 20px;
  }
}
.cid-vidKXMXoFa .item {
  margin-top: 32px;
}
.cid-vidKXMXoFa .item:first-child {
  margin-top: 0;
}
.cid-vidKXMXoFa .item:nth-child(2) {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-vidKXMXoFa .item:nth-child(2) {
    margin-top: 32px;
  }
}
.cid-vidKXMXoFa .item:nth-child(2n) .item-wrapper {
  background-color: #d29f64;
}
.cid-vidKXMXoFa .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 52px 40px;
  background-color: #f3f6f9;
  border-radius: 20px !important;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vidKXMXoFa .item .item-wrapper {
    padding: 46px 20px;
  }
}
.cid-vidKXMXoFa .item .item-wrapper .card-box .card-desc_1,
.cid-vidKXMXoFa .item .item-wrapper .card-box .card-desc_2 {
  margin-bottom: 46px;
}
@media (max-width: 992px) {
  .cid-vidKXMXoFa .item .item-wrapper .card-box .card-desc_1,
  .cid-vidKXMXoFa .item .item-wrapper .card-box .card-desc_2 {
    margin-bottom: 20px;
  }
}
.cid-vidKXMXoFa .item .item-wrapper .card-box .icon-wrapper_1 .mbr-iconfont,
.cid-vidKXMXoFa .item .item-wrapper .card-box .icon-wrapper_2 .mbr-iconfont {
  display: inline-flex;
  font-size: 78px;
  margin-bottom: 80px;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-vidKXMXoFa .item .item-wrapper .card-box .icon-wrapper_1 .mbr-iconfont,
  .cid-vidKXMXoFa .item .item-wrapper .card-box .icon-wrapper_2 .mbr-iconfont {
    margin-bottom: 46px;
  }
}
.cid-vidKXMXoFa .item .item-wrapper .card-box .icon-wrapper_2 .mbr-iconfont {
  color: #000000;
}
.cid-vidKXMXoFa .item .item-wrapper .card-box .card-title_1,
.cid-vidKXMXoFa .item .item-wrapper .card-box .card-title_2 {
  margin-bottom: 32px;
}
.cid-vidKXMXoFa .item .item-wrapper .card-box .title-wrapper_1 .card-title_1 {
  display: inline-flex;
  width: 70%;
  margin-bottom: 32px;
}
@media (max-width: 1200px) {
  .cid-vidKXMXoFa .item .item-wrapper .card-box .title-wrapper_1 .card-title_1 {
    width: 100%;
  }
}
.cid-vidKXMXoFa .item .item-wrapper .card-box .title-wrapper_2 .card-title_2 {
  display: inline-flex;
  width: 70%;
  margin-bottom: 32px;
}
@media (max-width: 1200px) {
  .cid-vidKXMXoFa .item .item-wrapper .card-box .title-wrapper_2 .card-title_2 {
    width: 100%;
  }
}
.cid-vidKXMXoFa .item .item-wrapper .card-box .text-wrapper_1 .card-text_1 {
  display: inline-flex;
  width: 60%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vidKXMXoFa .item .item-wrapper .card-box .text-wrapper_1 .card-text_1 {
    width: 100%;
  }
}
.cid-vidKXMXoFa .item .item-wrapper .card-box .text-wrapper_2 .card-text_2 {
  display: inline-flex;
  width: 50%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vidKXMXoFa .item .item-wrapper .card-box .text-wrapper_2 .card-text_2 {
    width: 100%;
  }
}
.cid-vidKXMXoFa .card-desc_1 {
  color: #000000;
  text-align: center;
}
.cid-vidKXMXoFa .card-desc_2 {
  color: #ffffff;
  text-align: center;
}
.cid-vidKXMXoFa .card-title_1 {
  color: #000000;
}
.cid-vidKXMXoFa .card-title_2 {
  color: #ffffff;
}
.cid-vidKXMXoFa .card-text_1,
.cid-vidKXMXoFa .text-wrapper_1 {
  color: #000000;
  text-align: center;
}
.cid-vidKXMXoFa .card-text_2,
.cid-vidKXMXoFa .text-wrapper_2 {
  color: #ffffff;
  text-align: center;
}
.cid-vidKXMXoFa .card-title_1,
.cid-vidKXMXoFa .buttons_1,
.cid-vidKXMXoFa .icon-wrapper_1,
.cid-vidKXMXoFa .title-wrapper_1 {
  text-align: center;
}
.cid-vidKXMXoFa .card-title_2,
.cid-vidKXMXoFa .buttons_2,
.cid-vidKXMXoFa .icon-wrapper_2,
.cid-vidKXMXoFa .title-wrapper_2 {
  text-align: center;
}
.cid-vidKXMXoFa .card-title_1,
.cid-vidKXMXoFa .icon-wrapper_1,
.cid-vidKXMXoFa .buttons_1,
.cid-vidKXMXoFa .title-wrapper_1 {
  color: #000000;
  text-align: center;
}
.cid-uDsIJUzRSX {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uDsIJUzRSX h1 {
  background-color: transparent;
  overflow: hidden;
  display: inline-block;
  color: transparent;
  line-height: 1;
}
.cid-uDsIJUzRSX span {
  background-image: url("../../../assets/images/oro-1600x1066.jpg");
  background-size: 1920px 600px;
  background-position: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  display: block;
  animation: scroll 14s infinite linear;
  pointer-events: none;
}
@keyframes scroll {
  0% {
    background-position-y: 0px;
  }
  99.999% {
    background-position-y: -600px;
  }
  100% {
    background-position-y: 0px;
  }
}
.cid-uDsIJUzRSX .mbr-section-title {
  color: #ffffff;
}
.cid-vgYcIaIZYG {
  padding-top: 45px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/mbr-1920x1358.jpg");
}
.cid-vgYcIaIZYG .carousel-control {
  background: #000;
}
.cid-vgYcIaIZYG .mbr-section-subtitle {
  color: #cccccc;
}
.cid-vgYcIaIZYG .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vgYcIaIZYG .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-vgYcIaIZYG .carousel-item .wrap-img {
  text-align: center;
}
.cid-vgYcIaIZYG .carousel-item .wrap-img img {
  max-height: 150px;
  width: auto;
  max-width: 100%;
}
.cid-vgYcIaIZYG .carousel-controls {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vgYcIaIZYG .carousel-controls .carousel-control {
  background: #000;
  border-radius: 50%;
  position: static;
  width: 40px;
  height: 40px;
  margin-top: 2rem;
  border-width: 1px;
}
.cid-vgYcIaIZYG .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-vgYcIaIZYG .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-vgYcIaIZYG .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-vgYcIaIZYG .cloneditem-1,
.cid-vgYcIaIZYG .cloneditem-2,
.cid-vgYcIaIZYG .cloneditem-3,
.cid-vgYcIaIZYG .cloneditem-4,
.cid-vgYcIaIZYG .cloneditem-5 {
  display: none;
}
.cid-vgYcIaIZYG .col-lg-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vgYcIaIZYG .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-vgYcIaIZYG .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-vgYcIaIZYG .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-vgYcIaIZYG .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-vgYcIaIZYG .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-vgYcIaIZYG .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-vgYcIaIZYG .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-vgYcIaIZYG .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-vgYcIaIZYG .carousel-inner.slides2 .cloneditem-1,
  .cid-vgYcIaIZYG .carousel-inner.slides2 .cloneditem-2,
  .cid-vgYcIaIZYG .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-vgYcIaIZYG .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-vgYcIaIZYG .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-vgYcIaIZYG .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-vgYcIaIZYG .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-vgYcIaIZYG .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-vgYcIaIZYG .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-vgYcIaIZYG .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-vgYcIaIZYG .carousel-inner.slides3 .cloneditem-1,
  .cid-vgYcIaIZYG .carousel-inner.slides3 .cloneditem-2,
  .cid-vgYcIaIZYG .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-vgYcIaIZYG .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-vgYcIaIZYG .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-vgYcIaIZYG .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-vgYcIaIZYG .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-vgYcIaIZYG .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-vgYcIaIZYG .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-vgYcIaIZYG .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-vgYcIaIZYG .carousel-inner.slides4 .cloneditem-1,
  .cid-vgYcIaIZYG .carousel-inner.slides4 .cloneditem-2,
  .cid-vgYcIaIZYG .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-vgYcIaIZYG .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-vgYcIaIZYG .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-vgYcIaIZYG .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-vgYcIaIZYG .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-vgYcIaIZYG .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-vgYcIaIZYG .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-vgYcIaIZYG .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-vgYcIaIZYG .carousel-inner.slides5 .cloneditem-1,
  .cid-vgYcIaIZYG .carousel-inner.slides5 .cloneditem-2,
  .cid-vgYcIaIZYG .carousel-inner.slides5 .cloneditem-3,
  .cid-vgYcIaIZYG .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-vgYcIaIZYG .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-vgYcIaIZYG .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-vgYcIaIZYG .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-vgYcIaIZYG .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-vgYcIaIZYG .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-vgYcIaIZYG .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-vgYcIaIZYG .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-vgYcIaIZYG .carousel-inner.slides6 .cloneditem-1,
  .cid-vgYcIaIZYG .carousel-inner.slides6 .cloneditem-2,
  .cid-vgYcIaIZYG .carousel-inner.slides6 .cloneditem-3,
  .cid-vgYcIaIZYG .carousel-inner.slides6 .cloneditem-4,
  .cid-vgYcIaIZYG .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-vgYcIaIZYG H2 {
  color: #ffffff;
}
.cid-u8JKt7E9l0 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-u8JKt7E9l0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8JKt7E9l0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8JKt7E9l0 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u8JKt7E9l0 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u8JKt7E9l0 .container {
    padding: 0 24px;
  }
}
.cid-u8JKt7E9l0 .row {
  justify-content: center;
  padding-bottom: 200px;
}
.cid-u8JKt7E9l0 .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
.cid-u8JKt7E9l0 .title-wrapper .title-wrap {
  padding: 16px 0;
  display: inline-flex;
  align-items: center;
  border-bottom: 1px solid #d29f64;
  margin-bottom: 16px;
}
.cid-u8JKt7E9l0 .title-wrapper .title-wrap .mbr-section-title {
  margin-right: 70px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-u8JKt7E9l0 .title-wrapper .title-wrap .mbr-section-title {
    margin-right: 20px;
  }
}
.cid-u8JKt7E9l0 .title-wrapper .title-wrap .mbr-section-btn .btn {
  width: 80px;
  height: 30px;
}
.cid-u8JKt7E9l0 .title-wrapper .title-wrap .mbr-section-btn .btn .mbr-iconfont {
  font-size: 18px !important;
  margin: 0;
}
.cid-u8JKt7E9l0 .title-wrapper .title-wrap .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #b78e3b 0%, transparent 100%);
}
.cid-u8JKt7E9l0 .title-wrapper .title-wrap .mbr-section-btn .btn:hover,
.cid-u8JKt7E9l0 .title-wrapper .title-wrap .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #b78e3b !important;
  border-color: #b78e3b !important;
}
.cid-u8JKt7E9l0 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u8JKt7E9l0 .lists-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid #d29f64;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1200px) {
  .cid-u8JKt7E9l0 .lists-wrapper {
    display: block;
  }
}
.cid-u8JKt7E9l0 .lists-wrapper .list-wrap .list {
  padding: 0;
  margin-bottom: 32px;
  list-style-type: none;
}
.cid-u8JKt7E9l0 .lists-wrapper .list-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 16px;
}
.cid-u8JKt7E9l0 .lists-wrapper .list-wrap .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(90deg, #b78e3b -5%, #d29f64 95%);
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-u8JKt7E9l0 .lists-wrapper .list-wrap .list .item-wrap:hover::before,
.cid-u8JKt7E9l0 .lists-wrapper .list-wrap .list .item-wrap:focus::before {
  width: 100%;
}
.cid-u8JKt7E9l0 .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-u8JKt7E9l0 .mbr-copy {
  margin-bottom: 0;
  position: relative;
  z-index: 1;
  color: #000000;
}
.cid-u8JKt7E9l0 .decor-wrapper {
  position: absolute;
  bottom: -50%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-u8JKt7E9l0 .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-u8JKt7E9l0 .decor-wrapper .decor_1 {
  background-color: #d29f64;
}
.cid-u8JKt7E9l0 .decor-wrapper .decor_2 {
  background-color: #b78e3b;
}
.cid-u8JKt7E9l0 .decor-wrapper .decor_3 {
  background-color: #d29f64;
}
.cid-u8JKt7E9l0 .decor-wrapper .decor_4 {
  background-color: #b78e3b;
}
.cid-u8JKt7E9l0 .mbr-section-title {
  color: #141414;
}
.cid-u8JKt7E9l0 .mbr-text {
  color: #141414;
}
.cid-u8JKt7E9l0 .list {
  color: #141414;
  text-align: right;
}
.cid-u8JKt7E9l0 .mbr-text,
.cid-u8JKt7E9l0 .title-wrapper {
  color: #000000;
}
.cid-u8JKt7E9l0 .mbr-section-title,
.cid-u8JKt7E9l0 .title-wrapper {
  color: #000000;
}
.cid-vgYaYqRJSj {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vgYaYqRJSj .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;
}
@media (max-width: 767px) {
  .cid-vgYaYqRJSj .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vgYaYqRJSj .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vgYaYqRJSj .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-vgYaYqRJSj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vgYaYqRJSj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vgYaYqRJSj .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-vgYaYqRJSj .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-vgYaYqRJSj .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-vgYaYqRJSj .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vgYaYqRJSj .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vgYaYqRJSj .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vgYaYqRJSj .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-vgYaYqRJSj .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vgYaYqRJSj .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vgYaYqRJSj .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vgYaYqRJSj .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vgYaYqRJSj .navbar-logo {
    padding-left: 0;
  }
}
.cid-vgYaYqRJSj .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vgYaYqRJSj .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vgYaYqRJSj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-vgYaYqRJSj .container {
  display: flex;
  height: 80px;
  padding: 0 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-vgYaYqRJSj .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vgYaYqRJSj .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-vgYaYqRJSj .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vgYaYqRJSj .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  border-radius: 4px !important;
}
.cid-vgYaYqRJSj .nav-item:focus,
.cid-vgYaYqRJSj .nav-link:focus {
  outline: none;
}
.cid-vgYaYqRJSj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vgYaYqRJSj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vgYaYqRJSj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vgYaYqRJSj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vgYaYqRJSj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vgYaYqRJSj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vgYaYqRJSj .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vgYaYqRJSj .navbar.opened {
  transition: all 0.3s;
}
.cid-vgYaYqRJSj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vgYaYqRJSj .navbar .navbar-logo img {
  width: auto;
  border-radius: 4px !important;
}
.cid-vgYaYqRJSj .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vgYaYqRJSj .navbar.collapsed {
  justify-content: center;
}
.cid-vgYaYqRJSj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vgYaYqRJSj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vgYaYqRJSj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-vgYaYqRJSj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vgYaYqRJSj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vgYaYqRJSj .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-vgYaYqRJSj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vgYaYqRJSj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vgYaYqRJSj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vgYaYqRJSj .navbar {
    min-height: 72px;
  }
  .cid-vgYaYqRJSj .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vgYaYqRJSj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vgYaYqRJSj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vgYaYqRJSj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vgYaYqRJSj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vgYaYqRJSj .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-vgYaYqRJSj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vgYaYqRJSj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vgYaYqRJSj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vgYaYqRJSj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vgYaYqRJSj .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vgYaYqRJSj .dropdown-item.active,
.cid-vgYaYqRJSj .dropdown-item:active {
  background-color: transparent;
}
.cid-vgYaYqRJSj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vgYaYqRJSj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vgYaYqRJSj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vgYaYqRJSj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vgYaYqRJSj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vgYaYqRJSj .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vgYaYqRJSj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vgYaYqRJSj .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vgYaYqRJSj .navbar-buttons {
    text-align: left;
  }
}
.cid-vgYaYqRJSj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vgYaYqRJSj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vgYaYqRJSj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vgYaYqRJSj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vgYaYqRJSj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vgYaYqRJSj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vgYaYqRJSj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgYaYqRJSj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vgYaYqRJSj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vgYaYqRJSj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgYaYqRJSj .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vgYaYqRJSj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vgYaYqRJSj .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vgYaYqRJSj .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vgYaYqRJSj .navbar {
    height: 70px;
  }
  .cid-vgYaYqRJSj .navbar.opened {
    height: auto;
  }
  .cid-vgYaYqRJSj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vgYaYqRJSj .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vgYaYqRJSj .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vgYaYqRJSj .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vgYaYqRJSj .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-vgYaYqRJSj .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vgYaYqRJSj .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vgYaYqRJSj .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vgYaYqRJSj .navbar-brand {
    margin-right: auto;
  }
  .cid-vgYaYqRJSj .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-vgYaYqRJSj .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vgYaYqRJSj .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vgYaYqRJSj .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vgYaYqRJSj .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vgYaYqRJSj .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vgYaYqRJSj .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-vgYaYqRJSj .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vgYaYqRJSj .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vgYaYqRJSj .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vgYaYqRJSj .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uDsQbpDtWV {
  background-image: url("../../../assets/images/4c5a4bab61322c3a5f979e1f7e0ee2a4-683x1024.jpg");
}
.cid-uDsQbpDtWV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDsQbpDtWV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDsQbpDtWV .container-fluid {
  margin: 0;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uDsQbpDtWV .container-fluid {
    padding: 0 25px;
  }
}
.cid-uDsQbpDtWV .container-fluid .row {
  padding: 0;
}
.cid-uDsQbpDtWV .title-wrapper .image-wrapper {
  margin-bottom: 36px;
}
.cid-uDsQbpDtWV .title-wrapper .image-wrapper img {
  width: 108px;
  height: 108px;
  display: inline;
}
.cid-uDsQbpDtWV .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uDsQbpDtWV .title-wrapper .mbr-text {
  margin-bottom: 50px;
}
.cid-uDsQbpDtWV .title-wrapper .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-uDsQbpDtWV .mbr-section-title {
  color: #ffffff;
}
.cid-uDsQbpDtWV .mbr-text {
  color: #b6b6b6;
  text-align: center;
}
.cid-uDsQbpDtWV .mbr-section-title,
.cid-uDsQbpDtWV .mbr-section-btn,
.cid-uDsQbpDtWV .image-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uDsQVC7oXB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uDsQVC7oXB .section-head {
  margin-bottom: 2rem;
}
.cid-uDsQVC7oXB .mbr-section-title {
  text-align: right;
  margin-bottom: 1.5rem;
}
.cid-uDsQVC7oXB .mbr-section-subtitle {
  text-align: right;
}
@media (max-width: 991px) {
  .cid-uDsQVC7oXB .row {
    text-align: center;
  }
}
.cid-uDsQVC7oXB .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-uDsQVC7oXB .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
}
.cid-uDsQVC7oXB .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: wavy 35s infinite linear;
  backface-visibility: hidden;
}
.cid-uDsQVC7oXB .wave-container .wave svg path {
  fill: #ffffff;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-vii19h4ZPu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vii19h4ZPu .mbr-fallback-image.disabled {
  display: none;
}
.cid-vii19h4ZPu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vii19h4ZPu .container {
    padding: 0 22px;
  }
}
.cid-vii19h4ZPu .row {
  justify-content: center;
}
.cid-vii19h4ZPu .content-wrapper .line-wrapper {
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vii19h4ZPu .content-wrapper .line-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vii19h4ZPu .content-wrapper .line-wrapper .line-wrap {
  display: inline-flex;
  width: 1px;
  height: 60px;
  background-color: #d29f64;
}
.cid-vii19h4ZPu .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vii19h4ZPu .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 40px;
  height: 40px;
  font-size: 30px;
  color: #ffffff;
}
.cid-vii19h4ZPu .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vii19h4ZPu .mbr-section-title {
  color: #ffffff;
}
.cid-vii19h4ZPu .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-vii19h4ZPu .mbr-section-title,
.cid-vii19h4ZPu .icon-wrapper {
  text-align: center;
  color: #d29f64;
}
.cid-u8JT4udjhc {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u8JT4udjhc h3 {
  text-align: center;
  letter-spacing: 0;
}
.cid-u8JT4udjhc .wrap {
  width: 130px;
  height: 130px;
  margin: 0 auto;
}
.cid-u8JT4udjhc .pie_progress__number {
  font-weight: 600;
  text-align: center !important;
  color: #000000;
}
.cid-u8JT4udjhc .mbr-section-subtitle {
  color: #999999;
}
.cid-u8JT4udjhc .card-title {
  margin-bottom: 0;
}
.cid-u8JT4udjhc .card {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-u8JT4udjhc .svg-gradient {
  position: absolute;
}
.cid-u8JT4udjhc svg {
  overflow: visible;
}
.cid-u8JT4udjhc ellipse {
  stroke: rgba(206, 206, 206, 0.4);
  stroke-width: 14px;
}
.cid-u8JT4udjhc path {
  stroke-width: 14px;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-u8JT4udjhc .card {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
.cid-u8JT4udjhc .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8JT4udjhc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8JT4udjhc H4 {
  color: #ffffff;
}
.cid-u8JT4udjhc .card-text {
  color: #000000;
}
.cid-u8JXo9l9fG {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-u8JXo9l9fG .mbr-overlay {
  background: #5eeebb;
}
.cid-u8JXo9l9fG .column2 {
  margin-top: 150px;
}
.cid-u8JXo9l9fG .card {
  padding: 0 35px;
  margin-bottom: 150px;
  position: relative;
}
.cid-u8JXo9l9fG .card:hover .image img {
  transform: scale(1.1);
}
.cid-u8JXo9l9fG .card:hover .card__content {
  left: 35px;
}
.cid-u8JXo9l9fG .image {
  border: 1px solid #b78e3b;
  overflow: hidden;
}
.cid-u8JXo9l9fG .image img {
  width: 100%;
  height: 600px;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
}
.cid-u8JXo9l9fG .card__content {
  position: absolute;
  bottom: -100px;
  right: 35px;
  left: 100px;
  padding: 50px 35px 42px 60px;
  background: rgba(255, 255, 255, 0.99);
  box-shadow: -15px 19px 40px 0px rgba(240, 240, 240, 0.5);
  transition: all 0.5s ease-in-out;
}
.cid-u8JXo9l9fG .card__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  position: absolute;
  top: -35px;
  left: 60px;
  z-index: 1;
  background-color: #d29f64;
  box-shadow: 0px 15px 40px 0px rgba(189, 189, 189, 0.5);
}
.cid-u8JXo9l9fG .card__icon .mbr-iconfont {
  color: #fff;
  font-size: 35px;
}
.cid-u8JXo9l9fG .card__title {
  margin-bottom: 15px;
  color: #d29f64;
}
.cid-u8JXo9l9fG .btn__card {
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.cid-u8JXo9l9fG .btn__card .mbr-iconfont {
  font-weight: bold;
  font-size: 30px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-u8JXo9l9fG .card {
    padding: 0;
    margin-bottom: 70px;
  }
  .cid-u8JXo9l9fG .card__content {
    padding: 50px 20px 20px;
    right: 0;
    position: relative;
    bottom: 0;
    left: 0;
  }
  .cid-u8JXo9l9fG .column2 {
    margin-top: 0;
  }
}
@media (min-width: 575px) and (max-width: 991px) {
  .cid-u8JXo9l9fG .image {
    max-height: 450px;
  }
}
.cid-u8JXo9l9fG .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8JXo9l9fG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8JT3JfSNO {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u8JT3JfSNO .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u8JT3JfSNO .row {
  flex-direction: row-reverse;
}
.cid-u8JT3JfSNO img {
  width: 100%;
}
.cid-u8JT3JfSNO .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #b78e3b;
}
.cid-u8JT3JfSNO .svg-top .st0 {
  fill: #ffffff;
}
@media (max-width: 992px) {
  .cid-u8JT3JfSNO .svg-top {
    width: 1000px;
  }
}
.cid-u8JT3JfSNO .mbr-description {
  color: #ffffff;
}
.cid-u8JKt7E9l0 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-u8JKt7E9l0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8JKt7E9l0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8JKt7E9l0 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u8JKt7E9l0 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u8JKt7E9l0 .container {
    padding: 0 24px;
  }
}
.cid-u8JKt7E9l0 .row {
  justify-content: center;
  padding-bottom: 200px;
}
.cid-u8JKt7E9l0 .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
.cid-u8JKt7E9l0 .title-wrapper .title-wrap {
  padding: 16px 0;
  display: inline-flex;
  align-items: center;
  border-bottom: 1px solid #d29f64;
  margin-bottom: 16px;
}
.cid-u8JKt7E9l0 .title-wrapper .title-wrap .mbr-section-title {
  margin-right: 70px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-u8JKt7E9l0 .title-wrapper .title-wrap .mbr-section-title {
    margin-right: 20px;
  }
}
.cid-u8JKt7E9l0 .title-wrapper .title-wrap .mbr-section-btn .btn {
  width: 80px;
  height: 30px;
}
.cid-u8JKt7E9l0 .title-wrapper .title-wrap .mbr-section-btn .btn .mbr-iconfont {
  font-size: 18px !important;
  margin: 0;
}
.cid-u8JKt7E9l0 .title-wrapper .title-wrap .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #b78e3b 0%, transparent 100%);
}
.cid-u8JKt7E9l0 .title-wrapper .title-wrap .mbr-section-btn .btn:hover,
.cid-u8JKt7E9l0 .title-wrapper .title-wrap .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #b78e3b !important;
  border-color: #b78e3b !important;
}
.cid-u8JKt7E9l0 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u8JKt7E9l0 .lists-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid #d29f64;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1200px) {
  .cid-u8JKt7E9l0 .lists-wrapper {
    display: block;
  }
}
.cid-u8JKt7E9l0 .lists-wrapper .list-wrap .list {
  padding: 0;
  margin-bottom: 32px;
  list-style-type: none;
}
.cid-u8JKt7E9l0 .lists-wrapper .list-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 16px;
}
.cid-u8JKt7E9l0 .lists-wrapper .list-wrap .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(90deg, #b78e3b -5%, #d29f64 95%);
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-u8JKt7E9l0 .lists-wrapper .list-wrap .list .item-wrap:hover::before,
.cid-u8JKt7E9l0 .lists-wrapper .list-wrap .list .item-wrap:focus::before {
  width: 100%;
}
.cid-u8JKt7E9l0 .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-u8JKt7E9l0 .mbr-copy {
  margin-bottom: 0;
  position: relative;
  z-index: 1;
  color: #000000;
}
.cid-u8JKt7E9l0 .decor-wrapper {
  position: absolute;
  bottom: -50%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-u8JKt7E9l0 .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-u8JKt7E9l0 .decor-wrapper .decor_1 {
  background-color: #d29f64;
}
.cid-u8JKt7E9l0 .decor-wrapper .decor_2 {
  background-color: #b78e3b;
}
.cid-u8JKt7E9l0 .decor-wrapper .decor_3 {
  background-color: #d29f64;
}
.cid-u8JKt7E9l0 .decor-wrapper .decor_4 {
  background-color: #b78e3b;
}
.cid-u8JKt7E9l0 .mbr-section-title {
  color: #141414;
}
.cid-u8JKt7E9l0 .mbr-text {
  color: #141414;
}
.cid-u8JKt7E9l0 .list {
  color: #141414;
  text-align: right;
}
.cid-u8JKt7E9l0 .mbr-text,
.cid-u8JKt7E9l0 .title-wrapper {
  color: #000000;
}
.cid-u8JKt7E9l0 .mbr-section-title,
.cid-u8JKt7E9l0 .title-wrapper {
  color: #000000;
}
.cid-vgYaYqRJSj {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vgYaYqRJSj .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;
}
@media (max-width: 767px) {
  .cid-vgYaYqRJSj .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vgYaYqRJSj .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vgYaYqRJSj .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-vgYaYqRJSj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vgYaYqRJSj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vgYaYqRJSj .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-vgYaYqRJSj .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-vgYaYqRJSj .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-vgYaYqRJSj .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vgYaYqRJSj .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vgYaYqRJSj .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vgYaYqRJSj .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-vgYaYqRJSj .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vgYaYqRJSj .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vgYaYqRJSj .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vgYaYqRJSj .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vgYaYqRJSj .navbar-logo {
    padding-left: 0;
  }
}
.cid-vgYaYqRJSj .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vgYaYqRJSj .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vgYaYqRJSj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-vgYaYqRJSj .container {
  display: flex;
  height: 80px;
  padding: 0 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-vgYaYqRJSj .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vgYaYqRJSj .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-vgYaYqRJSj .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vgYaYqRJSj .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  border-radius: 4px !important;
}
.cid-vgYaYqRJSj .nav-item:focus,
.cid-vgYaYqRJSj .nav-link:focus {
  outline: none;
}
.cid-vgYaYqRJSj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vgYaYqRJSj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vgYaYqRJSj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vgYaYqRJSj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vgYaYqRJSj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vgYaYqRJSj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vgYaYqRJSj .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vgYaYqRJSj .navbar.opened {
  transition: all 0.3s;
}
.cid-vgYaYqRJSj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vgYaYqRJSj .navbar .navbar-logo img {
  width: auto;
  border-radius: 4px !important;
}
.cid-vgYaYqRJSj .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vgYaYqRJSj .navbar.collapsed {
  justify-content: center;
}
.cid-vgYaYqRJSj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vgYaYqRJSj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vgYaYqRJSj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-vgYaYqRJSj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vgYaYqRJSj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vgYaYqRJSj .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-vgYaYqRJSj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vgYaYqRJSj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vgYaYqRJSj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vgYaYqRJSj .navbar {
    min-height: 72px;
  }
  .cid-vgYaYqRJSj .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vgYaYqRJSj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vgYaYqRJSj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vgYaYqRJSj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vgYaYqRJSj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vgYaYqRJSj .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-vgYaYqRJSj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vgYaYqRJSj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vgYaYqRJSj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vgYaYqRJSj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vgYaYqRJSj .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vgYaYqRJSj .dropdown-item.active,
.cid-vgYaYqRJSj .dropdown-item:active {
  background-color: transparent;
}
.cid-vgYaYqRJSj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vgYaYqRJSj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vgYaYqRJSj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vgYaYqRJSj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vgYaYqRJSj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vgYaYqRJSj .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vgYaYqRJSj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vgYaYqRJSj .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vgYaYqRJSj .navbar-buttons {
    text-align: left;
  }
}
.cid-vgYaYqRJSj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vgYaYqRJSj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vgYaYqRJSj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vgYaYqRJSj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vgYaYqRJSj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vgYaYqRJSj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vgYaYqRJSj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgYaYqRJSj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vgYaYqRJSj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vgYaYqRJSj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgYaYqRJSj .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vgYaYqRJSj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vgYaYqRJSj .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vgYaYqRJSj .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vgYaYqRJSj .navbar {
    height: 70px;
  }
  .cid-vgYaYqRJSj .navbar.opened {
    height: auto;
  }
  .cid-vgYaYqRJSj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vgYaYqRJSj .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vgYaYqRJSj .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vgYaYqRJSj .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vgYaYqRJSj .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-vgYaYqRJSj .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vgYaYqRJSj .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vgYaYqRJSj .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vgYaYqRJSj .navbar-brand {
    margin-right: auto;
  }
  .cid-vgYaYqRJSj .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-vgYaYqRJSj .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vgYaYqRJSj .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vgYaYqRJSj .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vgYaYqRJSj .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vgYaYqRJSj .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vgYaYqRJSj .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-vgYaYqRJSj .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vgYaYqRJSj .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vgYaYqRJSj .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vgYaYqRJSj .navbar-collapse {
    padding: 1rem;
  }
}
.cid-u8K3O9NzPi {
  padding-top: 180px;
  padding-bottom: 120px;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-u8K3O9NzPi svg {
  position: absolute;
  bottom: 4rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.2);
  animation: wave 5s ease-in-out infinite;
}
@keyframes line {
  from {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(-4px);
  }
  to {
    transform: translateY(4px);
  }
}
@keyframes wave {
  from {
    transform: rotate(-0.2deg) translate(-50%) scale(2, 1.2);
  }
  50% {
    transform: rotate(0.2deg) translate(-50%) scale(2.1, 1.3);
  }
  to {
    transform: rotate(-0.2deg) translate(-50%) scale(2, 1.2);
  }
}
.cid-u8K3O9NzPi .mbr-text,
.cid-u8K3O9NzPi .mbr-section-btn {
  color: #000000;
}
.cid-u8K3O9NzPi #e12_areaS3 {
  fill: #d29f64 !important;
}
.cid-u8K3O9NzPi #e19_areaS3 {
  fill: #ffffff !important;
}
.cid-u8K3O9NzPi H1 {
  color: #000000;
}
.cid-u8K3O9NzPi img {
  width: 70%;
  border-radius: 10px;
  animation: line 4s ease-in-out infinite;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-u8K3O9NzPi .box {
  width: 95%;
  height: 90%;
  opacity: 0.5;
  background-color: #ffffff;
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translate(-50%);
  border-radius: 0.5rem;
}
@media (max-width: 1200px) {
  .cid-u8K3O9NzPi .box {
    top: 2%;
    width: 97%;
    height: 96%;
  }
}
@media (max-width: 576px) {
  .cid-u8K3O9NzPi img {
    width: 100%;
  }
}
.cid-uDsTvbRxWK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uDsTvbRxWK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDsTvbRxWK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDsTvbRxWK .container-fluid {
  padding: 0 32px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uDsTvbRxWK .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uDsTvbRxWK .container {
    padding: 0 20px;
  }
}
.cid-uDsTvbRxWK .container,
.cid-uDsTvbRxWK .container-fluid {
  position: relative;
}
.cid-uDsTvbRxWK .container .blur-wrap,
.cid-uDsTvbRxWK .container-fluid .blur-wrap {
  position: absolute;
  bottom: -3rem;
  right: 25%;
  width: 250px;
  height: 250px;
  border-radius: 100%;
  background-image: linear-gradient(45deg, #b78e3b 10%, #d29f64 60%);
  filter: blur(50px);
}
.cid-uDsTvbRxWK .row.blur-row {
  padding: 50px;
  position: relative;
  border-radius: 50px;
  overflow: hidden;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uDsTvbRxWK .row.blur-row {
    padding: 32px 16px;
  }
}
.cid-uDsTvbRxWK .row.blur-row::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background-color: #000000;
  opacity: .2;
}
.cid-uDsTvbRxWK .mbr-section-title {
  margin-bottom: 50px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uDsTvbRxWK .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uDsTvbRxWK .dragArea.row {
  padding: 0;
  border-radius: 0;
}
.cid-uDsTvbRxWK .dragArea.row::before {
  content: none;
}
.cid-uDsTvbRxWK .dragArea.row .form-group {
  padding-left: 0.1rem;
  padding-right: 0.1rem;
  margin-bottom: 16px !important;
}
.cid-uDsTvbRxWK .dragArea.row .form-group .form-control {
  padding: 0 20px;
  border-radius: 65px;
  border: none;
  min-height: 65px;
  background-color: #ffffff;
  box-shadow: none;
}
.cid-uDsTvbRxWK .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
  opacity: .5;
}
.cid-uDsTvbRxWK .dragArea.row .form-group textarea {
  padding: 20px;
}
.cid-uDsTvbRxWK .dragArea.row .form-group .form-check .form-check-input {
  background-color: #b78e3b;
  border-collapse: #b78e3b;
}
.cid-uDsTvbRxWK .dragArea.row .mbr-section-btn {
  padding-left: 0.1rem;
  padding-right: 0.1rem;
}
.cid-uDsTvbRxWK .dragArea.row .mbr-section-btn .btn {
  padding: 20px 50px;
  border-radius: 65px;
}
.cid-uDsTvbRxWK .row.forms-row {
  padding: 0;
  border-radius: 0;
}
.cid-uDsTvbRxWK .row.forms-row::before {
  content: none !important;
}
.cid-uDsTvbRxWK .mbr-desc {
  color: #ffffff;
}
.cid-uDsTvbRxWK .mbr-text {
  color: #ffffff;
}
.cid-uDsTvbRxWK label {
  color: #f5fd7b;
}
.cid-uDsTvbRxWK .mbr-section-title,
.cid-uDsTvbRxWK .mbr-section-btn {
  color: #000000;
}
.cid-u8K2FJvvre {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background: #ffffff;
  overflow: hidden;
}
.cid-u8K2FJvvre .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8K2FJvvre .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8K2FJvvre .row {
  position: relative;
  z-index: 10;
}
.cid-u8K2FJvvre .col-title {
  display: flex;
  align-items: flex-start;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .cid-u8K2FJvvre .col-title {
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
}
.cid-u8K2FJvvre .mbr-section-title {
  color: #000000;
  width: 65%;
  flex-grow: 1;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-u8K2FJvvre .mbr-section-title {
    width: 100%;
    text-align: center !important;
  }
}
.cid-u8K2FJvvre .mbr-section-subtitle {
  color: #000000;
  padding-left: 40px;
  width: 35%;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-u8K2FJvvre .mbr-section-subtitle {
    width: 100%;
    text-align: center !important;
    padding-left: 0;
    margin-left: 0;
    margin-top: 20px;
  }
}
.cid-u8K2FJvvre .google-map {
  height: 350px;
  position: relative;
  padding: 0 20px;
}
.cid-u8K2FJvvre .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-u8K2FJvvre .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-u8K2FJvvre .google-map[data-state] {
  background: #e9e5dc;
}
.cid-u8K2FJvvre .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-u8K2FJvvre .col-text {
  display: flex;
  align-items: flex-start;
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-u8K2FJvvre .col-text {
    flex-wrap: wrap;
    margin-top: 30px;
  }
}
.cid-u8K2FJvvre .mbr-text {
  color: #ffffff;
  width: 50%;
  margin-right: auto;
  padding-right: 40px;
}
@media (max-width: 991px) {
  .cid-u8K2FJvvre .mbr-text {
    width: 100%;
    padding-right: 0;
    margin-right: 0;
  }
}
.cid-u8K2FJvvre .mbr-place {
  color: #2B2B2B;
  width: 50%;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-u8K2FJvvre .mbr-place {
    width: 100%;
    margin-left: 0;
    margin-top: 24px;
  }
}
.cid-u8K2FJvvre .container,
.cid-u8K2FJvvre .container-fluid {
  position: relative;
}
.cid-u8K2FJvvre .circle-blur {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 200px;
  height: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .97;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 767px) {
  .cid-u8K2FJvvre .circle-blur {
    width: 200px;
    height: 200px;
  }
}
.cid-u8K2FJvvre .circle-blur1 {
  top: 10%;
  right: 50%;
  background-image: linear-gradient(132deg, #b78e3b 27%, #b78e3b 50%, #b78e3b 79%);
}
.cid-u8K2FJvvre .circle-blur2 {
  top: 13%;
  right: 40%;
  background-image: linear-gradient(132deg, #d29f64 27%, #d29f64 50%, #d29f64 79%);
}
.cid-vgYlhijoRj {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background: #ffffff;
  overflow: hidden;
}
.cid-vgYlhijoRj .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgYlhijoRj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgYlhijoRj .row {
  position: relative;
  z-index: 10;
}
.cid-vgYlhijoRj .col-title {
  display: flex;
  align-items: flex-start;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .cid-vgYlhijoRj .col-title {
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
}
.cid-vgYlhijoRj .mbr-section-title {
  color: #000000;
  width: 65%;
  flex-grow: 1;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-vgYlhijoRj .mbr-section-title {
    width: 100%;
    text-align: center !important;
  }
}
.cid-vgYlhijoRj .mbr-section-subtitle {
  color: #000000;
  padding-left: 40px;
  width: 35%;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-vgYlhijoRj .mbr-section-subtitle {
    width: 100%;
    text-align: center !important;
    padding-left: 0;
    margin-left: 0;
    margin-top: 20px;
  }
}
.cid-vgYlhijoRj .google-map {
  height: 350px;
  position: relative;
  padding: 0 20px;
}
.cid-vgYlhijoRj .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-vgYlhijoRj .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-vgYlhijoRj .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vgYlhijoRj .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vgYlhijoRj .col-text {
  display: flex;
  align-items: flex-start;
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-vgYlhijoRj .col-text {
    flex-wrap: wrap;
    margin-top: 30px;
  }
}
.cid-vgYlhijoRj .mbr-text {
  color: #ffffff;
  width: 50%;
  margin-right: auto;
  padding-right: 40px;
}
@media (max-width: 991px) {
  .cid-vgYlhijoRj .mbr-text {
    width: 100%;
    padding-right: 0;
    margin-right: 0;
  }
}
.cid-vgYlhijoRj .mbr-place {
  color: #2B2B2B;
  width: 50%;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-vgYlhijoRj .mbr-place {
    width: 100%;
    margin-left: 0;
    margin-top: 24px;
  }
}
.cid-vgYlhijoRj .container,
.cid-vgYlhijoRj .container-fluid {
  position: relative;
}
.cid-vgYlhijoRj .circle-blur {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 200px;
  height: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .97;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 767px) {
  .cid-vgYlhijoRj .circle-blur {
    width: 200px;
    height: 200px;
  }
}
.cid-vgYlhijoRj .circle-blur1 {
  top: 10%;
  right: 50%;
  background-image: linear-gradient(132deg, #b78e3b 27%, #b78e3b 50%, #b78e3b 79%);
}
.cid-vgYlhijoRj .circle-blur2 {
  top: 13%;
  right: 40%;
  background-image: linear-gradient(132deg, #d29f64 27%, #d29f64 50%, #d29f64 79%);
}
.cid-u8JKt7E9l0 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-u8JKt7E9l0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8JKt7E9l0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8JKt7E9l0 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u8JKt7E9l0 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u8JKt7E9l0 .container {
    padding: 0 24px;
  }
}
.cid-u8JKt7E9l0 .row {
  justify-content: center;
  padding-bottom: 200px;
}
.cid-u8JKt7E9l0 .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
.cid-u8JKt7E9l0 .title-wrapper .title-wrap {
  padding: 16px 0;
  display: inline-flex;
  align-items: center;
  border-bottom: 1px solid #d29f64;
  margin-bottom: 16px;
}
.cid-u8JKt7E9l0 .title-wrapper .title-wrap .mbr-section-title {
  margin-right: 70px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-u8JKt7E9l0 .title-wrapper .title-wrap .mbr-section-title {
    margin-right: 20px;
  }
}
.cid-u8JKt7E9l0 .title-wrapper .title-wrap .mbr-section-btn .btn {
  width: 80px;
  height: 30px;
}
.cid-u8JKt7E9l0 .title-wrapper .title-wrap .mbr-section-btn .btn .mbr-iconfont {
  font-size: 18px !important;
  margin: 0;
}
.cid-u8JKt7E9l0 .title-wrapper .title-wrap .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #b78e3b 0%, transparent 100%);
}
.cid-u8JKt7E9l0 .title-wrapper .title-wrap .mbr-section-btn .btn:hover,
.cid-u8JKt7E9l0 .title-wrapper .title-wrap .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #b78e3b !important;
  border-color: #b78e3b !important;
}
.cid-u8JKt7E9l0 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u8JKt7E9l0 .lists-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid #d29f64;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1200px) {
  .cid-u8JKt7E9l0 .lists-wrapper {
    display: block;
  }
}
.cid-u8JKt7E9l0 .lists-wrapper .list-wrap .list {
  padding: 0;
  margin-bottom: 32px;
  list-style-type: none;
}
.cid-u8JKt7E9l0 .lists-wrapper .list-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 16px;
}
.cid-u8JKt7E9l0 .lists-wrapper .list-wrap .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(90deg, #b78e3b -5%, #d29f64 95%);
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-u8JKt7E9l0 .lists-wrapper .list-wrap .list .item-wrap:hover::before,
.cid-u8JKt7E9l0 .lists-wrapper .list-wrap .list .item-wrap:focus::before {
  width: 100%;
}
.cid-u8JKt7E9l0 .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-u8JKt7E9l0 .mbr-copy {
  margin-bottom: 0;
  position: relative;
  z-index: 1;
  color: #000000;
}
.cid-u8JKt7E9l0 .decor-wrapper {
  position: absolute;
  bottom: -50%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-u8JKt7E9l0 .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-u8JKt7E9l0 .decor-wrapper .decor_1 {
  background-color: #d29f64;
}
.cid-u8JKt7E9l0 .decor-wrapper .decor_2 {
  background-color: #b78e3b;
}
.cid-u8JKt7E9l0 .decor-wrapper .decor_3 {
  background-color: #d29f64;
}
.cid-u8JKt7E9l0 .decor-wrapper .decor_4 {
  background-color: #b78e3b;
}
.cid-u8JKt7E9l0 .mbr-section-title {
  color: #141414;
}
.cid-u8JKt7E9l0 .mbr-text {
  color: #141414;
}
.cid-u8JKt7E9l0 .list {
  color: #141414;
  text-align: right;
}
.cid-u8JKt7E9l0 .mbr-text,
.cid-u8JKt7E9l0 .title-wrapper {
  color: #000000;
}
.cid-u8JKt7E9l0 .mbr-section-title,
.cid-u8JKt7E9l0 .title-wrapper {
  color: #000000;
}
.cid-vgYaYqRJSj {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vgYaYqRJSj .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;
}
@media (max-width: 767px) {
  .cid-vgYaYqRJSj .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vgYaYqRJSj .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vgYaYqRJSj .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-vgYaYqRJSj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vgYaYqRJSj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vgYaYqRJSj .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-vgYaYqRJSj .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-vgYaYqRJSj .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-vgYaYqRJSj .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vgYaYqRJSj .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vgYaYqRJSj .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vgYaYqRJSj .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-vgYaYqRJSj .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vgYaYqRJSj .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vgYaYqRJSj .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vgYaYqRJSj .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vgYaYqRJSj .navbar-logo {
    padding-left: 0;
  }
}
.cid-vgYaYqRJSj .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vgYaYqRJSj .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vgYaYqRJSj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-vgYaYqRJSj .container {
  display: flex;
  height: 80px;
  padding: 0 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-vgYaYqRJSj .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vgYaYqRJSj .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-vgYaYqRJSj .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vgYaYqRJSj .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  border-radius: 4px !important;
}
.cid-vgYaYqRJSj .nav-item:focus,
.cid-vgYaYqRJSj .nav-link:focus {
  outline: none;
}
.cid-vgYaYqRJSj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vgYaYqRJSj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vgYaYqRJSj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vgYaYqRJSj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vgYaYqRJSj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vgYaYqRJSj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vgYaYqRJSj .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vgYaYqRJSj .navbar.opened {
  transition: all 0.3s;
}
.cid-vgYaYqRJSj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vgYaYqRJSj .navbar .navbar-logo img {
  width: auto;
  border-radius: 4px !important;
}
.cid-vgYaYqRJSj .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vgYaYqRJSj .navbar.collapsed {
  justify-content: center;
}
.cid-vgYaYqRJSj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vgYaYqRJSj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vgYaYqRJSj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-vgYaYqRJSj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vgYaYqRJSj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vgYaYqRJSj .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-vgYaYqRJSj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vgYaYqRJSj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vgYaYqRJSj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vgYaYqRJSj .navbar {
    min-height: 72px;
  }
  .cid-vgYaYqRJSj .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vgYaYqRJSj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vgYaYqRJSj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vgYaYqRJSj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vgYaYqRJSj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vgYaYqRJSj .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-vgYaYqRJSj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vgYaYqRJSj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vgYaYqRJSj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vgYaYqRJSj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vgYaYqRJSj .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vgYaYqRJSj .dropdown-item.active,
.cid-vgYaYqRJSj .dropdown-item:active {
  background-color: transparent;
}
.cid-vgYaYqRJSj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vgYaYqRJSj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vgYaYqRJSj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vgYaYqRJSj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vgYaYqRJSj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vgYaYqRJSj .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vgYaYqRJSj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vgYaYqRJSj .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vgYaYqRJSj .navbar-buttons {
    text-align: left;
  }
}
.cid-vgYaYqRJSj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vgYaYqRJSj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vgYaYqRJSj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vgYaYqRJSj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vgYaYqRJSj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vgYaYqRJSj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vgYaYqRJSj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgYaYqRJSj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vgYaYqRJSj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vgYaYqRJSj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgYaYqRJSj .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vgYaYqRJSj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vgYaYqRJSj .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vgYaYqRJSj .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vgYaYqRJSj .navbar {
    height: 70px;
  }
  .cid-vgYaYqRJSj .navbar.opened {
    height: auto;
  }
  .cid-vgYaYqRJSj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vgYaYqRJSj .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vgYaYqRJSj .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vgYaYqRJSj .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vgYaYqRJSj .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-vgYaYqRJSj .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vgYaYqRJSj .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vgYaYqRJSj .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vgYaYqRJSj .navbar-brand {
    margin-right: auto;
  }
  .cid-vgYaYqRJSj .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-vgYaYqRJSj .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vgYaYqRJSj .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vgYaYqRJSj .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vgYaYqRJSj .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vgYaYqRJSj .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vgYaYqRJSj .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-vgYaYqRJSj .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vgYaYqRJSj .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vgYaYqRJSj .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vgYaYqRJSj .navbar-collapse {
    padding: 1rem;
  }
}
.cid-u8OrwDl4N7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u8OrwDl4N7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8OrwDl4N7 img {
  border-radius: 2rem;
  margin-top: 6rem;
  box-shadow: 0 0 100px 0 #b78e3b;
}
@media (max-width: 767px) {
  .cid-u8OrwDl4N7 img {
    margin-top: 2rem;
  }
}
.cid-u8OrwDl4N7 .row {
  background: #ffffff;
  border-radius: 4rem;
  padding: 8rem 1rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-u8OrwDl4N7 .row {
    border-radius: 2rem;
    padding: 2rem 1rem;
  }
}
.cid-u8OrwDl4N7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8OrwDl4N7 .mbr-text,
.cid-u8OrwDl4N7 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-u8OrwDl4N7 .mbr-section-title {
  text-align: center;
  color: #b78e3b;
}
.cid-u8OrwDl4N7 .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-u8OrqOSHAz {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-u8OrqOSHAz .mbr-section-title {
  color: #444444;
}
.cid-u8OrqOSHAz .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-u8OrqOSHAz .mbr-text {
  color: #8d97ad;
}
.cid-u8OrqOSHAz .nav {
  border: none;
}
.cid-u8OrqOSHAz .nav-tabs {
  width: 100%;
}
.cid-u8OrqOSHAz .nav-tabs .nav-item {
  margin-bottom: 1rem;
  width: 100%;
}
.cid-u8OrqOSHAz .card-img {
  overflow: hidden;
  border-radius: .25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
}
.cid-u8OrqOSHAz .nav-tabs .nav-link {
  display: flex;
  color: #ffffff;
  box-sizing: border-box;
  font-style: normal;
  background: #d29f64;
  font-weight: 500;
  padding: 1rem 1rem;
  border-right: 1px solid #dee2e6;
  border-top: 1px solid #dee2e6;
  border-left: 1px solid #dee2e6;
  margin: 0px;
  border-radius: 0px !important;
  border-bottom: 1px solid #dee2e6;
  transition: all .3s;
}
.cid-u8OrqOSHAz .nav-tabs .nav-link:hover {
  background-color: #ffffff;
  color: #000000;
}
.cid-u8OrqOSHAz .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #000000;
  font-style: normal;
  background: #ffffff;
}
.cid-u8OrqOSHAz .nav-tabs .nav-link span {
  margin-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-u8OrqOSHAz .nav-item {
    display: table-row !important;
  }
}
.cid-u8OrqOSHAz .mbr-section-btn {
  padding-left: 10px;
}
.cid-u8OrqOSHAz .mbr-text,
.cid-u8OrqOSHAz .mbr-section-btn {
  color: #000000;
}
.cid-u8OGoOI3Lt {
  padding-top: 7rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-u8OGoOI3Lt .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8OGoOI3Lt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8OGoOI3Lt .container,
.cid-u8OGoOI3Lt .container-fluid {
  position: relative;
}
.cid-u8OGoOI3Lt .row {
  justify-content: left;
}
.cid-u8OGoOI3Lt .col-content {
  position: relative;
  z-index: 10;
}
.cid-u8OGoOI3Lt .mbr-section-title {
  color: #000000;
}
.cid-u8OGoOI3Lt .mbr-section-subtitle {
  color: #2B2B2B;
}
.cid-u8OGoOI3Lt .mbr-text {
  color: #2B2B2B;
}
.cid-u8OGoOI3Lt .mbr-section-btn .btn-primary:hover {
  background-color: #cecec1 !important;
  color: #2b2b2b !important;
}
.cid-u8OGoOI3Lt .circle-blur {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 320px;
  height: 320px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .97;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 991px) {
  .cid-u8OGoOI3Lt .circle-blur {
    width: 240px;
    height: 240px;
  }
}
.cid-u8OGoOI3Lt .circle-blur1 {
  top: 0;
  right: 70%;
  background-image: linear-gradient(132deg, #ffffff 27%, #ffffff 50%, #ffffff 79%);
}
.cid-u8OGoOI3Lt .circle-blur2 {
  top: 30%;
  right: 50%;
  background-image: linear-gradient(132deg, #d29f64 27%, #d29f64 50%, #d29f64 79%);
}
.cid-u8OGoOI3Lt .circle-blur3 {
  top: 50%;
  right: 10%;
  background-image: linear-gradient(132deg, #ffffff 27%, #ffffff 50%, #ffffff 79%);
}
.cid-u8OGoOI3Lt .circle-blur4 {
  top: 75%;
  right: 25%;
  background-image: linear-gradient(132deg, #ffffff 27%, #ffffff 50%, #ffffff 79%);
}
.cid-u8OH0PcoEL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u8OH0PcoEL .item-img {
  position: relative;
}
.cid-u8OH0PcoEL .item-img img {
  transition: all 0.2s;
  object-fit: cover;
}
.cid-u8OH0PcoEL .cardbg {
  background: #ffffff;
  height: 100%;
  min-height: 300px;
}
.cid-u8OH0PcoEL .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-u8OH0PcoEL .image-wrapper {
  overflow: hidden;
}
.cid-u8OH0PcoEL .item1 {
  margin-bottom: 2rem !important;
}
.cid-u8OH0PcoEL .item-wrapper {
  position: relative;
  background: #b78e3b;
  border: 3px solid #b78e3b;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u8OH0PcoEL .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u8OH0PcoEL .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-u8OH0PcoEL .item1,
.cid-u8OH0PcoEL .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-u8OH0PcoEL .item1 .item:hover,
.cid-u8OH0PcoEL .item .item:hover {
  cursor: pointer;
}
.cid-u8OH0PcoEL .item1:hover .link-icon-wrapper span,
.cid-u8OH0PcoEL .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
@media (max-width: 992px) {
  .cid-u8OH0PcoEL .card2 {
    margin-top: 1rem;
  }
}
.cid-u8OH0PcoEL .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #b78e3b;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-u8OH0PcoEL .link-icon-wrapper .icon-wrap {
  background: #ffffff;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-u8OH0PcoEL .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-u8OH0PcoEL .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-u8OH0PcoEL .link-icon-wrapper .svg1 path {
  fill: #b78e3b;
}
.cid-u8OH0PcoEL .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-u8OH0PcoEL .link-icon-wrapper .svg2 path {
  fill: #b78e3b;
}
.cid-u8OH0PcoEL .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-u8OH0PcoEL .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-u8OH0PcoEL img,
.cid-u8OH0PcoEL .item-img {
  width: 100%;
}
.cid-u8OH0PcoEL .item:focus,
.cid-u8OH0PcoEL span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-u8OH0PcoEL .item {
    margin-bottom: 1rem;
  }
}
.cid-u8OH0PcoEL .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-u8OH0PcoEL .item-title {
  text-align: left;
  color: #000000;
}
.cid-u8OH0PcoEL .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-u8OH0PcoEL .mbr-section-subtitle,
.cid-u8OH0PcoEL .subtitle-wrap,
.cid-u8OH0PcoEL .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-u8OH0PcoEL .mbr-text,
.cid-u8OH0PcoEL .item .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-u8OH0PcoEL .item-title DIV {
  text-align: center;
}
.cid-u8P1Rm19CW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u8P1Rm19CW .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8P1Rm19CW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-u8P1Rm19CW .container {
    padding: 0 24px;
  }
}
@media (min-width: 992px) {
  .cid-u8P1Rm19CW .row {
    margin: 0;
  }
}
.cid-u8P1Rm19CW .row .card {
  padding: 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-u8P1Rm19CW .row .card {
    padding: 0 16px;
  }
}
.cid-u8P1Rm19CW .title-wrapper .mbr-section-title {
  padding: 0 32px 32px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u8P1Rm19CW .title-wrapper .mbr-section-title {
    padding: 0 24px 24px;
  }
}
.cid-u8P1Rm19CW .content-wrapper {
  padding: 32px;
  position: sticky;
  top: 0;
  border-top: 1px solid #b78e3b;
}
@media (max-width: 992px) {
  .cid-u8P1Rm19CW .content-wrapper {
    padding: 24px;
    border-top: none;
  }
}
.cid-u8P1Rm19CW .content-wrapper .mbr-section-subtitle {
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .cid-u8P1Rm19CW .content-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-u8P1Rm19CW .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u8P1Rm19CW .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-u8P1Rm19CW .items {
  border-left: 1px solid #b78e3b;
  border-top: 1px solid #b78e3b;
}
@media (max-width: 992px) {
  .cid-u8P1Rm19CW .items {
    border-top: 1px solid #b78e3b;
  }
}
.cid-u8P1Rm19CW .items .item {
  padding: 32px;
  border-bottom: 1px solid #b78e3b;
}
@media (max-width: 992px) {
  .cid-u8P1Rm19CW .items .item {
    padding: 24px;
  }
}
.cid-u8P1Rm19CW .items .item:last-child {
  border: none;
}
.cid-u8P1Rm19CW .items .item .item-wrapper .card-box .card-title {
  margin-bottom: 8px;
}
.cid-u8P1Rm19CW .items .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-u8P1Rm19CW .image-wrapper {
  padding: 32px;
  border-top: 1px solid #b78e3b;
}
@media (max-width: 992px) {
  .cid-u8P1Rm19CW .image-wrapper {
    padding: 24px;
    border-top: none;
  }
}
.cid-u8P1Rm19CW .image-wrapper img {
  height: 350px;
  object-fit: cover;
}
.cid-u8P1Rm19CW .mbr-section-title {
  color: #d29f64;
}
.cid-u8P1Rm19CW .mbr-section-subtitle {
  color: #b78e3b;
  text-align: right;
}
.cid-u8P1Rm19CW .mbr-text {
  color: #000000;
  text-align: right;
}
.cid-u8P1Rm19CW .card-title {
  color: #F9F6E0;
}
.cid-u8P1Rm19CW .card-text {
  color: #000000;
}
.cid-u8P1Rm19CW .card-title,
.cid-u8P1Rm19CW .title-wrapper {
  color: #000000;
}
.cid-u8Qlgpu3tc {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u8Qlgpu3tc .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u8Qlgpu3tc .row {
  flex-direction: row-reverse;
}
.cid-u8Qlgpu3tc img {
  width: 100%;
}
.cid-u8Qlgpu3tc .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #b78e3b;
}
.cid-u8Qlgpu3tc .svg-top .st0 {
  fill: #ffffff;
}
@media (max-width: 992px) {
  .cid-u8Qlgpu3tc .svg-top {
    width: 1000px;
  }
}
.cid-u8Qlgpu3tc .mbr-description {
  color: #ffffff;
}
.cid-u8JKt7E9l0 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-u8JKt7E9l0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8JKt7E9l0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8JKt7E9l0 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u8JKt7E9l0 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u8JKt7E9l0 .container {
    padding: 0 24px;
  }
}
.cid-u8JKt7E9l0 .row {
  justify-content: center;
  padding-bottom: 200px;
}
.cid-u8JKt7E9l0 .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
.cid-u8JKt7E9l0 .title-wrapper .title-wrap {
  padding: 16px 0;
  display: inline-flex;
  align-items: center;
  border-bottom: 1px solid #d29f64;
  margin-bottom: 16px;
}
.cid-u8JKt7E9l0 .title-wrapper .title-wrap .mbr-section-title {
  margin-right: 70px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-u8JKt7E9l0 .title-wrapper .title-wrap .mbr-section-title {
    margin-right: 20px;
  }
}
.cid-u8JKt7E9l0 .title-wrapper .title-wrap .mbr-section-btn .btn {
  width: 80px;
  height: 30px;
}
.cid-u8JKt7E9l0 .title-wrapper .title-wrap .mbr-section-btn .btn .mbr-iconfont {
  font-size: 18px !important;
  margin: 0;
}
.cid-u8JKt7E9l0 .title-wrapper .title-wrap .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #b78e3b 0%, transparent 100%);
}
.cid-u8JKt7E9l0 .title-wrapper .title-wrap .mbr-section-btn .btn:hover,
.cid-u8JKt7E9l0 .title-wrapper .title-wrap .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #b78e3b !important;
  border-color: #b78e3b !important;
}
.cid-u8JKt7E9l0 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u8JKt7E9l0 .lists-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid #d29f64;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1200px) {
  .cid-u8JKt7E9l0 .lists-wrapper {
    display: block;
  }
}
.cid-u8JKt7E9l0 .lists-wrapper .list-wrap .list {
  padding: 0;
  margin-bottom: 32px;
  list-style-type: none;
}
.cid-u8JKt7E9l0 .lists-wrapper .list-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 16px;
}
.cid-u8JKt7E9l0 .lists-wrapper .list-wrap .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(90deg, #b78e3b -5%, #d29f64 95%);
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-u8JKt7E9l0 .lists-wrapper .list-wrap .list .item-wrap:hover::before,
.cid-u8JKt7E9l0 .lists-wrapper .list-wrap .list .item-wrap:focus::before {
  width: 100%;
}
.cid-u8JKt7E9l0 .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-u8JKt7E9l0 .mbr-copy {
  margin-bottom: 0;
  position: relative;
  z-index: 1;
  color: #000000;
}
.cid-u8JKt7E9l0 .decor-wrapper {
  position: absolute;
  bottom: -50%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-u8JKt7E9l0 .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-u8JKt7E9l0 .decor-wrapper .decor_1 {
  background-color: #d29f64;
}
.cid-u8JKt7E9l0 .decor-wrapper .decor_2 {
  background-color: #b78e3b;
}
.cid-u8JKt7E9l0 .decor-wrapper .decor_3 {
  background-color: #d29f64;
}
.cid-u8JKt7E9l0 .decor-wrapper .decor_4 {
  background-color: #b78e3b;
}
.cid-u8JKt7E9l0 .mbr-section-title {
  color: #141414;
}
.cid-u8JKt7E9l0 .mbr-text {
  color: #141414;
}
.cid-u8JKt7E9l0 .list {
  color: #141414;
  text-align: right;
}
.cid-u8JKt7E9l0 .mbr-text,
.cid-u8JKt7E9l0 .title-wrapper {
  color: #000000;
}
.cid-u8JKt7E9l0 .mbr-section-title,
.cid-u8JKt7E9l0 .title-wrapper {
  color: #000000;
}
