body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Idealist Sans Light Regular';
  font-size: 5.2rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.5rem;
}
.display-2 {
  font-family: 'Playfair Display', serif;
  font-size: 2.3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.875rem;
}
.display-4 {
  font-family: 'Noto Serif', serif;
  font-size: 0.8rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-7 {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- 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.16rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.64rem;
    font-size: calc( 2.4699999999999998rem + (5.2 - 2.4699999999999998) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4699999999999998rem + (5.2 - 2.4699999999999998) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.84rem;
    font-size: calc( 1.455rem + (2.3 - 1.455) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.455rem + (2.3 - 1.455) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #9d833d !important;
}
.bg-success {
  background-color: #ffffff !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #9d833d !important;
}
.bg-danger {
  background-color: #ffffff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #9d833d !important;
  border-color: #9d833d !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #5f4f25 !important;
  border-color: #5f4f25 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #5f4f25 !important;
  border-color: #5f4f25 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #d4a937 !important;
  border-color: #d4a937 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #947420 !important;
  border-color: #947420 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #947420 !important;
  border-color: #947420 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-success,
.btn-success:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #9d833d !important;
  border-color: #9d833d !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #5f4f25 !important;
  border-color: #5f4f25 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #5f4f25 !important;
  border-color: #5f4f25 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #9d833d;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #5f4f25 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #9d833d !important;
  border-color: #9d833d !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #d4a937;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #947420 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #d4a937 !important;
  border-color: #d4a937 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #9d833d;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5f4f25 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #9d833d !important;
  border-color: #9d833d !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #9d833d !important;
}
.text-secondary {
  color: #d4a937 !important;
}
.text-success {
  color: #ffffff !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #9d833d !important;
}
.text-danger {
  color: #ffffff !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #544620 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #886b1d !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #cccccc !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #544620 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #cccccc !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: #9d833d;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #9d833d;
}
.alert-danger {
  background-color: #ffffff;
}
.mbr-gallery-filter li.active .btn {
  background-color: #9d833d;
  border-color: #9d833d;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #9d833d;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #d1bd89;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #d1bd89;
}
.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: 'Noto Serif', serif;
  font-size: 0.8rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1rem;
}
.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: #9d833d !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Noto Serif', serif;
  font-size: 0.8rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1rem;
}
blockquote {
  border-color: #9d833d;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #9d833d;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #9d833d;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #9d833d;
  border-bottom-color: #9d833d;
}
.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: #9d833d !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: #d4a937 !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='%239d833d' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-uIxZa4xgeO .navbar-dropdown {
  position: relative !important;
}
.cid-uIxZa4xgeO .navbar-dropdown {
  position: absolute !important;
}
.cid-uIxZa4xgeO .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-uIxZa4xgeO .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uIxZa4xgeO .dropdown-item {
  border: none !important;
  background: #121212 !important;
}
.cid-uIxZa4xgeO .dropdown-item:hover,
.cid-uIxZa4xgeO .dropdown-item:focus {
  background: #ffffff !important;
  color: #121212 !important;
}
.cid-uIxZa4xgeO .dropdown-item:hover span {
  color: white;
}
.cid-uIxZa4xgeO .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uIxZa4xgeO .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uIxZa4xgeO .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uIxZa4xgeO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uIxZa4xgeO .nav-link {
  position: relative;
}
.cid-uIxZa4xgeO .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uIxZa4xgeO .container {
    flex-wrap: nowrap;
  }
}
.cid-uIxZa4xgeO .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uIxZa4xgeO .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uIxZa4xgeO .dropdown-menu,
.cid-uIxZa4xgeO .navbar.opened {
  background: #121212 !important;
}
.cid-uIxZa4xgeO .nav-item:focus,
.cid-uIxZa4xgeO .nav-link:focus {
  outline: none;
}
.cid-uIxZa4xgeO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIxZa4xgeO .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uIxZa4xgeO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIxZa4xgeO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIxZa4xgeO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIxZa4xgeO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIxZa4xgeO .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(18, 18, 18, 0.5);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uIxZa4xgeO .navbar.opened {
  transition: all 0.3s;
}
.cid-uIxZa4xgeO .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 3rem;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uIxZa4xgeO .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uIxZa4xgeO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uIxZa4xgeO .navbar.collapsed {
  justify-content: center;
}
.cid-uIxZa4xgeO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIxZa4xgeO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIxZa4xgeO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-uIxZa4xgeO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIxZa4xgeO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIxZa4xgeO .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uIxZa4xgeO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIxZa4xgeO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIxZa4xgeO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uIxZa4xgeO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIxZa4xgeO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIxZa4xgeO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIxZa4xgeO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIxZa4xgeO .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-uIxZa4xgeO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uIxZa4xgeO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uIxZa4xgeO .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uIxZa4xgeO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uIxZa4xgeO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIxZa4xgeO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIxZa4xgeO .navbar.navbar-short {
  min-height: 96px;
}
.cid-uIxZa4xgeO .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uIxZa4xgeO .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uIxZa4xgeO .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uIxZa4xgeO .navbar-brand .navbar-caption:hover,
.cid-uIxZa4xgeO .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-uIxZa4xgeO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIxZa4xgeO .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uIxZa4xgeO .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #121212 !important;
}
.cid-uIxZa4xgeO .dropdown-item.active,
.cid-uIxZa4xgeO .dropdown-item:active {
  background-color: transparent;
}
.cid-uIxZa4xgeO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIxZa4xgeO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIxZa4xgeO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIxZa4xgeO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #121212;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uIxZa4xgeO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uIxZa4xgeO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uIxZa4xgeO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uIxZa4xgeO ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uIxZa4xgeO ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uIxZa4xgeO .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-uIxZa4xgeO .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
.cid-uIxZa4xgeO .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uIxZa4xgeO .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uIxZa4xgeO button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #121212 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uIxZa4xgeO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uIxZa4xgeO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uIxZa4xgeO button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uIxZa4xgeO button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uIxZa4xgeO button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uIxZa4xgeO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIxZa4xgeO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIxZa4xgeO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIxZa4xgeO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIxZa4xgeO .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIxZa4xgeO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIxZa4xgeO .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-uIxZa4xgeO .navbar {
    height: 70px;
  }
  .cid-uIxZa4xgeO .navbar.opened {
    height: auto;
  }
  .cid-uIxZa4xgeO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIxZa4xgeO .navbar-nav {
  margin: 0 auto;
}
.cid-uIxZa4xgeO .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uIxZa4xgeO .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 8px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uIxZa4xgeO .nav-item .nav-link::after {
  color: #ffffff !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uIxZa4xgeO .nav-item .nav-link:hover {
  background-color: #ffffff;
  color: #121212 !important;
}
.cid-uIxZa4xgeO .nav-item .nav-link:hover::after {
  color: #121212 !important;
}
.cid-uIxZa4xgeO .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uIxZa4xgeO .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uIxZa4xgeO .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uIxZa4xgeO .navbar {
    justify-content: flex-start !important;
  }
  .cid-uIxZa4xgeO .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uIxZa4xgeO .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uIxZa4xgeO .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uIxZa4xgeO .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uIxZa4xgeO .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uIxZa4xgeO .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uIxZa4xgeO .content-wrap {
  min-height: 110px;
}
.cid-uIxZa4xgeO .mbr-section-btn .btn::after,
.cid-uIxZa4xgeO .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-uIxZa4xgeO .mbr-section-btn .btn:hover,
.cid-uIxZa4xgeO .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-uIxZa4xgeO .mbr-section-btn .btn:hover::after,
.cid-uIxZa4xgeO .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.cid-uIs0eeczps {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/descarga-6-736x491.jpg-736x491.jpg");
  position: relative;
}
.cid-uIs0eeczps::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(10deg, #000000 18%, transparent 90%, #000000 100%);
  pointer-events: none;
  z-index: 1;
}
.cid-uIs0eeczps .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIs0eeczps .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIs0eeczps .content-wrapper {
  position: relative;
  z-index: 2;
  margin-top: 260px;
}
@media (max-width: 992px) {
  .cid-uIs0eeczps .content-wrapper {
    margin-top: 0;
  }
}
.cid-uIs0eeczps .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
  background-image: linear-gradient(180deg, #9d833d, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uIs0eeczps .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uIs0eeczps .mbr-section-title {
  color: #ffffff;
}
.cid-uIs0eeczps .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uIs0eeczps .mbr-section-title,
.cid-uIs0eeczps .mbr-section-btn {
  color: #121212;
}
.cid-uIyZaH3YeC {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  background: linear-gradient(#ffffff, #000000);
}
.cid-uIyZaH3YeC .mbr-section-title {
  letter-spacing: 0.1em;
  color: #000000;
  margin-bottom: 2rem;
}
.cid-uIyZaH3YeC .mbr-section-subtitle {
  color: #444444;
  margin-bottom: 2rem;
  letter-spacing: 0.03em;
}
.cid-uIyZaH3YeC .btn {
  margin: 0px !important;
}
.cid-uIyZaH3YeC .second-col {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uIyZaH3YeC .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uIyZaH3YeC .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-uIyZaH3YeC .carousel-item .wrap-img {
  text-align: center;
}
.cid-uIyZaH3YeC .carousel-item .wrap-img img {
  max-height: 250px;
  width: auto;
  max-width: 100%;
}
.cid-uIyZaH3YeC .carousel {
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 100%;
}
.cid-uIyZaH3YeC .carousel-indicators {
  display: block;
  position: relative;
  margin-top: 2rem;
  text-align: center;
}
.cid-uIyZaH3YeC .carousel-indicators li {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #cccccc;
  display: inline-block;
  border: 4px solid #cccccc;
}
.cid-uIyZaH3YeC .carousel-indicators li.active {
  border-color: #a3a3a3;
}
@media (max-width: 768px) {
  .cid-uIyZaH3YeC .second-col {
    padding-top: 2rem;
  }
}
.cid-uIyZaH3YeC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIyZaH3YeC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIyZaH3YeC .mbr-section-subtitle,
.cid-uIyZaH3YeC .mbr-section-btn {
  color: #000000;
}
.cid-uIxXS5hhk2 {
  overflow: hidden;
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #000000;
  margin-top: -3px;
  border-bottom: 3px solid #ffffff;
  border-top: 3px solid #ffffff;
}
.cid-uIxXS5hhk2 .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #9d833d;
  margin-bottom: 2rem;
  background-color: #fffcf6;
  border: 3px solid #ffffff;
  padding: 2rem;
  border-radius: 20px;
}
.cid-uIxXS5hhk2 .card-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  justify-content: center;
  align-items: center;
}
.cid-uIxXS5hhk2 .mbr-section-btn {
  position: relative;
}
@media (max-width: 991px) {
  .cid-uIxXS5hhk2 .mbr-section-btn {
    margin-left: .5rem;
    margin-right: .5rem;
  }
}
@media (min-width: 991px) {
  .cid-uIxXS5hhk2 .mbr-section-btn {
    margin-left: .5rem;
  }
}
.cid-uIxXS5hhk2 .btn {
  position: relative;
  min-width: 225px;
  min-height: 54px;
  z-index: 10;
  font-weight: 700;
  border: 3px solid #000000 !important;
  border-radius: 10px !important;
  box-shadow: none !important;
  padding-left: 40px;
  padding-right: 40px;
  transform: translate(0, -9px);
  transition: all 400ms ease;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-uIxXS5hhk2 .btn:hover,
.cid-uIxXS5hhk2 .btn:focus {
  border: 3px solid #000000 !important;
  transform: translate(10px, 0);
}
@media (max-width: 991px) {
  .cid-uIxXS5hhk2 .btn {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
.cid-uIxXS5hhk2 .btn:before {
  position: absolute;
  content: "";
  width: 101%;
  height: 107%;
  top: 10px;
  left: 12px;
  border: 3px solid #000;
  border-radius: 10px;
  transition: all 0.2s ease;
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
}
.cid-uIxXS5hhk2 .btn:hover:before,
.cid-uIxXS5hhk2 .btn:focus:before {
  left: -1px;
  top: -2px;
}
.cid-uIxXS5hhk2 .btn-secondary {
  color: #000000 !important;
}
.cid-uIxXS5hhk2 .btn-secondary:hover {
  color: #000000 !important;
}
.cid-uIxXS5hhk2 .card-title {
  text-align: left;
  color: #ffffff;
}
.cid-uIxXS5hhk2 .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uIxXS5hhk2 .card-title,
.cid-uIxXS5hhk2 .card-box {
  text-align: center;
}
.cid-uIxXS5hhk2 .mbr-title,
.cid-uIxXS5hhk2 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uIxXS5hhk2 .mbr-title,
  .cid-uIxXS5hhk2 .mbr-section-btn,
  .cid-uIxXS5hhk2 .mbr-text {
    text-align: center;
  }
}
.cid-uIxXS5hhk2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIxXS5hhk2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJfpJtiswK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uJfpJtiswK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJfpJtiswK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJfpJtiswK .row {
  justify-content: center;
}
.cid-uJfpJtiswK .content-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uJfpJtiswK .content-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uJfpJtiswK .content-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-uJfpJtiswK .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJfpJtiswK .item {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uJfpJtiswK .item {
    margin-bottom: 35px;
  }
}
.cid-uJfpJtiswK .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uJfpJtiswK .item .item-wrapper .card-box .icon-wrapper {
    margin-bottom: 15px;
  }
}
.cid-uJfpJtiswK .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  width: 95px;
  height: 95px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #fffcf6;
  color: #d4a937;
  font-size: 60px;
}
.cid-uJfpJtiswK .item .item-wrapper .card-box .item-title {
  margin-bottom: 10px;
}
.cid-uJfpJtiswK .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uJfpJtiswK .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #ffffff;
}
.cid-uJfpJtiswK .mbr-section-title {
  color: #ffffff;
}
.cid-uJfpJtiswK .mbr-text {
  color: #ffffff;
}
.cid-uJfpJtiswK .item-title {
  color: #000000;
}
.cid-uJfpJtiswK .item-text {
  color: #ffffff;
}
.cid-uIz53r7Brx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/20220128-184042.gif");
}
.cid-uIz53r7Brx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIz53r7Brx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIz53r7Brx .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uIz53r7Brx .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uIz53r7Brx .container {
    padding: 0 20px;
  }
}
.cid-uIz53r7Brx .text-wrapper {
  position: relative;
  z-index: 2;
  padding-left: 100px;
}
@media (max-width: 1200px) {
  .cid-uIz53r7Brx .text-wrapper {
    padding-left: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uIz53r7Brx .text-wrapper {
    padding-left: 0;
    margin-bottom: 40px;
  }
}
.cid-uIz53r7Brx .text-wrapper .text-wrap {
  padding-left: 116px;
  margin-bottom: 20px;
}
@media (max-width: 1440px) {
  .cid-uIz53r7Brx .text-wrapper .text-wrap {
    padding-left: 0;
  }
}
.cid-uIz53r7Brx .text-wrapper .text-wrap .mbr-text {
  font-family: "Bricolage Grotesque", sans-serif !important;
  margin-bottom: 20px;
}
.cid-uIz53r7Brx .mbr-text {
  color: #1e1d1c;
}
.cid-uIz53r7Brx .mbr-text,
.cid-uIz53r7Brx .mbr-section-btn {
  color: #ffffff;
}
.cid-uIz5Isbh6c {
  padding-top: 5rem;
  padding-bottom: 7rem;
  background: #000000;
}
.cid-uIz5Isbh6c .mbr-section-head {
  padding: 0 1rem;
}
.cid-uIz5Isbh6c .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uIz5Isbh6c .team-card:hover {
  transform: translateY(-10px);
}
.cid-uIz5Isbh6c .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uIz5Isbh6c .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uIz5Isbh6c .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-uIz5Isbh6c .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uIz5Isbh6c .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-uIz5Isbh6c .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 50%;
  max-width: 40%;
}
@media (max-width: 768px) {
  .cid-uIz5Isbh6c .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
}
.cid-uIz5Isbh6c .embla__button--next,
.cid-uIz5Isbh6c .embla__button--prev {
  display: flex;
}
.cid-uIz5Isbh6c .embla__button {
  top: -13%;
  width: 38px;
  height: 38px;
  margin-top: -1.5rem;
  font-size: 14px;
  background-color: transparent;
  color: #f9f9fc;
  border: 2px solid #f9f9fc;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uIz5Isbh6c .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uIz5Isbh6c .embla__button:hover {
  background: transparent;
  opacity: .7;
}
.cid-uIz5Isbh6c .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uIz5Isbh6c .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uIz5Isbh6c .embla__button {
    top: -10%;
  }
}
.cid-uIz5Isbh6c .embla {
  position: relative;
  width: 100%;
  margin-top: 53px;
  margin-bottom: -9rem;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uIz5Isbh6c .embla {
    margin-top: 80px;
  }
}
.cid-uIz5Isbh6c .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uIz5Isbh6c .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uIz5Isbh6c .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uIz5Isbh6c .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uIz5Isbh6c .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: 0.13em;
  color: #FF4712;
  text-align: center;
}
.cid-uIz5Isbh6c .mbr-section-title {
  margin-bottom: 15px;
  color: #ffffff;
  text-align: center;
}
.cid-uIz5Isbh6c .mbr-text {
  margin: 0;
  color: #adaeb1;
  text-align: center;
}
.cid-uIz5Isbh6c .item-wrapper {
  height: 100%;
}
.cid-uIz5Isbh6c .item-wrapper .image-wrap {
  height: 100%;
}
.cid-uIz5Isbh6c .item-wrapper .image-wrap img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uIz5Isbh6c .item-wrapper .image-wrap img {
    height: 320px;
  }
}
.cid-udrsIEFomZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-udrsIEFomZ .section-head {
  margin-bottom: 2rem;
}
.cid-udrsIEFomZ .mbr-section-title {
  text-align: right;
  margin-bottom: 1.5rem;
}
.cid-udrsIEFomZ .mbr-section-subtitle {
  text-align: right;
}
@media (max-width: 991px) {
  .cid-udrsIEFomZ .row {
    text-align: center;
  }
}
.cid-udrsIEFomZ .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-udrsIEFomZ .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
}
.cid-udrsIEFomZ .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-udrsIEFomZ .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-tWTwOJUmlu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
  position: relative;
  overflow: visible;
  z-index: 1;
}
.cid-tWTwOJUmlu .mbr-section-title {
  margin: 20px 0;
  color: #202020;
}
.cid-tWTwOJUmlu .shape {
  position: absolute;
  z-index: -1;
  bottom: -1.5rem;
  right: 0;
  max-width: 160px;
}
.cid-tWTwOJUmlu .shape img {
  width: 100%;
  height: auto;
  max-height: 160px;
  object-fit: contain;
}
@media (max-width: 767px) {
  .cid-tWTwOJUmlu .shape {
    max-width: 80px;
  }
}
.cid-uIPEIQ0rEg {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uIPEIQ0rEg .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #d4a937;
  text-align: center;
  letter-spacing: 5.4px;
}
.cid-uIPEIQ0rEg .mbr-section-title {
  color: #9d833d;
  text-align: center;
}
.cid-uIz7zU2Fg3 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uIz7zU2Fg3 .item-wrapper {
  position: relative;
}
.cid-uIz7zU2Fg3 .slide-content {
  position: relative;
  background: transparent;
  height: 100%;
  display: flex;
  overflow: visible;
  flex-flow: column nowrap;
}
.cid-uIz7zU2Fg3 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 18%;
  max-width: 596px;
}
.cid-uIz7zU2Fg3 .embla__button--next,
.cid-uIz7zU2Fg3 .embla__button--prev {
  display: flex;
}
.cid-uIz7zU2Fg3 .embla__button {
  transition: background-color 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  border: none;
  width: 64px;
  height: 64px;
  font-size: 14px;
  border-radius: 50%;
  top: 50%;
  margin-top: -1.5rem;
  background-color: transparent;
  color: #fff;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uIz7zU2Fg3 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uIz7zU2Fg3 .embla__button.embla__button--prev {
  left: 0;
  margin-left: -4rem;
}
.cid-uIz7zU2Fg3 .embla__button.embla__button--next {
  right: 0;
  margin-right: -4rem;
}
.cid-uIz7zU2Fg3 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uIz7zU2Fg3 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uIz7zU2Fg3 .embla {
  position: relative;
  width: 90%;
  margin: auto;
}
.cid-uIz7zU2Fg3 .embla__viewport {
  overflow: visible;
  width: 100%;
}
.cid-uIz7zU2Fg3 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uIz7zU2Fg3 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uIz7zU2Fg3 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uIz7zU2Fg3 .wrap-img {
  transition: all 300ms ease !important;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.cid-uIz7zU2Fg3 img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-uIz7zU2Fg3 .container {
  max-width: 1100px;
}
.cid-uIz7zU2Fg3 .embla__viewport.container {
  overflow: hidden;
}
@media (max-width: 576px) {
  .cid-uIz7zU2Fg3 .embla {
    width: 70%;
  }
  .cid-uIz7zU2Fg3 .embla__slide {
    min-width: 150%;
  }
}
.cid-t0m4spWv66 {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-t0m4spWv66 .card-wrapper {
  display: flex;
  padding: 0 1.5rem;
}
@media (max-width: 1600px) {
  .cid-t0m4spWv66 .card-wrapper {
    padding: 0;
  }
}
.cid-t0m4spWv66 img {
  width: 100%;
}
.cid-t0m4spWv66 .mbr-iconfont {
  font-size: 3rem;
  background: linear-gradient(to left, #d4a937, #9d833d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-t0m4spWv66 .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #d4a937, #9d833d);
}
.cid-t0m4spWv66 .icon-wrapper {
  margin: auto;
  margin-right: 1.5rem;
  display: flex;
  justify-content: center;
  border-radius: 50%;
}
.cid-t0m4spWv66 h4 {
  margin: 0;
}
.cid-t0m4spWv66 .card-text {
  color: #fafafa;
}
.cid-t0m4spWv66 .mbr-text {
  color: #000000;
}
.cid-t0m4spWv66 .card-title {
  color: #ffffff;
}
@media (min-width: 1200px) {
  .cid-t0m4spWv66 .mbr-text {
    max-width: 600px;
  }
}
@media (max-width: 767px) {
  .cid-t0m4spWv66 .card-wrapper {
    flex-direction: column;
    margin: auto;
    text-align: center;
  }
  .cid-t0m4spWv66 .card-wrapper .icon-wrapper {
    margin: 0 auto;
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t0m4spWv66 .mbr-text {
    padding-bottom: 2rem;
    max-width: 100%;
  }
}
.cid-t0m4spWv66 H3 {
  color: #787324;
}
.cid-t0m4spWv66 .mbr-section-title,
.cid-t0m4spWv66 .title-wrapper {
  color: #ffffff;
}
.cid-t0m4spWv66 .mbr-text,
.cid-t0m4spWv66 .mbr-section-btn {
  color: #fafafa;
}
.cid-tWfCdA5oRR {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
  background: linear-gradient(90deg, #ffffff, #000000);
}
.cid-tWfCdA5oRR .media-content .btn-bgr {
  z-index: 0;
}
.cid-tWfCdA5oRR .mbr-section-text {
  word-break: break-word;
}
.cid-tWfCdA5oRR .mbr-overlay {
  background: linear-gradient(90deg, #000000, #000000);
}
@media (min-width: 992px) {
  .cid-tWfCdA5oRR .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tWfCdA5oRR .mbr-figure {
    padding-top: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tWfCdA5oRR .mbr-text {
    text-align: center;
  }
}
.cid-tWfCdA5oRR H1 {
  color: #ffffff;
  text-align: left;
}
.cid-tWfCdA5oRR .mbr-text,
.cid-tWfCdA5oRR .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uIPlpQoLsm {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uIPlpQoLsm .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uIxZa4xgeO .navbar-dropdown {
  position: relative !important;
}
.cid-uIxZa4xgeO .navbar-dropdown {
  position: absolute !important;
}
.cid-uIxZa4xgeO .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-uIxZa4xgeO .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uIxZa4xgeO .dropdown-item {
  border: none !important;
  background: #121212 !important;
}
.cid-uIxZa4xgeO .dropdown-item:hover,
.cid-uIxZa4xgeO .dropdown-item:focus {
  background: #ffffff !important;
  color: #121212 !important;
}
.cid-uIxZa4xgeO .dropdown-item:hover span {
  color: white;
}
.cid-uIxZa4xgeO .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uIxZa4xgeO .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uIxZa4xgeO .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uIxZa4xgeO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uIxZa4xgeO .nav-link {
  position: relative;
}
.cid-uIxZa4xgeO .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uIxZa4xgeO .container {
    flex-wrap: nowrap;
  }
}
.cid-uIxZa4xgeO .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uIxZa4xgeO .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uIxZa4xgeO .dropdown-menu,
.cid-uIxZa4xgeO .navbar.opened {
  background: #121212 !important;
}
.cid-uIxZa4xgeO .nav-item:focus,
.cid-uIxZa4xgeO .nav-link:focus {
  outline: none;
}
.cid-uIxZa4xgeO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIxZa4xgeO .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uIxZa4xgeO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIxZa4xgeO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIxZa4xgeO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIxZa4xgeO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIxZa4xgeO .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(18, 18, 18, 0.5);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uIxZa4xgeO .navbar.opened {
  transition: all 0.3s;
}
.cid-uIxZa4xgeO .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 3rem;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uIxZa4xgeO .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uIxZa4xgeO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uIxZa4xgeO .navbar.collapsed {
  justify-content: center;
}
.cid-uIxZa4xgeO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIxZa4xgeO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIxZa4xgeO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-uIxZa4xgeO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIxZa4xgeO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIxZa4xgeO .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uIxZa4xgeO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIxZa4xgeO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIxZa4xgeO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uIxZa4xgeO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIxZa4xgeO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIxZa4xgeO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIxZa4xgeO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIxZa4xgeO .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-uIxZa4xgeO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uIxZa4xgeO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uIxZa4xgeO .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uIxZa4xgeO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uIxZa4xgeO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIxZa4xgeO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIxZa4xgeO .navbar.navbar-short {
  min-height: 96px;
}
.cid-uIxZa4xgeO .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uIxZa4xgeO .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uIxZa4xgeO .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uIxZa4xgeO .navbar-brand .navbar-caption:hover,
.cid-uIxZa4xgeO .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-uIxZa4xgeO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIxZa4xgeO .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uIxZa4xgeO .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #121212 !important;
}
.cid-uIxZa4xgeO .dropdown-item.active,
.cid-uIxZa4xgeO .dropdown-item:active {
  background-color: transparent;
}
.cid-uIxZa4xgeO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIxZa4xgeO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIxZa4xgeO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIxZa4xgeO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #121212;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uIxZa4xgeO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uIxZa4xgeO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uIxZa4xgeO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uIxZa4xgeO ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uIxZa4xgeO ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uIxZa4xgeO .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-uIxZa4xgeO .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
.cid-uIxZa4xgeO .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uIxZa4xgeO .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uIxZa4xgeO button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #121212 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uIxZa4xgeO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uIxZa4xgeO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uIxZa4xgeO button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uIxZa4xgeO button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uIxZa4xgeO button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uIxZa4xgeO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIxZa4xgeO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIxZa4xgeO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIxZa4xgeO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIxZa4xgeO .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIxZa4xgeO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIxZa4xgeO .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-uIxZa4xgeO .navbar {
    height: 70px;
  }
  .cid-uIxZa4xgeO .navbar.opened {
    height: auto;
  }
  .cid-uIxZa4xgeO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIxZa4xgeO .navbar-nav {
  margin: 0 auto;
}
.cid-uIxZa4xgeO .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uIxZa4xgeO .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 8px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uIxZa4xgeO .nav-item .nav-link::after {
  color: #ffffff !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uIxZa4xgeO .nav-item .nav-link:hover {
  background-color: #ffffff;
  color: #121212 !important;
}
.cid-uIxZa4xgeO .nav-item .nav-link:hover::after {
  color: #121212 !important;
}
.cid-uIxZa4xgeO .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uIxZa4xgeO .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uIxZa4xgeO .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uIxZa4xgeO .navbar {
    justify-content: flex-start !important;
  }
  .cid-uIxZa4xgeO .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uIxZa4xgeO .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uIxZa4xgeO .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uIxZa4xgeO .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uIxZa4xgeO .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uIxZa4xgeO .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uIxZa4xgeO .content-wrap {
  min-height: 110px;
}
.cid-uIxZa4xgeO .mbr-section-btn .btn::after,
.cid-uIxZa4xgeO .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-uIxZa4xgeO .mbr-section-btn .btn:hover,
.cid-uIxZa4xgeO .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-uIxZa4xgeO .mbr-section-btn .btn:hover::after,
.cid-uIxZa4xgeO .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.cid-tWl50jDJDX {
  background-image: url("../../../assets/images/68676-626x418.jpg");
}
.cid-tWl50jDJDX .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tWl50jDJDX .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tWl50jDJDX .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tWl50jDJDX .mbr-section-title {
  color: #ffffff;
}
.cid-tWl50jDJDX .mbr-text,
.cid-tWl50jDJDX .mbr-section-btn {
  color: #ffffff;
}
.cid-uIPsH2C3ci {
  padding-top: 0rem;
  padding-bottom: 0rem;
  border-bottom: 2px solid #9d833d;
  background-color: #000000;
}
.cid-uIPsH2C3ci .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIPsH2C3ci .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIPsH2C3ci .row {
  align-items: center;
}
.cid-uIPsH2C3ci .content-wrapper {
  padding: 108px;
  background-color: #000000;
  border-right: 2px solid #9d833d;
}
@media (max-width: 1440px) {
  .cid-uIPsH2C3ci .content-wrapper {
    padding: 80px 64px;
  }
}
@media (max-width: 992px) {
  .cid-uIPsH2C3ci .content-wrapper {
    padding: 80px 20px;
  }
}
@media (max-width: 992px) {
  .cid-uIPsH2C3ci .content-wrapper {
    border-right: none;
  }
}
.cid-uIPsH2C3ci .content-wrapper .mbr-label {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uIPsH2C3ci .content-wrapper .mbr-label {
    margin-bottom: 32px;
  }
}
.cid-uIPsH2C3ci .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uIPsH2C3ci .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uIPsH2C3ci .content-wrapper .items-wrapper .item .item-wrapper {
  display: flex;
  padding: 32px 0;
  border-bottom: 2px solid #ffffff;
}
.cid-uIPsH2C3ci .content-wrapper .items-wrapper .item .item-wrapper:first-child {
  border-top: 2px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uIPsH2C3ci .content-wrapper .items-wrapper .item .item-wrapper {
    display: block;
  }
}
.cid-uIPsH2C3ci .content-wrapper .items-wrapper .item .item-wrapper .item-date {
  width: 30%;
  padding-right: 20px;
}
@media (max-width: 992px) {
  .cid-uIPsH2C3ci .content-wrapper .items-wrapper .item .item-wrapper .item-date {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }
}
.cid-uIPsH2C3ci .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 0;
}
.cid-uIPsH2C3ci .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-desc {
  margin-bottom: 0;
}
.cid-uIPsH2C3ci .image-wrapper {
  padding: 108px;
}
@media (max-width: 1440px) {
  .cid-uIPsH2C3ci .image-wrapper {
    padding: 80px 64px;
  }
}
@media (max-width: 992px) {
  .cid-uIPsH2C3ci .image-wrapper {
    padding: 80px 20px;
  }
}
.cid-uIPsH2C3ci .image-wrapper img {
  object-fit: cover;
  height: 450px;
  border: 2px solid #000000;
  box-shadow: -10px 10px 0 0 #000000;
}
@media (max-width: 992px) {
  .cid-uIPsH2C3ci .image-wrapper img {
    box-shadow: -5px 5px 0 0 #000000;
    height: 350px;
  }
}
.cid-uIPsH2C3ci .mbr-label {
  color: #ffffff;
}
.cid-uIPsH2C3ci .mbr-section-title {
  color: #ffffff;
}
.cid-uIPsH2C3ci .item-date {
  color: #ffffff;
}
.cid-uIPsH2C3ci .item-title {
  color: #ffffff;
}
.cid-uIPsH2C3ci .item-desc {
  color: #ffffff;
}
.cid-sRpffnX9kn {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-sRpffnX9kn h1 {
  background-color: transparent;
  overflow: hidden;
  display: inline-block;
  color: transparent;
  line-height: 1;
}
.cid-sRpffnX9kn span {
  background-image: url("../../../assets/images/textura-abstracta-liquido-amarillo-1268-30456.jpg-1060x594.jpg");
  background-size: 1920px 600px;
  background-position: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  display: block;
  animation: scroll 14s infinite linear;
  pointer-events: none;
}
@keyframes scroll {
  0% {
    background-position-y: 0px;
  }
  99.999% {
    background-position-y: -600px;
  }
  100% {
    background-position-y: 0px;
  }
}
.cid-sRpffnX9kn .mbr-section-title {
  color: #ffffff;
}
.cid-sRpeK7bF60 {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-sRpeK7bF60 .container-fluid {
  padding: 0 3rem;
}
.cid-sRpeK7bF60 .mbr-text {
  color: #ffffff;
}
.cid-sRpeK7bF60 .card-title {
  text-align: left;
  color: #ffa0a4;
}
.cid-sRpeK7bF60 p {
  text-align: left;
}
.cid-sRpeK7bF60 .card-img {
  text-align: left;
}
.cid-sRpeK7bF60 .card .card-img span {
  color: #9d833d;
  font-size: 60px;
  background: linear-gradient(45deg, #9d833d, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 767px) {
  .cid-sRpeK7bF60 .container-fluid {
    padding: 0 1rem;
  }
}
@media (min-width: 1200px) {
  .cid-sRpeK7bF60 .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-sRpeK7bF60 .card-title,
.cid-sRpeK7bF60 .card-img {
  color: #9d833d;
}
.cid-tWfP8aFDnc {
  padding-top: 15px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-tWfP8aFDnc h1 {
  background-color: transparent;
  overflow: hidden;
  display: inline-block;
  color: transparent;
  line-height: 1;
}
.cid-tWfP8aFDnc span {
  background-image: url("../../../assets/images/textura-abstracta-liquido-amarillo-1268-30456.jpg-1060x594.jpg");
  background-size: 1920px 600px;
  background-position: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  display: block;
  animation: scroll 14s infinite linear;
  pointer-events: none;
}
@keyframes scroll {
  0% {
    background-position-y: 0px;
  }
  99.999% {
    background-position-y: -600px;
  }
  100% {
    background-position-y: 0px;
  }
}
.cid-tWfP8aFDnc .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uJiNR71fnQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uJiNR71fnQ .mbr-section-title {
  margin-bottom: 80px;
}
.cid-uJiNR71fnQ .mbr-link p {
  display: inline;
  border-bottom: 2px #9d833d solid;
}
.cid-uJiNR71fnQ .mbr-link p span {
  margin-left: 12px;
}
.cid-uJiNR71fnQ .progress-elements {
  margin-top: 60px;
}
@media (max-width: 1024px) {
  .cid-uJiNR71fnQ .col-md-6 {
    width: 100%;
  }
  .cid-uJiNR71fnQ .progress-elements {
    width: 649px;
    max-width: 649px;
    padding-bottom: 130px;
  }
}
@media (max-width: 1024px) and (max-width: 767px) {
  .cid-uJiNR71fnQ .progress-elements {
    width: 100%;
    padding-bottom: 125px;
  }
}
.cid-uJiNR71fnQ h2,
.cid-uJiNR71fnQ h4,
.cid-uJiNR71fnQ p {
  margin: 0;
}
.cid-uJiNR71fnQ .text-elements {
  padding-left: 234px;
}
@media (max-width: 1400px) {
  .cid-uJiNR71fnQ .text-elements {
    padding-left: 150px;
  }
}
@media (max-width: 1200px) {
  .cid-uJiNR71fnQ .text-elements {
    padding-left: 120px;
  }
}
@media (max-width: 1024px) {
  .cid-uJiNR71fnQ .text-elements {
    width: 652px;
    max-width: 652px;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .cid-uJiNR71fnQ .text-elements {
    width: 100%;
  }
}
.cid-uJiNR71fnQ .link-wrap {
  padding-top: 25px;
}
.cid-uJiNR71fnQ .link {
  font-weight: 600;
  position: relative;
}
.cid-uJiNR71fnQ .link::after {
  content: "";
  position: absolute;
  display: inline-block;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 1px;
  line-height: 1;
  transition: transform 0.35s cubic-bezier(0.23, 0.02, 0.15, 0.9);
}
.cid-uJiNR71fnQ .progress {
  height: 2px;
  width: 100%;
  margin-top: 14px;
  border-radius: 0;
  background-color: transparent;
}
.cid-uJiNR71fnQ progress::-webkit-progress-value {
  background: #9d833d;
}
.cid-uJiNR71fnQ progress[value]::-webkit-progress-bar {
  background: transparent;
}
.cid-uJiNR71fnQ .progressbar-title {
  position: absolute;
  z-index: 1;
  height: 100%;
  display: flex;
  align-items: end;
  margin-top: -30px;
}
.cid-uJiNR71fnQ .title-wrap {
  position: relative;
  z-index: 5;
}
.cid-uJiNR71fnQ .number-container {
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  min-width: 50px;
  font-size: x-large;
  color: #9d833d;
  position: relative;
}
.cid-uJiNR71fnQ .progress-wrap {
  position: relative;
  padding-top: 36px;
  margin-bottom: 40px;
}
.cid-uJiNR71fnQ .progress-wrap:first-child {
  padding: 0;
}
.cid-uJiNR71fnQ .progress-value {
  position: relative;
}
.cid-uJiNR71fnQ .progress1 .progressbar-number:before,
.cid-uJiNR71fnQ .progress2 .progressbar-number:before,
.cid-uJiNR71fnQ .progress3 .progressbar-number:before,
.cid-uJiNR71fnQ .progress4 .progressbar-number:before,
.cid-uJiNR71fnQ .progress5 .progressbar-number:before {
  position: absolute;
  right: 15px;
  top: 0;
  margin-right: 1px;
}
.cid-uJiNR71fnQ progress[value]::-moz-progress-bar {
  background: #9d833d;
}
.cid-uJiNR71fnQ progress::-ms-fill {
  background: #9d833d;
}
.cid-uJiNR71fnQ .progress1 .progress-value {
  width: calc(100%);
}
@media (max-width: 480px) {
  .cid-uJiNR71fnQ .progress1 .progress-value {
    width: 100%;
  }
}
.cid-uJiNR71fnQ .progress1 .progressbar-number:before {
  content: "100";
}
.cid-uJiNR71fnQ .progress2 .progress-value {
  width: calc(100%);
}
@media (max-width: 480px) {
  .cid-uJiNR71fnQ .progress2 .progress-value {
    width: 100%;
  }
}
.cid-uJiNR71fnQ .progress2 .progressbar-number:before {
  content: "100";
}
.cid-uJiNR71fnQ .progress3 .progress-value {
  width: calc(100%);
}
@media (max-width: 480px) {
  .cid-uJiNR71fnQ .progress3 .progress-value {
    width: 100%;
  }
}
.cid-uJiNR71fnQ .progress3 .progressbar-number:before {
  content: "100";
}
.cid-uJiNR71fnQ .progress4 .progress-value {
  width: calc(100%);
}
@media (max-width: 480px) {
  .cid-uJiNR71fnQ .progress4 .progress-value {
    width: 100%;
  }
}
.cid-uJiNR71fnQ .progress4 .progressbar-number:before {
  content: "100";
}
.cid-uJiNR71fnQ .progress5 .progress-value {
  width: calc(100%);
}
@media (max-width: 480px) {
  .cid-uJiNR71fnQ .progress5 .progress-value {
    width: 100%;
  }
}
.cid-uJiNR71fnQ .progress5 .progressbar-number:before {
  content: "100";
}
.cid-uJiNR71fnQ .progressbar-title,
.cid-uJiNR71fnQ .progress-value P {
  color: #ffffff;
}
.cid-uJiNR71fnQ .mbr-text,
.cid-uJiNR71fnQ .link-wrap {
  color: #fffcf6;
}
.cid-uIPlpQoLsm {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uIPlpQoLsm .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uIxZa4xgeO .navbar-dropdown {
  position: relative !important;
}
.cid-uIxZa4xgeO .navbar-dropdown {
  position: absolute !important;
}
.cid-uIxZa4xgeO .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-uIxZa4xgeO .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uIxZa4xgeO .dropdown-item {
  border: none !important;
  background: #121212 !important;
}
.cid-uIxZa4xgeO .dropdown-item:hover,
.cid-uIxZa4xgeO .dropdown-item:focus {
  background: #ffffff !important;
  color: #121212 !important;
}
.cid-uIxZa4xgeO .dropdown-item:hover span {
  color: white;
}
.cid-uIxZa4xgeO .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uIxZa4xgeO .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uIxZa4xgeO .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uIxZa4xgeO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uIxZa4xgeO .nav-link {
  position: relative;
}
.cid-uIxZa4xgeO .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uIxZa4xgeO .container {
    flex-wrap: nowrap;
  }
}
.cid-uIxZa4xgeO .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uIxZa4xgeO .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uIxZa4xgeO .dropdown-menu,
.cid-uIxZa4xgeO .navbar.opened {
  background: #121212 !important;
}
.cid-uIxZa4xgeO .nav-item:focus,
.cid-uIxZa4xgeO .nav-link:focus {
  outline: none;
}
.cid-uIxZa4xgeO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIxZa4xgeO .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uIxZa4xgeO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIxZa4xgeO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIxZa4xgeO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIxZa4xgeO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIxZa4xgeO .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(18, 18, 18, 0.5);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uIxZa4xgeO .navbar.opened {
  transition: all 0.3s;
}
.cid-uIxZa4xgeO .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 3rem;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uIxZa4xgeO .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uIxZa4xgeO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uIxZa4xgeO .navbar.collapsed {
  justify-content: center;
}
.cid-uIxZa4xgeO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIxZa4xgeO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIxZa4xgeO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-uIxZa4xgeO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIxZa4xgeO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIxZa4xgeO .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uIxZa4xgeO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIxZa4xgeO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIxZa4xgeO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uIxZa4xgeO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIxZa4xgeO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIxZa4xgeO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIxZa4xgeO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIxZa4xgeO .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-uIxZa4xgeO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uIxZa4xgeO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uIxZa4xgeO .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uIxZa4xgeO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uIxZa4xgeO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIxZa4xgeO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIxZa4xgeO .navbar.navbar-short {
  min-height: 96px;
}
.cid-uIxZa4xgeO .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uIxZa4xgeO .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uIxZa4xgeO .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uIxZa4xgeO .navbar-brand .navbar-caption:hover,
.cid-uIxZa4xgeO .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-uIxZa4xgeO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIxZa4xgeO .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uIxZa4xgeO .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #121212 !important;
}
.cid-uIxZa4xgeO .dropdown-item.active,
.cid-uIxZa4xgeO .dropdown-item:active {
  background-color: transparent;
}
.cid-uIxZa4xgeO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIxZa4xgeO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIxZa4xgeO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIxZa4xgeO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #121212;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uIxZa4xgeO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uIxZa4xgeO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uIxZa4xgeO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uIxZa4xgeO ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uIxZa4xgeO ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uIxZa4xgeO .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-uIxZa4xgeO .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
.cid-uIxZa4xgeO .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uIxZa4xgeO .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uIxZa4xgeO button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #121212 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uIxZa4xgeO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uIxZa4xgeO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uIxZa4xgeO button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uIxZa4xgeO button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uIxZa4xgeO button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uIxZa4xgeO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIxZa4xgeO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIxZa4xgeO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIxZa4xgeO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIxZa4xgeO .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIxZa4xgeO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIxZa4xgeO .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-uIxZa4xgeO .navbar {
    height: 70px;
  }
  .cid-uIxZa4xgeO .navbar.opened {
    height: auto;
  }
  .cid-uIxZa4xgeO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIxZa4xgeO .navbar-nav {
  margin: 0 auto;
}
.cid-uIxZa4xgeO .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uIxZa4xgeO .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 8px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uIxZa4xgeO .nav-item .nav-link::after {
  color: #ffffff !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uIxZa4xgeO .nav-item .nav-link:hover {
  background-color: #ffffff;
  color: #121212 !important;
}
.cid-uIxZa4xgeO .nav-item .nav-link:hover::after {
  color: #121212 !important;
}
.cid-uIxZa4xgeO .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uIxZa4xgeO .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uIxZa4xgeO .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uIxZa4xgeO .navbar {
    justify-content: flex-start !important;
  }
  .cid-uIxZa4xgeO .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uIxZa4xgeO .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uIxZa4xgeO .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uIxZa4xgeO .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uIxZa4xgeO .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uIxZa4xgeO .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uIxZa4xgeO .content-wrap {
  min-height: 110px;
}
.cid-uIxZa4xgeO .mbr-section-btn .btn::after,
.cid-uIxZa4xgeO .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-uIxZa4xgeO .mbr-section-btn .btn:hover,
.cid-uIxZa4xgeO .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-uIxZa4xgeO .mbr-section-btn .btn:hover::after,
.cid-uIxZa4xgeO .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.cid-uJfr2f7Gij {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/29b569f9b1e0d960883e443711e0549c.jpg-564x564.jpg");
}
.cid-uJfr2f7Gij .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJfr2f7Gij .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJfr2f7Gij .mbr-section-head {
  width: 100%;
  margin-bottom: 30px;
}
.cid-uJfr2f7Gij .mbr-section-title {
  color: #9d833d;
  margin-bottom: 0;
  text-align: center;
}
.cid-uJfr2f7Gij .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 8px;
  text-align: center;
}
.cid-uJfr2f7Gij .form-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}
.cid-uJfr2f7Gij form {
  width: 100%;
}
.cid-uJfr2f7Gij form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
  z-index: 2;
}
.cid-uJfr2f7Gij form p {
  color: #1a1e21;
}
.cid-uJfr2f7Gij form .mbr-section-btn {
  margin-top: 10px;
}
.cid-uJfr2f7Gij form .mbr-section-btn .btn {
  width: 100% !important;
}
.cid-uJfr2f7Gij form .form-group {
  margin-top: 0 !important;
  margin-bottom: 30px !important;
}
@media (max-width: 767px) {
  .cid-uJfr2f7Gij form .form-group {
    margin-bottom: 25px !important;
  }
}
.cid-uJfr2f7Gij form .form-control {
  height: 55px;
  border: 1px solid #e3ebf3 !important;
  background: transparent;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 6px !important;
  margin-bottom: 0;
  padding: 24px 16px;
  font-size: 18px;
  line-height: 1;
  color: #6c7a88;
  font-weight: 500;
  transition: .3s;
}
.cid-uJfr2f7Gij form .form-control::-webkit-input-placeholder {
  color: #6c7a88;
}
.cid-uJfr2f7Gij form .form-control::-moz-placeholder {
  color: #6c7a88;
}
.cid-uJfr2f7Gij form .form-control:-moz-placeholder {
  color: #6c7a88;
}
.cid-uJfr2f7Gij form .form-control:-ms-input-placeholder {
  color: #6c7a88;
}
.cid-uJfr2f7Gij form select {
  color: #6c7a88 !important;
}
.cid-uJfr2f7Gij form textarea {
  height: 150px !important;
  min-height: 140px !important;
  padding: 24px 16px;
  resize: none;
}
.cid-uJfr2f7Gij form textarea::-webkit-input-placeholder {
  color: #6c7a88 !important;
}
.cid-uJfr2f7Gij form textarea::-moz-placeholder {
  color: #6c7a88 !important;
}
.cid-uJfr2f7Gij form textarea:-moz-placeholder {
  color: #6c7a88 !important;
}
.cid-uJfr2f7Gij form textarea:-ms-input-placeholder {
  color: #6c7a88 !important;
}
.cid-uJfr2f7Gij form input,
.cid-uJfr2f7Gij form textarea {
  transition: .3s all;
}
.cid-uJfr2f7Gij form input:active,
.cid-uJfr2f7Gij form textarea:active,
.cid-uJfr2f7Gij form input:focus,
.cid-uJfr2f7Gij form textarea:focus {
  background-color: transparent !important;
  border-color: #e3ebf3 !important;
  outline: none !important;
}
.cid-uJfr2f7Gij form input:active::-webkit-input-placeholder,
.cid-uJfr2f7Gij form textarea:active::-webkit-input-placeholder,
.cid-uJfr2f7Gij form input:focus::-webkit-input-placeholder,
.cid-uJfr2f7Gij form textarea:focus::-webkit-input-placeholder {
  color: #6c7a88 !important;
}
.cid-uJfr2f7Gij form input:active::-moz-placeholder,
.cid-uJfr2f7Gij form textarea:active::-moz-placeholder,
.cid-uJfr2f7Gij form input:focus::-moz-placeholder,
.cid-uJfr2f7Gij form textarea:focus::-moz-placeholder {
  color: #6c7a88 !important;
}
.cid-uJfr2f7Gij form input:active:-moz-placeholder,
.cid-uJfr2f7Gij form textarea:active:-moz-placeholder,
.cid-uJfr2f7Gij form input:focus:-moz-placeholder,
.cid-uJfr2f7Gij form textarea:focus:-moz-placeholder {
  color: #6c7a88 !important;
}
.cid-uJfr2f7Gij form input:active:-ms-input-placeholder,
.cid-uJfr2f7Gij form textarea:active:-ms-input-placeholder,
.cid-uJfr2f7Gij form input:focus:-ms-input-placeholder,
.cid-uJfr2f7Gij form textarea:focus:-ms-input-placeholder {
  color: #6c7a88 !important;
}
.cid-uJfr2f7Gij form .row {
  flex-wrap: wrap;
  margin-left: -8px !important;
  margin-right: -8px !important;
}
.cid-uJfr2f7Gij form .row [class*=col] {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.cid-uJfr2f7Gij form label {
  width: 100%;
  color: #1a1e21;
  margin-bottom: 8px;
}
.cid-uJfr2f7Gij form .form-check label {
  color: #1a1e21;
}
.cid-uJfr2f7Gij form .form-check-input {
  border-color: #e3ebf3 !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-uJfr2f7Gij form .form-check-input:focus,
.cid-uJfr2f7Gij form .form-check-input:hover {
  background-color: transparent !important;
  border-color: #6c7a88 !important;
}
.cid-uJfr2f7Gij form .form-check-input:checked {
  border-color: #6c7a88 !important;
  background-color: #6c7a88 !important;
}
.cid-udrvcQf3t0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-udrvcQf3t0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-udrvcQf3t0 .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-udrvcQf3t0 .container {
    padding: 0 30px;
  }
}
.cid-udrvcQf3t0 .text-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 152px 0;
}
@media (max-width: 992px) {
  .cid-udrvcQf3t0 .text-wrapper {
    padding: 50px 0;
  }
}
.cid-udrvcQf3t0 .text-wrapper img {
  position: absolute;
  width: 700px;
  height: 700px;
  object-fit: contain;
  top: -30%;
  opacity: .75;
}
.cid-udrvcQf3t0 .text-wrapper .mbr-text {
  width: 100%;
  margin-bottom: 0;
  position: relative;
}
.cid-udrvcQf3t0 .text-wrapper .mbr-desc {
  width: 100%;
  margin: 40px 0 0 0;
  position: relative;
}
.cid-udrvcQf3t0 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-udrvcQf3t0 .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uIPCzkuaRG {
  padding-top: 60px;
  padding-bottom: 75px;
  background: #000000;
}
.cid-uIPCzkuaRG .mbr-section-subtitle {
  color: #cccccc;
}
.cid-uIPCzkuaRG h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 2rem;
  letter-spacing: 4px;
}
.cid-uIPCzkuaRG h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uIPCzkuaRG h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uIPCzkuaRG .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #9d833d;
  margin: 15px 0.5rem;
  display: block;
}
.cid-uIPCzkuaRG .mbr-iconfont-social:before {
  padding: 0.6rem;
  border: 2px solid;
  border-radius: 100px;
  transition: all 0.3s;
}
.cid-uIPCzkuaRG .mbr-iconfont-social:hover {
  color: #ffffff;
}
.cid-uIPCzkuaRG .mbr-iconfont-social:hover:before {
  background: #9d833d;
  transition: all 0.3s;
  border-color: transparent;
}
.cid-uIPCzkuaRG .social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uIPCzkuaRG .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-uIPCzkuaRG .mbr-iconfont-social {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
  }
}
.cid-uIPCzkuaRG .mbr-section-title,
.cid-uIPCzkuaRG .social-list {
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-uIPCzkuaRG h2:before,
  .cid-uIPCzkuaRG h2:after {
    display: none;
  }
}
.cid-uIPCzkuaRG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIPCzkuaRG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOcOR8Hwq2 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background: #000000;
}
.cid-tOcOR8Hwq2 .google-map {
  height: 30rem;
  position: relative;
  border: 1px solid #ffffff;
  margin-top: -1px;
  margin-bottom: -1px;
}
.cid-tOcOR8Hwq2 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tOcOR8Hwq2 .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tOcOR8Hwq2 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tOcOR8Hwq2 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tOcOR8Hwq2 .container {
  padding: 0;
}
.cid-tOcOR8Hwq2 .mbr-section-title {
  color: #9d833d;
}
.cid-tOcOR8Hwq2 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uIPlpQoLsm {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uIPlpQoLsm .media-container-row .mbr-text {
  color: #ffffff;
}
