.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 0 !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Onest;
}
.display-1 {
  font-family: 'Onest', sans-serif;
  font-size: 6.1rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 7.625rem;
}
.display-2 {
  font-family: 'Acme', sans-serif;
  font-size: 3.5rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.375rem;
}
.display-4 {
  font-family: 'Onest', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Onest', sans-serif;
  font-size: 2.2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-7 {
  font-family: 'Onest', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4.88rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.27rem;
    font-size: calc( 2.7849999999999997rem + (6.1 - 2.7849999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.7849999999999997rem + (6.1 - 2.7849999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.8rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.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: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 4.27rem;
    font-size: calc( 2.7849999999999997rem + (6.1 - 2.7849999999999997) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.7849999999999997rem + (6.1 - 2.7849999999999997) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.8rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.875rem + (3.5 - 1.875) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn-secondary {
  color: #000000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #d0ab6e !important;
  border-color: #d0ab6e !important;
  color: #ffffff;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #dcc195 !important;
  border-color: #dcc195 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #dcc195 !important;
  border-color: #dcc195 !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  transform: scale(1.1);
  background: #d0ab6e !important;
  border-color: #d0ab6e !important;
  color: #000000 !important;
}
.btn-secondary:hover span,
.btn-secondary:focus span,
.btn-secondary.focus span,
.btn-secondary.active span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.btn-secondary div {
  overflow: hidden;
}
.btn-secondary span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #000000 !important;
}
.bg-success {
  background-color: #90754a !important;
}
.bg-info {
  background-color: #90754a !important;
}
.bg-warning {
  background-color: #d4a55a !important;
}
.bg-danger {
  background-color: #efd2a4 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  transform: scale(1.1);
  background: #d0ab6e !important;
  border-color: #d0ab6e !important;
  color: #000000 !important;
}
.btn-primary:hover span,
.btn-primary:focus span,
.btn-primary.focus span,
.btn-primary.active span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.btn-primary div {
  overflow: hidden;
}
.btn-primary span {
  display: block;
}
.btn-info,
.btn-info:active {
  background-color: #90754a !important;
  border-color: #90754a !important;
  color: #ffffff;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ad8f60 !important;
  border-color: #ad8f60 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #ad8f60 !important;
  border-color: #ad8f60 !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  transform: scale(1.1);
  background: #d0ab6e !important;
  border-color: #d0ab6e !important;
  color: #000000 !important;
}
.btn-info:hover span,
.btn-info:focus span,
.btn-info.focus span,
.btn-info.active span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.btn-info div {
  overflow: hidden;
}
.btn-info span {
  display: block;
}
.btn-success,
.btn-success:active {
  background-color: #90754a !important;
  border-color: #90754a !important;
  color: #ffffff;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #ad8f60 !important;
  border-color: #ad8f60 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #ad8f60 !important;
  border-color: #ad8f60 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  transform: scale(1.1);
  background: #d0ab6e !important;
  border-color: #d0ab6e !important;
  color: #000000 !important;
}
.btn-success:hover span,
.btn-success:focus span,
.btn-success.focus span,
.btn-success.active span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.btn-success div {
  overflow: hidden;
}
.btn-success span {
  display: block;
}
.btn-warning,
.btn-warning:active {
  background-color: #d4a55a !important;
  border-color: #d4a55a !important;
  color: #ffffff;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #dfbb82 !important;
  border-color: #dfbb82 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #dfbb82 !important;
  border-color: #dfbb82 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  transform: scale(1.1);
  background: #d0ab6e !important;
  border-color: #d0ab6e !important;
  color: #000000 !important;
}
.btn-warning:hover span,
.btn-warning:focus span,
.btn-warning.focus span,
.btn-warning.active span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.btn-warning div {
  overflow: hidden;
}
.btn-warning span {
  display: block;
}
.btn-danger,
.btn-danger:active {
  background-color: #efd2a4 !important;
  border-color: #efd2a4 !important;
  color: #7e5616;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #f7e7cf !important;
  border-color: #f7e7cf !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #7e5616 !important;
  background-color: #f7e7cf !important;
  border-color: #f7e7cf !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  transform: scale(1.1);
  background: #d0ab6e !important;
  border-color: #d0ab6e !important;
  color: #000000 !important;
}
.btn-danger:hover span,
.btn-danger:focus span,
.btn-danger.focus span,
.btn-danger.active span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.btn-danger div {
  overflow: hidden;
}
.btn-danger span {
  display: block;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  transform: scale(1.1);
  background: #d0ab6e !important;
  border-color: #d0ab6e !important;
  color: #000000 !important;
}
.btn-white:hover span,
.btn-white:focus span,
.btn-white.focus span,
.btn-white.active span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.btn-white div {
  overflow: hidden;
}
.btn-white span {
  display: block;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  transform: scale(1.1);
  background: #d0ab6e !important;
  border-color: #d0ab6e !important;
  color: #000000 !important;
}
.btn-black:hover span,
.btn-black:focus span,
.btn-black.focus span,
.btn-black.active span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.btn-black div {
  overflow: hidden;
}
.btn-black span {
  display: block;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #d0ab6e;
  color: #d0ab6e;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #af8239 !important;
  background-color: transparent !important;
  border-color: #af8239 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #d0ab6e !important;
  border-color: #d0ab6e !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #90754a;
  color: #90754a;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #57462d !important;
  background-color: transparent !important;
  border-color: #57462d !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #90754a !important;
  border-color: #90754a !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #90754a;
  color: #90754a;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #57462d !important;
  background-color: transparent !important;
  border-color: #57462d !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #90754a !important;
  border-color: #90754a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #d4a55a;
  color: #d4a55a;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ab7a2d !important;
  background-color: transparent !important;
  border-color: #ab7a2d !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #d4a55a !important;
  border-color: #d4a55a !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #efd2a4;
  color: #efd2a4;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #e2ae5a !important;
  background-color: transparent !important;
  border-color: #e2ae5a !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #7e5616 !important;
  background-color: #efd2a4 !important;
  border-color: #efd2a4 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #000000 !important;
}
.text-secondary {
  color: #d0ab6e !important;
}
.text-success {
  color: #90754a !important;
}
.text-info {
  color: #90754a !important;
}
.text-warning {
  color: #d4a55a !important;
}
.text-danger {
  color: #efd2a4 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #a37a35 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #4d3e27 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #4d3e27 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #9f7129 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #e0a74d !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: #000000;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #90754a;
}
.alert-warning {
  background-color: #d4a55a;
}
.alert-danger {
  background-color: #efd2a4;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #000000;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c7b392;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #c7b392;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fefdfc;
}
.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: 'Onest', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #000000 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Onest', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #000000;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #000000;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #000000;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #000000;
  border-bottom-color: #000000;
}
.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: #000000 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #d0ab6e !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='%23000000' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uI11SWmCp3 {
  z-index: 1000;
  width: 100%;
}
.cid-uI11SWmCp3 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uI11SWmCp3 .dropdown-menu {
  padding: 0;
}
.cid-uI11SWmCp3 .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-uI11SWmCp3 .dropdown-item {
    text-align: left !important;
  }
}
.cid-uI11SWmCp3 .dropdown-item:hover {
  background-position: right !important;
}
.cid-uI11SWmCp3 .dropdown-item:hover:after {
  color: #000000;
}
.cid-uI11SWmCp3 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uI11SWmCp3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uI11SWmCp3 .nav-link {
  position: relative;
}
.cid-uI11SWmCp3 .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-uI11SWmCp3 .dropdown-menu,
.cid-uI11SWmCp3 .navbar.opened {
  background: #000000 !important;
}
.cid-uI11SWmCp3 .nav-item:focus,
.cid-uI11SWmCp3 .nav-link:focus {
  outline: none;
}
.cid-uI11SWmCp3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uI11SWmCp3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uI11SWmCp3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uI11SWmCp3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uI11SWmCp3 .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-uI11SWmCp3 .navbar.opened {
  transition: all 0.3s;
}
.cid-uI11SWmCp3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uI11SWmCp3 .navbar .navbar-logo img {
  width: auto;
}
.cid-uI11SWmCp3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uI11SWmCp3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uI11SWmCp3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uI11SWmCp3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uI11SWmCp3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uI11SWmCp3 .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-uI11SWmCp3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uI11SWmCp3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uI11SWmCp3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uI11SWmCp3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uI11SWmCp3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uI11SWmCp3 .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-uI11SWmCp3 .navbar {
    min-height: 80px;
  }
}
.cid-uI11SWmCp3 .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-uI11SWmCp3 .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-uI11SWmCp3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uI11SWmCp3 .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-uI11SWmCp3 .navbar-brand {
    min-height: 69px;
  }
}
.cid-uI11SWmCp3 .dropdown-item.active,
.cid-uI11SWmCp3 .dropdown-item:active {
  background-color: transparent;
}
.cid-uI11SWmCp3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uI11SWmCp3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uI11SWmCp3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uI11SWmCp3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uI11SWmCp3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uI11SWmCp3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uI11SWmCp3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uI11SWmCp3 button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #d0ab6e, #191b1f);
  box-shadow: 10px 10px 19px #ffffff, -10px -10px 19px #ffb3b3;
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uI11SWmCp3 button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-uI11SWmCp3 button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uI11SWmCp3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-uI11SWmCp3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uI11SWmCp3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uI11SWmCp3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uI11SWmCp3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uI11SWmCp3 nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uI11SWmCp3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uI11SWmCp3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uI11SWmCp3 nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uI11SWmCp3 .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-uI11SWmCp3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uI11SWmCp3 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uI11SWmCp3 .navbar {
    height: 70px;
  }
  .cid-uI11SWmCp3 .navbar.opened {
    height: auto;
  }
  .cid-uI11SWmCp3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uI11SWmCp3 .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #000000;
  background: rgba(0, 0, 0, 0.9);
}
@media (max-width: 575px) {
  .cid-uI11SWmCp3 .navbar-short {
    min-height: 70px;
  }
}
.cid-uI11SWmCp3 .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-uI11SWmCp3 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-uI11SWmCp3 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-uI11SWmCp3 .container-fluid {
    padding: 0 3px;
  }
}
.cid-uI11SWmCp3 .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uI11SWmCp3 .navbar-nav {
  display: flex !important;
}
.cid-uI11SWmCp3 .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-uI11SWmCp3 .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-uI11SWmCp3 .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uI11SWmCp3 .navbar-nav .nav-item .nav-link:hover,
.cid-uI11SWmCp3 .navbar-nav .nav-item .nav-link:focus,
.cid-uI11SWmCp3 .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uI11SWmCp3 .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #000000 !important;
}
.cid-uI11SWmCp3 .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-uI11SWmCp3 .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uI11SWmCp3 button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #d0ab6e, #191b1f);
  box-shadow: 10px 10px 19px #ffffff, -10px -10px 19px #ffffff;
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uI11SWmCp3 button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-uI11SWmCp3 button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uI11SWmCp3 button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-uI11SWmCp3 button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uI11SWmCp3 button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uI11SWmCp3 button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uI11SWmCp3 button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uI11SWmCp3 .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
  transition: all 0.3s;
  opacity: 1 !important;
  background: linear-gradient(145deg, #d0ab6e, #191b1f);
  box-shadow: 10px 10px 19px #ffffff, -10px -10px 19px #ffb3b3;
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uI11SWmCp3 .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-uI11SWmCp3 .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uI11SWmCp3 .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-uI11SWmCp3 .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-uI11SWmCp3 .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uI11SWmCp3 .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uI11SWmCp3 .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-uI11SWmCp3 .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-uI11SWmCp3 .offcanvas.show {
  transform: translateX(0);
}
.cid-uI11SWmCp3 .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-uI11SWmCp3 .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uI11SWmCp3 .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 25px;
  width: 375px;
  margin-right: auto;
  text-align: left;
  background-color: #000000;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
@media (max-width: 575px) {
  .cid-uI11SWmCp3 .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-uI11SWmCp3 .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-uI11SWmCp3 .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uI11SWmCp3 .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-uI11SWmCp3 .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-uI11SWmCp3 .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-uI11SWmCp3 .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-uI11SWmCp3 .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
  text-align: center;
}
.cid-uI11SWmCp3 .modal-backdrop.show {
  opacity: 0.8;
}
.cid-uI11SWmCp3 .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-uI11SWmCp3 .social-container {
  width: 100%;
  padding-top: 90px;
}
@media (max-width: 991px) {
  .cid-uI11SWmCp3 .social-container {
    padding-top: 40px;
  }
}
.cid-uI11SWmCp3 .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 100px !important;
}
.cid-uI11SWmCp3 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-uI11SWmCp3 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #000000);
  transition: 0.4s all;
}
.cid-uI11SWmCp3 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-uI11SWmCp3 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #ffffff;
}
.cid-uI11SWmCp3 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uI11SWmCp3 .soc-item:hover:before {
  opacity: 1;
}
.cid-uI11SWmCp3 .offcanvas_btn {
  margin-top: auto;
}
.cid-uI11SWmCp3 .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-uI11SWmCp3 .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-uI10gGboyO {
  background-image: url("../../../assets/images/8d7269856084b27b2000f395cda55583.gif");
}
.cid-uI10gGboyO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uI10gGboyO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uI10gGboyO .container-fluid {
  margin: 0;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uI10gGboyO .container-fluid {
    padding: 0 25px;
  }
}
.cid-uI10gGboyO .container-fluid .row {
  padding: 0;
}
.cid-uI10gGboyO .title-wrapper .image-wrapper {
  margin-bottom: 36px;
}
.cid-uI10gGboyO .title-wrapper .image-wrapper img {
  width: 108px;
  height: 108px;
  display: inline;
}
.cid-uI10gGboyO .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uI10gGboyO .title-wrapper .mbr-text {
  margin-bottom: 50px;
}
.cid-uI10gGboyO .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-uI10gGboyO .mbr-section-title {
  color: #ffffff;
}
.cid-uI10gGboyO .mbr-text {
  color: #b6b6b6;
  text-align: center;
}
.cid-uI10gGboyO .mbr-section-title,
.cid-uI10gGboyO .mbr-section-btn,
.cid-uI10gGboyO .image-wrapper {
  text-align: center;
}
.cid-ufD5PooNEz {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-ufD5PooNEz .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufD5PooNEz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufD5PooNEz .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-ufD5PooNEz .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-ufD5PooNEz .container {
    padding: 0 26px;
  }
}
.cid-ufD5PooNEz .row {
  justify-content: center;
}
.cid-ufD5PooNEz .text-wrapper .mbr-text {
  font-family: "Instrument Serif", sans-serif;
  margin-bottom: 16px;
}
.cid-ufD5PooNEz .text-wrapper .icon-wrapper:hover .mbr-iconfont,
.cid-ufD5PooNEz .text-wrapper .icon-wrapper:focus .mbr-iconfont {
  padding-top: 40px;
}
.cid-ufD5PooNEz .text-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 60px;
  height: 60px;
  font-size: 60px;
  transition: all 0.3s ease-in-out;
  color: #d0ab6e;
}
.cid-ufD5PooNEz .mbr-text,
.cid-ufD5PooNEz .icon-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-ufJKQdj2y2 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-ufJKQdj2y2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufJKQdj2y2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufJKQdj2y2 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-ufJKQdj2y2 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-ufJKQdj2y2 .container {
    padding: 0 24px;
  }
}
.cid-ufJKQdj2y2 .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-ufJKQdj2y2 .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-ufJKQdj2y2 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-ufJKQdj2y2 .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-ufJKQdj2y2 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ufJKQdj2y2 .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-ufJKQdj2y2 .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-ufJKQdj2y2 .content-wrapper .mbr-section-btn .btn:hover,
.cid-ufJKQdj2y2 .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-ufJKQdj2y2 .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-ufJKQdj2y2 .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-ufJKQdj2y2 .decor-wrapper .decor_1 {
  background-color: #936e31;
}
.cid-ufJKQdj2y2 .decor-wrapper .decor_2 {
  background-color: #000000;
}
.cid-ufJKQdj2y2 .decor-wrapper .decor_3 {
  background-color: #936e31;
}
.cid-ufJKQdj2y2 .decor-wrapper .decor_4 {
  background-color: #000000;
}
.cid-ufJKQdj2y2 .mbr-section-title {
  color: #141414;
}
.cid-ufJKQdj2y2 .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-ufJKQdj2y2 .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-ufJKQdj2y2 .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-ufJKQdj2y2 .mbr-section-title,
.cid-ufJKQdj2y2 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uI0Ytt7K4s {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uI0Ytt7K4s .mbr-fallback-image.disabled {
  display: none;
}
.cid-uI0Ytt7K4s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uI0Ytt7K4s .row {
  margin: 0 -20px;
}
.cid-uI0Ytt7K4s .card {
  padding: 0 20px;
}
.cid-uI0Ytt7K4s .mbr-tag {
  margin-bottom: 16px;
  color: #adadad;
}
.cid-uI0Ytt7K4s .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uI0Ytt7K4s .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uI0Ytt7K4s .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uI0Ytt7K4s .title-wrapper .main-btn .btn {
  margin-bottom: 0;
}
.cid-uI0Ytt7K4s .mbr-section-btn {
  margin-top: 20px;
}
.cid-uI0Ytt7K4s .mbr-section-btn .btn::after,
.cid-uI0Ytt7K4s .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #936e31, #23272b 150%);
}
.cid-uI0Ytt7K4s .mbr-section-btn .btn:hover,
.cid-uI0Ytt7K4s .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-uI0Ytt7K4s .mbr-section-btn .btn:hover::after,
.cid-uI0Ytt7K4s .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #936e31, #23272b 150%);
  opacity: 1;
}
.cid-uI0Ytt7K4s .items-wrapper .item {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uI0Ytt7K4s .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-uI0Ytt7K4s .items-wrapper .item:last-child {
  margin-bottom: 0;
}
.cid-uI0Ytt7K4s .items-wrapper .item .item-wrapper {
  display: flex;
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uI0Ytt7K4s .items-wrapper .item .item-wrapper {
    display: block;
  }
}
.cid-uI0Ytt7K4s .items-wrapper .item .item-wrapper .icon-wrapper {
  margin-right: 60px;
  margin-top: 10px;
}
@media (max-width: 992px) {
  .cid-uI0Ytt7K4s .items-wrapper .item .item-wrapper .icon-wrapper {
    margin-bottom: 20px;
    margin-right: 0;
    margin-top: 0;
  }
}
.cid-uI0Ytt7K4s .items-wrapper .item .item-wrapper .icon-wrapper .mbr-iconfont {
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #d0ab6e, #23272b);
  font-size: 80px;
}
@media (max-width: 992px) {
  .cid-uI0Ytt7K4s .items-wrapper .item .item-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 50px;
  }
}
.cid-uI0Ytt7K4s .items-wrapper .item .item-wrapper .item-content {
  padding-bottom: 20px;
  border-bottom: 2px solid #d0ab6e;
  border-radius: 0 !important;
  width: 100%;
}
.cid-uI0Ytt7K4s .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uI0Ytt7K4s .items-wrapper .item .item-wrapper .item-content .item-title:hover,
.cid-uI0Ytt7K4s .items-wrapper .item .item-wrapper .item-content .item-title:focus {
  color: #936e31;
}
.cid-uI0Ytt7K4s .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uI0Ytt7K4s .items-wrapper .item .item-wrapper .item-content .item-btn {
  margin-top: 20px;
}
@media (max-width: 992px) {
  .cid-uI0Ytt7K4s .items-wrapper .item .item-wrapper .item-content .item-btn {
    margin-bottom: 0;
  }
}
.cid-uI0Ytt7K4s .mbr-section-title {
  color: #ffffff;
}
.cid-uI0Ytt7K4s .item-title {
  color: #ffffff;
}
.cid-uI0Ytt7K4s .item-text {
  color: #ffffff;
}
.cid-uI16Dgzmm2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-uI16Dgzmm2 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uI16Dgzmm2 .row {
  flex-direction: row-reverse;
}
.cid-uI16Dgzmm2 img {
  width: 100%;
}
.cid-uI16Dgzmm2 .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: #000000;
}
.cid-uI16Dgzmm2 .svg-top .st0 {
  fill: #000000;
}
@media (max-width: 992px) {
  .cid-uI16Dgzmm2 .svg-top {
    width: 1000px;
  }
}
.cid-uI16Dgzmm2 .mbr-description {
  color: #ffffff;
}
.cid-ufDiRNViST {
  padding-top: 3rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-ufDiRNViST .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufDiRNViST .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufDiRNViST .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-ufDiRNViST .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-ufDiRNViST .container {
    padding: 0 24px;
  }
}
.cid-ufDiRNViST .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-ufDiRNViST .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-ufDiRNViST .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-ufDiRNViST .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-ufDiRNViST .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ufDiRNViST .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-ufDiRNViST .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-ufDiRNViST .content-wrapper .mbr-section-btn .btn:hover,
.cid-ufDiRNViST .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-ufDiRNViST .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-ufDiRNViST .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-ufDiRNViST .decor-wrapper .decor_1 {
  background-color: #936e31;
}
.cid-ufDiRNViST .decor-wrapper .decor_2 {
  background-color: #000000;
}
.cid-ufDiRNViST .decor-wrapper .decor_3 {
  background-color: #936e31;
}
.cid-ufDiRNViST .decor-wrapper .decor_4 {
  background-color: #000000;
}
.cid-ufDiRNViST .mbr-section-title {
  color: #141414;
}
.cid-ufDiRNViST .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-ufDiRNViST .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-ufDiRNViST .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-ufDiRNViST .mbr-section-title,
.cid-ufDiRNViST .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-ufD4ImADl0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-ufD4ImADl0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufD4ImADl0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufD4ImADl0 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-ufD4ImADl0 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-ufD4ImADl0 .container {
    padding: 0;
  }
}
.cid-ufD4ImADl0 .row {
  justify-content: center;
  margin: 0;
}
.cid-ufD4ImADl0 .item {
  padding: 0;
}
.cid-ufD4ImADl0 .item a:hover .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-ufD4ImADl0 .item a .item-wrapper .item-img {
  overflow: hidden;
  position: relative;
  height: 550px;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-ufD4ImADl0 .item a .item-wrapper .item-img {
    height: 350px;
  }
}
.cid-ufD4ImADl0 .item a .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-ufD4ImADl0 .item a .item-wrapper .item-img .item-content {
  width: 100%;
  position: relative;
  padding: 16px;
  background-color: #90754a;
}
.cid-ufD4ImADl0 .item a .item-wrapper .item-img .item-content .item-title {
  margin-bottom: 0;
}
.cid-ufD4ImADl0 .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-ufDizhAXSh {
  padding-top: 2rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-ufDizhAXSh .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufDizhAXSh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufDizhAXSh .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-ufDizhAXSh .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-ufDizhAXSh .container {
    padding: 0 24px;
  }
}
.cid-ufDizhAXSh .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-ufDizhAXSh .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-ufDizhAXSh .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-ufDizhAXSh .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-ufDizhAXSh .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ufDizhAXSh .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-ufDizhAXSh .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-ufDizhAXSh .content-wrapper .mbr-section-btn .btn:hover,
.cid-ufDizhAXSh .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-ufDizhAXSh .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-ufDizhAXSh .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-ufDizhAXSh .decor-wrapper .decor_1 {
  background-color: #936e31;
}
.cid-ufDizhAXSh .decor-wrapper .decor_2 {
  background-color: #000000;
}
.cid-ufDizhAXSh .decor-wrapper .decor_3 {
  background-color: #936e31;
}
.cid-ufDizhAXSh .decor-wrapper .decor_4 {
  background-color: #000000;
}
.cid-ufDizhAXSh .mbr-section-title {
  color: #141414;
}
.cid-ufDizhAXSh .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-ufDizhAXSh .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-ufDizhAXSh .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-ufDizhAXSh .mbr-section-title,
.cid-ufDizhAXSh .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uI0Xt7jKYl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uI0Xt7jKYl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uI0Xt7jKYl .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-uI0Xt7jKYl .container {
    padding: 0 22px;
  }
}
.cid-uI0Xt7jKYl .card {
  justify-content: center;
}
.cid-uI0Xt7jKYl .content-wrapper {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uI0Xt7jKYl .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uI0Xt7jKYl .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uI0Xt7jKYl .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uI0Xt7jKYl .image-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uI0Xt7jKYl .image-wrapper img {
  height: 600px;
  width: 600px;
  border-radius: 100% !important;
  object-fit: cover;
  box-shadow: 10px 10px 60px #4f575e;
}
@media (max-width: 1440px) {
  .cid-uI0Xt7jKYl .image-wrapper img {
    height: 500px;
    width: 500px;
  }
}
@media (max-width: 1200px) {
  .cid-uI0Xt7jKYl .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 992px) {
  .cid-uI0Xt7jKYl .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 768px) {
  .cid-uI0Xt7jKYl .image-wrapper img {
    height: 260px;
    width: 260px;
  }
}
.cid-uI0Xt7jKYl .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uI0Xt7jKYl .mbr-text {
  color: #ffffff;
}
.cid-ufJRJoLc9y {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-ufJRJoLc9y .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufJRJoLc9y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufJRJoLc9y .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-ufJRJoLc9y .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-ufJRJoLc9y .container {
    padding: 0 24px;
  }
}
.cid-ufJRJoLc9y .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-ufJRJoLc9y .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-ufJRJoLc9y .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-ufJRJoLc9y .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-ufJRJoLc9y .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ufJRJoLc9y .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-ufJRJoLc9y .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-ufJRJoLc9y .content-wrapper .mbr-section-btn .btn:hover,
.cid-ufJRJoLc9y .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-ufJRJoLc9y .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-ufJRJoLc9y .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-ufJRJoLc9y .decor-wrapper .decor_1 {
  background-color: #936e31;
}
.cid-ufJRJoLc9y .decor-wrapper .decor_2 {
  background-color: #000000;
}
.cid-ufJRJoLc9y .decor-wrapper .decor_3 {
  background-color: #936e31;
}
.cid-ufJRJoLc9y .decor-wrapper .decor_4 {
  background-color: #000000;
}
.cid-ufJRJoLc9y .mbr-section-title {
  color: #141414;
}
.cid-ufJRJoLc9y .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-ufJRJoLc9y .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-ufJRJoLc9y .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-ufJRJoLc9y .mbr-section-title,
.cid-ufJRJoLc9y .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-ufJPh9iQeJ {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #90754a;
}
.cid-ufJPh9iQeJ .media-container-row {
  justify-content: space-between;
}
.cid-ufJPh9iQeJ .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-ufJPh9iQeJ .text-content {
    max-width: none;
  }
}
.cid-ufJPh9iQeJ .container {
  z-index: 1;
}
.cid-ufJPh9iQeJ .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  display: flex;
  flex-direction: column;
}
.cid-ufJPh9iQeJ .bg_column-reverse {
  flex-direction: column-reverse;
}
.cid-ufJPh9iQeJ .bg__white {
  background: #fff;
  height: 100%;
}
.cid-ufJPh9iQeJ .bg__gray {
  background: #fcf5e6;
  height: 100%;
}
.cid-ufJPh9iQeJ .box-shadow {
  position: relative;
  box-shadow: 0 4px 8px 0 #1a1a0159;
  border-radius: 24px;
  padding: 4rem 19rem;
  margin: 0;
  background: #fff;
}
@media (max-width: 1400px) {
  .cid-ufJPh9iQeJ .box-shadow {
    padding: 3rem 10rem;
  }
}
@media (max-width: 1200px) {
  .cid-ufJPh9iQeJ .box-shadow {
    padding: 3rem 2rem;
  }
}
@media (max-width: 768px) {
  .cid-ufJPh9iQeJ .icons {
    justify-content: center !important;
  }
  .cid-ufJPh9iQeJ .box-shadow {
    width: 100%;
    padding: 3rem 1rem;
  }
  .cid-ufJPh9iQeJ .text-content * {
    text-align: center;
  }
}
.cid-ufJPh9iQeJ .geometry {
  position: absolute;
}
.cid-ufJPh9iQeJ .geometry__square,
.cid-ufJPh9iQeJ .geometry__circle {
  width: 88px;
  height: 88px;
}
.cid-ufJPh9iQeJ .geometry__square {
  border-radius: 8px;
  border: 2px solid #0b2b5c;
  z-index: 1;
  position: absolute;
}
.cid-ufJPh9iQeJ .geometry__square-bg {
  width: 88px;
  height: 88px;
  background: #d0ab6e;
  border-radius: 8px;
  margin: 0.5rem;
  position: absolute;
}
.cid-ufJPh9iQeJ .geometry__circle {
  border-radius: 100px;
  border: 2px solid #0b2b5c;
  padding: -1rem;
  z-index: 1;
  position: absolute;
}
.cid-ufJPh9iQeJ .geometry__circle-bg {
  position: absolute;
  width: 88px;
  height: 88px;
  background: #d0ab6e;
  border-radius: 100px;
  margin: 0.5rem;
}
.cid-ufJPh9iQeJ .geometry_top-right {
  top: -50px;
  right: 30%;
}
.cid-ufJPh9iQeJ .geometry_bottom-left {
  bottom: 47px;
  left: 20%;
}
@media (min-width: 768px) {
  .cid-ufJPh9iQeJ .geometry__square-bg {
    transition: transform .3s;
  }
  .cid-ufJPh9iQeJ .geometry__circle-bg {
    transition: transform .3s;
    transform-origin: 0 60px;
  }
  .cid-ufJPh9iQeJ .box-shadow:hover .geometry__circle-bg {
    transform: rotate(-40deg) scale(0.9);
  }
  .cid-ufJPh9iQeJ .box-shadow:hover .geometry__square-bg {
    transform: rotate(20deg) scale(0.9);
  }
}
@media (max-width: 992px) {
  .cid-ufJPh9iQeJ .geometry {
    position: absolute;
  }
  .cid-ufJPh9iQeJ .geometry__circle,
  .cid-ufJPh9iQeJ .geometry__circle-bg,
  .cid-ufJPh9iQeJ .geometry__square,
  .cid-ufJPh9iQeJ .geometry__square-bg {
    width: 66px;
    height: 66px;
  }
}
.cid-ufJPh9iQeJ P {
  color: #000000;
}
.cid-ufJM63TBhS {
  padding-top: 3rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-ufJM63TBhS .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufJM63TBhS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufJM63TBhS .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-ufJM63TBhS .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-ufJM63TBhS .container {
    padding: 0 24px;
  }
}
.cid-ufJM63TBhS .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-ufJM63TBhS .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-ufJM63TBhS .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-ufJM63TBhS .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-ufJM63TBhS .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ufJM63TBhS .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-ufJM63TBhS .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-ufJM63TBhS .content-wrapper .mbr-section-btn .btn:hover,
.cid-ufJM63TBhS .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-ufJM63TBhS .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-ufJM63TBhS .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-ufJM63TBhS .decor-wrapper .decor_1 {
  background-color: #90754a;
}
.cid-ufJM63TBhS .decor-wrapper .decor_2 {
  background-color: #000000;
}
.cid-ufJM63TBhS .decor-wrapper .decor_3 {
  background-color: #90754a;
}
.cid-ufJM63TBhS .decor-wrapper .decor_4 {
  background-color: #000000;
}
.cid-ufJM63TBhS .mbr-section-title {
  color: #141414;
}
.cid-ufJM63TBhS .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-ufJM63TBhS .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-ufJM63TBhS .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-ufJM63TBhS .mbr-section-title,
.cid-ufJM63TBhS .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uI0UJWNUOQ {
  padding-top: 1rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uI0UJWNUOQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uI0UJWNUOQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 575px) {
  .cid-uI0UJWNUOQ .row > [class*="col"] {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uI0UJWNUOQ .mbr-section-head {
  margin-bottom: 10px;
  width: 100%;
}
.cid-uI0UJWNUOQ .mbr-section-title {
  color: #FF014E;
}
.cid-uI0UJWNUOQ .mbr-section-subtitle {
  color: #C4CFDE;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-uI0UJWNUOQ .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-uI0UJWNUOQ .card-row {
  align-items: stretch;
}
.cid-uI0UJWNUOQ .card {
  margin-top: 30px;
}
.cid-uI0UJWNUOQ .card-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #232323, #000000);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
.cid-uI0UJWNUOQ .card-wrapper:hover .card-bg {
  opacity: 1;
}
.cid-uI0UJWNUOQ .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: linear-gradient(to right bottom, #212428, #d0ab6e);
  opacity: 0;
  transition: .5s all;
}
.cid-uI0UJWNUOQ .card-box {
  position: relative;
  z-index: 5;
  height: 100%;
}
.cid-uI0UJWNUOQ .item-img {
  height: 150px;
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 30px;
  width: 100%;
}
.cid-uI0UJWNUOQ .item-img img {
  width: auto;
  max-height: 85px;
  max-width: 100%;
  object-fit: contain;
}
.cid-uI0UJWNUOQ .text-item {
  padding: 16px;
  width: 100%;
  border-top: 1px solid #16181c;
}
.cid-uI0UJWNUOQ .card-title {
  color: #878e99;
  margin-bottom: 0;
}
.cid-uI0UJWNUOQ .card-title a {
  transition: 0.4s all;
}
.cid-uI0UJWNUOQ .card-title a:hover {
  color: #000000 !important;
}
.cid-ufJNNwEfUq {
  padding-top: 3rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-ufJNNwEfUq .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufJNNwEfUq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufJNNwEfUq .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-ufJNNwEfUq .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-ufJNNwEfUq .container {
    padding: 0 24px;
  }
}
.cid-ufJNNwEfUq .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-ufJNNwEfUq .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-ufJNNwEfUq .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-ufJNNwEfUq .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-ufJNNwEfUq .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ufJNNwEfUq .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-ufJNNwEfUq .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-ufJNNwEfUq .content-wrapper .mbr-section-btn .btn:hover,
.cid-ufJNNwEfUq .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-ufJNNwEfUq .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-ufJNNwEfUq .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-ufJNNwEfUq .decor-wrapper .decor_1 {
  background-color: #936e31;
}
.cid-ufJNNwEfUq .decor-wrapper .decor_2 {
  background-color: #000000;
}
.cid-ufJNNwEfUq .decor-wrapper .decor_3 {
  background-color: #936e31;
}
.cid-ufJNNwEfUq .decor-wrapper .decor_4 {
  background-color: #000000;
}
.cid-ufJNNwEfUq .mbr-section-title {
  color: #141414;
}
.cid-ufJNNwEfUq .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-ufJNNwEfUq .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-ufJNNwEfUq .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-ufJNNwEfUq .mbr-section-title,
.cid-ufJNNwEfUq .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-ufJEFeTHLN {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-ufJEFeTHLN .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufJEFeTHLN .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-ufJEFeTHLN .container {
    padding: 0 22px;
  }
}
.cid-ufJEFeTHLN .row {
  justify-content: center;
}
.cid-ufJEFeTHLN .content-wrapper .line-wrapper {
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ufJEFeTHLN .content-wrapper .line-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ufJEFeTHLN .content-wrapper .line-wrapper .line-wrap {
  display: inline-flex;
  width: 1px;
  height: 60px;
  background-color: #d0ab6e;
}
.cid-ufJEFeTHLN .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ufJEFeTHLN .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 40px;
  height: 40px;
  font-size: 30px;
  color: #936e31;
}
.cid-ufJEFeTHLN .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ufJEFeTHLN .mbr-section-title {
  color: #ffffff;
}
.cid-ufJEFeTHLN .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-ufJEFeTHLN .mbr-section-title,
.cid-ufJEFeTHLN .icon-wrapper {
  text-align: center;
}
.cid-ufJE2bQNad {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-ufJE2bQNad .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufJE2bQNad .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufJE2bQNad .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-ufJE2bQNad .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-ufJE2bQNad .container {
    padding: 0 20px;
  }
}
.cid-ufJE2bQNad .item {
  margin-top: 32px;
}
.cid-ufJE2bQNad .item:first-child {
  margin-top: 0;
}
.cid-ufJE2bQNad .item:nth-child(2) {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-ufJE2bQNad .item:nth-child(2) {
    margin-top: 32px;
  }
}
.cid-ufJE2bQNad .item:nth-child(2n) .item-wrapper {
  background-color: #000000;
}
.cid-ufJE2bQNad .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 52px 40px;
  background-color: #ffffff;
  border-radius: 20px !important;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-ufJE2bQNad .item .item-wrapper {
    padding: 46px 20px;
  }
}
.cid-ufJE2bQNad .item .item-wrapper .card-box .card-desc_1,
.cid-ufJE2bQNad .item .item-wrapper .card-box .card-desc_2 {
  margin-bottom: 46px;
}
@media (max-width: 992px) {
  .cid-ufJE2bQNad .item .item-wrapper .card-box .card-desc_1,
  .cid-ufJE2bQNad .item .item-wrapper .card-box .card-desc_2 {
    margin-bottom: 20px;
  }
}
.cid-ufJE2bQNad .item .item-wrapper .card-box .icon-wrapper_1 .mbr-iconfont,
.cid-ufJE2bQNad .item .item-wrapper .card-box .icon-wrapper_2 .mbr-iconfont {
  display: inline-flex;
  font-size: 78px;
  margin-bottom: 80px;
  color: #936e31;
}
@media (max-width: 992px) {
  .cid-ufJE2bQNad .item .item-wrapper .card-box .icon-wrapper_1 .mbr-iconfont,
  .cid-ufJE2bQNad .item .item-wrapper .card-box .icon-wrapper_2 .mbr-iconfont {
    margin-bottom: 46px;
  }
}
.cid-ufJE2bQNad .item .item-wrapper .card-box .icon-wrapper_2 .mbr-iconfont {
  color: #d0ab6e;
}
.cid-ufJE2bQNad .item .item-wrapper .card-box .card-title_1,
.cid-ufJE2bQNad .item .item-wrapper .card-box .card-title_2 {
  margin-bottom: 32px;
}
.cid-ufJE2bQNad .item .item-wrapper .card-box .title-wrapper_1 .card-title_1 {
  display: inline-flex;
  width: 70%;
  margin-bottom: 32px;
}
@media (max-width: 1200px) {
  .cid-ufJE2bQNad .item .item-wrapper .card-box .title-wrapper_1 .card-title_1 {
    width: 100%;
  }
}
.cid-ufJE2bQNad .item .item-wrapper .card-box .title-wrapper_2 .card-title_2 {
  display: inline-flex;
  width: 70%;
  margin-bottom: 32px;
}
@media (max-width: 1200px) {
  .cid-ufJE2bQNad .item .item-wrapper .card-box .title-wrapper_2 .card-title_2 {
    width: 100%;
  }
}
.cid-ufJE2bQNad .item .item-wrapper .card-box .text-wrapper_1 .card-text_1 {
  display: inline-flex;
  width: 60%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-ufJE2bQNad .item .item-wrapper .card-box .text-wrapper_1 .card-text_1 {
    width: 100%;
  }
}
.cid-ufJE2bQNad .item .item-wrapper .card-box .text-wrapper_2 .card-text_2 {
  display: inline-flex;
  width: 50%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-ufJE2bQNad .item .item-wrapper .card-box .text-wrapper_2 .card-text_2 {
    width: 100%;
  }
}
.cid-ufJE2bQNad .card-desc_1 {
  color: #000000;
  text-align: center;
}
.cid-ufJE2bQNad .card-desc_2 {
  color: #ffffff;
  text-align: center;
}
.cid-ufJE2bQNad .card-title_1 {
  color: #000000;
}
.cid-ufJE2bQNad .card-title_2 {
  color: #ffffff;
}
.cid-ufJE2bQNad .card-text_1,
.cid-ufJE2bQNad .text-wrapper_1 {
  color: #000000;
  text-align: center;
}
.cid-ufJE2bQNad .card-text_2,
.cid-ufJE2bQNad .text-wrapper_2 {
  color: #ffffff;
  text-align: center;
}
.cid-ufJE2bQNad .card-title_1,
.cid-ufJE2bQNad .buttons_1,
.cid-ufJE2bQNad .icon-wrapper_1,
.cid-ufJE2bQNad .title-wrapper_1 {
  text-align: center;
}
.cid-ufJE2bQNad .card-title_2,
.cid-ufJE2bQNad .buttons_2,
.cid-ufJE2bQNad .icon-wrapper_2,
.cid-ufJE2bQNad .title-wrapper_2 {
  text-align: center;
}
.cid-ufJMCPvSA5 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-ufJMCPvSA5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufJMCPvSA5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufJMCPvSA5 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-ufJMCPvSA5 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-ufJMCPvSA5 .container {
    padding: 0 24px;
  }
}
.cid-ufJMCPvSA5 .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-ufJMCPvSA5 .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-ufJMCPvSA5 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-ufJMCPvSA5 .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-ufJMCPvSA5 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ufJMCPvSA5 .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-ufJMCPvSA5 .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-ufJMCPvSA5 .content-wrapper .mbr-section-btn .btn:hover,
.cid-ufJMCPvSA5 .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-ufJMCPvSA5 .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-ufJMCPvSA5 .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-ufJMCPvSA5 .decor-wrapper .decor_1 {
  background-color: #90754a;
}
.cid-ufJMCPvSA5 .decor-wrapper .decor_2 {
  background-color: #000000;
}
.cid-ufJMCPvSA5 .decor-wrapper .decor_3 {
  background-color: #90754a;
}
.cid-ufJMCPvSA5 .decor-wrapper .decor_4 {
  background-color: #000000;
}
.cid-ufJMCPvSA5 .mbr-section-title {
  color: #141414;
}
.cid-ufJMCPvSA5 .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-ufJMCPvSA5 .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-ufJMCPvSA5 .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-ufJMCPvSA5 .mbr-section-title,
.cid-ufJMCPvSA5 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uI0T3GBmob {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uI0T3GBmob .mbr-fallback-image.disabled {
  display: none;
}
.cid-uI0T3GBmob .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uI0T3GBmob .row {
  justify-content: center;
}
.cid-uI0T3GBmob .image-wrapper img {
  height: 700px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uI0T3GBmob .image-wrapper img {
    height: 300px;
  }
}
.cid-uI0T3GBmob .card-wrapper {
  position: relative;
  padding: 64px;
  overflow: hidden;
  margin-top: -25%;
}
@media (max-width: 1440px) {
  .cid-uI0T3GBmob .card-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uI0T3GBmob .card-wrapper {
    padding: 24px;
    margin-top: 12px;
  }
}
.cid-uI0T3GBmob .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  pointer-events: none;
}
.cid-uI0T3GBmob .card-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #90754a;
  opacity: .5;
  pointer-events: none;
}
.cid-uI0T3GBmob .card-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uI0T3GBmob .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uI0T3GBmob .card-wrapper .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uI0T3GBmob .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uI0T3GBmob .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uI0T3GBmob .card-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uI0T3GBmob .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uI0T3GBmob .mbr-section-title {
  color: #2c2c26;
}
.cid-uI0T3GBmob .mbr-text,
.cid-uI0T3GBmob .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uI0T3GBmob .mbr-section-title,
.cid-uI0T3GBmob .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-ufJQEi5cSu {
  padding-top: 3rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-ufJQEi5cSu .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufJQEi5cSu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufJQEi5cSu .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-ufJQEi5cSu .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-ufJQEi5cSu .container {
    padding: 0 24px;
  }
}
.cid-ufJQEi5cSu .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-ufJQEi5cSu .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-ufJQEi5cSu .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-ufJQEi5cSu .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-ufJQEi5cSu .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ufJQEi5cSu .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-ufJQEi5cSu .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-ufJQEi5cSu .content-wrapper .mbr-section-btn .btn:hover,
.cid-ufJQEi5cSu .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-ufJQEi5cSu .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-ufJQEi5cSu .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-ufJQEi5cSu .decor-wrapper .decor_1 {
  background-color: #8e6829;
}
.cid-ufJQEi5cSu .decor-wrapper .decor_2 {
  background-color: #000000;
}
.cid-ufJQEi5cSu .decor-wrapper .decor_3 {
  background-color: #8e6829;
}
.cid-ufJQEi5cSu .decor-wrapper .decor_4 {
  background-color: #000000;
}
.cid-ufJQEi5cSu .mbr-section-title {
  color: #141414;
}
.cid-ufJQEi5cSu .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-ufJQEi5cSu .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-ufJQEi5cSu .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-ufJQEi5cSu .mbr-section-title,
.cid-ufJQEi5cSu .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-ufJPqKvpsj {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-ufJPqKvpsj img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-ufJPqKvpsj .link-wrapper {
  margin-bottom: 1rem;
}
.cid-ufJPqKvpsj .link-wrapper .mbr-iconfont {
  border: 1px solid #000000;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem;
  color: #000000;
}
.cid-ufJPqKvpsj .img-wrapper .mbr-iconfont {
  font-size: 3rem;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding-bottom: 1rem;
  background: linear-gradient(to left, #d0ab6e, #000000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-ufJPqKvpsj .card-wrapper {
  background: #191b1f;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-ufJPqKvpsj .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-ufJPqKvpsj .first:hover:before {
  content: none;
}
.cid-ufJPqKvpsj .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 200px;
  background: linear-gradient(to left, #d0ab6e, #000000);
  content: "";
}
.cid-ufJPqKvpsj .last:hover:after {
  content: none;
}
.cid-ufJPqKvpsj .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 200px;
  background: linear-gradient(to left, #d0ab6e, #000000);
  content: "";
}
.cid-ufJPqKvpsj .mbr-section-text {
  color: #000000;
}
.cid-ufJPqKvpsj .card {
  z-index: 1;
  min-height: 200px;
  margin-bottom: 2rem;
  position: relative;
  transition: all 0.3s;
}
.cid-ufJPqKvpsj .card .img-wrapper {
  overflow: hidden;
}
.cid-ufJPqKvpsj .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-ufJPqKvpsj .card:hover .mbr-iconfont {
  color: #ffffff !important;
  border-color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-ufJPqKvpsj .card:hover .card-wrapper {
  background: linear-gradient(to left, #d0ab6e, #000000);
  color: #ffffff !important;
}
.cid-ufJPqKvpsj .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
.cid-ufJPqKvpsj .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufJPqKvpsj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufJPqKvpsj .mbr-section-title {
  color: #ffffff;
}
.cid-ufJwzuaf7I {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-ufJwzuaf7I .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufJwzuaf7I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufJwzuaf7I .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-ufJwzuaf7I .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-ufJwzuaf7I .container {
    padding: 0 24px;
  }
}
.cid-ufJwzuaf7I .row {
  justify-content: center;
  padding-bottom: 200px;
}
.cid-ufJwzuaf7I .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
.cid-ufJwzuaf7I .title-wrapper .title-wrap {
  padding: 16px 0;
  display: inline-flex;
  align-items: center;
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 16px;
}
.cid-ufJwzuaf7I .title-wrapper .title-wrap .mbr-section-title {
  margin-right: 70px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-ufJwzuaf7I .title-wrapper .title-wrap .mbr-section-title {
    margin-right: 20px;
  }
}
.cid-ufJwzuaf7I .title-wrapper .title-wrap .mbr-section-btn .btn {
  width: 80px;
  height: 30px;
}
.cid-ufJwzuaf7I .title-wrapper .title-wrap .mbr-section-btn .btn .mbr-iconfont {
  font-size: 18px !important;
  margin: 0;
}
.cid-ufJwzuaf7I .title-wrapper .title-wrap .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-ufJwzuaf7I .title-wrapper .title-wrap .mbr-section-btn .btn:hover,
.cid-ufJwzuaf7I .title-wrapper .title-wrap .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-ufJwzuaf7I .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ufJwzuaf7I .lists-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1200px) {
  .cid-ufJwzuaf7I .lists-wrapper {
    display: block;
  }
}
.cid-ufJwzuaf7I .lists-wrapper .list-wrap .list {
  padding: 0;
  margin-bottom: 32px;
  list-style-type: none;
}
.cid-ufJwzuaf7I .lists-wrapper .list-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 16px;
}
.cid-ufJwzuaf7I .lists-wrapper .list-wrap .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(90deg, #fb8fc9 -5%, #7f89e9 95%);
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-ufJwzuaf7I .lists-wrapper .list-wrap .list .item-wrap:hover::before,
.cid-ufJwzuaf7I .lists-wrapper .list-wrap .list .item-wrap:focus::before {
  width: 100%;
}
.cid-ufJwzuaf7I .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-ufJwzuaf7I .mbr-copy {
  margin-bottom: 0;
  position: relative;
  z-index: 1;
  color: #ffffff;
}
.cid-ufJwzuaf7I .decor-wrapper {
  position: absolute;
  bottom: -50%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-ufJwzuaf7I .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-ufJwzuaf7I .decor-wrapper .decor_1 {
  background-color: #936e31;
}
.cid-ufJwzuaf7I .decor-wrapper .decor_2 {
  background-color: #000000;
}
.cid-ufJwzuaf7I .decor-wrapper .decor_3 {
  background-color: #936e31;
}
.cid-ufJwzuaf7I .decor-wrapper .decor_4 {
  background-color: #000000;
}
.cid-ufJwzuaf7I .mbr-section-title {
  color: #141414;
}
.cid-ufJwzuaf7I .mbr-text {
  color: #141414;
}
.cid-ufJwzuaf7I .list {
  color: #141414;
}
.cid-uI11SWmCp3 {
  z-index: 1000;
  width: 100%;
}
.cid-uI11SWmCp3 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uI11SWmCp3 .dropdown-menu {
  padding: 0;
}
.cid-uI11SWmCp3 .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-uI11SWmCp3 .dropdown-item {
    text-align: left !important;
  }
}
.cid-uI11SWmCp3 .dropdown-item:hover {
  background-position: right !important;
}
.cid-uI11SWmCp3 .dropdown-item:hover:after {
  color: #000000;
}
.cid-uI11SWmCp3 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uI11SWmCp3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uI11SWmCp3 .nav-link {
  position: relative;
}
.cid-uI11SWmCp3 .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-uI11SWmCp3 .dropdown-menu,
.cid-uI11SWmCp3 .navbar.opened {
  background: #000000 !important;
}
.cid-uI11SWmCp3 .nav-item:focus,
.cid-uI11SWmCp3 .nav-link:focus {
  outline: none;
}
.cid-uI11SWmCp3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uI11SWmCp3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uI11SWmCp3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uI11SWmCp3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uI11SWmCp3 .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-uI11SWmCp3 .navbar.opened {
  transition: all 0.3s;
}
.cid-uI11SWmCp3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uI11SWmCp3 .navbar .navbar-logo img {
  width: auto;
}
.cid-uI11SWmCp3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uI11SWmCp3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uI11SWmCp3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uI11SWmCp3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uI11SWmCp3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uI11SWmCp3 .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-uI11SWmCp3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uI11SWmCp3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uI11SWmCp3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uI11SWmCp3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uI11SWmCp3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uI11SWmCp3 .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-uI11SWmCp3 .navbar {
    min-height: 80px;
  }
}
.cid-uI11SWmCp3 .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-uI11SWmCp3 .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-uI11SWmCp3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uI11SWmCp3 .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-uI11SWmCp3 .navbar-brand {
    min-height: 69px;
  }
}
.cid-uI11SWmCp3 .dropdown-item.active,
.cid-uI11SWmCp3 .dropdown-item:active {
  background-color: transparent;
}
.cid-uI11SWmCp3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uI11SWmCp3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uI11SWmCp3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uI11SWmCp3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uI11SWmCp3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uI11SWmCp3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uI11SWmCp3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uI11SWmCp3 button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #d0ab6e, #191b1f);
  box-shadow: 10px 10px 19px #ffffff, -10px -10px 19px #ffb3b3;
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uI11SWmCp3 button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-uI11SWmCp3 button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uI11SWmCp3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-uI11SWmCp3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uI11SWmCp3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uI11SWmCp3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uI11SWmCp3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uI11SWmCp3 nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uI11SWmCp3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uI11SWmCp3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uI11SWmCp3 nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uI11SWmCp3 .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-uI11SWmCp3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uI11SWmCp3 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uI11SWmCp3 .navbar {
    height: 70px;
  }
  .cid-uI11SWmCp3 .navbar.opened {
    height: auto;
  }
  .cid-uI11SWmCp3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uI11SWmCp3 .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #000000;
  background: rgba(0, 0, 0, 0.9);
}
@media (max-width: 575px) {
  .cid-uI11SWmCp3 .navbar-short {
    min-height: 70px;
  }
}
.cid-uI11SWmCp3 .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-uI11SWmCp3 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-uI11SWmCp3 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-uI11SWmCp3 .container-fluid {
    padding: 0 3px;
  }
}
.cid-uI11SWmCp3 .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uI11SWmCp3 .navbar-nav {
  display: flex !important;
}
.cid-uI11SWmCp3 .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-uI11SWmCp3 .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-uI11SWmCp3 .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uI11SWmCp3 .navbar-nav .nav-item .nav-link:hover,
.cid-uI11SWmCp3 .navbar-nav .nav-item .nav-link:focus,
.cid-uI11SWmCp3 .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uI11SWmCp3 .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #000000 !important;
}
.cid-uI11SWmCp3 .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-uI11SWmCp3 .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uI11SWmCp3 button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #d0ab6e, #191b1f);
  box-shadow: 10px 10px 19px #ffffff, -10px -10px 19px #ffffff;
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uI11SWmCp3 button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-uI11SWmCp3 button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uI11SWmCp3 button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-uI11SWmCp3 button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uI11SWmCp3 button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uI11SWmCp3 button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uI11SWmCp3 button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uI11SWmCp3 .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
  transition: all 0.3s;
  opacity: 1 !important;
  background: linear-gradient(145deg, #d0ab6e, #191b1f);
  box-shadow: 10px 10px 19px #ffffff, -10px -10px 19px #ffb3b3;
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uI11SWmCp3 .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-uI11SWmCp3 .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uI11SWmCp3 .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-uI11SWmCp3 .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-uI11SWmCp3 .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uI11SWmCp3 .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uI11SWmCp3 .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-uI11SWmCp3 .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-uI11SWmCp3 .offcanvas.show {
  transform: translateX(0);
}
.cid-uI11SWmCp3 .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-uI11SWmCp3 .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uI11SWmCp3 .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 25px;
  width: 375px;
  margin-right: auto;
  text-align: left;
  background-color: #000000;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
@media (max-width: 575px) {
  .cid-uI11SWmCp3 .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-uI11SWmCp3 .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-uI11SWmCp3 .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uI11SWmCp3 .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-uI11SWmCp3 .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-uI11SWmCp3 .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-uI11SWmCp3 .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-uI11SWmCp3 .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
  text-align: center;
}
.cid-uI11SWmCp3 .modal-backdrop.show {
  opacity: 0.8;
}
.cid-uI11SWmCp3 .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-uI11SWmCp3 .social-container {
  width: 100%;
  padding-top: 90px;
}
@media (max-width: 991px) {
  .cid-uI11SWmCp3 .social-container {
    padding-top: 40px;
  }
}
.cid-uI11SWmCp3 .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 100px !important;
}
.cid-uI11SWmCp3 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-uI11SWmCp3 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #000000);
  transition: 0.4s all;
}
.cid-uI11SWmCp3 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-uI11SWmCp3 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #ffffff;
}
.cid-uI11SWmCp3 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uI11SWmCp3 .soc-item:hover:before {
  opacity: 1;
}
.cid-uI11SWmCp3 .offcanvas_btn {
  margin-top: auto;
}
.cid-uI11SWmCp3 .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-uI11SWmCp3 .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-ufJVcF296a {
  background-color: #000000;
}
.cid-ufJVcF296a .mbr-section-title {
  margin: 0;
  color: #d0ab6e;
  position: absolute;
  text-align: center;
  top: 50%;
  letter-spacing: 20px;
  font-weight: 600;
  width: 100%;
  padding: 0 60px;
}
.cid-ufJVcF296a .mbr-section-subtitle {
  color: #d0ab6e;
  position: absolute;
  text-align: left;
  left: 50%;
  top: 55%;
  padding: 60px;
  width: 50%;
}
.cid-ufJVcF296a span {
  color: #ffffff;
  font-weight: 600;
}
.cid-ufJVcF296a img {
  object-fit: cover;
}
.cid-ufJVcF296a section {
  position: relative;
}
.cid-ufJVcF296a .container-fluid {
  padding: 0;
}
@media (max-width: 990px) {
  .cid-ufJVcF296a span {
    color: currentColor;
  }
  .cid-ufJVcF296a .mbr-section-title {
    color: #ffffff;
  }
  .cid-ufJVcF296a .mbr-section-subtitle {
    margin: auto;
    left: 0%;
    text-align: center;
    padding: 40px 20%;
    color: #ffffff;
    width: 100%;
  }
}
@media (max-width: 690px) {
  .cid-ufJVcF296a .mbr-section-subtitle {
    padding: 40px 15px;
  }
  .cid-ufJVcF296a .mbr-section-title {
    padding: 0 15px;
  }
}
.cid-ufJVcF296a .row {
  padding: 0;
  margin: 0;
}
.cid-ufJVcF296a .col-12 {
  padding: 0;
  margin: 0;
}
@media (max-width: 770px) {
  .cid-ufJVcF296a .mbr-section-title {
    letter-spacing: 5px;
  }
}
.cid-ufK0ANwahL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-ufK0ANwahL .section-head {
  margin-bottom: 2rem;
}
.cid-ufK0ANwahL .mbr-section-title {
  text-align: right;
  margin-bottom: 1.5rem;
}
.cid-ufK0ANwahL .mbr-section-subtitle {
  text-align: right;
}
@media (max-width: 991px) {
  .cid-ufK0ANwahL .row {
    text-align: center;
  }
}
.cid-ufK0ANwahL .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-ufK0ANwahL .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
}
.cid-ufK0ANwahL .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: wavy 35s infinite linear;
  backface-visibility: hidden;
}
.cid-ufK0ANwahL .wave-container .wave svg path {
  fill: #000000;
}
@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-ufK080zIC6 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-ufK080zIC6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufK080zIC6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufK080zIC6 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-ufK080zIC6 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-ufK080zIC6 .container {
    padding: 0 24px;
  }
}
.cid-ufK080zIC6 .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-ufK080zIC6 .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-ufK080zIC6 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-ufK080zIC6 .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-ufK080zIC6 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ufK080zIC6 .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-ufK080zIC6 .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-ufK080zIC6 .content-wrapper .mbr-section-btn .btn:hover,
.cid-ufK080zIC6 .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-ufK080zIC6 .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-ufK080zIC6 .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-ufK080zIC6 .decor-wrapper .decor_1 {
  background-color: #936e31;
}
.cid-ufK080zIC6 .decor-wrapper .decor_2 {
  background-color: #000000;
}
.cid-ufK080zIC6 .decor-wrapper .decor_3 {
  background-color: #936e31;
}
.cid-ufK080zIC6 .decor-wrapper .decor_4 {
  background-color: #000000;
}
.cid-ufK080zIC6 .mbr-section-title {
  color: #141414;
}
.cid-ufK080zIC6 .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-ufK080zIC6 .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-ufK080zIC6 .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-ufK080zIC6 .mbr-section-title,
.cid-ufK080zIC6 .mbr-section-btn {
  text-align: center;
  color: #f7f7f7;
}
.cid-uI15Ti8Uzm {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uI15Ti8Uzm img,
.cid-uI15Ti8Uzm .item-img {
  border-radius: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uI15Ti8Uzm .item:focus,
.cid-uI15Ti8Uzm span:focus {
  outline: none;
}
.cid-uI15Ti8Uzm .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uI15Ti8Uzm .item-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 3rem;
  background: #000000;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-uI15Ti8Uzm .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-uI15Ti8Uzm .item-wrapper {
    border-radius: 2rem;
  }
}
.cid-uI15Ti8Uzm .item-content {
  padding: 1.5rem 1rem;
}
@media (max-width: 767px) {
  .cid-uI15Ti8Uzm .item-content {
    padding: 1rem 0;
  }
}
.cid-uI15Ti8Uzm .mbr-section-title {
  color: #36187d;
}
.cid-uI15Ti8Uzm .item-title {
  color: #dec6a3;
  text-align: center;
}
.cid-uI15Ti8Uzm .item-subtitle {
  color: #bec2cf;
}
.cid-uI15Ti8Uzm .mbr-text,
.cid-uI15Ti8Uzm .mbr-section-btn {
  color: #ffffff;
}
.cid-uI15Ti8Uzm .mbr-link {
  color: #0196e3;
}
.cid-ufK012HU3q {
  padding-top: 3rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-ufK012HU3q .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufK012HU3q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufK012HU3q .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-ufK012HU3q .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-ufK012HU3q .container {
    padding: 0 24px;
  }
}
.cid-ufK012HU3q .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-ufK012HU3q .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-ufK012HU3q .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-ufK012HU3q .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-ufK012HU3q .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ufK012HU3q .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-ufK012HU3q .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-ufK012HU3q .content-wrapper .mbr-section-btn .btn:hover,
.cid-ufK012HU3q .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-ufK012HU3q .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-ufK012HU3q .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-ufK012HU3q .decor-wrapper .decor_1 {
  background-color: #936e31;
}
.cid-ufK012HU3q .decor-wrapper .decor_2 {
  background-color: #000000;
}
.cid-ufK012HU3q .decor-wrapper .decor_3 {
  background-color: #936e31;
}
.cid-ufK012HU3q .decor-wrapper .decor_4 {
  background-color: #000000;
}
.cid-ufK012HU3q .mbr-section-title {
  color: #141414;
}
.cid-ufK012HU3q .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-ufK012HU3q .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-ufK012HU3q .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-ufK012HU3q .mbr-section-title,
.cid-ufK012HU3q .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-ufJWPxZbGk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-ufJWPxZbGk .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufJWPxZbGk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufJWPxZbGk .row {
  margin: 0 !important;
  row-gap: 40px;
}
.cid-ufJWPxZbGk .item-img {
  display: flex;
  justify-content: flex-start;
  width: 50%;
  padding: 0 !important;
}
.cid-ufJWPxZbGk .item-img img {
  max-width: 580px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-ufJWPxZbGk .item-img {
    width: 100%;
  }
}
.cid-ufJWPxZbGk .item-content {
  width: 50%;
  padding: 0 !important;
}
@media (max-width: 1500px) {
  .cid-ufJWPxZbGk .item-content {
    padding-left: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-ufJWPxZbGk .item-content {
    padding-left: 25px !important;
  }
}
@media (max-width: 991px) {
  .cid-ufJWPxZbGk .item-content {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-ufJWPxZbGk .card-title {
  color: #131313;
}
.cid-ufJWPxZbGk .card-text {
  margin-top: 20px;
  color: #131313;
}
.cid-ufJWPxZbGk .line-items-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 35px;
  width: 100%;
  margin-top: 40px;
}
@media (max-width: 1199px) {
  .cid-ufJWPxZbGk .line-items-wrap {
    margin-top: 24px;
  }
}
@media (max-width: 991px) {
  .cid-ufJWPxZbGk .line-items-wrap {
    margin-top: 20px;
  }
}
.cid-ufJWPxZbGk .line-item {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.cid-ufJWPxZbGk .line-text-wrap {
  display: flex;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 12px;
}
.cid-ufJWPxZbGk .line-text {
  color: #d0ab6e;
  margin-right: auto;
  max-width: 70%;
}
.cid-ufJWPxZbGk .line-number {
  color: #d0ab6e;
  margin-left: auto;
  max-width: 30%;
}
.cid-ufJWPxZbGk .line {
  position: relative;
  width: 100%;
  height: 16px;
  background-color: #FFFFFF;
  border: 2px solid #d0ab6e;
  box-shadow: 4px 4px 0 #d0ab6e;
  border-radius: 0.25rem;
}
.cid-ufJWPxZbGk .line-active {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background-color: #936e31;
}
.cid-ufJWPxZbGk .line-item-1 .line-number:before {
  content: "100";
}
.cid-ufJWPxZbGk .line-item-1 .line-active {
  width: 100%;
}
.cid-ufJWPxZbGk .line-item-2 .line-number:before {
  content: "100";
}
.cid-ufJWPxZbGk .line-item-2 .line-active {
  width: 100%;
}
.cid-ufJWPxZbGk .line-item-3 .line-number:before {
  content: "100";
}
.cid-ufJWPxZbGk .line-item-3 .line-active {
  width: 100%;
}
.cid-ufJWPxZbGk .mbr-section-btn {
  margin-top: 34px;
}
@media (max-width: 991px) {
  .cid-ufJWPxZbGk .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-ufJwzuaf7I {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-ufJwzuaf7I .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufJwzuaf7I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufJwzuaf7I .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-ufJwzuaf7I .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-ufJwzuaf7I .container {
    padding: 0 24px;
  }
}
.cid-ufJwzuaf7I .row {
  justify-content: center;
  padding-bottom: 200px;
}
.cid-ufJwzuaf7I .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
.cid-ufJwzuaf7I .title-wrapper .title-wrap {
  padding: 16px 0;
  display: inline-flex;
  align-items: center;
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 16px;
}
.cid-ufJwzuaf7I .title-wrapper .title-wrap .mbr-section-title {
  margin-right: 70px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-ufJwzuaf7I .title-wrapper .title-wrap .mbr-section-title {
    margin-right: 20px;
  }
}
.cid-ufJwzuaf7I .title-wrapper .title-wrap .mbr-section-btn .btn {
  width: 80px;
  height: 30px;
}
.cid-ufJwzuaf7I .title-wrapper .title-wrap .mbr-section-btn .btn .mbr-iconfont {
  font-size: 18px !important;
  margin: 0;
}
.cid-ufJwzuaf7I .title-wrapper .title-wrap .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-ufJwzuaf7I .title-wrapper .title-wrap .mbr-section-btn .btn:hover,
.cid-ufJwzuaf7I .title-wrapper .title-wrap .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-ufJwzuaf7I .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ufJwzuaf7I .lists-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1200px) {
  .cid-ufJwzuaf7I .lists-wrapper {
    display: block;
  }
}
.cid-ufJwzuaf7I .lists-wrapper .list-wrap .list {
  padding: 0;
  margin-bottom: 32px;
  list-style-type: none;
}
.cid-ufJwzuaf7I .lists-wrapper .list-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 16px;
}
.cid-ufJwzuaf7I .lists-wrapper .list-wrap .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(90deg, #fb8fc9 -5%, #7f89e9 95%);
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-ufJwzuaf7I .lists-wrapper .list-wrap .list .item-wrap:hover::before,
.cid-ufJwzuaf7I .lists-wrapper .list-wrap .list .item-wrap:focus::before {
  width: 100%;
}
.cid-ufJwzuaf7I .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-ufJwzuaf7I .mbr-copy {
  margin-bottom: 0;
  position: relative;
  z-index: 1;
  color: #ffffff;
}
.cid-ufJwzuaf7I .decor-wrapper {
  position: absolute;
  bottom: -50%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-ufJwzuaf7I .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-ufJwzuaf7I .decor-wrapper .decor_1 {
  background-color: #936e31;
}
.cid-ufJwzuaf7I .decor-wrapper .decor_2 {
  background-color: #000000;
}
.cid-ufJwzuaf7I .decor-wrapper .decor_3 {
  background-color: #936e31;
}
.cid-ufJwzuaf7I .decor-wrapper .decor_4 {
  background-color: #000000;
}
.cid-ufJwzuaf7I .mbr-section-title {
  color: #141414;
}
.cid-ufJwzuaf7I .mbr-text {
  color: #141414;
}
.cid-ufJwzuaf7I .list {
  color: #141414;
}
.cid-uI11SWmCp3 {
  z-index: 1000;
  width: 100%;
}
.cid-uI11SWmCp3 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uI11SWmCp3 .dropdown-menu {
  padding: 0;
}
.cid-uI11SWmCp3 .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-uI11SWmCp3 .dropdown-item {
    text-align: left !important;
  }
}
.cid-uI11SWmCp3 .dropdown-item:hover {
  background-position: right !important;
}
.cid-uI11SWmCp3 .dropdown-item:hover:after {
  color: #000000;
}
.cid-uI11SWmCp3 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uI11SWmCp3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uI11SWmCp3 .nav-link {
  position: relative;
}
.cid-uI11SWmCp3 .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-uI11SWmCp3 .dropdown-menu,
.cid-uI11SWmCp3 .navbar.opened {
  background: #000000 !important;
}
.cid-uI11SWmCp3 .nav-item:focus,
.cid-uI11SWmCp3 .nav-link:focus {
  outline: none;
}
.cid-uI11SWmCp3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uI11SWmCp3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uI11SWmCp3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uI11SWmCp3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uI11SWmCp3 .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-uI11SWmCp3 .navbar.opened {
  transition: all 0.3s;
}
.cid-uI11SWmCp3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uI11SWmCp3 .navbar .navbar-logo img {
  width: auto;
}
.cid-uI11SWmCp3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uI11SWmCp3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uI11SWmCp3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uI11SWmCp3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uI11SWmCp3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uI11SWmCp3 .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-uI11SWmCp3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uI11SWmCp3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uI11SWmCp3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uI11SWmCp3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uI11SWmCp3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uI11SWmCp3 .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-uI11SWmCp3 .navbar {
    min-height: 80px;
  }
}
.cid-uI11SWmCp3 .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-uI11SWmCp3 .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-uI11SWmCp3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uI11SWmCp3 .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-uI11SWmCp3 .navbar-brand {
    min-height: 69px;
  }
}
.cid-uI11SWmCp3 .dropdown-item.active,
.cid-uI11SWmCp3 .dropdown-item:active {
  background-color: transparent;
}
.cid-uI11SWmCp3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uI11SWmCp3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uI11SWmCp3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uI11SWmCp3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uI11SWmCp3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uI11SWmCp3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uI11SWmCp3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uI11SWmCp3 button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #d0ab6e, #191b1f);
  box-shadow: 10px 10px 19px #ffffff, -10px -10px 19px #ffb3b3;
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uI11SWmCp3 button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-uI11SWmCp3 button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uI11SWmCp3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-uI11SWmCp3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uI11SWmCp3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uI11SWmCp3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uI11SWmCp3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uI11SWmCp3 nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uI11SWmCp3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uI11SWmCp3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uI11SWmCp3 nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uI11SWmCp3 .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-uI11SWmCp3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uI11SWmCp3 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uI11SWmCp3 .navbar {
    height: 70px;
  }
  .cid-uI11SWmCp3 .navbar.opened {
    height: auto;
  }
  .cid-uI11SWmCp3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uI11SWmCp3 .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #000000;
  background: rgba(0, 0, 0, 0.9);
}
@media (max-width: 575px) {
  .cid-uI11SWmCp3 .navbar-short {
    min-height: 70px;
  }
}
.cid-uI11SWmCp3 .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-uI11SWmCp3 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-uI11SWmCp3 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-uI11SWmCp3 .container-fluid {
    padding: 0 3px;
  }
}
.cid-uI11SWmCp3 .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uI11SWmCp3 .navbar-nav {
  display: flex !important;
}
.cid-uI11SWmCp3 .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-uI11SWmCp3 .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-uI11SWmCp3 .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uI11SWmCp3 .navbar-nav .nav-item .nav-link:hover,
.cid-uI11SWmCp3 .navbar-nav .nav-item .nav-link:focus,
.cid-uI11SWmCp3 .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uI11SWmCp3 .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #000000 !important;
}
.cid-uI11SWmCp3 .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-uI11SWmCp3 .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uI11SWmCp3 button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #d0ab6e, #191b1f);
  box-shadow: 10px 10px 19px #ffffff, -10px -10px 19px #ffffff;
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uI11SWmCp3 button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-uI11SWmCp3 button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uI11SWmCp3 button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-uI11SWmCp3 button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uI11SWmCp3 button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uI11SWmCp3 button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uI11SWmCp3 button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uI11SWmCp3 .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
  transition: all 0.3s;
  opacity: 1 !important;
  background: linear-gradient(145deg, #d0ab6e, #191b1f);
  box-shadow: 10px 10px 19px #ffffff, -10px -10px 19px #ffb3b3;
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uI11SWmCp3 .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-uI11SWmCp3 .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uI11SWmCp3 .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-uI11SWmCp3 .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-uI11SWmCp3 .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uI11SWmCp3 .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uI11SWmCp3 .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-uI11SWmCp3 .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-uI11SWmCp3 .offcanvas.show {
  transform: translateX(0);
}
.cid-uI11SWmCp3 .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-uI11SWmCp3 .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uI11SWmCp3 .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 25px;
  width: 375px;
  margin-right: auto;
  text-align: left;
  background-color: #000000;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
@media (max-width: 575px) {
  .cid-uI11SWmCp3 .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-uI11SWmCp3 .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-uI11SWmCp3 .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uI11SWmCp3 .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-uI11SWmCp3 .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-uI11SWmCp3 .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-uI11SWmCp3 .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-uI11SWmCp3 .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
  text-align: center;
}
.cid-uI11SWmCp3 .modal-backdrop.show {
  opacity: 0.8;
}
.cid-uI11SWmCp3 .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-uI11SWmCp3 .social-container {
  width: 100%;
  padding-top: 90px;
}
@media (max-width: 991px) {
  .cid-uI11SWmCp3 .social-container {
    padding-top: 40px;
  }
}
.cid-uI11SWmCp3 .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 100px !important;
}
.cid-uI11SWmCp3 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-uI11SWmCp3 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #000000);
  transition: 0.4s all;
}
.cid-uI11SWmCp3 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-uI11SWmCp3 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #ffffff;
}
.cid-uI11SWmCp3 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uI11SWmCp3 .soc-item:hover:before {
  opacity: 1;
}
.cid-uI11SWmCp3 .offcanvas_btn {
  margin-top: auto;
}
.cid-uI11SWmCp3 .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-uI11SWmCp3 .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-ufK2kNIoYw {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
  background: linear-gradient(180deg, #ffffff, #000000);
}
@media (min-width: 992px) {
  .cid-ufK2kNIoYw .content-col {
    transform: translateX(-5rem);
    z-index: 1;
  }
}
@media (max-width: 575px) {
  .cid-ufK2kNIoYw .row {
    text-align: center!important;
  }
}
.cid-ufK2kNIoYw .btn {
  width: -webkit-fill-available;
}
.cid-ufK2kNIoYw .col-lg-8 {
  z-index: 2;
}
.cid-ufK2kNIoYw .content-container {
  width: 100%;
  padding: 3rem 1.5rem;
  padding-left: 4.5rem;
  padding-top: 10rem;
  border-radius: 2rem;
  background-color: #000000;
  background: linear-gradient(180deg, #000000, #936e31);
}
@media (max-width: 1400px) {
  .cid-ufK2kNIoYw .content-container {
    padding: 2rem 1rem;
    padding-left: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-ufK2kNIoYw .content-container {
    padding: 1rem 0rem;
    padding-top: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-ufK2kNIoYw .content-container {
    padding: 3rem 2rem;
  }
}
.cid-ufK2kNIoYw img {
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-ufK2kNIoYw img {
    margin-bottom: 2rem;
  }
}
.cid-ufK2kNIoYw .mbr-section-title {
  color: #ffffff;
}
@media (max-width: 575px) {
  .cid-ufK2kNIoYw .mbr-section-title {
    text-align: center;
  }
}
.cid-ufK2kNIoYw .mbr-text {
  color: #fffcee;
  text-align: center;
}
.cid-ufK2kNIoYw .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufK2kNIoYw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufK2kNIoYw .mbr-section-title,
.cid-ufK2kNIoYw .mbr-section-btn {
  color: #efd2a4;
  text-align: center;
}
.cid-ufK4laAfah {
  padding-top: 3rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-ufK4laAfah .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufK4laAfah .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufK4laAfah .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-ufK4laAfah .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-ufK4laAfah .container {
    padding: 0 24px;
  }
}
.cid-ufK4laAfah .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-ufK4laAfah .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-ufK4laAfah .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-ufK4laAfah .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-ufK4laAfah .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ufK4laAfah .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-ufK4laAfah .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-ufK4laAfah .content-wrapper .mbr-section-btn .btn:hover,
.cid-ufK4laAfah .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-ufK4laAfah .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-ufK4laAfah .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-ufK4laAfah .decor-wrapper .decor_1 {
  background-color: #936e31;
}
.cid-ufK4laAfah .decor-wrapper .decor_2 {
  background-color: #000000;
}
.cid-ufK4laAfah .decor-wrapper .decor_3 {
  background-color: #936e31;
}
.cid-ufK4laAfah .decor-wrapper .decor_4 {
  background-color: #000000;
}
.cid-ufK4laAfah .mbr-section-title {
  color: #141414;
}
.cid-ufK4laAfah .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-ufK4laAfah .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-ufK4laAfah .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-ufK4laAfah .mbr-section-title,
.cid-ufK4laAfah .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-ufK3TAwY6u {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-ufK3TAwY6u .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufK3TAwY6u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufK3TAwY6u .container-fluid {
  padding: 0 32px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-ufK3TAwY6u .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-ufK3TAwY6u .container {
    padding: 0 20px;
  }
}
.cid-ufK3TAwY6u .container,
.cid-ufK3TAwY6u .container-fluid {
  position: relative;
}
.cid-ufK3TAwY6u .container .blur-wrap,
.cid-ufK3TAwY6u .container-fluid .blur-wrap {
  position: absolute;
  bottom: -3rem;
  right: 25%;
  width: 250px;
  height: 250px;
  border-radius: 100%;
  background-image: linear-gradient(45deg, #d0ab6e 10%, #8e6829 60%);
  filter: blur(50px);
}
.cid-ufK3TAwY6u .row.blur-row {
  padding: 50px;
  position: relative;
  border-radius: 50px;
  overflow: hidden;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-ufK3TAwY6u .row.blur-row {
    padding: 32px 16px;
  }
}
.cid-ufK3TAwY6u .row.blur-row::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background-color: #ffffff;
  opacity: .2;
}
.cid-ufK3TAwY6u .mbr-section-title {
  margin-bottom: 50px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-ufK3TAwY6u .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-ufK3TAwY6u .dragArea.row {
  padding: 0;
  border-radius: 0;
}
.cid-ufK3TAwY6u .dragArea.row::before {
  content: none;
}
.cid-ufK3TAwY6u .dragArea.row .form-group {
  padding-left: 0.1rem;
  padding-right: 0.1rem;
  margin-bottom: 16px !important;
}
.cid-ufK3TAwY6u .dragArea.row .form-group .form-control {
  padding: 0 20px;
  border-radius: 65px;
  border: none;
  min-height: 65px;
  background-color: #ffffff;
  box-shadow: none;
}
.cid-ufK3TAwY6u .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
  opacity: .5;
}
.cid-ufK3TAwY6u .dragArea.row .form-group textarea {
  padding: 20px;
}
.cid-ufK3TAwY6u .dragArea.row .form-group .form-check .form-check-input {
  background-color: #000000;
  border-collapse: #000000;
}
.cid-ufK3TAwY6u .dragArea.row .mbr-section-btn {
  padding-left: 0.1rem;
  padding-right: 0.1rem;
}
.cid-ufK3TAwY6u .dragArea.row .mbr-section-btn .btn {
  padding: 20px 50px;
  border-radius: 65px;
}
.cid-ufK3TAwY6u .row.forms-row {
  padding: 0;
  border-radius: 0;
}
.cid-ufK3TAwY6u .row.forms-row::before {
  content: none !important;
}
.cid-ufK3TAwY6u .mbr-desc {
  color: #ffffff;
}
.cid-ufK3TAwY6u .mbr-text {
  color: #ffffff;
}
.cid-ufK3TAwY6u label {
  color: #f5fd7b;
}
.cid-ufK3yAd7mh {
  padding-top: 3rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-ufK3yAd7mh .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufK3yAd7mh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufK3yAd7mh .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-ufK3yAd7mh .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-ufK3yAd7mh .container {
    padding: 0 24px;
  }
}
.cid-ufK3yAd7mh .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-ufK3yAd7mh .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-ufK3yAd7mh .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-ufK3yAd7mh .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-ufK3yAd7mh .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ufK3yAd7mh .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-ufK3yAd7mh .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-ufK3yAd7mh .content-wrapper .mbr-section-btn .btn:hover,
.cid-ufK3yAd7mh .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-ufK3yAd7mh .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-ufK3yAd7mh .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-ufK3yAd7mh .decor-wrapper .decor_1 {
  background-color: #936e31;
}
.cid-ufK3yAd7mh .decor-wrapper .decor_2 {
  background-color: #000000;
}
.cid-ufK3yAd7mh .decor-wrapper .decor_3 {
  background-color: #936e31;
}
.cid-ufK3yAd7mh .decor-wrapper .decor_4 {
  background-color: #000000;
}
.cid-ufK3yAd7mh .mbr-section-title {
  color: #141414;
}
.cid-ufK3yAd7mh .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-ufK3yAd7mh .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-ufK3yAd7mh .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-ufK3yAd7mh .mbr-section-title,
.cid-ufK3yAd7mh .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-ufK3vDrr0z {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #000000;
}
.cid-ufK3vDrr0z .mbr-text {
  color: #ffffff;
}
.cid-ufK3vDrr0z .card-wrapper {
  display: flex;
  flex-direction: row;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  background-color: #000000;
  transition: all 0.3s;
  padding: 1rem 1rem !important;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-ufK3vDrr0z .card-wrapper:hover {
  transform: translateY(-1rem);
}
.cid-ufK3vDrr0z .card-wrapper:hover .ico2 {
  color: #000000 !important;
}
.cid-ufK3vDrr0z .ico2 {
  color: #90754a !important;
  transition: all 0.6s;
}
.cid-ufK3vDrr0z .text-info:hover {
  color: inherit!important;
}
.cid-ufK3vDrr0z .card-box {
  padding: 0rem 1rem;
}
.cid-ufK3vDrr0z .ico1 {
  font-size: 3rem !important;
}
.cid-ufK3vDrr0z h3,
.cid-ufK3vDrr0z h4 {
  padding: 0;
  margin: 0;
}
.cid-ufK3vDrr0z .card-title,
.cid-ufK3vDrr0z .card-img {
  color: #57468b;
}
.cid-ufK3vDrr0z .card-title {
  color: #ffffff;
}
.cid-ufK3vDrr0z .card-img {
  width: auto;
}
.cid-ufK3vDrr0z .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufK3vDrr0z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufK3xVezF0 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-ufK3xVezF0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufK3xVezF0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufK3xVezF0 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-ufK3xVezF0 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-ufK3xVezF0 .container {
    padding: 0 24px;
  }
}
.cid-ufK3xVezF0 .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-ufK3xVezF0 .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-ufK3xVezF0 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-ufK3xVezF0 .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-ufK3xVezF0 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ufK3xVezF0 .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-ufK3xVezF0 .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-ufK3xVezF0 .content-wrapper .mbr-section-btn .btn:hover,
.cid-ufK3xVezF0 .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-ufK3xVezF0 .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-ufK3xVezF0 .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-ufK3xVezF0 .decor-wrapper .decor_1 {
  background-color: #936e31;
}
.cid-ufK3xVezF0 .decor-wrapper .decor_2 {
  background-color: #000000;
}
.cid-ufK3xVezF0 .decor-wrapper .decor_3 {
  background-color: #936e31;
}
.cid-ufK3xVezF0 .decor-wrapper .decor_4 {
  background-color: #000000;
}
.cid-ufK3xVezF0 .mbr-section-title {
  color: #141414;
}
.cid-ufK3xVezF0 .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-ufK3xVezF0 .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-ufK3xVezF0 .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-ufK3xVezF0 .mbr-section-title,
.cid-ufK3xVezF0 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-ufK2LfLB30 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-ufK2LfLB30 .map-border {
  border-bottom: 2px solid #efd2a4;
}
.cid-ufK2LfLB30 .google-map iframe {
  height: 500px;
}
.cid-ufK2LfLB30 .map-border {
  padding-bottom: 80px;
}
@media (max-width: 425px) {
  .cid-ufK2LfLB30 .google-map iframe {
    height: 250px;
  }
}
.cid-ufJwzuaf7I {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-ufJwzuaf7I .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufJwzuaf7I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufJwzuaf7I .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-ufJwzuaf7I .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-ufJwzuaf7I .container {
    padding: 0 24px;
  }
}
.cid-ufJwzuaf7I .row {
  justify-content: center;
  padding-bottom: 200px;
}
.cid-ufJwzuaf7I .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
.cid-ufJwzuaf7I .title-wrapper .title-wrap {
  padding: 16px 0;
  display: inline-flex;
  align-items: center;
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 16px;
}
.cid-ufJwzuaf7I .title-wrapper .title-wrap .mbr-section-title {
  margin-right: 70px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-ufJwzuaf7I .title-wrapper .title-wrap .mbr-section-title {
    margin-right: 20px;
  }
}
.cid-ufJwzuaf7I .title-wrapper .title-wrap .mbr-section-btn .btn {
  width: 80px;
  height: 30px;
}
.cid-ufJwzuaf7I .title-wrapper .title-wrap .mbr-section-btn .btn .mbr-iconfont {
  font-size: 18px !important;
  margin: 0;
}
.cid-ufJwzuaf7I .title-wrapper .title-wrap .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-ufJwzuaf7I .title-wrapper .title-wrap .mbr-section-btn .btn:hover,
.cid-ufJwzuaf7I .title-wrapper .title-wrap .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-ufJwzuaf7I .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ufJwzuaf7I .lists-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1200px) {
  .cid-ufJwzuaf7I .lists-wrapper {
    display: block;
  }
}
.cid-ufJwzuaf7I .lists-wrapper .list-wrap .list {
  padding: 0;
  margin-bottom: 32px;
  list-style-type: none;
}
.cid-ufJwzuaf7I .lists-wrapper .list-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 16px;
}
.cid-ufJwzuaf7I .lists-wrapper .list-wrap .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(90deg, #fb8fc9 -5%, #7f89e9 95%);
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-ufJwzuaf7I .lists-wrapper .list-wrap .list .item-wrap:hover::before,
.cid-ufJwzuaf7I .lists-wrapper .list-wrap .list .item-wrap:focus::before {
  width: 100%;
}
.cid-ufJwzuaf7I .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-ufJwzuaf7I .mbr-copy {
  margin-bottom: 0;
  position: relative;
  z-index: 1;
  color: #ffffff;
}
.cid-ufJwzuaf7I .decor-wrapper {
  position: absolute;
  bottom: -50%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-ufJwzuaf7I .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-ufJwzuaf7I .decor-wrapper .decor_1 {
  background-color: #936e31;
}
.cid-ufJwzuaf7I .decor-wrapper .decor_2 {
  background-color: #000000;
}
.cid-ufJwzuaf7I .decor-wrapper .decor_3 {
  background-color: #936e31;
}
.cid-ufJwzuaf7I .decor-wrapper .decor_4 {
  background-color: #000000;
}
.cid-ufJwzuaf7I .mbr-section-title {
  color: #141414;
}
.cid-ufJwzuaf7I .mbr-text {
  color: #141414;
}
.cid-ufJwzuaf7I .list {
  color: #141414;
}
.cid-uI11SWmCp3 {
  z-index: 1000;
  width: 100%;
}
.cid-uI11SWmCp3 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uI11SWmCp3 .dropdown-menu {
  padding: 0;
}
.cid-uI11SWmCp3 .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-uI11SWmCp3 .dropdown-item {
    text-align: left !important;
  }
}
.cid-uI11SWmCp3 .dropdown-item:hover {
  background-position: right !important;
}
.cid-uI11SWmCp3 .dropdown-item:hover:after {
  color: #000000;
}
.cid-uI11SWmCp3 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uI11SWmCp3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uI11SWmCp3 .nav-link {
  position: relative;
}
.cid-uI11SWmCp3 .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-uI11SWmCp3 .dropdown-menu,
.cid-uI11SWmCp3 .navbar.opened {
  background: #000000 !important;
}
.cid-uI11SWmCp3 .nav-item:focus,
.cid-uI11SWmCp3 .nav-link:focus {
  outline: none;
}
.cid-uI11SWmCp3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uI11SWmCp3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uI11SWmCp3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uI11SWmCp3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uI11SWmCp3 .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-uI11SWmCp3 .navbar.opened {
  transition: all 0.3s;
}
.cid-uI11SWmCp3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uI11SWmCp3 .navbar .navbar-logo img {
  width: auto;
}
.cid-uI11SWmCp3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uI11SWmCp3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uI11SWmCp3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uI11SWmCp3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uI11SWmCp3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uI11SWmCp3 .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-uI11SWmCp3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uI11SWmCp3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uI11SWmCp3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uI11SWmCp3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uI11SWmCp3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uI11SWmCp3 .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-uI11SWmCp3 .navbar {
    min-height: 80px;
  }
}
.cid-uI11SWmCp3 .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-uI11SWmCp3 .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-uI11SWmCp3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uI11SWmCp3 .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-uI11SWmCp3 .navbar-brand {
    min-height: 69px;
  }
}
.cid-uI11SWmCp3 .dropdown-item.active,
.cid-uI11SWmCp3 .dropdown-item:active {
  background-color: transparent;
}
.cid-uI11SWmCp3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uI11SWmCp3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uI11SWmCp3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uI11SWmCp3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uI11SWmCp3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uI11SWmCp3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uI11SWmCp3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uI11SWmCp3 button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #d0ab6e, #191b1f);
  box-shadow: 10px 10px 19px #ffffff, -10px -10px 19px #ffb3b3;
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uI11SWmCp3 button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-uI11SWmCp3 button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uI11SWmCp3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-uI11SWmCp3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uI11SWmCp3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uI11SWmCp3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uI11SWmCp3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uI11SWmCp3 nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uI11SWmCp3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uI11SWmCp3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uI11SWmCp3 nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uI11SWmCp3 .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-uI11SWmCp3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uI11SWmCp3 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uI11SWmCp3 .navbar {
    height: 70px;
  }
  .cid-uI11SWmCp3 .navbar.opened {
    height: auto;
  }
  .cid-uI11SWmCp3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uI11SWmCp3 .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #000000;
  background: rgba(0, 0, 0, 0.9);
}
@media (max-width: 575px) {
  .cid-uI11SWmCp3 .navbar-short {
    min-height: 70px;
  }
}
.cid-uI11SWmCp3 .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-uI11SWmCp3 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-uI11SWmCp3 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-uI11SWmCp3 .container-fluid {
    padding: 0 3px;
  }
}
.cid-uI11SWmCp3 .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uI11SWmCp3 .navbar-nav {
  display: flex !important;
}
.cid-uI11SWmCp3 .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-uI11SWmCp3 .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-uI11SWmCp3 .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uI11SWmCp3 .navbar-nav .nav-item .nav-link:hover,
.cid-uI11SWmCp3 .navbar-nav .nav-item .nav-link:focus,
.cid-uI11SWmCp3 .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uI11SWmCp3 .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #000000 !important;
}
.cid-uI11SWmCp3 .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-uI11SWmCp3 .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uI11SWmCp3 button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #d0ab6e, #191b1f);
  box-shadow: 10px 10px 19px #ffffff, -10px -10px 19px #ffffff;
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uI11SWmCp3 button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-uI11SWmCp3 button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uI11SWmCp3 button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-uI11SWmCp3 button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uI11SWmCp3 button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uI11SWmCp3 button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uI11SWmCp3 button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uI11SWmCp3 .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
  transition: all 0.3s;
  opacity: 1 !important;
  background: linear-gradient(145deg, #d0ab6e, #191b1f);
  box-shadow: 10px 10px 19px #ffffff, -10px -10px 19px #ffb3b3;
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uI11SWmCp3 .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-uI11SWmCp3 .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uI11SWmCp3 .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-uI11SWmCp3 .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-uI11SWmCp3 .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uI11SWmCp3 .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uI11SWmCp3 .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-uI11SWmCp3 .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-uI11SWmCp3 .offcanvas.show {
  transform: translateX(0);
}
.cid-uI11SWmCp3 .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-uI11SWmCp3 .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uI11SWmCp3 .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 25px;
  width: 375px;
  margin-right: auto;
  text-align: left;
  background-color: #000000;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
@media (max-width: 575px) {
  .cid-uI11SWmCp3 .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-uI11SWmCp3 .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-uI11SWmCp3 .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uI11SWmCp3 .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-uI11SWmCp3 .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-uI11SWmCp3 .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-uI11SWmCp3 .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-uI11SWmCp3 .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
  text-align: center;
}
.cid-uI11SWmCp3 .modal-backdrop.show {
  opacity: 0.8;
}
.cid-uI11SWmCp3 .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-uI11SWmCp3 .social-container {
  width: 100%;
  padding-top: 90px;
}
@media (max-width: 991px) {
  .cid-uI11SWmCp3 .social-container {
    padding-top: 40px;
  }
}
.cid-uI11SWmCp3 .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 100px !important;
}
.cid-uI11SWmCp3 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-uI11SWmCp3 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #000000);
  transition: 0.4s all;
}
.cid-uI11SWmCp3 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-uI11SWmCp3 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #ffffff;
}
.cid-uI11SWmCp3 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uI11SWmCp3 .soc-item:hover:before {
  opacity: 1;
}
.cid-uI11SWmCp3 .offcanvas_btn {
  margin-top: auto;
}
.cid-uI11SWmCp3 .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-uI11SWmCp3 .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-ufK5hNoEbf {
  padding-top: 9rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/b42d2f04eb9f47e1cf303b349de4b6f4.jpg-564x846.jpg");
}
.cid-ufK5hNoEbf .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufK5hNoEbf .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-ufK5hNoEbf .container {
    padding: 0 30px;
  }
}
.cid-ufK5hNoEbf .row {
  justify-content: center;
}
.cid-ufK5hNoEbf .content-wrapper {
  padding: 170px 0;
}
@media (max-width: 992px) {
  .cid-ufK5hNoEbf .content-wrapper {
    padding: 80px 0;
  }
}
.cid-ufK5hNoEbf .content-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-ufK5hNoEbf .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-ufK5hNoEbf .content-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-ufK5hNoEbf .mbr-desc {
  color: #efd2a4;
}
.cid-ufK5hNoEbf .mbr-section-title {
  color: #ffffff;
}
.cid-ufK5hNoEbf .mbr-text {
  color: #ffffff;
}
.cid-ufK5YSPVOL {
  padding-top: 3rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-ufK5YSPVOL .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufK5YSPVOL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufK5YSPVOL .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-ufK5YSPVOL .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-ufK5YSPVOL .container {
    padding: 0 24px;
  }
}
.cid-ufK5YSPVOL .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-ufK5YSPVOL .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-ufK5YSPVOL .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-ufK5YSPVOL .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-ufK5YSPVOL .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ufK5YSPVOL .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-ufK5YSPVOL .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-ufK5YSPVOL .content-wrapper .mbr-section-btn .btn:hover,
.cid-ufK5YSPVOL .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-ufK5YSPVOL .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-ufK5YSPVOL .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-ufK5YSPVOL .decor-wrapper .decor_1 {
  background-color: #936e31;
}
.cid-ufK5YSPVOL .decor-wrapper .decor_2 {
  background-color: #000000;
}
.cid-ufK5YSPVOL .decor-wrapper .decor_3 {
  background-color: #936e31;
}
.cid-ufK5YSPVOL .decor-wrapper .decor_4 {
  background-color: #000000;
}
.cid-ufK5YSPVOL .mbr-section-title {
  color: #141414;
}
.cid-ufK5YSPVOL .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-ufK5YSPVOL .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-ufK5YSPVOL .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-ufK5YSPVOL .mbr-section-title,
.cid-ufK5YSPVOL .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-ufK6trJ745 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-ufK6trJ745 .row {
  position: relative;
}
.cid-ufK6trJ745 .row .blur-circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 420px;
  height: 420px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #936e31 50%, #efd2a4);
  backdrop-filter: blur(10px);
  filter: blur(64px) blur(64px);
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-ufK6trJ745 .row .blur-circle {
    display: none;
  }
}
.cid-ufK6trJ745 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufK6trJ745 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufK6trJ745 .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-ufK6trJ745 .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .cid-ufK6trJ745 .row {
    padding: 0 24px;
  }
}
.cid-ufK6trJ745 .title-wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: 10px;
}
.cid-ufK6trJ745 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ufK6trJ745 .title-wrapper .mbr-section-title span {
  position: relative;
  z-index: 1;
}
.cid-ufK6trJ745 .title-wrapper .mbr-section-title span::before {
  content: '';
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  height: 18px;
  background-color: #d0ab6e;
  z-index: -1;
}
.cid-ufK6trJ745 .tab-content {
  position: relative;
  z-index: 2;
}
.cid-ufK6trJ745 .tab-content .card {
  border: none;
  padding: 38px 0 26px;
  border-bottom: 2px solid #d0ab6e;
  border-radius: 0;
}
.cid-ufK6trJ745 .tab-content .card .card-header {
  background-color: transparent;
  border: none;
  padding: 0;
}
.cid-ufK6trJ745 .tab-content .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-ufK6trJ745 .tab-content .card .card-header .panel-title:focus .mbr-iconfont {
  opacity: .7;
}
.cid-ufK6trJ745 .tab-content .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 10px;
}
.cid-ufK6trJ745 .tab-content .card .card-header .panel-title .mbr-iconfont {
  transition: all .3s ease;
}
.cid-ufK6trJ745 .tab-content .card .panel-collapse .panel-body .panel-text {
  margin: 0;
}
.cid-ufK6trJ745 .mbr-section-title {
  color: #ffffff;
}
.cid-ufK6trJ745 .mbr-text {
  color: #111111;
  text-align: right;
}
.cid-ufK6trJ745 .panel-title-edit,
.cid-ufK6trJ745 .mbr-iconfont {
  color: #ffffff;
}
.cid-ufK6trJ745 .panel-text {
  color: #ffffff;
}
.cid-ufK8pxXmDS {
  padding-top: 3rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-ufK8pxXmDS .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufK8pxXmDS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufK8pxXmDS .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-ufK8pxXmDS .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-ufK8pxXmDS .container {
    padding: 0 24px;
  }
}
.cid-ufK8pxXmDS .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-ufK8pxXmDS .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-ufK8pxXmDS .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-ufK8pxXmDS .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-ufK8pxXmDS .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ufK8pxXmDS .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-ufK8pxXmDS .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-ufK8pxXmDS .content-wrapper .mbr-section-btn .btn:hover,
.cid-ufK8pxXmDS .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-ufK8pxXmDS .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-ufK8pxXmDS .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-ufK8pxXmDS .decor-wrapper .decor_1 {
  background-color: #936e31;
}
.cid-ufK8pxXmDS .decor-wrapper .decor_2 {
  background-color: #000000;
}
.cid-ufK8pxXmDS .decor-wrapper .decor_3 {
  background-color: #936e31;
}
.cid-ufK8pxXmDS .decor-wrapper .decor_4 {
  background-color: #000000;
}
.cid-ufK8pxXmDS .mbr-section-title {
  color: #141414;
}
.cid-ufK8pxXmDS .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-ufK8pxXmDS .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-ufK8pxXmDS .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-ufK8pxXmDS .mbr-section-title,
.cid-ufK8pxXmDS .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-ufK63MHztr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
  position: relative;
  overflow: hidden;
}
.cid-ufK63MHztr .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufK63MHztr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufK63MHztr .bg-frame {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20%;
  z-index: 2;
  opacity: 0.7;
  width: 30vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #efd2a4;
  box-shadow: 0 0 40px #efd2a4;
  filter: blur(130px);
}
@media (max-width: 767px) {
  .cid-ufK63MHztr .bg-frame {
    width: 60vw;
  }
}
.cid-ufK63MHztr .row {
  position: relative;
  z-index: 3;
}
.cid-ufK63MHztr .col-title {
  margin-top: 60px;
}
@media (max-width: 991px) {
  .cid-ufK63MHztr .col-title {
    margin-top: 0;
    margin-bottom: 60px;
  }
}
.cid-ufK63MHztr .mbr-section-title {
  color: #ffffff;
  margin-bottom: 1rem;
  position: relative;
  padding-left: 40px;
}
.cid-ufK63MHztr .mbr-section-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-color: #d0ab6e;
  box-shadow: 0 0 0 10px rgba(208, 171, 110, 0.2);
}
.cid-ufK63MHztr .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 0;
}
.cid-ufK63MHztr .mbr-text {
  color: #FFFFFF;
  margin-bottom: 0;
}
.cid-ufK63MHztr .card {
  padding-bottom: 30px;
  border-radius: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 991px) {
  .cid-ufK63MHztr .card {
    padding-bottom: 16px;
  }
}
@media (max-width: 575px) {
  .cid-ufK63MHztr .card {
    padding-bottom: 12px;
  }
}
.cid-ufK63MHztr .card:not(:first-child) {
  padding-top: 60px;
}
@media (max-width: 991px) {
  .cid-ufK63MHztr .card:not(:first-child) {
    padding-top: 54px;
  }
}
@media (max-width: 575px) {
  .cid-ufK63MHztr .card:not(:first-child) {
    padding-top: 40px;
  }
}
.cid-ufK63MHztr .card-header {
  background-color: transparent;
  margin-bottom: 0;
  padding: 0;
  border-bottom: none !important;
}
.cid-ufK63MHztr .sign {
  padding-left: 0;
  font-family: 'Moririse2' !important;
  font-size: 3.4rem !important;
  color: #936e31;
  transition: .3s all;
}
@media (max-width: 991px) {
  .cid-ufK63MHztr .sign {
    font-size: 3rem !important;
  }
}
@media (max-width: 575px) {
  .cid-ufK63MHztr .sign {
    font-size: 2.4rem !important;
  }
}
.cid-ufK63MHztr .panel-title-edit {
  color: #efd2a4;
  padding-right: 1rem;
  transition: .3s all;
}
.cid-ufK63MHztr .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 60px;
  transition: .3s all;
}
@media (max-width: 991px) {
  .cid-ufK63MHztr .panel-title {
    padding-bottom: 36px;
  }
}
@media (max-width: 575px) {
  .cid-ufK63MHztr .panel-title {
    padding-bottom: 24px;
  }
}
.cid-ufK63MHztr .panel-title[aria-expanded="false"] .sign {
  transform: rotate(-90deg);
}
.cid-ufK63MHztr .panel-title[aria-expanded="true"] .sign {
  transform: rotate(0);
}
.cid-ufK63MHztr .panel-title:hover {
  padding-right: 1rem;
}
.cid-ufK63MHztr .panel-title:hover .panel-title-edit {
  color: #d0ab6e;
}
.cid-ufK63MHztr .panel-text {
  color: #ffffff;
  margin-bottom: 30px;
  max-width: 830px;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-ufK63MHztr .panel-text {
    margin-bottom: 24px;
  }
}
@media (max-width: 575px) {
  .cid-ufK63MHztr .panel-text {
    margin-bottom: 16px;
  }
}
.cid-ufJwzuaf7I {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-ufJwzuaf7I .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufJwzuaf7I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufJwzuaf7I .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-ufJwzuaf7I .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-ufJwzuaf7I .container {
    padding: 0 24px;
  }
}
.cid-ufJwzuaf7I .row {
  justify-content: center;
  padding-bottom: 200px;
}
.cid-ufJwzuaf7I .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
.cid-ufJwzuaf7I .title-wrapper .title-wrap {
  padding: 16px 0;
  display: inline-flex;
  align-items: center;
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 16px;
}
.cid-ufJwzuaf7I .title-wrapper .title-wrap .mbr-section-title {
  margin-right: 70px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-ufJwzuaf7I .title-wrapper .title-wrap .mbr-section-title {
    margin-right: 20px;
  }
}
.cid-ufJwzuaf7I .title-wrapper .title-wrap .mbr-section-btn .btn {
  width: 80px;
  height: 30px;
}
.cid-ufJwzuaf7I .title-wrapper .title-wrap .mbr-section-btn .btn .mbr-iconfont {
  font-size: 18px !important;
  margin: 0;
}
.cid-ufJwzuaf7I .title-wrapper .title-wrap .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-ufJwzuaf7I .title-wrapper .title-wrap .mbr-section-btn .btn:hover,
.cid-ufJwzuaf7I .title-wrapper .title-wrap .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-ufJwzuaf7I .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ufJwzuaf7I .lists-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1200px) {
  .cid-ufJwzuaf7I .lists-wrapper {
    display: block;
  }
}
.cid-ufJwzuaf7I .lists-wrapper .list-wrap .list {
  padding: 0;
  margin-bottom: 32px;
  list-style-type: none;
}
.cid-ufJwzuaf7I .lists-wrapper .list-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 16px;
}
.cid-ufJwzuaf7I .lists-wrapper .list-wrap .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(90deg, #fb8fc9 -5%, #7f89e9 95%);
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-ufJwzuaf7I .lists-wrapper .list-wrap .list .item-wrap:hover::before,
.cid-ufJwzuaf7I .lists-wrapper .list-wrap .list .item-wrap:focus::before {
  width: 100%;
}
.cid-ufJwzuaf7I .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-ufJwzuaf7I .mbr-copy {
  margin-bottom: 0;
  position: relative;
  z-index: 1;
  color: #ffffff;
}
.cid-ufJwzuaf7I .decor-wrapper {
  position: absolute;
  bottom: -50%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-ufJwzuaf7I .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-ufJwzuaf7I .decor-wrapper .decor_1 {
  background-color: #936e31;
}
.cid-ufJwzuaf7I .decor-wrapper .decor_2 {
  background-color: #000000;
}
.cid-ufJwzuaf7I .decor-wrapper .decor_3 {
  background-color: #936e31;
}
.cid-ufJwzuaf7I .decor-wrapper .decor_4 {
  background-color: #000000;
}
.cid-ufJwzuaf7I .mbr-section-title {
  color: #141414;
}
.cid-ufJwzuaf7I .mbr-text {
  color: #141414;
}
.cid-ufJwzuaf7I .list {
  color: #141414;
}
