body {
  font-family: 'Nunito Sans', sans-serif;
}
.display-1 {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 2.2rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-2 {
  font-family: 'Raleway', sans-serif;
  font-size: 2.7rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.375rem;
}
.display-4 {
  font-family: 'Raleway', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.125rem;
}
.display-7 {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.375rem;
}
/* ---- 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: 1.76rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.54rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.16rem;
    font-size: calc( 1.595rem + (2.7 - 1.595) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.595rem + (2.7 - 1.595) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((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: #c79223 !important;
}
.bg-success {
  background-color: #c9ccc4 !important;
}
.bg-info {
  background-color: #4a5954 !important;
}
.bg-warning {
  background-color: #735619 !important;
}
.bg-danger {
  background-color: #6d6e71 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #c79223 !important;
  border-color: #c79223 !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: #7d5c16 !important;
  border-color: #7d5c16 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #7d5c16 !important;
  border-color: #7d5c16 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !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: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info,
.btn-info:active {
  background-color: #4a5954 !important;
  border-color: #4a5954 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #232a27 !important;
  border-color: #232a27 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #232a27 !important;
  border-color: #232a27 !important;
}
.btn-success,
.btn-success:active {
  background-color: #c9ccc4 !important;
  border-color: #c9ccc4 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #9ea495 !important;
  border-color: #9ea495 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #9ea495 !important;
  border-color: #9ea495 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #735619 !important;
  border-color: #735619 !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: #2c210a !important;
  border-color: #2c210a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #2c210a !important;
  border-color: #2c210a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #6d6e71 !important;
  border-color: #6d6e71 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #424345 !important;
  border-color: #424345 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #424345 !important;
  border-color: #424345 !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: #c79223;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #7d5c16 !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: #c79223 !important;
  border-color: #c79223 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #0d0d0d;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #000000 !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: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #4a5954;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #232a27 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #4a5954 !important;
  border-color: #4a5954 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #c9ccc4;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #9ea495 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #c9ccc4 !important;
  border-color: #c9ccc4 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #735619;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #2c210a !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: #735619 !important;
  border-color: #735619 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #6d6e71;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #424345 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #6d6e71 !important;
  border-color: #6d6e71 !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: #c79223 !important;
}
.text-secondary {
  color: #0d0d0d !important;
}
.text-success {
  color: #c9ccc4 !important;
}
.text-info {
  color: #4a5954 !important;
}
.text-warning {
  color: #735619 !important;
}
.text-danger {
  color: #6d6e71 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #705214 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #979d8d !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1c211f !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #1f1707 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #3b3b3d !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: #c79223;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #4a5954;
}
.alert-warning {
  background-color: #735619;
}
.alert-danger {
  background-color: #6d6e71;
}
.mbr-gallery-filter li.active .btn {
  background-color: #c79223;
  border-color: #c79223;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #c79223;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #e9c781;
}
.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: #879b95;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #d4a138;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #adaeb0;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Raleway', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #c79223 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Raleway', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #c79223;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #c79223;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #c79223;
}
.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: #c79223;
  border-bottom-color: #c79223;
}
.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: #000000 !important;
  background-color: #c79223 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #0d0d0d !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='%23c79223' %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-uCxU8TWCPz {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uCxU8TWCPz nav.navbar {
  position: fixed;
}
.cid-uCxU8TWCPz .navbar-dropdown .navbar-caption {
  font-weight: 400;
  letter-spacing: 4px;
}
.cid-uCxU8TWCPz .vertical-scaling {
  display: inline-block;
  transform: scale(1, 1.1);
  -webkit-transform: scale(1, 1.1);
  -moz-transform: scale(1, 1.1);
  -ms-transform: scale(1, 1.1);
  -o-transform: scale(1, 1.1);
}
.cid-uCxU8TWCPz .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;
  font-weight: lighter;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCxU8TWCPz .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uCxU8TWCPz .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uCxU8TWCPz .dropdown-item:hover,
.cid-uCxU8TWCPz .dropdown-item:focus {
  background: #c79223 !important;
  color: white !important;
}
.cid-uCxU8TWCPz .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uCxU8TWCPz .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uCxU8TWCPz .nav-dropdown .link {
  padding: 0 !important;
  margin: 0 !important;
  font-weight: 400;
}
@media (max-width: 991px) {
  .cid-uCxU8TWCPz .nav-dropdown .link {
    margin: 10px 0 !important;
  }
}
.cid-uCxU8TWCPz .nav-item {
  margin: 0 31px;
}
.cid-uCxU8TWCPz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uCxU8TWCPz .nav-link {
  position: relative;
}
.cid-uCxU8TWCPz .nav-link:hover,
.cid-uCxU8TWCPz .nav-link:focus,
.cid-uCxU8TWCPz .nav-link:active {
  color: #0d0d0d !important;
}
.cid-uCxU8TWCPz .container {
  display: flex;
  margin: auto;
  flex-wrap: initial;
}
@media (max-width: 991px) {
  .cid-uCxU8TWCPz .container {
    flex-wrap: inherit;
  }
}
.cid-uCxU8TWCPz .navbar-caption:hover,
.cid-uCxU8TWCPz .navbar-caption:focus,
.cid-uCxU8TWCPz .navbar-caption:active {
  color: #495a54 !important;
}
.cid-uCxU8TWCPz .dropdown-menu,
.cid-uCxU8TWCPz .navbar.opened {
  background: #ffffff !important;
}
.cid-uCxU8TWCPz .nav-item:focus,
.cid-uCxU8TWCPz .nav-link:focus {
  outline: none;
}
.cid-uCxU8TWCPz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uCxU8TWCPz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uCxU8TWCPz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uCxU8TWCPz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uCxU8TWCPz .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uCxU8TWCPz .navbar.opened {
  transition: all 0.3s;
}
.cid-uCxU8TWCPz .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uCxU8TWCPz .navbar .navbar-logo img {
  width: auto;
}
.cid-uCxU8TWCPz .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uCxU8TWCPz .navbar.collapsed {
  justify-content: center;
}
.cid-uCxU8TWCPz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uCxU8TWCPz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uCxU8TWCPz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uCxU8TWCPz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uCxU8TWCPz .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-uCxU8TWCPz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uCxU8TWCPz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uCxU8TWCPz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uCxU8TWCPz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uCxU8TWCPz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uCxU8TWCPz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uCxU8TWCPz .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-uCxU8TWCPz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uCxU8TWCPz .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uCxU8TWCPz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uCxU8TWCPz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uCxU8TWCPz .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uCxU8TWCPz .navbar.navbar-short {
  min-height: 60px;
}
.cid-uCxU8TWCPz .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uCxU8TWCPz .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uCxU8TWCPz .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
}
.cid-uCxU8TWCPz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uCxU8TWCPz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uCxU8TWCPz .dropdown-item.active,
.cid-uCxU8TWCPz .dropdown-item:active {
  background-color: transparent;
}
.cid-uCxU8TWCPz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uCxU8TWCPz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uCxU8TWCPz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uCxU8TWCPz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uCxU8TWCPz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uCxU8TWCPz .navbar > .container-fluid {
  flex-wrap: unset;
}
@media (max-width: 991px) {
  .cid-uCxU8TWCPz .navbar > .container-fluid {
    flex-wrap: inherit;
  }
}
.cid-uCxU8TWCPz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uCxU8TWCPz ul.navbar-nav {
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uCxU8TWCPz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uCxU8TWCPz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #4a5954;
}
.cid-uCxU8TWCPz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uCxU8TWCPz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCxU8TWCPz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCxU8TWCPz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uCxU8TWCPz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCxU8TWCPz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uCxU8TWCPz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uCxU8TWCPz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCxU8TWCPz .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uCxU8TWCPz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uCxU8TWCPz a.nav-link {
    justify-content: flex-start;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uCxU8TWCPz .navbar {
    height: 70px;
  }
  .cid-uCxU8TWCPz .navbar.opened {
    height: auto;
  }
  .cid-uCxU8TWCPz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBSFOIxvCQ {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uBSFOIxvCQ .image-wrap {
  width: 100%;
  margin-bottom: 28px;
}
.cid-uBSFOIxvCQ .image-wrap img {
  width: 100%;
  height: auto;
}
.cid-uBSFOIxvCQ .text-wrap {
  margin-top: 10px;
  margin-bottom: 30px;
}
.cid-uDmWzAQcgL {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f4e6cb;
}
.cid-uDmWzAQcgL .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uDmWzAQcgL .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uDmWzAQcgL .media-container-row {
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-uDmWzAQcgL .media-container-row {
    flex-direction: column;
    justify-content: center;
  }
  .cid-uDmWzAQcgL .media-container-row .footer-item,
  .cid-uDmWzAQcgL .media-container-row .mbr-social-likes,
  .cid-uDmWzAQcgL .media-container-row .footer-logo {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 546px) {
  .cid-uDmWzAQcgL .media-container-row .mbr-social-likes {
    flex-wrap: wrap;
    justify-content: center;
  }
  .cid-uDmWzAQcgL .media-container-row .mbr-social-likes .footer-item {
    margin-bottom: 1.5rem !important;
    width: 100%;
    text-align: center;
    justify-content: center;
  }
  .cid-uDmWzAQcgL .media-container-row .mbr-social-likes .iconfont-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uDmWzAQcgL .row-copyright {
  word-break: break-word;
  width: auto;
  min-width: calc(100% - (5 * 1rem));
  display: inline-block;
}
.cid-uDmWzAQcgL .mbr-social-likes {
  display: flex;
  align-items: center;
}
.cid-uDmWzAQcgL .mbr-social-likes a {
  color: #bcbfb5;
}
.cid-uDmWzAQcgL .mbr-social-likes span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-uDmWzAQcgL .mbr-social-likes span:hover {
  border-color: #bcbfb5;
  color: #bcbfb5;
}
.cid-uDmWzAQcgL .footer-logo img {
  width: auto;
}
.cid-uDmWzAQcgL .footer-item {
  display: flex;
  align-items: center;
}
.cid-uDmWzAQcgL .footer-item a {
  background: none !important;
  text-decoration: none !important;
}
.cid-uDmWzAQcgL .media-container-row .mbr-text {
  text-align: center;
}
.cid-uDmWzAQcgL .footer-item-title {
  color: #58595b;
  text-align: center;
}
.cid-uCxU8TWCPz {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uCxU8TWCPz nav.navbar {
  position: fixed;
}
.cid-uCxU8TWCPz .navbar-dropdown .navbar-caption {
  font-weight: 400;
  letter-spacing: 4px;
}
.cid-uCxU8TWCPz .vertical-scaling {
  display: inline-block;
  transform: scale(1, 1.1);
  -webkit-transform: scale(1, 1.1);
  -moz-transform: scale(1, 1.1);
  -ms-transform: scale(1, 1.1);
  -o-transform: scale(1, 1.1);
}
.cid-uCxU8TWCPz .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;
  font-weight: lighter;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCxU8TWCPz .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uCxU8TWCPz .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uCxU8TWCPz .dropdown-item:hover,
.cid-uCxU8TWCPz .dropdown-item:focus {
  background: #c79223 !important;
  color: white !important;
}
.cid-uCxU8TWCPz .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uCxU8TWCPz .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uCxU8TWCPz .nav-dropdown .link {
  padding: 0 !important;
  margin: 0 !important;
  font-weight: 400;
}
@media (max-width: 991px) {
  .cid-uCxU8TWCPz .nav-dropdown .link {
    margin: 10px 0 !important;
  }
}
.cid-uCxU8TWCPz .nav-item {
  margin: 0 31px;
}
.cid-uCxU8TWCPz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uCxU8TWCPz .nav-link {
  position: relative;
}
.cid-uCxU8TWCPz .nav-link:hover,
.cid-uCxU8TWCPz .nav-link:focus,
.cid-uCxU8TWCPz .nav-link:active {
  color: #0d0d0d !important;
}
.cid-uCxU8TWCPz .container {
  display: flex;
  margin: auto;
  flex-wrap: initial;
}
@media (max-width: 991px) {
  .cid-uCxU8TWCPz .container {
    flex-wrap: inherit;
  }
}
.cid-uCxU8TWCPz .navbar-caption:hover,
.cid-uCxU8TWCPz .navbar-caption:focus,
.cid-uCxU8TWCPz .navbar-caption:active {
  color: #495a54 !important;
}
.cid-uCxU8TWCPz .dropdown-menu,
.cid-uCxU8TWCPz .navbar.opened {
  background: #ffffff !important;
}
.cid-uCxU8TWCPz .nav-item:focus,
.cid-uCxU8TWCPz .nav-link:focus {
  outline: none;
}
.cid-uCxU8TWCPz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uCxU8TWCPz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uCxU8TWCPz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uCxU8TWCPz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uCxU8TWCPz .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uCxU8TWCPz .navbar.opened {
  transition: all 0.3s;
}
.cid-uCxU8TWCPz .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uCxU8TWCPz .navbar .navbar-logo img {
  width: auto;
}
.cid-uCxU8TWCPz .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uCxU8TWCPz .navbar.collapsed {
  justify-content: center;
}
.cid-uCxU8TWCPz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uCxU8TWCPz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uCxU8TWCPz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uCxU8TWCPz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uCxU8TWCPz .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-uCxU8TWCPz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uCxU8TWCPz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uCxU8TWCPz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uCxU8TWCPz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uCxU8TWCPz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uCxU8TWCPz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uCxU8TWCPz .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-uCxU8TWCPz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uCxU8TWCPz .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uCxU8TWCPz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uCxU8TWCPz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uCxU8TWCPz .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uCxU8TWCPz .navbar.navbar-short {
  min-height: 60px;
}
.cid-uCxU8TWCPz .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uCxU8TWCPz .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uCxU8TWCPz .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
}
.cid-uCxU8TWCPz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uCxU8TWCPz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uCxU8TWCPz .dropdown-item.active,
.cid-uCxU8TWCPz .dropdown-item:active {
  background-color: transparent;
}
.cid-uCxU8TWCPz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uCxU8TWCPz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uCxU8TWCPz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uCxU8TWCPz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uCxU8TWCPz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uCxU8TWCPz .navbar > .container-fluid {
  flex-wrap: unset;
}
@media (max-width: 991px) {
  .cid-uCxU8TWCPz .navbar > .container-fluid {
    flex-wrap: inherit;
  }
}
.cid-uCxU8TWCPz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uCxU8TWCPz ul.navbar-nav {
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uCxU8TWCPz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uCxU8TWCPz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #4a5954;
}
.cid-uCxU8TWCPz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uCxU8TWCPz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCxU8TWCPz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCxU8TWCPz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uCxU8TWCPz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCxU8TWCPz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uCxU8TWCPz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uCxU8TWCPz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCxU8TWCPz .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uCxU8TWCPz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uCxU8TWCPz a.nav-link {
    justify-content: flex-start;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uCxU8TWCPz .navbar {
    height: 70px;
  }
  .cid-uCxU8TWCPz .navbar.opened {
    height: auto;
  }
  .cid-uCxU8TWCPz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uCq3zsSbeY {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #ded7ce;
}
.cid-uCq3zsSbeY .image-wrap {
  width: 100%;
  margin-bottom: 28px;
}
.cid-uCq3zsSbeY .image-wrap img {
  width: 100%;
  height: auto;
}
.cid-uCq3zsSbeY .text-wrap {
  margin-top: 10px;
  margin-bottom: 30px;
}
.cid-uCw52MHPSl {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ded7ce;
}
.cid-uCw52MHPSl h2,
.cid-uCw52MHPSl p {
  margin: 0;
}
.cid-uCw52MHPSl .heading {
  margin-bottom: 50px;
}
.cid-uCw52MHPSl .mbr-section-title {
  color: #510c08;
  margin-bottom: 30px;
  text-align: left;
}
.cid-uCw52MHPSl .mbr-text {
  color: #6b6b6b;
}
.cid-uCw52MHPSl .image-wrap {
  position: relative;
  width: 100%;
  min-height: 376px;
}
.cid-uCw52MHPSl .image {
  position: absolute;
  height: 300px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 1440px) {
  .cid-uCw52MHPSl .image {
    height: 220px;
  }
}
@media (max-width: 1024px) {
  .cid-uCw52MHPSl .image {
    height: 170px;
  }
}
@media (max-width: 800px) {
  .cid-uCw52MHPSl .image {
    position: static;
    height: 220px;
    margin-bottom: 30px;
  }
}
.cid-uCw52MHPSl .image-left {
  width: 600px;
  top: 0;
  left: 0;
  z-index: 2;
  background-image: url("../../../assets/images/img17.jpg");
}
@media (max-width: 1440px) {
  .cid-uCw52MHPSl .image-left {
    width: 505px;
  }
}
@media (max-width: 1024px) {
  .cid-uCw52MHPSl .image-left {
    width: 354px;
  }
}
@media (max-width: 800px) {
  .cid-uCw52MHPSl .image-left {
    width: 100%;
  }
}
.cid-uCw52MHPSl .image-middle {
  width: 451px;
  top: 76px;
  left: 524px;
  z-index: 1;
  background-image: url("../../../assets/images/background5.jpg");
}
@media (max-width: 1440px) {
  .cid-uCw52MHPSl .image-middle {
    width: 385px;
    left: 445px;
  }
}
@media (max-width: 1024px) {
  .cid-uCw52MHPSl .image-middle {
    width: 268px;
    left: 312px;
  }
}
@media (max-width: 800px) {
  .cid-uCw52MHPSl .image-middle {
    width: 100%;
  }
}
.cid-uCw52MHPSl .image-right {
  width: 401px;
  top: 0;
  left: 899px;
  z-index: 0;
  background-image: url("../../../assets/images/slide3.jpg");
}
@media (max-width: 1440px) {
  .cid-uCw52MHPSl .image-right {
    width: 330px;
    left: 770px;
  }
}
@media (max-width: 1024px) {
  .cid-uCw52MHPSl .image-right {
    width: 230px;
    left: 538px;
  }
}
@media (max-width: 800px) {
  .cid-uCw52MHPSl .image-right {
    width: 100%;
  }
}
.cid-uDmWzAQcgL {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f4e6cb;
}
.cid-uDmWzAQcgL .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uDmWzAQcgL .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uDmWzAQcgL .media-container-row {
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-uDmWzAQcgL .media-container-row {
    flex-direction: column;
    justify-content: center;
  }
  .cid-uDmWzAQcgL .media-container-row .footer-item,
  .cid-uDmWzAQcgL .media-container-row .mbr-social-likes,
  .cid-uDmWzAQcgL .media-container-row .footer-logo {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 546px) {
  .cid-uDmWzAQcgL .media-container-row .mbr-social-likes {
    flex-wrap: wrap;
    justify-content: center;
  }
  .cid-uDmWzAQcgL .media-container-row .mbr-social-likes .footer-item {
    margin-bottom: 1.5rem !important;
    width: 100%;
    text-align: center;
    justify-content: center;
  }
  .cid-uDmWzAQcgL .media-container-row .mbr-social-likes .iconfont-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uDmWzAQcgL .row-copyright {
  word-break: break-word;
  width: auto;
  min-width: calc(100% - (5 * 1rem));
  display: inline-block;
}
.cid-uDmWzAQcgL .mbr-social-likes {
  display: flex;
  align-items: center;
}
.cid-uDmWzAQcgL .mbr-social-likes a {
  color: #bcbfb5;
}
.cid-uDmWzAQcgL .mbr-social-likes span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-uDmWzAQcgL .mbr-social-likes span:hover {
  border-color: #bcbfb5;
  color: #bcbfb5;
}
.cid-uDmWzAQcgL .footer-logo img {
  width: auto;
}
.cid-uDmWzAQcgL .footer-item {
  display: flex;
  align-items: center;
}
.cid-uDmWzAQcgL .footer-item a {
  background: none !important;
  text-decoration: none !important;
}
.cid-uDmWzAQcgL .media-container-row .mbr-text {
  text-align: center;
}
.cid-uDmWzAQcgL .footer-item-title {
  color: #58595b;
  text-align: center;
}
.cid-uCNCZ1MLGb {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uCNCZ1MLGb nav.navbar {
  position: fixed;
}
.cid-uCNCZ1MLGb .navbar-dropdown .navbar-caption {
  font-weight: 400;
  letter-spacing: 4px;
}
.cid-uCNCZ1MLGb .vertical-scaling {
  display: inline-block;
  transform: scale(1, 1.1);
  -webkit-transform: scale(1, 1.1);
  -moz-transform: scale(1, 1.1);
  -ms-transform: scale(1, 1.1);
  -o-transform: scale(1, 1.1);
}
.cid-uCNCZ1MLGb .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;
  font-weight: lighter;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCNCZ1MLGb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uCNCZ1MLGb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uCNCZ1MLGb .dropdown-item:hover,
.cid-uCNCZ1MLGb .dropdown-item:focus {
  background: #c79223 !important;
  color: white !important;
}
.cid-uCNCZ1MLGb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uCNCZ1MLGb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uCNCZ1MLGb .nav-dropdown .link {
  padding: 0 !important;
  margin: 0 !important;
  font-weight: 400;
}
@media (max-width: 991px) {
  .cid-uCNCZ1MLGb .nav-dropdown .link {
    margin: 10px 0 !important;
  }
}
.cid-uCNCZ1MLGb .nav-item {
  margin: 0 31px;
}
.cid-uCNCZ1MLGb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uCNCZ1MLGb .nav-link {
  position: relative;
}
.cid-uCNCZ1MLGb .nav-link:hover,
.cid-uCNCZ1MLGb .nav-link:focus,
.cid-uCNCZ1MLGb .nav-link:active {
  color: #0d0d0d !important;
}
.cid-uCNCZ1MLGb .container {
  display: flex;
  margin: auto;
  flex-wrap: initial;
}
@media (max-width: 991px) {
  .cid-uCNCZ1MLGb .container {
    flex-wrap: inherit;
  }
}
.cid-uCNCZ1MLGb .navbar-caption:hover,
.cid-uCNCZ1MLGb .navbar-caption:focus,
.cid-uCNCZ1MLGb .navbar-caption:active {
  color: #495a54 !important;
}
.cid-uCNCZ1MLGb .dropdown-menu,
.cid-uCNCZ1MLGb .navbar.opened {
  background: #ffffff !important;
}
.cid-uCNCZ1MLGb .nav-item:focus,
.cid-uCNCZ1MLGb .nav-link:focus {
  outline: none;
}
.cid-uCNCZ1MLGb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uCNCZ1MLGb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uCNCZ1MLGb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uCNCZ1MLGb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uCNCZ1MLGb .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uCNCZ1MLGb .navbar.opened {
  transition: all 0.3s;
}
.cid-uCNCZ1MLGb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uCNCZ1MLGb .navbar .navbar-logo img {
  width: auto;
}
.cid-uCNCZ1MLGb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uCNCZ1MLGb .navbar.collapsed {
  justify-content: center;
}
.cid-uCNCZ1MLGb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uCNCZ1MLGb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uCNCZ1MLGb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uCNCZ1MLGb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uCNCZ1MLGb .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-uCNCZ1MLGb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uCNCZ1MLGb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uCNCZ1MLGb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uCNCZ1MLGb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uCNCZ1MLGb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uCNCZ1MLGb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uCNCZ1MLGb .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-uCNCZ1MLGb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uCNCZ1MLGb .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uCNCZ1MLGb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uCNCZ1MLGb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uCNCZ1MLGb .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uCNCZ1MLGb .navbar.navbar-short {
  min-height: 60px;
}
.cid-uCNCZ1MLGb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uCNCZ1MLGb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uCNCZ1MLGb .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
}
.cid-uCNCZ1MLGb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uCNCZ1MLGb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uCNCZ1MLGb .dropdown-item.active,
.cid-uCNCZ1MLGb .dropdown-item:active {
  background-color: transparent;
}
.cid-uCNCZ1MLGb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uCNCZ1MLGb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uCNCZ1MLGb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uCNCZ1MLGb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uCNCZ1MLGb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uCNCZ1MLGb .navbar > .container-fluid {
  flex-wrap: unset;
}
@media (max-width: 991px) {
  .cid-uCNCZ1MLGb .navbar > .container-fluid {
    flex-wrap: inherit;
  }
}
.cid-uCNCZ1MLGb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uCNCZ1MLGb ul.navbar-nav {
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uCNCZ1MLGb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uCNCZ1MLGb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #4a5954;
}
.cid-uCNCZ1MLGb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uCNCZ1MLGb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCNCZ1MLGb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCNCZ1MLGb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uCNCZ1MLGb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCNCZ1MLGb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uCNCZ1MLGb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uCNCZ1MLGb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCNCZ1MLGb .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uCNCZ1MLGb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uCNCZ1MLGb a.nav-link {
    justify-content: flex-start;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uCNCZ1MLGb .navbar {
    height: 70px;
  }
  .cid-uCNCZ1MLGb .navbar.opened {
    height: auto;
  }
  .cid-uCNCZ1MLGb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uDix5sJZXP {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 75px;
}
.cid-uDix5sJZXP .image-block {
  margin: auto;
}
.cid-uDix5sJZXP .image-block img {
  width: 100%;
  border-radius: 12px;
}
@media (max-width: 767px) {
  .cid-uDix5sJZXP .container-fluid {
    padding: 0 0rem;
  }
  .cid-uDix5sJZXP .image-block {
    width: 100% !important;
  }
}
.cid-uDix5sJZXP .container-fluid {
  padding: 0 0rem;
}
.cid-uDmWzAQcgL {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f4e6cb;
}
.cid-uDmWzAQcgL .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uDmWzAQcgL .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uDmWzAQcgL .media-container-row {
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-uDmWzAQcgL .media-container-row {
    flex-direction: column;
    justify-content: center;
  }
  .cid-uDmWzAQcgL .media-container-row .footer-item,
  .cid-uDmWzAQcgL .media-container-row .mbr-social-likes,
  .cid-uDmWzAQcgL .media-container-row .footer-logo {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 546px) {
  .cid-uDmWzAQcgL .media-container-row .mbr-social-likes {
    flex-wrap: wrap;
    justify-content: center;
  }
  .cid-uDmWzAQcgL .media-container-row .mbr-social-likes .footer-item {
    margin-bottom: 1.5rem !important;
    width: 100%;
    text-align: center;
    justify-content: center;
  }
  .cid-uDmWzAQcgL .media-container-row .mbr-social-likes .iconfont-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uDmWzAQcgL .row-copyright {
  word-break: break-word;
  width: auto;
  min-width: calc(100% - (5 * 1rem));
  display: inline-block;
}
.cid-uDmWzAQcgL .mbr-social-likes {
  display: flex;
  align-items: center;
}
.cid-uDmWzAQcgL .mbr-social-likes a {
  color: #bcbfb5;
}
.cid-uDmWzAQcgL .mbr-social-likes span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-uDmWzAQcgL .mbr-social-likes span:hover {
  border-color: #bcbfb5;
  color: #bcbfb5;
}
.cid-uDmWzAQcgL .footer-logo img {
  width: auto;
}
.cid-uDmWzAQcgL .footer-item {
  display: flex;
  align-items: center;
}
.cid-uDmWzAQcgL .footer-item a {
  background: none !important;
  text-decoration: none !important;
}
.cid-uDmWzAQcgL .media-container-row .mbr-text {
  text-align: center;
}
.cid-uDmWzAQcgL .footer-item-title {
  color: #58595b;
  text-align: center;
}
.cid-uCNDgd39KD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uCNDgd39KD nav.navbar {
  position: fixed;
}
.cid-uCNDgd39KD .navbar-dropdown .navbar-caption {
  font-weight: 400;
  letter-spacing: 4px;
}
.cid-uCNDgd39KD .vertical-scaling {
  display: inline-block;
  transform: scale(1, 1.1);
  -webkit-transform: scale(1, 1.1);
  -moz-transform: scale(1, 1.1);
  -ms-transform: scale(1, 1.1);
  -o-transform: scale(1, 1.1);
}
.cid-uCNDgd39KD .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;
  font-weight: lighter;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCNDgd39KD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uCNDgd39KD .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uCNDgd39KD .dropdown-item:hover,
.cid-uCNDgd39KD .dropdown-item:focus {
  background: #c79223 !important;
  color: white !important;
}
.cid-uCNDgd39KD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uCNDgd39KD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uCNDgd39KD .nav-dropdown .link {
  padding: 0 !important;
  margin: 0 !important;
  font-weight: 400;
}
@media (max-width: 991px) {
  .cid-uCNDgd39KD .nav-dropdown .link {
    margin: 10px 0 !important;
  }
}
.cid-uCNDgd39KD .nav-item {
  margin: 0 31px;
}
.cid-uCNDgd39KD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uCNDgd39KD .nav-link {
  position: relative;
}
.cid-uCNDgd39KD .nav-link:hover,
.cid-uCNDgd39KD .nav-link:focus,
.cid-uCNDgd39KD .nav-link:active {
  color: #0d0d0d !important;
}
.cid-uCNDgd39KD .container {
  display: flex;
  margin: auto;
  flex-wrap: initial;
}
@media (max-width: 991px) {
  .cid-uCNDgd39KD .container {
    flex-wrap: inherit;
  }
}
.cid-uCNDgd39KD .navbar-caption:hover,
.cid-uCNDgd39KD .navbar-caption:focus,
.cid-uCNDgd39KD .navbar-caption:active {
  color: #495a54 !important;
}
.cid-uCNDgd39KD .dropdown-menu,
.cid-uCNDgd39KD .navbar.opened {
  background: #ffffff !important;
}
.cid-uCNDgd39KD .nav-item:focus,
.cid-uCNDgd39KD .nav-link:focus {
  outline: none;
}
.cid-uCNDgd39KD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uCNDgd39KD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uCNDgd39KD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uCNDgd39KD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uCNDgd39KD .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uCNDgd39KD .navbar.opened {
  transition: all 0.3s;
}
.cid-uCNDgd39KD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uCNDgd39KD .navbar .navbar-logo img {
  width: auto;
}
.cid-uCNDgd39KD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uCNDgd39KD .navbar.collapsed {
  justify-content: center;
}
.cid-uCNDgd39KD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uCNDgd39KD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uCNDgd39KD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uCNDgd39KD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uCNDgd39KD .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-uCNDgd39KD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uCNDgd39KD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uCNDgd39KD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uCNDgd39KD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uCNDgd39KD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uCNDgd39KD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uCNDgd39KD .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-uCNDgd39KD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uCNDgd39KD .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uCNDgd39KD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uCNDgd39KD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uCNDgd39KD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uCNDgd39KD .navbar.navbar-short {
  min-height: 60px;
}
.cid-uCNDgd39KD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uCNDgd39KD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uCNDgd39KD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
}
.cid-uCNDgd39KD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uCNDgd39KD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uCNDgd39KD .dropdown-item.active,
.cid-uCNDgd39KD .dropdown-item:active {
  background-color: transparent;
}
.cid-uCNDgd39KD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uCNDgd39KD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uCNDgd39KD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uCNDgd39KD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uCNDgd39KD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uCNDgd39KD .navbar > .container-fluid {
  flex-wrap: unset;
}
@media (max-width: 991px) {
  .cid-uCNDgd39KD .navbar > .container-fluid {
    flex-wrap: inherit;
  }
}
.cid-uCNDgd39KD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uCNDgd39KD ul.navbar-nav {
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uCNDgd39KD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uCNDgd39KD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #4a5954;
}
.cid-uCNDgd39KD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uCNDgd39KD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCNDgd39KD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCNDgd39KD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uCNDgd39KD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCNDgd39KD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uCNDgd39KD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uCNDgd39KD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCNDgd39KD .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uCNDgd39KD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uCNDgd39KD a.nav-link {
    justify-content: flex-start;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uCNDgd39KD .navbar {
    height: 70px;
  }
  .cid-uCNDgd39KD .navbar.opened {
    height: auto;
  }
  .cid-uCNDgd39KD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uCNDgfocqP {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uCNDgfocqP h2,
.cid-uCNDgfocqP h4,
.cid-uCNDgfocqP p {
  margin: 0;
}
.cid-uCNDgfocqP img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}
.cid-uCNDgfocqP .text-elements-wrap {
  width: 88.5%;
}
@media (max-width: 767px) {
  .cid-uCNDgfocqP .text-elements-wrap {
    width: 100%;
  }
}
.cid-uCNDgfocqP .text-elements {
  padding-left: 0%;
  padding-right: 8%;
}
@media (max-width: 1024px) {
  .cid-uCNDgfocqP .text-elements {
    padding-top: 12%;
    padding-left: 0;
  }
}
@media (max-width: 1024px) {
  .cid-uCNDgfocqP .text-elements {
    padding-bottom: 12%;
    padding-right: 0;
  }
}
@media (max-width: 1024px) {
  .cid-uCNDgfocqP .col-md-7,
  .cid-uCNDgfocqP .col-md-5 {
    width: 100%;
  }
}
.cid-uCNDgfocqP .mbr-section-title {
  color: #6d6e71;
  margin-bottom: 20px;
}
.cid-uCNDgfocqP .mbr-section-subtitle {
  margin-bottom: 6px;
  color: #510c08;
}
.cid-uCNDgfocqP .mbr-text {
  margin-top: 10px;
  margin-bottom: 30px;
  color: #0d0d0d;
  font-weight: 300;
}
.cid-uCNDgfocqP .display-7 {
  font-weight: 300;
}
.cid-uCNDgfocqP .link-wrap {
  padding-top: 25px;
}
.cid-uCNDgfocqP .link {
  font-weight: 600;
  position: relative;
}
.cid-uCNDgfocqP .link::after {
  content: "";
  position: absolute;
  display: inline-block;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 1px;
  line-height: 1;
  background-color: #ee3102;
  transition: transform 0.35s cubic-bezier(0.23, 0.02, 0.15, 0.9);
}
.cid-uDmWzAQcgL {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f4e6cb;
}
.cid-uDmWzAQcgL .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uDmWzAQcgL .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uDmWzAQcgL .media-container-row {
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-uDmWzAQcgL .media-container-row {
    flex-direction: column;
    justify-content: center;
  }
  .cid-uDmWzAQcgL .media-container-row .footer-item,
  .cid-uDmWzAQcgL .media-container-row .mbr-social-likes,
  .cid-uDmWzAQcgL .media-container-row .footer-logo {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 546px) {
  .cid-uDmWzAQcgL .media-container-row .mbr-social-likes {
    flex-wrap: wrap;
    justify-content: center;
  }
  .cid-uDmWzAQcgL .media-container-row .mbr-social-likes .footer-item {
    margin-bottom: 1.5rem !important;
    width: 100%;
    text-align: center;
    justify-content: center;
  }
  .cid-uDmWzAQcgL .media-container-row .mbr-social-likes .iconfont-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uDmWzAQcgL .row-copyright {
  word-break: break-word;
  width: auto;
  min-width: calc(100% - (5 * 1rem));
  display: inline-block;
}
.cid-uDmWzAQcgL .mbr-social-likes {
  display: flex;
  align-items: center;
}
.cid-uDmWzAQcgL .mbr-social-likes a {
  color: #bcbfb5;
}
.cid-uDmWzAQcgL .mbr-social-likes span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-uDmWzAQcgL .mbr-social-likes span:hover {
  border-color: #bcbfb5;
  color: #bcbfb5;
}
.cid-uDmWzAQcgL .footer-logo img {
  width: auto;
}
.cid-uDmWzAQcgL .footer-item {
  display: flex;
  align-items: center;
}
.cid-uDmWzAQcgL .footer-item a {
  background: none !important;
  text-decoration: none !important;
}
.cid-uDmWzAQcgL .media-container-row .mbr-text {
  text-align: center;
}
.cid-uDmWzAQcgL .footer-item-title {
  color: #58595b;
  text-align: center;
}
.cid-uCNDog3Ckz {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uCNDog3Ckz nav.navbar {
  position: fixed;
}
.cid-uCNDog3Ckz .navbar-dropdown .navbar-caption {
  font-weight: 400;
  letter-spacing: 4px;
}
.cid-uCNDog3Ckz .vertical-scaling {
  display: inline-block;
  transform: scale(1, 1.1);
  -webkit-transform: scale(1, 1.1);
  -moz-transform: scale(1, 1.1);
  -ms-transform: scale(1, 1.1);
  -o-transform: scale(1, 1.1);
}
.cid-uCNDog3Ckz .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;
  font-weight: lighter;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCNDog3Ckz .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uCNDog3Ckz .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uCNDog3Ckz .dropdown-item:hover,
.cid-uCNDog3Ckz .dropdown-item:focus {
  background: #c79223 !important;
  color: white !important;
}
.cid-uCNDog3Ckz .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uCNDog3Ckz .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uCNDog3Ckz .nav-dropdown .link {
  padding: 0 !important;
  margin: 0 !important;
  font-weight: 400;
}
@media (max-width: 991px) {
  .cid-uCNDog3Ckz .nav-dropdown .link {
    margin: 10px 0 !important;
  }
}
.cid-uCNDog3Ckz .nav-item {
  margin: 0 31px;
}
.cid-uCNDog3Ckz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uCNDog3Ckz .nav-link {
  position: relative;
}
.cid-uCNDog3Ckz .nav-link:hover,
.cid-uCNDog3Ckz .nav-link:focus,
.cid-uCNDog3Ckz .nav-link:active {
  color: #0d0d0d !important;
}
.cid-uCNDog3Ckz .container {
  display: flex;
  margin: auto;
  flex-wrap: initial;
}
@media (max-width: 991px) {
  .cid-uCNDog3Ckz .container {
    flex-wrap: inherit;
  }
}
.cid-uCNDog3Ckz .navbar-caption:hover,
.cid-uCNDog3Ckz .navbar-caption:focus,
.cid-uCNDog3Ckz .navbar-caption:active {
  color: #495a54 !important;
}
.cid-uCNDog3Ckz .dropdown-menu,
.cid-uCNDog3Ckz .navbar.opened {
  background: #ffffff !important;
}
.cid-uCNDog3Ckz .nav-item:focus,
.cid-uCNDog3Ckz .nav-link:focus {
  outline: none;
}
.cid-uCNDog3Ckz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uCNDog3Ckz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uCNDog3Ckz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uCNDog3Ckz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uCNDog3Ckz .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uCNDog3Ckz .navbar.opened {
  transition: all 0.3s;
}
.cid-uCNDog3Ckz .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uCNDog3Ckz .navbar .navbar-logo img {
  width: auto;
}
.cid-uCNDog3Ckz .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uCNDog3Ckz .navbar.collapsed {
  justify-content: center;
}
.cid-uCNDog3Ckz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uCNDog3Ckz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uCNDog3Ckz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uCNDog3Ckz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uCNDog3Ckz .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-uCNDog3Ckz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uCNDog3Ckz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uCNDog3Ckz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uCNDog3Ckz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uCNDog3Ckz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uCNDog3Ckz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uCNDog3Ckz .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-uCNDog3Ckz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uCNDog3Ckz .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uCNDog3Ckz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uCNDog3Ckz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uCNDog3Ckz .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uCNDog3Ckz .navbar.navbar-short {
  min-height: 60px;
}
.cid-uCNDog3Ckz .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uCNDog3Ckz .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uCNDog3Ckz .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
}
.cid-uCNDog3Ckz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uCNDog3Ckz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uCNDog3Ckz .dropdown-item.active,
.cid-uCNDog3Ckz .dropdown-item:active {
  background-color: transparent;
}
.cid-uCNDog3Ckz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uCNDog3Ckz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uCNDog3Ckz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uCNDog3Ckz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uCNDog3Ckz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uCNDog3Ckz .navbar > .container-fluid {
  flex-wrap: unset;
}
@media (max-width: 991px) {
  .cid-uCNDog3Ckz .navbar > .container-fluid {
    flex-wrap: inherit;
  }
}
.cid-uCNDog3Ckz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uCNDog3Ckz ul.navbar-nav {
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uCNDog3Ckz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uCNDog3Ckz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #4a5954;
}
.cid-uCNDog3Ckz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uCNDog3Ckz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCNDog3Ckz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCNDog3Ckz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uCNDog3Ckz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCNDog3Ckz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uCNDog3Ckz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uCNDog3Ckz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCNDog3Ckz .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uCNDog3Ckz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uCNDog3Ckz a.nav-link {
    justify-content: flex-start;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uCNDog3Ckz .navbar {
    height: 70px;
  }
  .cid-uCNDog3Ckz .navbar.opened {
    height: auto;
  }
  .cid-uCNDog3Ckz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uD7QATag1Q {
  padding-top: 75px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-uD7QATag1Q .mbr-overlay {
  background-color: #000000;
  opacity: 0.4;
}
.cid-uD7QATag1Q .dark {
  color: #0d0d0d;
}
.cid-uD7QATag1Q input,
.cid-uD7QATag1Q textarea {
  padding: 0.8rem 1.2rem !important;
  border-radius: 8px;
  font-size: 1.1rem;
}
.cid-uD7QATag1Q .form-control:hover,
.cid-uD7QATag1Q .form-control:focus {
  color: #474747 !important;
}
.cid-uD7QATag1Q .btn-success {
  color: white !important;
}
.cid-uD7QATag1Q img {
  width: 90%;
  border-radius: 8px;
}
.cid-uD7QATag1Q .display-7 {
  font-weight: 300;
}
.cid-uD7QATag1Q .btn {
  border-radius: 4px;
}
.cid-uD7QATag1Q textarea {
  min-height: 160px !important;
}
.cid-uD7QATag1Q .form-control,
.cid-uD7QATag1Q .field-input {
  padding: 0.5rem;
  background-color: #fafafa !important;
  border-color: #e5e5e5 !important;
  color: #474747 !important;
  min-height: 4rem;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uD7QATag1Q .form-control:hover,
.cid-uD7QATag1Q .field-input:hover,
.cid-uD7QATag1Q .form-control:focus,
.cid-uD7QATag1Q .field-input:focus {
  background-color: #ffffff !important;
  border-color: #c1c1c1 !important;
  color: #000000 !important;
  box-shadow: none;
  outline: none;
}
.cid-uD7QATag1Q input::-webkit-input-placeholder,
.cid-uD7QATag1Q textarea::-webkit-input-placeholder {
  color: #474747;
}
.cid-uD7QATag1Q input:-moz-placeholder,
.cid-uD7QATag1Q textarea:-moz-placeholder {
  color: #474747;
}
.cid-uD7QATag1Q .jq-selectbox li,
.cid-uD7QATag1Q .jq-selectbox li {
  background-color: #fafafa;
  color: #000000;
}
.cid-uD7QATag1Q .jq-selectbox li:hover,
.cid-uD7QATag1Q .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uD7QATag1Q .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #fafafa !important;
}
.cid-uD7QATag1Q .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff !important;
}
.cid-uD7QATag1Q H5 {
  color: #6d6e71;
  padding-bottom: 1rem;
}
.cid-uD7QATag1Q .display-2 {
  font-weight: 300;
}
@media (max-width: 992px) {
  .cid-uD7QATag1Q img {
    width: 100%;
  }
  .cid-uD7QATag1Q .google-map {
    margin-bottom: 2rem;
  }
}
@media (max-width: 576px) {
  .cid-uD7QATag1Q .col-auto {
    width: 100%;
    text-align: center;
  }
}
.cid-uD7QATag1Q .mbr-text,
.cid-uD7QATag1Q .mbr-section-btn {
  color: #232323;
}
.cid-uD7QATag1Q LABEL {
  color: #0d0d0d;
  text-align: left;
}
.cid-uD7QATag1Q P {
  color: #0d0d0d;
}
.cid-uDmWzAQcgL {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f4e6cb;
}
.cid-uDmWzAQcgL .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uDmWzAQcgL .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uDmWzAQcgL .media-container-row {
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-uDmWzAQcgL .media-container-row {
    flex-direction: column;
    justify-content: center;
  }
  .cid-uDmWzAQcgL .media-container-row .footer-item,
  .cid-uDmWzAQcgL .media-container-row .mbr-social-likes,
  .cid-uDmWzAQcgL .media-container-row .footer-logo {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 546px) {
  .cid-uDmWzAQcgL .media-container-row .mbr-social-likes {
    flex-wrap: wrap;
    justify-content: center;
  }
  .cid-uDmWzAQcgL .media-container-row .mbr-social-likes .footer-item {
    margin-bottom: 1.5rem !important;
    width: 100%;
    text-align: center;
    justify-content: center;
  }
  .cid-uDmWzAQcgL .media-container-row .mbr-social-likes .iconfont-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uDmWzAQcgL .row-copyright {
  word-break: break-word;
  width: auto;
  min-width: calc(100% - (5 * 1rem));
  display: inline-block;
}
.cid-uDmWzAQcgL .mbr-social-likes {
  display: flex;
  align-items: center;
}
.cid-uDmWzAQcgL .mbr-social-likes a {
  color: #bcbfb5;
}
.cid-uDmWzAQcgL .mbr-social-likes span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-uDmWzAQcgL .mbr-social-likes span:hover {
  border-color: #bcbfb5;
  color: #bcbfb5;
}
.cid-uDmWzAQcgL .footer-logo img {
  width: auto;
}
.cid-uDmWzAQcgL .footer-item {
  display: flex;
  align-items: center;
}
.cid-uDmWzAQcgL .footer-item a {
  background: none !important;
  text-decoration: none !important;
}
.cid-uDmWzAQcgL .media-container-row .mbr-text {
  text-align: center;
}
.cid-uDmWzAQcgL .footer-item-title {
  color: #58595b;
  text-align: center;
}
.cid-uCNDjjKRVq {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uCNDjjKRVq nav.navbar {
  position: fixed;
}
.cid-uCNDjjKRVq .navbar-dropdown .navbar-caption {
  font-weight: 400;
  letter-spacing: 4px;
}
.cid-uCNDjjKRVq .vertical-scaling {
  display: inline-block;
  transform: scale(1, 1.1);
  -webkit-transform: scale(1, 1.1);
  -moz-transform: scale(1, 1.1);
  -ms-transform: scale(1, 1.1);
  -o-transform: scale(1, 1.1);
}
.cid-uCNDjjKRVq .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;
  font-weight: lighter;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCNDjjKRVq .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uCNDjjKRVq .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uCNDjjKRVq .dropdown-item:hover,
.cid-uCNDjjKRVq .dropdown-item:focus {
  background: #c79223 !important;
  color: white !important;
}
.cid-uCNDjjKRVq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uCNDjjKRVq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uCNDjjKRVq .nav-dropdown .link {
  padding: 0 !important;
  margin: 0 !important;
  font-weight: 400;
}
@media (max-width: 991px) {
  .cid-uCNDjjKRVq .nav-dropdown .link {
    margin: 10px 0 !important;
  }
}
.cid-uCNDjjKRVq .nav-item {
  margin: 0 31px;
}
.cid-uCNDjjKRVq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uCNDjjKRVq .nav-link {
  position: relative;
}
.cid-uCNDjjKRVq .nav-link:hover,
.cid-uCNDjjKRVq .nav-link:focus,
.cid-uCNDjjKRVq .nav-link:active {
  color: #0d0d0d !important;
}
.cid-uCNDjjKRVq .container {
  display: flex;
  margin: auto;
  flex-wrap: initial;
}
@media (max-width: 991px) {
  .cid-uCNDjjKRVq .container {
    flex-wrap: inherit;
  }
}
.cid-uCNDjjKRVq .navbar-caption:hover,
.cid-uCNDjjKRVq .navbar-caption:focus,
.cid-uCNDjjKRVq .navbar-caption:active {
  color: #495a54 !important;
}
.cid-uCNDjjKRVq .dropdown-menu,
.cid-uCNDjjKRVq .navbar.opened {
  background: #ffffff !important;
}
.cid-uCNDjjKRVq .nav-item:focus,
.cid-uCNDjjKRVq .nav-link:focus {
  outline: none;
}
.cid-uCNDjjKRVq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uCNDjjKRVq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uCNDjjKRVq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uCNDjjKRVq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uCNDjjKRVq .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uCNDjjKRVq .navbar.opened {
  transition: all 0.3s;
}
.cid-uCNDjjKRVq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uCNDjjKRVq .navbar .navbar-logo img {
  width: auto;
}
.cid-uCNDjjKRVq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uCNDjjKRVq .navbar.collapsed {
  justify-content: center;
}
.cid-uCNDjjKRVq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uCNDjjKRVq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uCNDjjKRVq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uCNDjjKRVq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uCNDjjKRVq .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-uCNDjjKRVq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uCNDjjKRVq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uCNDjjKRVq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uCNDjjKRVq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uCNDjjKRVq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uCNDjjKRVq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uCNDjjKRVq .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-uCNDjjKRVq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uCNDjjKRVq .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uCNDjjKRVq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uCNDjjKRVq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uCNDjjKRVq .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uCNDjjKRVq .navbar.navbar-short {
  min-height: 60px;
}
.cid-uCNDjjKRVq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uCNDjjKRVq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uCNDjjKRVq .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
}
.cid-uCNDjjKRVq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uCNDjjKRVq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uCNDjjKRVq .dropdown-item.active,
.cid-uCNDjjKRVq .dropdown-item:active {
  background-color: transparent;
}
.cid-uCNDjjKRVq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uCNDjjKRVq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uCNDjjKRVq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uCNDjjKRVq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uCNDjjKRVq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uCNDjjKRVq .navbar > .container-fluid {
  flex-wrap: unset;
}
@media (max-width: 991px) {
  .cid-uCNDjjKRVq .navbar > .container-fluid {
    flex-wrap: inherit;
  }
}
.cid-uCNDjjKRVq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uCNDjjKRVq ul.navbar-nav {
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uCNDjjKRVq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uCNDjjKRVq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #4a5954;
}
.cid-uCNDjjKRVq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uCNDjjKRVq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCNDjjKRVq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCNDjjKRVq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uCNDjjKRVq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCNDjjKRVq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uCNDjjKRVq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uCNDjjKRVq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCNDjjKRVq .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uCNDjjKRVq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uCNDjjKRVq a.nav-link {
    justify-content: flex-start;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uCNDjjKRVq .navbar {
    height: 70px;
  }
  .cid-uCNDjjKRVq .navbar.opened {
    height: auto;
  }
  .cid-uCNDjjKRVq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uDiZD7DGxg {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uDiZD7DGxg h2,
.cid-uDiZD7DGxg h3,
.cid-uDiZD7DGxg h4,
.cid-uDiZD7DGxg p {
  margin: 0;
}
.cid-uDiZD7DGxg .text-wrap {
  margin-top: 10px;
  margin-bottom: 30px;
}
.cid-uDiZD7DGxg .mbr-section-title {
  color: #6d6e71;
  margin-bottom: 10px;
  text-align: center;
}
.cid-uDiZD7DGxg .mbr-text {
  color: #0d0d0d;
  margin: 10px 0;
  text-align: center;
}
.cid-uDiZD7DGxg .display-7 {
  font-weight: 300;
}
.cid-uCPBsWzu8Q {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uCPBsWzu8Q .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uCPBsWzu8Q .item {
    margin-bottom: 1rem;
  }
}
.cid-uCPBsWzu8Q .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uCPBsWzu8Q .item-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}
.cid-uCPBsWzu8Q .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uCPBsWzu8Q .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uCPBsWzu8Q .carousel-control,
.cid-uCPBsWzu8Q .close {
  background: #1b1b1b;
}
.cid-uCPBsWzu8Q .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uCPBsWzu8Q .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uCPBsWzu8Q .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uCPBsWzu8Q .carousel-control-next span {
  margin-left: 5px;
}
.cid-uCPBsWzu8Q .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uCPBsWzu8Q .close::before {
  content: '\e91a';
}
.cid-uCPBsWzu8Q .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uCPBsWzu8Q .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uCPBsWzu8Q .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uCPBsWzu8Q .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uCPBsWzu8Q .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uCPBsWzu8Q .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uCPBsWzu8Q .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uCPBsWzu8Q .carousel-indicators li.active,
.cid-uCPBsWzu8Q .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uCPBsWzu8Q .carousel-indicators li::after,
.cid-uCPBsWzu8Q .carousel-indicators li::before {
  content: none;
}
.cid-uCPBsWzu8Q .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uCPBsWzu8Q .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uCPBsWzu8Q .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uCPBsWzu8Q .carousel-indicators {
    display: none;
  }
}
.cid-uCPBsWzu8Q .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uCPBsWzu8Q .carousel-inner > .active {
  display: block;
}
.cid-uCPBsWzu8Q .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uCPBsWzu8Q .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uCPBsWzu8Q .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uCPBsWzu8Q .carousel-control,
  .cid-uCPBsWzu8Q .carousel-indicators,
  .cid-uCPBsWzu8Q .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uCPBsWzu8Q .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uCPBsWzu8Q .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uCPBsWzu8Q .carousel-indicators .active,
.cid-uCPBsWzu8Q .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uCPBsWzu8Q .carousel-indicators .active {
  background: #fff;
}
.cid-uCPBsWzu8Q .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uCPBsWzu8Q .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uCPBsWzu8Q .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uCPBsWzu8Q .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uCPBsWzu8Q .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uCPBsWzu8Q .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uCPBsWzu8Q .carousel {
  width: 100%;
}
.cid-uCPBsWzu8Q .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uCPBsWzu8Q .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uCPBsWzu8Q .modal.fade .modal-dialog,
.cid-uCPBsWzu8Q .modal.in .modal-dialog {
  transform: none;
}
.cid-uCPBsWzu8Q .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uCPBsWzu8Q .content-head {
  max-width: 800px;
}
.cid-uDmWzAQcgL {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f4e6cb;
}
.cid-uDmWzAQcgL .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uDmWzAQcgL .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uDmWzAQcgL .media-container-row {
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-uDmWzAQcgL .media-container-row {
    flex-direction: column;
    justify-content: center;
  }
  .cid-uDmWzAQcgL .media-container-row .footer-item,
  .cid-uDmWzAQcgL .media-container-row .mbr-social-likes,
  .cid-uDmWzAQcgL .media-container-row .footer-logo {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 546px) {
  .cid-uDmWzAQcgL .media-container-row .mbr-social-likes {
    flex-wrap: wrap;
    justify-content: center;
  }
  .cid-uDmWzAQcgL .media-container-row .mbr-social-likes .footer-item {
    margin-bottom: 1.5rem !important;
    width: 100%;
    text-align: center;
    justify-content: center;
  }
  .cid-uDmWzAQcgL .media-container-row .mbr-social-likes .iconfont-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uDmWzAQcgL .row-copyright {
  word-break: break-word;
  width: auto;
  min-width: calc(100% - (5 * 1rem));
  display: inline-block;
}
.cid-uDmWzAQcgL .mbr-social-likes {
  display: flex;
  align-items: center;
}
.cid-uDmWzAQcgL .mbr-social-likes a {
  color: #bcbfb5;
}
.cid-uDmWzAQcgL .mbr-social-likes span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-uDmWzAQcgL .mbr-social-likes span:hover {
  border-color: #bcbfb5;
  color: #bcbfb5;
}
.cid-uDmWzAQcgL .footer-logo img {
  width: auto;
}
.cid-uDmWzAQcgL .footer-item {
  display: flex;
  align-items: center;
}
.cid-uDmWzAQcgL .footer-item a {
  background: none !important;
  text-decoration: none !important;
}
.cid-uDmWzAQcgL .media-container-row .mbr-text {
  text-align: center;
}
.cid-uDmWzAQcgL .footer-item-title {
  color: #58595b;
  text-align: center;
}
.cid-uDn08OSjZW {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uDn08OSjZW nav.navbar {
  position: fixed;
}
.cid-uDn08OSjZW .navbar-dropdown .navbar-caption {
  font-weight: 400;
  letter-spacing: 4px;
}
.cid-uDn08OSjZW .vertical-scaling {
  display: inline-block;
  transform: scale(1, 1.1);
  -webkit-transform: scale(1, 1.1);
  -moz-transform: scale(1, 1.1);
  -ms-transform: scale(1, 1.1);
  -o-transform: scale(1, 1.1);
}
.cid-uDn08OSjZW .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;
  font-weight: lighter;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDn08OSjZW .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uDn08OSjZW .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uDn08OSjZW .dropdown-item:hover,
.cid-uDn08OSjZW .dropdown-item:focus {
  background: #c79223 !important;
  color: white !important;
}
.cid-uDn08OSjZW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uDn08OSjZW .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uDn08OSjZW .nav-dropdown .link {
  padding: 0 !important;
  margin: 0 !important;
  font-weight: 400;
}
@media (max-width: 991px) {
  .cid-uDn08OSjZW .nav-dropdown .link {
    margin: 10px 0 !important;
  }
}
.cid-uDn08OSjZW .nav-item {
  margin: 0 31px;
}
.cid-uDn08OSjZW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uDn08OSjZW .nav-link {
  position: relative;
}
.cid-uDn08OSjZW .nav-link:hover,
.cid-uDn08OSjZW .nav-link:focus,
.cid-uDn08OSjZW .nav-link:active {
  color: #0d0d0d !important;
}
.cid-uDn08OSjZW .container {
  display: flex;
  margin: auto;
  flex-wrap: initial;
}
@media (max-width: 991px) {
  .cid-uDn08OSjZW .container {
    flex-wrap: inherit;
  }
}
.cid-uDn08OSjZW .navbar-caption:hover,
.cid-uDn08OSjZW .navbar-caption:focus,
.cid-uDn08OSjZW .navbar-caption:active {
  color: #495a54 !important;
}
.cid-uDn08OSjZW .dropdown-menu,
.cid-uDn08OSjZW .navbar.opened {
  background: #ffffff !important;
}
.cid-uDn08OSjZW .nav-item:focus,
.cid-uDn08OSjZW .nav-link:focus {
  outline: none;
}
.cid-uDn08OSjZW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uDn08OSjZW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uDn08OSjZW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDn08OSjZW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDn08OSjZW .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uDn08OSjZW .navbar.opened {
  transition: all 0.3s;
}
.cid-uDn08OSjZW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uDn08OSjZW .navbar .navbar-logo img {
  width: auto;
}
.cid-uDn08OSjZW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uDn08OSjZW .navbar.collapsed {
  justify-content: center;
}
.cid-uDn08OSjZW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDn08OSjZW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uDn08OSjZW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDn08OSjZW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDn08OSjZW .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-uDn08OSjZW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDn08OSjZW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uDn08OSjZW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDn08OSjZW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDn08OSjZW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDn08OSjZW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uDn08OSjZW .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-uDn08OSjZW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uDn08OSjZW .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uDn08OSjZW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uDn08OSjZW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uDn08OSjZW .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uDn08OSjZW .navbar.navbar-short {
  min-height: 60px;
}
.cid-uDn08OSjZW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uDn08OSjZW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uDn08OSjZW .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
}
.cid-uDn08OSjZW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uDn08OSjZW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDn08OSjZW .dropdown-item.active,
.cid-uDn08OSjZW .dropdown-item:active {
  background-color: transparent;
}
.cid-uDn08OSjZW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uDn08OSjZW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uDn08OSjZW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uDn08OSjZW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uDn08OSjZW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uDn08OSjZW .navbar > .container-fluid {
  flex-wrap: unset;
}
@media (max-width: 991px) {
  .cid-uDn08OSjZW .navbar > .container-fluid {
    flex-wrap: inherit;
  }
}
.cid-uDn08OSjZW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uDn08OSjZW ul.navbar-nav {
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uDn08OSjZW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uDn08OSjZW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #4a5954;
}
.cid-uDn08OSjZW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uDn08OSjZW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDn08OSjZW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDn08OSjZW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uDn08OSjZW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDn08OSjZW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uDn08OSjZW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uDn08OSjZW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDn08OSjZW .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uDn08OSjZW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uDn08OSjZW a.nav-link {
    justify-content: flex-start;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uDn08OSjZW .navbar {
    height: 70px;
  }
  .cid-uDn08OSjZW .navbar.opened {
    height: auto;
  }
  .cid-uDn08OSjZW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uDn1MAeSvQ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uDn1MAeSvQ img,
.cid-uDn1MAeSvQ .item-img {
  width: 100%;
  height: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-uDn1MAeSvQ .item:focus,
.cid-uDn1MAeSvQ span:focus {
  outline: none;
}
.cid-uDn1MAeSvQ .item-img {
  overflow: hidden;
  border-radius: 12px;
}
.cid-uDn1MAeSvQ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
@media (min-width: 1400px) {
  .cid-uDn1MAeSvQ .item {
    padding: 0 2rem;
  }
}
.cid-uDn1MAeSvQ .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uDn1MAeSvQ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uDn1MAeSvQ .mbr-section-title {
  color: #232323;
}
.cid-uDn1MAeSvQ .mbr-text,
.cid-uDn1MAeSvQ .mbr-section-btn {
  text-align: left;
}
.cid-uDn1MAeSvQ .item-title {
  text-align: center;
}
.cid-uDn1MAeSvQ .item-subtitle {
  text-align: left;
}
.cid-uDn08Q2q09 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f4e6cb;
}
.cid-uDn08Q2q09 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uDn08Q2q09 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uDn08Q2q09 .media-container-row {
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-uDn08Q2q09 .media-container-row {
    flex-direction: column;
    justify-content: center;
  }
  .cid-uDn08Q2q09 .media-container-row .footer-item,
  .cid-uDn08Q2q09 .media-container-row .mbr-social-likes,
  .cid-uDn08Q2q09 .media-container-row .footer-logo {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 546px) {
  .cid-uDn08Q2q09 .media-container-row .mbr-social-likes {
    flex-wrap: wrap;
    justify-content: center;
  }
  .cid-uDn08Q2q09 .media-container-row .mbr-social-likes .footer-item {
    margin-bottom: 1.5rem !important;
    width: 100%;
    text-align: center;
    justify-content: center;
  }
  .cid-uDn08Q2q09 .media-container-row .mbr-social-likes .iconfont-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uDn08Q2q09 .row-copyright {
  word-break: break-word;
  width: auto;
  min-width: calc(100% - (5 * 1rem));
  display: inline-block;
}
.cid-uDn08Q2q09 .mbr-social-likes {
  display: flex;
  align-items: center;
}
.cid-uDn08Q2q09 .mbr-social-likes a {
  color: #bcbfb5;
}
.cid-uDn08Q2q09 .mbr-social-likes span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-uDn08Q2q09 .mbr-social-likes span:hover {
  border-color: #bcbfb5;
  color: #bcbfb5;
}
.cid-uDn08Q2q09 .footer-logo img {
  width: auto;
}
.cid-uDn08Q2q09 .footer-item {
  display: flex;
  align-items: center;
}
.cid-uDn08Q2q09 .footer-item a {
  background: none !important;
  text-decoration: none !important;
}
.cid-uDn08Q2q09 .media-container-row .mbr-text {
  text-align: center;
}
.cid-uDn08Q2q09 .footer-item-title {
  color: #58595b;
  text-align: center;
}
