.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.item-wrapper .mbr-overlay {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Barlow', sans-serif;
  font-size: 3.4rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 4.25rem;
}
.display-2 {
  font-family: 'Barlow', sans-serif;
  font-size: 3rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Barlow', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-5 {
  font-family: 'Barlow', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Barlow', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 2.72rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.38rem;
    font-size: calc( 1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    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))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 2.38rem;
    font-size: calc( 1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ffd7ef !important;
}
.bg-success {
  background-color: #952c31 !important;
}
.bg-info {
  background-color: #d7a99a !important;
}
.bg-warning {
  background-color: #ebd6d2 !important;
}
.bg-danger {
  background-color: #a6a99c !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
  color: #d70081 !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #d70081 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #692427 !important;
  border-color: #692427 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #8f3135 !important;
  border-color: #8f3135 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #8f3135 !important;
  border-color: #8f3135 !important;
}
.btn-info,
.btn-info:active {
  background-color: #d7a99a !important;
  border-color: #d7a99a !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #e5c8bf !important;
  border-color: #e5c8bf !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #e5c8bf !important;
  border-color: #e5c8bf !important;
}
.btn-success,
.btn-success:active {
  background-color: #952c31 !important;
  border-color: #952c31 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #bc383e !important;
  border-color: #bc383e !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #bc383e !important;
  border-color: #bc383e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ebd6d2 !important;
  border-color: #ebd6d2 !important;
  color: #84463a !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #fbf6f5 !important;
  border-color: #fbf6f5 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #84463a !important;
  background-color: #fbf6f5 !important;
  border-color: #fbf6f5 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #a6a99c !important;
  border-color: #a6a99c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #bfc1b7 !important;
  border-color: #bfc1b7 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #bfc1b7 !important;
  border-color: #bfc1b7 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #ffd7ef;
  color: #ffd7ef;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ff80cc !important;
  background-color: transparent !important;
  border-color: #ff80cc !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #d70081 !important;
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #692427;
  color: #692427;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #280e0f !important;
  background-color: transparent !important;
  border-color: #280e0f !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #692427 !important;
  border-color: #692427 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #d7a99a;
  color: #d7a99a;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #be745c !important;
  background-color: transparent !important;
  border-color: #be745c !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #d7a99a !important;
  border-color: #d7a99a !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #952c31;
  color: #952c31;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #52181b !important;
  background-color: transparent !important;
  border-color: #52181b !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #952c31 !important;
  border-color: #952c31 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ebd6d2;
  color: #ebd6d2;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #d09f96 !important;
  background-color: transparent !important;
  border-color: #d09f96 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #84463a !important;
  background-color: #ebd6d2 !important;
  border-color: #ebd6d2 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #a6a99c;
  color: #a6a99c;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #7c806f !important;
  background-color: transparent !important;
  border-color: #7c806f !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #a6a99c !important;
  border-color: #a6a99c !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ffd7ef !important;
}
.text-secondary {
  color: #692427 !important;
}
.text-success {
  color: #952c31 !important;
}
.text-info {
  color: #d7a99a !important;
}
.text-warning {
  color: #ebd6d2 !important;
}
.text-danger {
  color: #a6a99c !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #ff71c6 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #1d0a0b !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #461517 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #ba6b51 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #cc968b !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #747768 !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: #ffd7ef;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #d7a99a;
}
.alert-warning {
  background-color: #ebd6d2;
}
.alert-danger {
  background-color: #a6a99c;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffd7ef;
  border-color: #ffd7ef;
  color: #f10090;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ffd7ef;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #d46d72;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #e3e4e0;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Barlow', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.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: #ffd7ef !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Barlow', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #ffd7ef;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffd7ef;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ffd7ef;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ffd7ef;
  border-bottom-color: #ffd7ef;
}
.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: #ffd7ef !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: #692427 !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='%23ffd7ef' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-v1AYTOI1tU {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v1AYTOI1tU .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v1AYTOI1tU .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v1AYTOI1tU .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v1AYTOI1tU .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v1AYTOI1tU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v1AYTOI1tU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v1AYTOI1tU .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-v1AYTOI1tU .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-v1AYTOI1tU .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-v1AYTOI1tU .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v1AYTOI1tU .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v1AYTOI1tU .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v1AYTOI1tU .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-v1AYTOI1tU .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v1AYTOI1tU .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v1AYTOI1tU .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v1AYTOI1tU .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v1AYTOI1tU .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v1AYTOI1tU .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (min-width: 767px) {
  .cid-v1AYTOI1tU .navbar-caption {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v1AYTOI1tU .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v1AYTOI1tU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-v1AYTOI1tU .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-v1AYTOI1tU .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v1AYTOI1tU .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v1AYTOI1tU .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v1AYTOI1tU .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #152a1f;
  background: rgba(21, 42, 31, 0.8) !important;
}
.cid-v1AYTOI1tU .nav-item:focus,
.cid-v1AYTOI1tU .nav-link:focus {
  outline: none;
}
.cid-v1AYTOI1tU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v1AYTOI1tU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v1AYTOI1tU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v1AYTOI1tU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v1AYTOI1tU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1AYTOI1tU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v1AYTOI1tU .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v1AYTOI1tU .navbar.opened {
  transition: all 0.25s;
}
.cid-v1AYTOI1tU .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v1AYTOI1tU .navbar .navbar-logo img {
  width: auto;
}
.cid-v1AYTOI1tU .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v1AYTOI1tU .navbar.collapsed {
  justify-content: center;
}
.cid-v1AYTOI1tU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v1AYTOI1tU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v1AYTOI1tU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v1AYTOI1tU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v1AYTOI1tU .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-v1AYTOI1tU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v1AYTOI1tU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v1AYTOI1tU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v1AYTOI1tU .navbar {
    min-height: 72px;
  }
  .cid-v1AYTOI1tU .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v1AYTOI1tU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v1AYTOI1tU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v1AYTOI1tU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v1AYTOI1tU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v1AYTOI1tU .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-v1AYTOI1tU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v1AYTOI1tU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v1AYTOI1tU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v1AYTOI1tU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v1AYTOI1tU .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v1AYTOI1tU .dropdown-item.active,
.cid-v1AYTOI1tU .dropdown-item:active {
  background-color: transparent;
}
.cid-v1AYTOI1tU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v1AYTOI1tU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v1AYTOI1tU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v1AYTOI1tU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #152a1f;
}
.cid-v1AYTOI1tU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v1AYTOI1tU .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v1AYTOI1tU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v1AYTOI1tU .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v1AYTOI1tU .navbar-buttons {
    text-align: left;
  }
}
.cid-v1AYTOI1tU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v1AYTOI1tU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v1AYTOI1tU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v1AYTOI1tU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1AYTOI1tU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1AYTOI1tU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v1AYTOI1tU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1AYTOI1tU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v1AYTOI1tU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v1AYTOI1tU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1AYTOI1tU .navbar-dropdown {
  padding: 0;
  background: rgba(21, 42, 31, 0.8) !important;
}
.cid-v1AYTOI1tU .opacityScroll {
  background: #152a1f !important;
}
.cid-v1AYTOI1tU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v1AYTOI1tU .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v1AYTOI1tU .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v1AYTOI1tU .navbar {
    height: 70px;
  }
  .cid-v1AYTOI1tU .navbar.opened {
    height: auto;
  }
  .cid-v1AYTOI1tU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v1AYTOI1tU .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v1AYTOI1tU .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v1AYTOI1tU .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v1AYTOI1tU .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-v1AYTOI1tU .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v1AYTOI1tU .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v1AYTOI1tU .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v1AYTOI1tU .navbar-brand {
    margin-right: auto;
  }
  .cid-v1AYTOI1tU .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #152a1f;
    opacity: 1;
    border-color: rgba(21, 42, 31, 0.8) !important;
    background: rgba(21, 42, 31, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-v1AYTOI1tU .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v1AYTOI1tU .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v1AYTOI1tU .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v1AYTOI1tU .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v1AYTOI1tU .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v1AYTOI1tU .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-v1AYTOI1tU .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v1AYTOI1tU .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v1AYTOI1tU .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v1AYTOI1tU .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-v1AYTOI1tU .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-v1AYTOI1tU .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v29iNZWxBS {
  display: flex;
  background-image: url("../../../assets/images/wallpaper-3840x2640.jpg");
}
.cid-v29iNZWxBS .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-v29iNZWxBS {
    align-items: flex-end;
  }
  .cid-v29iNZWxBS .row {
    justify-content: center;
  }
  .cid-v29iNZWxBS .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v29iNZWxBS .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v29iNZWxBS {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-v29iNZWxBS .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v29iNZWxBS .content-wrap {
    width: 100%;
  }
}
.cid-v29iNZWxBS .mbr-section-title,
.cid-v29iNZWxBS .mbr-section-subtitle {
  text-align: center;
}
.cid-v29iNZWxBS .mbr-text,
.cid-v29iNZWxBS .mbr-section-btn {
  text-align: center;
}
.cid-v0PFmPRbep {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #51655a;
}
.cid-v0PFmPRbep .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0PFmPRbep .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0PFmPRbep .card-wrapper {
  background: #51655a;
}
@media (max-width: 767px) {
  .cid-v0PFmPRbep .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v0PFmPRbep .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v0PFmPRbep .card-wrapper {
    padding: 9rem 4rem;
  }
}
.cid-v0PFmPRbep .mbr-text,
.cid-v0PFmPRbep .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-v0PFmPRbep .card-title,
.cid-v0PFmPRbep .card-box {
  text-align: center;
  color: #ebceca;
}
.cid-v1NY9u0Sfd {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #51655a;
}
.cid-v1NY9u0Sfd .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1NY9u0Sfd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v1NY9u0Sfd .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v1NY9u0Sfd .row {
  flex-direction: row-reverse;
}
.cid-v1NY9u0Sfd .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v1NY9u0Sfd .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v1NY9u0Sfd .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v1NY9u0Sfd .mbr-section-title {
  color: #edefeb;
}
.cid-v1NY9u0Sfd .mbr-text,
.cid-v1NY9u0Sfd .mbr-section-btn {
  color: #edefeb;
}
.cid-v0DVQ66LYr {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #51655a;
}
.cid-v0DVQ66LYr .mbr-media {
  position: relative;
}
.cid-v0DVQ66LYr .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-v0DVQ66LYr a:hover {
  background-image: none !important;
}
.cid-v0DVQ66LYr .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-v0DVQ66LYr .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-v0DVQ66LYr .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-v0DVQ66LYr .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-v0DVQ66LYr .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-v0DVQ66LYr .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  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;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-v0DVQ66LYr .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v0DVQ66LYr .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0DVQ66LYr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0DVQ66LYr .content-head {
  max-width: 800px;
}
.cid-v0FyIYNTXk {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #51655a;
}
.cid-v0FyIYNTXk .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0FyIYNTXk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0FyIYNTXk .card-wrapper {
  background: #51655a;
}
@media (max-width: 767px) {
  .cid-v0FyIYNTXk .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v0FyIYNTXk .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v0FyIYNTXk .card-wrapper {
    padding: 4rem;
  }
}
.cid-v0FyIYNTXk .mbr-text,
.cid-v0FyIYNTXk .mbr-section-btn {
  color: #edefeb;
}
.cid-v0FyIYNTXk .card-title,
.cid-v0FyIYNTXk .card-box {
  text-align: left;
  color: #edefeb;
}
.cid-v0VAficWor {
  padding-top: 10rem;
  padding-bottom: 1rem;
  background-color: #ebceca;
}
.cid-v0VAficWor .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0VAficWor .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0VAficWor .mbr-text {
  color: #000000;
}
.cid-v0VAficWor .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-v0VAficWor .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v0VAficWor .main-button {
    margin-bottom: 2rem;
  }
}
.cid-v0VAficWor .mbr-section-subtitle,
.cid-v0VAficWor .main-button {
  color: #000000;
}
.cid-v0VAficWor .google-map {
  height: 30rem;
  position: relative;
  border-radius: 2rem;
}
.cid-v0VAficWor .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-v0VAficWor .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-v0VAficWor .google-map[data-state] {
  background: #e9e5dc;
}
.cid-v0VAficWor .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-v0VDjs7FhV {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ebceca;
}
.cid-v0VDjs7FhV .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0VDjs7FhV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0VDjs7FhV .row {
  flex-direction: row-reverse;
}
.cid-v0VDjs7FhV .mbr-description {
  text-align: justify;
}
.cid-v0XkSA5ZfF {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #ebceca;
}
.cid-v0XkSA5ZfF .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0XkSA5ZfF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0XkSA5ZfF .row {
  flex-direction: row-reverse;
}
.cid-v0XkSA5ZfF .mbr-description {
  text-align: justify;
}
.cid-v0XnX0U6Kh {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #ebceca;
}
.cid-v0XnX0U6Kh .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0XnX0U6Kh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0XnX0U6Kh .row {
  flex-direction: row-reverse;
}
.cid-v0XnX0U6Kh .mbr-description {
  text-align: justify;
}
.cid-v29L368tC2 {
  padding-top: 3rem;
  padding-bottom: 8rem;
  background-color: #ebd6d2;
  overflow: hidden;
}
.cid-v29L368tC2 .media-container-row .mbr-text {
  color: #692427;
}
.cid-v1AYTOI1tU {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v1AYTOI1tU .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v1AYTOI1tU .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v1AYTOI1tU .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v1AYTOI1tU .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v1AYTOI1tU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v1AYTOI1tU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v1AYTOI1tU .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-v1AYTOI1tU .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-v1AYTOI1tU .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-v1AYTOI1tU .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v1AYTOI1tU .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v1AYTOI1tU .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v1AYTOI1tU .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-v1AYTOI1tU .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v1AYTOI1tU .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v1AYTOI1tU .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v1AYTOI1tU .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v1AYTOI1tU .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v1AYTOI1tU .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (min-width: 767px) {
  .cid-v1AYTOI1tU .navbar-caption {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v1AYTOI1tU .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v1AYTOI1tU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-v1AYTOI1tU .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-v1AYTOI1tU .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v1AYTOI1tU .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v1AYTOI1tU .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v1AYTOI1tU .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #152a1f;
  background: rgba(21, 42, 31, 0.8) !important;
}
.cid-v1AYTOI1tU .nav-item:focus,
.cid-v1AYTOI1tU .nav-link:focus {
  outline: none;
}
.cid-v1AYTOI1tU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v1AYTOI1tU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v1AYTOI1tU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v1AYTOI1tU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v1AYTOI1tU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1AYTOI1tU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v1AYTOI1tU .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v1AYTOI1tU .navbar.opened {
  transition: all 0.25s;
}
.cid-v1AYTOI1tU .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v1AYTOI1tU .navbar .navbar-logo img {
  width: auto;
}
.cid-v1AYTOI1tU .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v1AYTOI1tU .navbar.collapsed {
  justify-content: center;
}
.cid-v1AYTOI1tU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v1AYTOI1tU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v1AYTOI1tU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v1AYTOI1tU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v1AYTOI1tU .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-v1AYTOI1tU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v1AYTOI1tU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v1AYTOI1tU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v1AYTOI1tU .navbar {
    min-height: 72px;
  }
  .cid-v1AYTOI1tU .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v1AYTOI1tU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v1AYTOI1tU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v1AYTOI1tU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v1AYTOI1tU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v1AYTOI1tU .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-v1AYTOI1tU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v1AYTOI1tU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v1AYTOI1tU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v1AYTOI1tU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v1AYTOI1tU .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v1AYTOI1tU .dropdown-item.active,
.cid-v1AYTOI1tU .dropdown-item:active {
  background-color: transparent;
}
.cid-v1AYTOI1tU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v1AYTOI1tU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v1AYTOI1tU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v1AYTOI1tU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #152a1f;
}
.cid-v1AYTOI1tU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v1AYTOI1tU .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v1AYTOI1tU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v1AYTOI1tU .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v1AYTOI1tU .navbar-buttons {
    text-align: left;
  }
}
.cid-v1AYTOI1tU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v1AYTOI1tU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v1AYTOI1tU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v1AYTOI1tU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1AYTOI1tU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1AYTOI1tU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v1AYTOI1tU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1AYTOI1tU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v1AYTOI1tU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v1AYTOI1tU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1AYTOI1tU .navbar-dropdown {
  padding: 0;
  background: rgba(21, 42, 31, 0.8) !important;
}
.cid-v1AYTOI1tU .opacityScroll {
  background: #152a1f !important;
}
.cid-v1AYTOI1tU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v1AYTOI1tU .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v1AYTOI1tU .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v1AYTOI1tU .navbar {
    height: 70px;
  }
  .cid-v1AYTOI1tU .navbar.opened {
    height: auto;
  }
  .cid-v1AYTOI1tU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v1AYTOI1tU .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v1AYTOI1tU .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v1AYTOI1tU .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v1AYTOI1tU .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-v1AYTOI1tU .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v1AYTOI1tU .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v1AYTOI1tU .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v1AYTOI1tU .navbar-brand {
    margin-right: auto;
  }
  .cid-v1AYTOI1tU .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #152a1f;
    opacity: 1;
    border-color: rgba(21, 42, 31, 0.8) !important;
    background: rgba(21, 42, 31, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-v1AYTOI1tU .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v1AYTOI1tU .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v1AYTOI1tU .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v1AYTOI1tU .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v1AYTOI1tU .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v1AYTOI1tU .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-v1AYTOI1tU .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v1AYTOI1tU .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v1AYTOI1tU .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v1AYTOI1tU .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-v1AYTOI1tU .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-v1AYTOI1tU .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v1DfW38YGA {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-v1DfW38YGA .mbr-text {
  color: #edefeb;
}
.cid-v1DfW38YGA .mbr-section-subtitle {
  color: #edefeb;
}
.cid-v1DfW38YGA .mbr-section-title {
  color: #edefeb;
}
.cid-v1Df1xG1NW {
  display: flex;
  padding-top: 19rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/untitled-2.jpg");
}
.cid-v1Df1xG1NW .mbr-overlay {
  background-color: #232323;
  opacity: 0.4;
}
@media (min-width: 768px) {
  .cid-v1Df1xG1NW {
    align-items: flex-end;
  }
  .cid-v1Df1xG1NW .row {
    justify-content: center;
  }
  .cid-v1Df1xG1NW .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v1Df1xG1NW .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v1Df1xG1NW {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-v1Df1xG1NW .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v1Df1xG1NW .content-wrap {
    width: 100%;
  }
}
.cid-v1Df1xG1NW .mbr-section-title,
.cid-v1Df1xG1NW .mbr-section-subtitle {
  text-align: center;
}
.cid-v1Df1xG1NW .mbr-text,
.cid-v1Df1xG1NW .mbr-section-btn {
  text-align: center;
}
.cid-v1DhOP38QR {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-v1DhOP38QR .mbr-text {
  color: #edefeb;
}
.cid-v1DhOP38QR .mbr-section-subtitle {
  color: #edefeb;
}
.cid-v1DhOP38QR .mbr-section-title {
  color: #000000;
}
.cid-v1Di1luDmw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-v1Di1luDmw .mbr-text {
  color: #edefeb;
}
.cid-v1Di1luDmw .mbr-section-subtitle {
  color: #edefeb;
}
.cid-v1Di1luDmw .mbr-section-title {
  color: #000000;
}
.cid-v1NXsgl2fq {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-v1NXsgl2fq .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1NXsgl2fq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1NXsgl2fq .mbr-section-title {
  color: #edefeb;
}
.cid-v1NXehO1Ku {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-v1NXehO1Ku .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1NXehO1Ku .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1NXehO1Ku .content-text {
  max-width: 800px;
}
.cid-v1Di9YefGK {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-v1Di9YefGK .mbr-text {
  color: #edefeb;
}
.cid-v1Di9YefGK .mbr-section-subtitle {
  color: #edefeb;
}
.cid-v1Di9YefGK .mbr-section-title {
  color: #edefeb;
}
.cid-v29L368tC2 {
  padding-top: 3rem;
  padding-bottom: 8rem;
  background-color: #ebd6d2;
  overflow: hidden;
}
.cid-v29L368tC2 .media-container-row .mbr-text {
  color: #692427;
}
.cid-v1M7IPtVMV {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v1M7IPtVMV .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v1M7IPtVMV .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v1M7IPtVMV .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v1M7IPtVMV .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v1M7IPtVMV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v1M7IPtVMV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v1M7IPtVMV .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-v1M7IPtVMV .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-v1M7IPtVMV .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-v1M7IPtVMV .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v1M7IPtVMV .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v1M7IPtVMV .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v1M7IPtVMV .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-v1M7IPtVMV .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v1M7IPtVMV .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v1M7IPtVMV .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v1M7IPtVMV .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v1M7IPtVMV .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v1M7IPtVMV .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (min-width: 767px) {
  .cid-v1M7IPtVMV .navbar-caption {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v1M7IPtVMV .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v1M7IPtVMV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-v1M7IPtVMV .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-v1M7IPtVMV .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v1M7IPtVMV .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v1M7IPtVMV .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v1M7IPtVMV .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #152a1f;
  background: rgba(21, 42, 31, 0.8) !important;
}
.cid-v1M7IPtVMV .nav-item:focus,
.cid-v1M7IPtVMV .nav-link:focus {
  outline: none;
}
.cid-v1M7IPtVMV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v1M7IPtVMV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v1M7IPtVMV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v1M7IPtVMV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v1M7IPtVMV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1M7IPtVMV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v1M7IPtVMV .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v1M7IPtVMV .navbar.opened {
  transition: all 0.25s;
}
.cid-v1M7IPtVMV .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v1M7IPtVMV .navbar .navbar-logo img {
  width: auto;
}
.cid-v1M7IPtVMV .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v1M7IPtVMV .navbar.collapsed {
  justify-content: center;
}
.cid-v1M7IPtVMV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v1M7IPtVMV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v1M7IPtVMV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v1M7IPtVMV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v1M7IPtVMV .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-v1M7IPtVMV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v1M7IPtVMV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v1M7IPtVMV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v1M7IPtVMV .navbar {
    min-height: 72px;
  }
  .cid-v1M7IPtVMV .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v1M7IPtVMV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v1M7IPtVMV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v1M7IPtVMV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v1M7IPtVMV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v1M7IPtVMV .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-v1M7IPtVMV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v1M7IPtVMV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v1M7IPtVMV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v1M7IPtVMV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v1M7IPtVMV .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v1M7IPtVMV .dropdown-item.active,
.cid-v1M7IPtVMV .dropdown-item:active {
  background-color: transparent;
}
.cid-v1M7IPtVMV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v1M7IPtVMV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v1M7IPtVMV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v1M7IPtVMV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #152a1f;
}
.cid-v1M7IPtVMV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v1M7IPtVMV .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v1M7IPtVMV ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v1M7IPtVMV .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v1M7IPtVMV .navbar-buttons {
    text-align: left;
  }
}
.cid-v1M7IPtVMV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v1M7IPtVMV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v1M7IPtVMV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v1M7IPtVMV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1M7IPtVMV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1M7IPtVMV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v1M7IPtVMV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1M7IPtVMV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v1M7IPtVMV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v1M7IPtVMV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1M7IPtVMV .navbar-dropdown {
  padding: 0;
  background: rgba(21, 42, 31, 0.8) !important;
}
.cid-v1M7IPtVMV .opacityScroll {
  background: #152a1f !important;
}
.cid-v1M7IPtVMV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v1M7IPtVMV .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v1M7IPtVMV .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v1M7IPtVMV .navbar {
    height: 70px;
  }
  .cid-v1M7IPtVMV .navbar.opened {
    height: auto;
  }
  .cid-v1M7IPtVMV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v1M7IPtVMV .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v1M7IPtVMV .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v1M7IPtVMV .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v1M7IPtVMV .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-v1M7IPtVMV .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v1M7IPtVMV .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v1M7IPtVMV .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v1M7IPtVMV .navbar-brand {
    margin-right: auto;
  }
  .cid-v1M7IPtVMV .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #152a1f;
    opacity: 1;
    border-color: rgba(21, 42, 31, 0.8) !important;
    background: rgba(21, 42, 31, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-v1M7IPtVMV .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v1M7IPtVMV .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v1M7IPtVMV .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v1M7IPtVMV .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v1M7IPtVMV .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v1M7IPtVMV .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-v1M7IPtVMV .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v1M7IPtVMV .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v1M7IPtVMV .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v1M7IPtVMV .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-v1M7IPtVMV .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-v1M7IPtVMV .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v1O3Yv6als {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-color: #ebceca;
}
.cid-v1O3Yv6als .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1O3Yv6als .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1O3vE0jUa {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ebceca;
}
.cid-v1O3vE0jUa .mbr-text {
  color: #000000;
}
.cid-v1O3vE0jUa .mbr-section-subtitle {
  color: #000000;
}
.cid-v1O3vE0jUa .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v1O3vE0jUa .mbr-text,
.cid-v1O3vE0jUa .item .mbr-section-btn {
  text-align: justify;
}
.cid-v29L368tC2 {
  padding-top: 3rem;
  padding-bottom: 8rem;
  background-color: #ebd6d2;
  overflow: hidden;
}
.cid-v29L368tC2 .media-container-row .mbr-text {
  color: #692427;
}
.cid-v1AYTOI1tU {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v1AYTOI1tU .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v1AYTOI1tU .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v1AYTOI1tU .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v1AYTOI1tU .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v1AYTOI1tU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v1AYTOI1tU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v1AYTOI1tU .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-v1AYTOI1tU .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-v1AYTOI1tU .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-v1AYTOI1tU .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v1AYTOI1tU .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v1AYTOI1tU .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v1AYTOI1tU .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-v1AYTOI1tU .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v1AYTOI1tU .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v1AYTOI1tU .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v1AYTOI1tU .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v1AYTOI1tU .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v1AYTOI1tU .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (min-width: 767px) {
  .cid-v1AYTOI1tU .navbar-caption {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v1AYTOI1tU .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v1AYTOI1tU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-v1AYTOI1tU .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-v1AYTOI1tU .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v1AYTOI1tU .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v1AYTOI1tU .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v1AYTOI1tU .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #152a1f;
  background: rgba(21, 42, 31, 0.8) !important;
}
.cid-v1AYTOI1tU .nav-item:focus,
.cid-v1AYTOI1tU .nav-link:focus {
  outline: none;
}
.cid-v1AYTOI1tU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v1AYTOI1tU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v1AYTOI1tU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v1AYTOI1tU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v1AYTOI1tU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1AYTOI1tU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v1AYTOI1tU .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v1AYTOI1tU .navbar.opened {
  transition: all 0.25s;
}
.cid-v1AYTOI1tU .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v1AYTOI1tU .navbar .navbar-logo img {
  width: auto;
}
.cid-v1AYTOI1tU .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v1AYTOI1tU .navbar.collapsed {
  justify-content: center;
}
.cid-v1AYTOI1tU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v1AYTOI1tU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v1AYTOI1tU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v1AYTOI1tU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v1AYTOI1tU .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-v1AYTOI1tU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v1AYTOI1tU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v1AYTOI1tU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v1AYTOI1tU .navbar {
    min-height: 72px;
  }
  .cid-v1AYTOI1tU .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v1AYTOI1tU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v1AYTOI1tU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v1AYTOI1tU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v1AYTOI1tU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v1AYTOI1tU .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-v1AYTOI1tU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v1AYTOI1tU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v1AYTOI1tU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v1AYTOI1tU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v1AYTOI1tU .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v1AYTOI1tU .dropdown-item.active,
.cid-v1AYTOI1tU .dropdown-item:active {
  background-color: transparent;
}
.cid-v1AYTOI1tU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v1AYTOI1tU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v1AYTOI1tU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v1AYTOI1tU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #152a1f;
}
.cid-v1AYTOI1tU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v1AYTOI1tU .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v1AYTOI1tU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v1AYTOI1tU .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v1AYTOI1tU .navbar-buttons {
    text-align: left;
  }
}
.cid-v1AYTOI1tU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v1AYTOI1tU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v1AYTOI1tU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v1AYTOI1tU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1AYTOI1tU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1AYTOI1tU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v1AYTOI1tU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1AYTOI1tU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v1AYTOI1tU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v1AYTOI1tU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1AYTOI1tU .navbar-dropdown {
  padding: 0;
  background: rgba(21, 42, 31, 0.8) !important;
}
.cid-v1AYTOI1tU .opacityScroll {
  background: #152a1f !important;
}
.cid-v1AYTOI1tU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v1AYTOI1tU .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v1AYTOI1tU .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v1AYTOI1tU .navbar {
    height: 70px;
  }
  .cid-v1AYTOI1tU .navbar.opened {
    height: auto;
  }
  .cid-v1AYTOI1tU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v1AYTOI1tU .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v1AYTOI1tU .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v1AYTOI1tU .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v1AYTOI1tU .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-v1AYTOI1tU .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v1AYTOI1tU .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v1AYTOI1tU .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v1AYTOI1tU .navbar-brand {
    margin-right: auto;
  }
  .cid-v1AYTOI1tU .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #152a1f;
    opacity: 1;
    border-color: rgba(21, 42, 31, 0.8) !important;
    background: rgba(21, 42, 31, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-v1AYTOI1tU .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v1AYTOI1tU .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v1AYTOI1tU .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v1AYTOI1tU .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v1AYTOI1tU .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v1AYTOI1tU .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-v1AYTOI1tU .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v1AYTOI1tU .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v1AYTOI1tU .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v1AYTOI1tU .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-v1AYTOI1tU .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-v1AYTOI1tU .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v1TlKFSgPi {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #51655a;
}
.cid-v1TlKFSgPi .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1TlKFSgPi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1TlKFSgPi .card-wrapper {
  overflow: hidden;
  background: #ebd6d2;
}
.cid-v1TlKFSgPi .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v1TlKFSgPi .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-v1TlKFSgPi .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-v1TlKFSgPi .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-v1TlKFSgPi .row {
  flex-direction: row-reverse;
}
.cid-v1TlKFSgPi .image-wrapper {
  padding: 0 1rem;
}
.cid-v1TlKFSgPi img,
.cid-v1TlKFSgPi .image-wrapper {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-v1TlKFSgPi img,
  .cid-v1TlKFSgPi .image-wrapper {
    max-height: 350px;
  }
}
.cid-v1TlKFSgPi .mbr-section-title {
  color: #163300;
}
.cid-v1TlKFSgPi .mbr-text {
  color: #000000;
}
.cid-v1TlKFSgPi .mbr-text,
.cid-v1TlKFSgPi .mbr-section-btn {
  color: #163300;
}
.cid-v29L368tC2 {
  padding-top: 3rem;
  padding-bottom: 8rem;
  background-color: #ebd6d2;
  overflow: hidden;
}
.cid-v29L368tC2 .media-container-row .mbr-text {
  color: #692427;
}
.cid-v1AYTOI1tU {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v1AYTOI1tU .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v1AYTOI1tU .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v1AYTOI1tU .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v1AYTOI1tU .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v1AYTOI1tU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v1AYTOI1tU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v1AYTOI1tU .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-v1AYTOI1tU .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-v1AYTOI1tU .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-v1AYTOI1tU .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v1AYTOI1tU .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v1AYTOI1tU .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v1AYTOI1tU .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-v1AYTOI1tU .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v1AYTOI1tU .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v1AYTOI1tU .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v1AYTOI1tU .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v1AYTOI1tU .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v1AYTOI1tU .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (min-width: 767px) {
  .cid-v1AYTOI1tU .navbar-caption {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v1AYTOI1tU .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v1AYTOI1tU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-v1AYTOI1tU .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-v1AYTOI1tU .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v1AYTOI1tU .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v1AYTOI1tU .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v1AYTOI1tU .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #152a1f;
  background: rgba(21, 42, 31, 0.8) !important;
}
.cid-v1AYTOI1tU .nav-item:focus,
.cid-v1AYTOI1tU .nav-link:focus {
  outline: none;
}
.cid-v1AYTOI1tU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v1AYTOI1tU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v1AYTOI1tU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v1AYTOI1tU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v1AYTOI1tU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1AYTOI1tU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v1AYTOI1tU .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v1AYTOI1tU .navbar.opened {
  transition: all 0.25s;
}
.cid-v1AYTOI1tU .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v1AYTOI1tU .navbar .navbar-logo img {
  width: auto;
}
.cid-v1AYTOI1tU .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v1AYTOI1tU .navbar.collapsed {
  justify-content: center;
}
.cid-v1AYTOI1tU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v1AYTOI1tU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v1AYTOI1tU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v1AYTOI1tU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v1AYTOI1tU .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-v1AYTOI1tU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v1AYTOI1tU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v1AYTOI1tU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v1AYTOI1tU .navbar {
    min-height: 72px;
  }
  .cid-v1AYTOI1tU .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v1AYTOI1tU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v1AYTOI1tU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v1AYTOI1tU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v1AYTOI1tU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v1AYTOI1tU .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-v1AYTOI1tU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v1AYTOI1tU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v1AYTOI1tU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v1AYTOI1tU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v1AYTOI1tU .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v1AYTOI1tU .dropdown-item.active,
.cid-v1AYTOI1tU .dropdown-item:active {
  background-color: transparent;
}
.cid-v1AYTOI1tU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v1AYTOI1tU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v1AYTOI1tU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v1AYTOI1tU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #152a1f;
}
.cid-v1AYTOI1tU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v1AYTOI1tU .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v1AYTOI1tU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v1AYTOI1tU .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v1AYTOI1tU .navbar-buttons {
    text-align: left;
  }
}
.cid-v1AYTOI1tU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v1AYTOI1tU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v1AYTOI1tU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v1AYTOI1tU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1AYTOI1tU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1AYTOI1tU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v1AYTOI1tU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1AYTOI1tU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v1AYTOI1tU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v1AYTOI1tU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1AYTOI1tU .navbar-dropdown {
  padding: 0;
  background: rgba(21, 42, 31, 0.8) !important;
}
.cid-v1AYTOI1tU .opacityScroll {
  background: #152a1f !important;
}
.cid-v1AYTOI1tU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v1AYTOI1tU .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v1AYTOI1tU .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v1AYTOI1tU .navbar {
    height: 70px;
  }
  .cid-v1AYTOI1tU .navbar.opened {
    height: auto;
  }
  .cid-v1AYTOI1tU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v1AYTOI1tU .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v1AYTOI1tU .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v1AYTOI1tU .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v1AYTOI1tU .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-v1AYTOI1tU .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v1AYTOI1tU .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v1AYTOI1tU .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v1AYTOI1tU .navbar-brand {
    margin-right: auto;
  }
  .cid-v1AYTOI1tU .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #152a1f;
    opacity: 1;
    border-color: rgba(21, 42, 31, 0.8) !important;
    background: rgba(21, 42, 31, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-v1AYTOI1tU .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v1AYTOI1tU .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v1AYTOI1tU .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v1AYTOI1tU .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v1AYTOI1tU .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v1AYTOI1tU .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-v1AYTOI1tU .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v1AYTOI1tU .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v1AYTOI1tU .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v1AYTOI1tU .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-v1AYTOI1tU .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-v1AYTOI1tU .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v2a43Uzfdh {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-color: #ebceca;
}
.cid-v2a43Uzfdh .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2a43Uzfdh .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-v2a43Uzfdh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2a43Uzfdh .item-wrapper {
  background: #f7e3df;
  margin-bottom: 0.5rem;
  padding: 2.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-v2a43Uzfdh .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v2a43Uzfdh .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-v2a43Uzfdh .card-title,
.cid-v2a43Uzfdh .iconfont-wrapper {
  color: #000000;
}
.cid-v2a43Uzfdh .card-text {
  color: #000000;
  text-align: center;
}
.cid-v2a43Uzfdh .content-head {
  max-width: 800px;
}
.cid-v2a43Uzfdh .mbr-section-title {
  color: #000000;
}
.cid-v2a43Uzfdh .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v2a43Uzfdh .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-v2a43Uzfdh .img-wrapper {
  display: flex;
  justify-content: center;
}
.cid-v2a43Uzfdh .card-title,
.cid-v2a43Uzfdh .img-wrapper {
  text-align: center;
}
.cid-v29L368tC2 {
  padding-top: 3rem;
  padding-bottom: 8rem;
  background-color: #ebd6d2;
  overflow: hidden;
}
.cid-v29L368tC2 .media-container-row .mbr-text {
  color: #692427;
}
.cid-v1AYTOI1tU {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v1AYTOI1tU .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v1AYTOI1tU .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v1AYTOI1tU .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v1AYTOI1tU .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v1AYTOI1tU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v1AYTOI1tU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v1AYTOI1tU .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-v1AYTOI1tU .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-v1AYTOI1tU .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-v1AYTOI1tU .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v1AYTOI1tU .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v1AYTOI1tU .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v1AYTOI1tU .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-v1AYTOI1tU .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v1AYTOI1tU .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v1AYTOI1tU .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v1AYTOI1tU .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v1AYTOI1tU .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v1AYTOI1tU .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (min-width: 767px) {
  .cid-v1AYTOI1tU .navbar-caption {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v1AYTOI1tU .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v1AYTOI1tU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-v1AYTOI1tU .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-v1AYTOI1tU .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v1AYTOI1tU .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v1AYTOI1tU .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v1AYTOI1tU .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #152a1f;
  background: rgba(21, 42, 31, 0.8) !important;
}
.cid-v1AYTOI1tU .nav-item:focus,
.cid-v1AYTOI1tU .nav-link:focus {
  outline: none;
}
.cid-v1AYTOI1tU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v1AYTOI1tU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v1AYTOI1tU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v1AYTOI1tU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v1AYTOI1tU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1AYTOI1tU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v1AYTOI1tU .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v1AYTOI1tU .navbar.opened {
  transition: all 0.25s;
}
.cid-v1AYTOI1tU .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v1AYTOI1tU .navbar .navbar-logo img {
  width: auto;
}
.cid-v1AYTOI1tU .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v1AYTOI1tU .navbar.collapsed {
  justify-content: center;
}
.cid-v1AYTOI1tU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v1AYTOI1tU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v1AYTOI1tU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v1AYTOI1tU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v1AYTOI1tU .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-v1AYTOI1tU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v1AYTOI1tU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v1AYTOI1tU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v1AYTOI1tU .navbar {
    min-height: 72px;
  }
  .cid-v1AYTOI1tU .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v1AYTOI1tU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v1AYTOI1tU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v1AYTOI1tU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v1AYTOI1tU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v1AYTOI1tU .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-v1AYTOI1tU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v1AYTOI1tU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v1AYTOI1tU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v1AYTOI1tU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v1AYTOI1tU .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v1AYTOI1tU .dropdown-item.active,
.cid-v1AYTOI1tU .dropdown-item:active {
  background-color: transparent;
}
.cid-v1AYTOI1tU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v1AYTOI1tU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v1AYTOI1tU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v1AYTOI1tU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #152a1f;
}
.cid-v1AYTOI1tU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v1AYTOI1tU .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v1AYTOI1tU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v1AYTOI1tU .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v1AYTOI1tU .navbar-buttons {
    text-align: left;
  }
}
.cid-v1AYTOI1tU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v1AYTOI1tU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v1AYTOI1tU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v1AYTOI1tU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1AYTOI1tU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1AYTOI1tU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v1AYTOI1tU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1AYTOI1tU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v1AYTOI1tU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v1AYTOI1tU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1AYTOI1tU .navbar-dropdown {
  padding: 0;
  background: rgba(21, 42, 31, 0.8) !important;
}
.cid-v1AYTOI1tU .opacityScroll {
  background: #152a1f !important;
}
.cid-v1AYTOI1tU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v1AYTOI1tU .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v1AYTOI1tU .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v1AYTOI1tU .navbar {
    height: 70px;
  }
  .cid-v1AYTOI1tU .navbar.opened {
    height: auto;
  }
  .cid-v1AYTOI1tU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v1AYTOI1tU .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v1AYTOI1tU .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v1AYTOI1tU .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v1AYTOI1tU .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-v1AYTOI1tU .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v1AYTOI1tU .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v1AYTOI1tU .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v1AYTOI1tU .navbar-brand {
    margin-right: auto;
  }
  .cid-v1AYTOI1tU .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #152a1f;
    opacity: 1;
    border-color: rgba(21, 42, 31, 0.8) !important;
    background: rgba(21, 42, 31, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-v1AYTOI1tU .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v1AYTOI1tU .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v1AYTOI1tU .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v1AYTOI1tU .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v1AYTOI1tU .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v1AYTOI1tU .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-v1AYTOI1tU .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v1AYTOI1tU .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v1AYTOI1tU .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v1AYTOI1tU .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-v1AYTOI1tU .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-v1AYTOI1tU .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v29C5m5VmE {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #51655a;
}
.cid-v29C5m5VmE .mbr-fallback-image.disabled {
  display: none;
}
.cid-v29C5m5VmE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v29C5m5VmE .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v29C5m5VmE .row {
  flex-direction: row-reverse;
}
.cid-v29C5m5VmE .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v29C5m5VmE .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v29C5m5VmE .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v29C5m5VmE .mbr-section-title {
  color: #ebd6d2;
}
.cid-v29C5m5VmE .mbr-text,
.cid-v29C5m5VmE .mbr-section-btn {
  color: #ffffff;
}
.cid-v21fssPrDr {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #51655a;
}
.cid-v21fssPrDr .mbr-fallback-image.disabled {
  display: none;
}
.cid-v21fssPrDr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v21fssPrDr .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v21fssPrDr .row {
  flex-direction: row-reverse;
}
.cid-v21fssPrDr .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v21fssPrDr .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v21fssPrDr .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v21fssPrDr .mbr-section-title {
  color: #edefeb;
}
.cid-v21fssPrDr .mbr-text,
.cid-v21fssPrDr .mbr-section-btn {
  color: #edefeb;
  text-align: justify;
}
.cid-v21ft0giz4 {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #51655a;
}
.cid-v21ft0giz4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v21ft0giz4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v21ft0giz4 .card-wrapper {
  background: #51655a;
}
@media (max-width: 767px) {
  .cid-v21ft0giz4 .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v21ft0giz4 .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v21ft0giz4 .card-wrapper {
    padding: 4rem;
  }
}
.cid-v21ft0giz4 .mbr-text,
.cid-v21ft0giz4 .mbr-section-btn {
  color: #edefeb;
  text-align: justify;
}
.cid-v21ft0giz4 .card-title,
.cid-v21ft0giz4 .card-box {
  text-align: center;
  color: #edefeb;
}
.cid-v21h5mUOL8 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #51655a;
}
.cid-v21h5mUOL8 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v21h5mUOL8 .item {
    margin-bottom: 1rem;
  }
}
.cid-v21h5mUOL8 .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-v21h5mUOL8 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v21h5mUOL8 .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-v21h5mUOL8 .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-v21h5mUOL8 .carousel-control,
.cid-v21h5mUOL8 .close {
  background: #1b1b1b;
}
.cid-v21h5mUOL8 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v21h5mUOL8 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v21h5mUOL8 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v21h5mUOL8 .carousel-control-next span {
  margin-left: 5px;
}
.cid-v21h5mUOL8 .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-v21h5mUOL8 .close::before {
  content: '\e91a';
}
.cid-v21h5mUOL8 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v21h5mUOL8 .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-v21h5mUOL8 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v21h5mUOL8 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v21h5mUOL8 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v21h5mUOL8 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v21h5mUOL8 .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-v21h5mUOL8 .carousel-indicators li.active,
.cid-v21h5mUOL8 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v21h5mUOL8 .carousel-indicators li::after,
.cid-v21h5mUOL8 .carousel-indicators li::before {
  content: none;
}
.cid-v21h5mUOL8 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v21h5mUOL8 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v21h5mUOL8 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v21h5mUOL8 .carousel-indicators {
    display: none;
  }
}
.cid-v21h5mUOL8 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v21h5mUOL8 .carousel-inner > .active {
  display: block;
}
.cid-v21h5mUOL8 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v21h5mUOL8 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v21h5mUOL8 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v21h5mUOL8 .carousel-control,
  .cid-v21h5mUOL8 .carousel-indicators,
  .cid-v21h5mUOL8 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v21h5mUOL8 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v21h5mUOL8 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v21h5mUOL8 .carousel-indicators .active,
.cid-v21h5mUOL8 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v21h5mUOL8 .carousel-indicators .active {
  background: #fff;
}
.cid-v21h5mUOL8 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v21h5mUOL8 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v21h5mUOL8 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v21h5mUOL8 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v21h5mUOL8 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v21h5mUOL8 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v21h5mUOL8 .carousel {
  width: 100%;
}
.cid-v21h5mUOL8 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v21h5mUOL8 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v21h5mUOL8 .modal.fade .modal-dialog,
.cid-v21h5mUOL8 .modal.in .modal-dialog {
  transform: none;
}
.cid-v21h5mUOL8 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v21h5mUOL8 .content-head {
  max-width: 800px;
}
.cid-v21h5mUOL8 .mbr-section-title {
  color: #ebd6d2;
}
.cid-v21h5mUOL8 .mbr-section-subtitle {
  color: #ebd6d2;
  text-align: center;
}
.cid-v21gyBbRuQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #51655a;
}
.cid-v21gyBbRuQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v21gyBbRuQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v21gyBbRuQ .card-wrapper {
  background: #692427;
}
@media (max-width: 767px) {
  .cid-v21gyBbRuQ .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v21gyBbRuQ .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v21gyBbRuQ .card-wrapper {
    padding: 4rem;
  }
}
.cid-v21gyBbRuQ .mbr-text,
.cid-v21gyBbRuQ .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-v21gyBbRuQ .card-title,
.cid-v21gyBbRuQ .card-box {
  text-align: left;
  color: #152a1f;
}
.cid-v21gyBbRuQ .mbr-section-subtitle {
  text-align: left;
  color: #ebd6d2;
}
.cid-v21gyBbRuQ .mbr-text {
  text-align: left;
  color: #ebd6d2;
}
.cid-v21gyBbRuQ .mbr-card-title {
  text-align: left;
  color: #ebd6d2;
}
.cid-v21xON37NX {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #51655a;
}
.cid-v21xON37NX .mbr-text {
  color: #152a1f;
}
.cid-v21xON37NX .mbr-section-subtitle {
  color: #000000;
}
.cid-v21xON37NX .mbr-section-title {
  color: #ebd6d2;
  text-align: center;
}
.cid-v21xON37NX .mbr-text,
.cid-v21xON37NX .item .mbr-section-btn {
  text-align: left;
}
.cid-v21xON37NX .item-wrapper {
  background: #ebd6d2;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v21xON37NX .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v21xON37NX .item-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v21xON37NX .item-wrapper {
    padding: 4rem;
  }
}
.cid-v21xON37NX .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-v21xON37NX .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 1rem;
}
.cid-v21xON37NX .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #692427;
  background-color: #692427;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-v21xON37NX .mbr-text UL {
  text-align: left;
}
.cid-v21xON37NX .mbr-card-subtitle {
  color: #152a1f;
  text-align: left;
}
.cid-v21xON37NX .mbr-card-title {
  color: #152a1f;
}
.cid-v21gTYriEV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #51655a;
}
.cid-v21gTYriEV .mbr-fallback-image.disabled {
  display: none;
}
.cid-v21gTYriEV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v21gTYriEV .card-wrapper {
  background: #692427;
}
@media (max-width: 767px) {
  .cid-v21gTYriEV .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v21gTYriEV .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v21gTYriEV .card-wrapper {
    padding: 4rem;
  }
}
.cid-v21gTYriEV .mbr-text,
.cid-v21gTYriEV .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-v21gTYriEV .card-title,
.cid-v21gTYriEV .card-box {
  text-align: center;
  color: #ebd6d2;
}
.cid-v21gTYriEV .mbr-card-title {
  text-align: left;
}
.cid-v21gTYriEV .mbr-card-subtitle {
  text-align: left;
  color: #ebceca;
}
.cid-v21gTYriEV .mbr-text {
  text-align: left;
  color: #ebceca;
}
.cid-v21gTYriEV .mbr-section-subtitle {
  text-align: center;
}
.cid-v21pP98zJ7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #51655a;
}
.cid-v21pP98zJ7 .mbr-text {
  color: #000000;
}
.cid-v21pP98zJ7 .mbr-section-subtitle {
  color: #000000;
}
.cid-v21pP98zJ7 .mbr-section-title {
  color: #ebd6d2;
  text-align: center;
}
.cid-v21pP98zJ7 .mbr-text,
.cid-v21pP98zJ7 .item .mbr-section-btn {
  text-align: center;
}
.cid-v21pP98zJ7 .item-wrapper {
  background: #ebd6d2;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v21pP98zJ7 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v21pP98zJ7 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-v29IdGxkZ5 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #51655a;
}
.cid-v29IdGxkZ5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v29IdGxkZ5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v29IdGxkZ5 .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  border-radius: 0 !important;
}
@media (max-width: 767px) {
  .cid-v29IdGxkZ5 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v29IdGxkZ5 .mbr-iconfont {
  font-size: 3rem;
  color: #ffa0a0;
  padding-right: 2rem;
}
.cid-v29IdGxkZ5 .content-head {
  max-width: 800px;
}
.cid-v29IdGxkZ5 .mbr-section-title {
  color: #ebd6d2;
}
.cid-v29IdGxkZ5 .card-title {
  color: #ebd6d2;
}
.cid-v29L368tC2 {
  padding-top: 3rem;
  padding-bottom: 8rem;
  background-color: #ebd6d2;
  overflow: hidden;
}
.cid-v29L368tC2 .media-container-row .mbr-text {
  color: #692427;
}
.cid-v1M7IPtVMV {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v1M7IPtVMV .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v1M7IPtVMV .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v1M7IPtVMV .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v1M7IPtVMV .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v1M7IPtVMV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v1M7IPtVMV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v1M7IPtVMV .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-v1M7IPtVMV .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-v1M7IPtVMV .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-v1M7IPtVMV .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v1M7IPtVMV .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v1M7IPtVMV .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v1M7IPtVMV .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-v1M7IPtVMV .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v1M7IPtVMV .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v1M7IPtVMV .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v1M7IPtVMV .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v1M7IPtVMV .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v1M7IPtVMV .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (min-width: 767px) {
  .cid-v1M7IPtVMV .navbar-caption {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v1M7IPtVMV .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v1M7IPtVMV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-v1M7IPtVMV .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-v1M7IPtVMV .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v1M7IPtVMV .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v1M7IPtVMV .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v1M7IPtVMV .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #152a1f;
  background: rgba(21, 42, 31, 0.8) !important;
}
.cid-v1M7IPtVMV .nav-item:focus,
.cid-v1M7IPtVMV .nav-link:focus {
  outline: none;
}
.cid-v1M7IPtVMV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v1M7IPtVMV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v1M7IPtVMV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v1M7IPtVMV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v1M7IPtVMV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1M7IPtVMV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v1M7IPtVMV .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v1M7IPtVMV .navbar.opened {
  transition: all 0.25s;
}
.cid-v1M7IPtVMV .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v1M7IPtVMV .navbar .navbar-logo img {
  width: auto;
}
.cid-v1M7IPtVMV .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v1M7IPtVMV .navbar.collapsed {
  justify-content: center;
}
.cid-v1M7IPtVMV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v1M7IPtVMV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v1M7IPtVMV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v1M7IPtVMV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v1M7IPtVMV .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-v1M7IPtVMV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v1M7IPtVMV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v1M7IPtVMV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v1M7IPtVMV .navbar {
    min-height: 72px;
  }
  .cid-v1M7IPtVMV .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v1M7IPtVMV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v1M7IPtVMV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v1M7IPtVMV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v1M7IPtVMV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v1M7IPtVMV .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-v1M7IPtVMV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v1M7IPtVMV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v1M7IPtVMV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v1M7IPtVMV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v1M7IPtVMV .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v1M7IPtVMV .dropdown-item.active,
.cid-v1M7IPtVMV .dropdown-item:active {
  background-color: transparent;
}
.cid-v1M7IPtVMV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v1M7IPtVMV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v1M7IPtVMV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v1M7IPtVMV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #152a1f;
}
.cid-v1M7IPtVMV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v1M7IPtVMV .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v1M7IPtVMV ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v1M7IPtVMV .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v1M7IPtVMV .navbar-buttons {
    text-align: left;
  }
}
.cid-v1M7IPtVMV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v1M7IPtVMV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v1M7IPtVMV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v1M7IPtVMV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1M7IPtVMV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1M7IPtVMV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v1M7IPtVMV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1M7IPtVMV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v1M7IPtVMV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v1M7IPtVMV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1M7IPtVMV .navbar-dropdown {
  padding: 0;
  background: rgba(21, 42, 31, 0.8) !important;
}
.cid-v1M7IPtVMV .opacityScroll {
  background: #152a1f !important;
}
.cid-v1M7IPtVMV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v1M7IPtVMV .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v1M7IPtVMV .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v1M7IPtVMV .navbar {
    height: 70px;
  }
  .cid-v1M7IPtVMV .navbar.opened {
    height: auto;
  }
  .cid-v1M7IPtVMV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v1M7IPtVMV .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v1M7IPtVMV .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v1M7IPtVMV .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v1M7IPtVMV .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-v1M7IPtVMV .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v1M7IPtVMV .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v1M7IPtVMV .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v1M7IPtVMV .navbar-brand {
    margin-right: auto;
  }
  .cid-v1M7IPtVMV .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #152a1f;
    opacity: 1;
    border-color: rgba(21, 42, 31, 0.8) !important;
    background: rgba(21, 42, 31, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-v1M7IPtVMV .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v1M7IPtVMV .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v1M7IPtVMV .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v1M7IPtVMV .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v1M7IPtVMV .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v1M7IPtVMV .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-v1M7IPtVMV .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v1M7IPtVMV .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v1M7IPtVMV .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v1M7IPtVMV .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-v1M7IPtVMV .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-v1M7IPtVMV .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v29LqbP7dJ {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #51655a;
}
.cid-v29LqbP7dJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v29LqbP7dJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v29LqbP7dJ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v29LqbP7dJ .row {
  flex-direction: row-reverse;
}
.cid-v29LqbP7dJ .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v29LqbP7dJ .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v29LqbP7dJ .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v29LqbP7dJ .mbr-section-title {
  color: #ebd6d2;
}
.cid-v29LqbP7dJ .mbr-text,
.cid-v29LqbP7dJ .mbr-section-btn {
  color: #ffffff;
}
.cid-v21DZuXFGi {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #51655a;
}
.cid-v21DZuXFGi .mbr-fallback-image.disabled {
  display: none;
}
.cid-v21DZuXFGi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v21DZuXFGi .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v21DZuXFGi .row {
  flex-direction: row-reverse;
}
.cid-v21DZuXFGi .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v21DZuXFGi .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v21DZuXFGi .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v21DZuXFGi .mbr-section-title {
  color: #edefeb;
}
.cid-v21DZuXFGi .mbr-text,
.cid-v21DZuXFGi .mbr-section-btn {
  color: #edefeb;
  text-align: justify;
}
.cid-v21E0djN9S {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #51655a;
}
.cid-v21E0djN9S .mbr-fallback-image.disabled {
  display: none;
}
.cid-v21E0djN9S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v21E0djN9S .card-wrapper {
  background: #51655a;
}
@media (max-width: 767px) {
  .cid-v21E0djN9S .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v21E0djN9S .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v21E0djN9S .card-wrapper {
    padding: 4rem;
  }
}
.cid-v21E0djN9S .mbr-text,
.cid-v21E0djN9S .mbr-section-btn {
  color: #edefeb;
  text-align: justify;
}
.cid-v21E0djN9S .card-title,
.cid-v21E0djN9S .card-box {
  text-align: center;
  color: #edefeb;
}
.cid-v21E0Vi2uw {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #51655a;
}
.cid-v21E0Vi2uw .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v21E0Vi2uw .item {
    margin-bottom: 1rem;
  }
}
.cid-v21E0Vi2uw .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-v21E0Vi2uw .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v21E0Vi2uw .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-v21E0Vi2uw .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-v21E0Vi2uw .carousel-control,
.cid-v21E0Vi2uw .close {
  background: #1b1b1b;
}
.cid-v21E0Vi2uw .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v21E0Vi2uw .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v21E0Vi2uw .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v21E0Vi2uw .carousel-control-next span {
  margin-left: 5px;
}
.cid-v21E0Vi2uw .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-v21E0Vi2uw .close::before {
  content: '\e91a';
}
.cid-v21E0Vi2uw .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v21E0Vi2uw .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-v21E0Vi2uw .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v21E0Vi2uw .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v21E0Vi2uw .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v21E0Vi2uw .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v21E0Vi2uw .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-v21E0Vi2uw .carousel-indicators li.active,
.cid-v21E0Vi2uw .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v21E0Vi2uw .carousel-indicators li::after,
.cid-v21E0Vi2uw .carousel-indicators li::before {
  content: none;
}
.cid-v21E0Vi2uw .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v21E0Vi2uw .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v21E0Vi2uw .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v21E0Vi2uw .carousel-indicators {
    display: none;
  }
}
.cid-v21E0Vi2uw .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v21E0Vi2uw .carousel-inner > .active {
  display: block;
}
.cid-v21E0Vi2uw .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v21E0Vi2uw .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v21E0Vi2uw .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v21E0Vi2uw .carousel-control,
  .cid-v21E0Vi2uw .carousel-indicators,
  .cid-v21E0Vi2uw .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v21E0Vi2uw .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v21E0Vi2uw .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v21E0Vi2uw .carousel-indicators .active,
.cid-v21E0Vi2uw .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v21E0Vi2uw .carousel-indicators .active {
  background: #fff;
}
.cid-v21E0Vi2uw .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v21E0Vi2uw .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v21E0Vi2uw .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v21E0Vi2uw .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v21E0Vi2uw .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v21E0Vi2uw .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v21E0Vi2uw .carousel {
  width: 100%;
}
.cid-v21E0Vi2uw .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v21E0Vi2uw .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v21E0Vi2uw .modal.fade .modal-dialog,
.cid-v21E0Vi2uw .modal.in .modal-dialog {
  transform: none;
}
.cid-v21E0Vi2uw .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v21E0Vi2uw .content-head {
  max-width: 800px;
}
.cid-v21E0Vi2uw .mbr-section-title {
  color: #152a1f;
}
.cid-v21E0Vi2uw .mbr-section-subtitle {
  color: #ebd6d2;
  text-align: center;
}
.cid-v21E1BKzkj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #51655a;
}
.cid-v21E1BKzkj .mbr-fallback-image.disabled {
  display: none;
}
.cid-v21E1BKzkj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v21E1BKzkj .card-wrapper {
  background: #692427;
}
@media (max-width: 767px) {
  .cid-v21E1BKzkj .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v21E1BKzkj .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v21E1BKzkj .card-wrapper {
    padding: 4rem;
  }
}
.cid-v21E1BKzkj .mbr-text,
.cid-v21E1BKzkj .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-v21E1BKzkj .card-title,
.cid-v21E1BKzkj .card-box {
  text-align: left;
  color: #152a1f;
}
.cid-v21E1BKzkj .mbr-section-subtitle {
  text-align: left;
  color: #ebd6d2;
}
.cid-v21E1BKzkj .mbr-text {
  text-align: left;
  color: #ebd6d2;
}
.cid-v21E1BKzkj .mbr-card-title {
  text-align: center;
  color: #ebd6d2;
}
.cid-v21E2jD1Vj {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #51655a;
}
.cid-v21E2jD1Vj .mbr-text {
  color: #152a1f;
}
.cid-v21E2jD1Vj .mbr-section-subtitle {
  color: #000000;
}
.cid-v21E2jD1Vj .mbr-section-title {
  color: #ebd6d2;
  text-align: center;
}
.cid-v21E2jD1Vj .mbr-text,
.cid-v21E2jD1Vj .item .mbr-section-btn {
  text-align: left;
}
.cid-v21E2jD1Vj .item-wrapper {
  background: #ebd6d2;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v21E2jD1Vj .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v21E2jD1Vj .item-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v21E2jD1Vj .item-wrapper {
    padding: 4rem;
  }
}
.cid-v21E2jD1Vj .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-v21E2jD1Vj .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 1rem;
}
.cid-v21E2jD1Vj .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #692427;
  background-color: #692427;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-v21E2jD1Vj .mbr-text UL {
  text-align: left;
}
.cid-v21E2jD1Vj .mbr-card-subtitle {
  color: #152a1f;
  text-align: left;
}
.cid-v21E2jD1Vj .mbr-card-title {
  color: #152a1f;
}
.cid-v21E2NhGcA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #51655a;
}
.cid-v21E2NhGcA .mbr-fallback-image.disabled {
  display: none;
}
.cid-v21E2NhGcA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v21E2NhGcA .card-wrapper {
  background: #692427;
}
@media (max-width: 767px) {
  .cid-v21E2NhGcA .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v21E2NhGcA .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v21E2NhGcA .card-wrapper {
    padding: 4rem;
  }
}
.cid-v21E2NhGcA .mbr-text,
.cid-v21E2NhGcA .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-v21E2NhGcA .card-title,
.cid-v21E2NhGcA .card-box {
  text-align: center;
  color: #ebd6d2;
}
.cid-v21E2NhGcA .mbr-card-title {
  text-align: left;
}
.cid-v21E2NhGcA .mbr-card-subtitle {
  text-align: left;
  color: #ebceca;
}
.cid-v21E2NhGcA .mbr-text {
  text-align: justify;
  color: #ebceca;
}
.cid-v21E2NhGcA .mbr-section-subtitle {
  text-align: center;
}
.cid-v21E3fmwiM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #51655a;
}
.cid-v21E3fmwiM .mbr-text {
  color: #000000;
}
.cid-v21E3fmwiM .mbr-section-subtitle {
  color: #000000;
}
.cid-v21E3fmwiM .mbr-section-title {
  color: #ebd6d2;
  text-align: center;
}
.cid-v21E3fmwiM .mbr-text,
.cid-v21E3fmwiM .item .mbr-section-btn {
  text-align: center;
}
.cid-v21E3fmwiM .item-wrapper {
  background: #ebd6d2;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v21E3fmwiM .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v21E3fmwiM .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-v29LHguXxz {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #51655a;
}
.cid-v29LHguXxz .mbr-fallback-image.disabled {
  display: none;
}
.cid-v29LHguXxz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v29LHguXxz .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  border-radius: 0 !important;
}
@media (max-width: 767px) {
  .cid-v29LHguXxz .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v29LHguXxz .mbr-iconfont {
  font-size: 3rem;
  color: #ffa0a0;
  padding-right: 2rem;
}
.cid-v29LHguXxz .content-head {
  max-width: 800px;
}
.cid-v29LHguXxz .mbr-section-title {
  color: #ebd6d2;
}
.cid-v29LHguXxz .card-title {
  color: #ebd6d2;
}
.cid-v29L368tC2 {
  padding-top: 3rem;
  padding-bottom: 8rem;
  background-color: #ebd6d2;
  overflow: hidden;
}
.cid-v29L368tC2 .media-container-row .mbr-text {
  color: #692427;
}
.cid-v1AYTOI1tU {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v1AYTOI1tU .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v1AYTOI1tU .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v1AYTOI1tU .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v1AYTOI1tU .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v1AYTOI1tU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v1AYTOI1tU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v1AYTOI1tU .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-v1AYTOI1tU .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-v1AYTOI1tU .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-v1AYTOI1tU .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v1AYTOI1tU .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v1AYTOI1tU .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v1AYTOI1tU .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-v1AYTOI1tU .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v1AYTOI1tU .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v1AYTOI1tU .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v1AYTOI1tU .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v1AYTOI1tU .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v1AYTOI1tU .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (min-width: 767px) {
  .cid-v1AYTOI1tU .navbar-caption {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v1AYTOI1tU .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v1AYTOI1tU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-v1AYTOI1tU .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-v1AYTOI1tU .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v1AYTOI1tU .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v1AYTOI1tU .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v1AYTOI1tU .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #152a1f;
  background: rgba(21, 42, 31, 0.8) !important;
}
.cid-v1AYTOI1tU .nav-item:focus,
.cid-v1AYTOI1tU .nav-link:focus {
  outline: none;
}
.cid-v1AYTOI1tU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v1AYTOI1tU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v1AYTOI1tU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v1AYTOI1tU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v1AYTOI1tU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1AYTOI1tU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v1AYTOI1tU .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v1AYTOI1tU .navbar.opened {
  transition: all 0.25s;
}
.cid-v1AYTOI1tU .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v1AYTOI1tU .navbar .navbar-logo img {
  width: auto;
}
.cid-v1AYTOI1tU .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v1AYTOI1tU .navbar.collapsed {
  justify-content: center;
}
.cid-v1AYTOI1tU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v1AYTOI1tU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v1AYTOI1tU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v1AYTOI1tU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v1AYTOI1tU .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-v1AYTOI1tU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v1AYTOI1tU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v1AYTOI1tU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v1AYTOI1tU .navbar {
    min-height: 72px;
  }
  .cid-v1AYTOI1tU .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v1AYTOI1tU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v1AYTOI1tU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v1AYTOI1tU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v1AYTOI1tU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v1AYTOI1tU .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-v1AYTOI1tU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v1AYTOI1tU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v1AYTOI1tU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v1AYTOI1tU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v1AYTOI1tU .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v1AYTOI1tU .dropdown-item.active,
.cid-v1AYTOI1tU .dropdown-item:active {
  background-color: transparent;
}
.cid-v1AYTOI1tU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v1AYTOI1tU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v1AYTOI1tU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v1AYTOI1tU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #152a1f;
}
.cid-v1AYTOI1tU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v1AYTOI1tU .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v1AYTOI1tU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v1AYTOI1tU .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v1AYTOI1tU .navbar-buttons {
    text-align: left;
  }
}
.cid-v1AYTOI1tU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v1AYTOI1tU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v1AYTOI1tU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v1AYTOI1tU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1AYTOI1tU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1AYTOI1tU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v1AYTOI1tU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1AYTOI1tU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v1AYTOI1tU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v1AYTOI1tU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1AYTOI1tU .navbar-dropdown {
  padding: 0;
  background: rgba(21, 42, 31, 0.8) !important;
}
.cid-v1AYTOI1tU .opacityScroll {
  background: #152a1f !important;
}
.cid-v1AYTOI1tU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v1AYTOI1tU .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v1AYTOI1tU .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v1AYTOI1tU .navbar {
    height: 70px;
  }
  .cid-v1AYTOI1tU .navbar.opened {
    height: auto;
  }
  .cid-v1AYTOI1tU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v1AYTOI1tU .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v1AYTOI1tU .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v1AYTOI1tU .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v1AYTOI1tU .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-v1AYTOI1tU .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v1AYTOI1tU .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v1AYTOI1tU .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v1AYTOI1tU .navbar-brand {
    margin-right: auto;
  }
  .cid-v1AYTOI1tU .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #152a1f;
    opacity: 1;
    border-color: rgba(21, 42, 31, 0.8) !important;
    background: rgba(21, 42, 31, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-v1AYTOI1tU .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v1AYTOI1tU .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v1AYTOI1tU .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v1AYTOI1tU .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v1AYTOI1tU .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v1AYTOI1tU .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-v1AYTOI1tU .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v1AYTOI1tU .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v1AYTOI1tU .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v1AYTOI1tU .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-v1AYTOI1tU .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-v1AYTOI1tU .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v29LMi0QLB {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #51655a;
}
.cid-v29LMi0QLB .mbr-fallback-image.disabled {
  display: none;
}
.cid-v29LMi0QLB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v29LMi0QLB .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v29LMi0QLB .row {
  flex-direction: row-reverse;
}
.cid-v29LMi0QLB .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v29LMi0QLB .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v29LMi0QLB .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v29LMi0QLB .mbr-section-title {
  color: #ebd6d2;
}
.cid-v29LMi0QLB .mbr-text,
.cid-v29LMi0QLB .mbr-section-btn {
  color: #ffffff;
}
.cid-v21LZHEcHn {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #51655a;
}
.cid-v21LZHEcHn .mbr-fallback-image.disabled {
  display: none;
}
.cid-v21LZHEcHn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v21LZHEcHn .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v21LZHEcHn .row {
  flex-direction: row-reverse;
}
.cid-v21LZHEcHn .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v21LZHEcHn .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v21LZHEcHn .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v21LZHEcHn .mbr-section-title {
  color: #edefeb;
}
.cid-v21LZHEcHn .mbr-text,
.cid-v21LZHEcHn .mbr-section-btn {
  color: #edefeb;
  text-align: justify;
}
.cid-v21M2eyuYX {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #51655a;
}
.cid-v21M2eyuYX .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v21M2eyuYX .item {
    margin-bottom: 1rem;
  }
}
.cid-v21M2eyuYX .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-v21M2eyuYX .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v21M2eyuYX .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-v21M2eyuYX .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-v21M2eyuYX .carousel-control,
.cid-v21M2eyuYX .close {
  background: #1b1b1b;
}
.cid-v21M2eyuYX .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v21M2eyuYX .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v21M2eyuYX .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v21M2eyuYX .carousel-control-next span {
  margin-left: 5px;
}
.cid-v21M2eyuYX .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-v21M2eyuYX .close::before {
  content: '\e91a';
}
.cid-v21M2eyuYX .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v21M2eyuYX .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-v21M2eyuYX .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v21M2eyuYX .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v21M2eyuYX .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v21M2eyuYX .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v21M2eyuYX .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-v21M2eyuYX .carousel-indicators li.active,
.cid-v21M2eyuYX .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v21M2eyuYX .carousel-indicators li::after,
.cid-v21M2eyuYX .carousel-indicators li::before {
  content: none;
}
.cid-v21M2eyuYX .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v21M2eyuYX .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v21M2eyuYX .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v21M2eyuYX .carousel-indicators {
    display: none;
  }
}
.cid-v21M2eyuYX .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v21M2eyuYX .carousel-inner > .active {
  display: block;
}
.cid-v21M2eyuYX .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v21M2eyuYX .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v21M2eyuYX .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v21M2eyuYX .carousel-control,
  .cid-v21M2eyuYX .carousel-indicators,
  .cid-v21M2eyuYX .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v21M2eyuYX .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v21M2eyuYX .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v21M2eyuYX .carousel-indicators .active,
.cid-v21M2eyuYX .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v21M2eyuYX .carousel-indicators .active {
  background: #fff;
}
.cid-v21M2eyuYX .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v21M2eyuYX .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v21M2eyuYX .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v21M2eyuYX .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v21M2eyuYX .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v21M2eyuYX .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v21M2eyuYX .carousel {
  width: 100%;
}
.cid-v21M2eyuYX .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v21M2eyuYX .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v21M2eyuYX .modal.fade .modal-dialog,
.cid-v21M2eyuYX .modal.in .modal-dialog {
  transform: none;
}
.cid-v21M2eyuYX .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v21M2eyuYX .content-head {
  max-width: 800px;
}
.cid-v21M2eyuYX .mbr-section-title {
  color: #152a1f;
}
.cid-v21M2eyuYX .mbr-section-subtitle {
  color: #ebd6d2;
  text-align: center;
}
.cid-v21M2UdeTg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #51655a;
}
.cid-v21M2UdeTg .mbr-fallback-image.disabled {
  display: none;
}
.cid-v21M2UdeTg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v21M2UdeTg .card-wrapper {
  background: #692427;
}
@media (max-width: 767px) {
  .cid-v21M2UdeTg .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v21M2UdeTg .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v21M2UdeTg .card-wrapper {
    padding: 4rem;
  }
}
.cid-v21M2UdeTg .mbr-text,
.cid-v21M2UdeTg .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-v21M2UdeTg .card-title,
.cid-v21M2UdeTg .card-box {
  text-align: left;
  color: #152a1f;
}
.cid-v21M2UdeTg .mbr-section-subtitle {
  text-align: left;
  color: #ebd6d2;
}
.cid-v21M2UdeTg .mbr-text {
  text-align: left;
  color: #ebd6d2;
}
.cid-v21M2UdeTg .mbr-card-title {
  text-align: center;
  color: #ebd6d2;
}
.cid-v21M8GKz88 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #51655a;
}
.cid-v21M8GKz88 .mbr-text {
  color: #152a1f;
}
.cid-v21M8GKz88 .mbr-section-subtitle {
  color: #000000;
}
.cid-v21M8GKz88 .mbr-section-title {
  color: #ebd6d2;
  text-align: center;
}
.cid-v21M8GKz88 .mbr-text,
.cid-v21M8GKz88 .item .mbr-section-btn {
  text-align: left;
}
.cid-v21M8GKz88 .item-wrapper {
  background: #ebd6d2;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v21M8GKz88 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v21M8GKz88 .item-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v21M8GKz88 .item-wrapper {
    padding: 4rem;
  }
}
.cid-v21M8GKz88 .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-v21M8GKz88 .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 1rem;
}
.cid-v21M8GKz88 .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #692427;
  background-color: #692427;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-v21M8GKz88 .mbr-text UL {
  text-align: left;
}
.cid-v21M8GKz88 .mbr-card-subtitle {
  color: #152a1f;
  text-align: left;
}
.cid-v21M8GKz88 .mbr-card-title {
  color: #152a1f;
}
.cid-v21M3AKziY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #51655a;
}
.cid-v21M3AKziY .mbr-fallback-image.disabled {
  display: none;
}
.cid-v21M3AKziY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v21M3AKziY .card-wrapper {
  background: #692427;
}
@media (max-width: 767px) {
  .cid-v21M3AKziY .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v21M3AKziY .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v21M3AKziY .card-wrapper {
    padding: 4rem;
  }
}
.cid-v21M3AKziY .mbr-text,
.cid-v21M3AKziY .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-v21M3AKziY .card-title,
.cid-v21M3AKziY .card-box {
  text-align: center;
  color: #ebd6d2;
}
.cid-v21M3AKziY .mbr-card-title {
  text-align: left;
}
.cid-v21M3AKziY .mbr-card-subtitle {
  text-align: left;
  color: #ebceca;
}
.cid-v21M3AKziY .mbr-text {
  text-align: left;
  color: #ebceca;
}
.cid-v21M3AKziY .mbr-section-subtitle {
  text-align: center;
}
.cid-v21M5Q1HSL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #51655a;
}
.cid-v21M5Q1HSL .mbr-text {
  color: #000000;
}
.cid-v21M5Q1HSL .mbr-section-subtitle {
  color: #000000;
}
.cid-v21M5Q1HSL .mbr-section-title {
  color: #ebd6d2;
  text-align: center;
}
.cid-v21M5Q1HSL .mbr-text,
.cid-v21M5Q1HSL .item .mbr-section-btn {
  text-align: center;
}
.cid-v21M5Q1HSL .item-wrapper {
  background: #ebd6d2;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v21M5Q1HSL .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v21M5Q1HSL .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-v29LNgF57S {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #51655a;
}
.cid-v29LNgF57S .mbr-fallback-image.disabled {
  display: none;
}
.cid-v29LNgF57S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v29LNgF57S .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  border-radius: 0 !important;
}
@media (max-width: 767px) {
  .cid-v29LNgF57S .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v29LNgF57S .mbr-iconfont {
  font-size: 3rem;
  color: #ffa0a0;
  padding-right: 2rem;
}
.cid-v29LNgF57S .content-head {
  max-width: 800px;
}
.cid-v29LNgF57S .mbr-section-title {
  color: #ebd6d2;
}
.cid-v29LNgF57S .card-title {
  color: #ebd6d2;
}
.cid-v29L368tC2 {
  padding-top: 3rem;
  padding-bottom: 8rem;
  background-color: #ebd6d2;
  overflow: hidden;
}
.cid-v29L368tC2 .media-container-row .mbr-text {
  color: #692427;
}
.cid-v1AYTOI1tU {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v1AYTOI1tU .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v1AYTOI1tU .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v1AYTOI1tU .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v1AYTOI1tU .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v1AYTOI1tU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v1AYTOI1tU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v1AYTOI1tU .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-v1AYTOI1tU .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-v1AYTOI1tU .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-v1AYTOI1tU .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v1AYTOI1tU .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v1AYTOI1tU .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v1AYTOI1tU .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-v1AYTOI1tU .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v1AYTOI1tU .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v1AYTOI1tU .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v1AYTOI1tU .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v1AYTOI1tU .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v1AYTOI1tU .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (min-width: 767px) {
  .cid-v1AYTOI1tU .navbar-caption {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v1AYTOI1tU .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v1AYTOI1tU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-v1AYTOI1tU .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-v1AYTOI1tU .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v1AYTOI1tU .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v1AYTOI1tU .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v1AYTOI1tU .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #152a1f;
  background: rgba(21, 42, 31, 0.8) !important;
}
.cid-v1AYTOI1tU .nav-item:focus,
.cid-v1AYTOI1tU .nav-link:focus {
  outline: none;
}
.cid-v1AYTOI1tU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v1AYTOI1tU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v1AYTOI1tU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v1AYTOI1tU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v1AYTOI1tU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1AYTOI1tU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v1AYTOI1tU .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v1AYTOI1tU .navbar.opened {
  transition: all 0.25s;
}
.cid-v1AYTOI1tU .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v1AYTOI1tU .navbar .navbar-logo img {
  width: auto;
}
.cid-v1AYTOI1tU .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v1AYTOI1tU .navbar.collapsed {
  justify-content: center;
}
.cid-v1AYTOI1tU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v1AYTOI1tU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v1AYTOI1tU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v1AYTOI1tU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v1AYTOI1tU .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-v1AYTOI1tU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v1AYTOI1tU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v1AYTOI1tU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v1AYTOI1tU .navbar {
    min-height: 72px;
  }
  .cid-v1AYTOI1tU .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v1AYTOI1tU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v1AYTOI1tU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v1AYTOI1tU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v1AYTOI1tU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v1AYTOI1tU .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-v1AYTOI1tU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v1AYTOI1tU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v1AYTOI1tU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v1AYTOI1tU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v1AYTOI1tU .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v1AYTOI1tU .dropdown-item.active,
.cid-v1AYTOI1tU .dropdown-item:active {
  background-color: transparent;
}
.cid-v1AYTOI1tU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v1AYTOI1tU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v1AYTOI1tU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v1AYTOI1tU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #152a1f;
}
.cid-v1AYTOI1tU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v1AYTOI1tU .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v1AYTOI1tU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v1AYTOI1tU .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v1AYTOI1tU .navbar-buttons {
    text-align: left;
  }
}
.cid-v1AYTOI1tU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v1AYTOI1tU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v1AYTOI1tU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v1AYTOI1tU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1AYTOI1tU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1AYTOI1tU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v1AYTOI1tU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1AYTOI1tU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v1AYTOI1tU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v1AYTOI1tU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1AYTOI1tU .navbar-dropdown {
  padding: 0;
  background: rgba(21, 42, 31, 0.8) !important;
}
.cid-v1AYTOI1tU .opacityScroll {
  background: #152a1f !important;
}
.cid-v1AYTOI1tU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v1AYTOI1tU .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v1AYTOI1tU .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v1AYTOI1tU .navbar {
    height: 70px;
  }
  .cid-v1AYTOI1tU .navbar.opened {
    height: auto;
  }
  .cid-v1AYTOI1tU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v1AYTOI1tU .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v1AYTOI1tU .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v1AYTOI1tU .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v1AYTOI1tU .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-v1AYTOI1tU .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v1AYTOI1tU .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v1AYTOI1tU .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v1AYTOI1tU .navbar-brand {
    margin-right: auto;
  }
  .cid-v1AYTOI1tU .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #152a1f;
    opacity: 1;
    border-color: rgba(21, 42, 31, 0.8) !important;
    background: rgba(21, 42, 31, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-v1AYTOI1tU .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v1AYTOI1tU .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v1AYTOI1tU .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v1AYTOI1tU .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v1AYTOI1tU .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v1AYTOI1tU .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-v1AYTOI1tU .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v1AYTOI1tU .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v1AYTOI1tU .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v1AYTOI1tU .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-v1AYTOI1tU .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-v1AYTOI1tU .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v29LQVjuss {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #51655a;
}
.cid-v29LQVjuss .mbr-fallback-image.disabled {
  display: none;
}
.cid-v29LQVjuss .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v29LQVjuss .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v29LQVjuss .row {
  flex-direction: row-reverse;
}
.cid-v29LQVjuss .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v29LQVjuss .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v29LQVjuss .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v29LQVjuss .mbr-section-title {
  color: #ebd6d2;
}
.cid-v29LQVjuss .mbr-text,
.cid-v29LQVjuss .mbr-section-btn {
  color: #ffffff;
}
.cid-v21TtbfEfp {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #51655a;
}
.cid-v21TtbfEfp .mbr-fallback-image.disabled {
  display: none;
}
.cid-v21TtbfEfp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v21TtbfEfp .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v21TtbfEfp .row {
  flex-direction: row-reverse;
}
.cid-v21TtbfEfp .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v21TtbfEfp .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v21TtbfEfp .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v21TtbfEfp .mbr-section-title {
  color: #edefeb;
}
.cid-v21TtbfEfp .mbr-text,
.cid-v21TtbfEfp .mbr-section-btn {
  color: #edefeb;
  text-align: justify;
}
.cid-v21TtOFavp {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #51655a;
}
.cid-v21TtOFavp .mbr-fallback-image.disabled {
  display: none;
}
.cid-v21TtOFavp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v21TtOFavp .card-wrapper {
  background: #51655a;
}
@media (max-width: 767px) {
  .cid-v21TtOFavp .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v21TtOFavp .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v21TtOFavp .card-wrapper {
    padding: 4rem;
  }
}
.cid-v21TtOFavp .mbr-text,
.cid-v21TtOFavp .mbr-section-btn {
  color: #edefeb;
  text-align: justify;
}
.cid-v21TtOFavp .card-title,
.cid-v21TtOFavp .card-box {
  text-align: center;
  color: #edefeb;
}
.cid-v21TuFeqiE {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #51655a;
}
.cid-v21TuFeqiE .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v21TuFeqiE .item {
    margin-bottom: 1rem;
  }
}
.cid-v21TuFeqiE .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-v21TuFeqiE .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v21TuFeqiE .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-v21TuFeqiE .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-v21TuFeqiE .carousel-control,
.cid-v21TuFeqiE .close {
  background: #1b1b1b;
}
.cid-v21TuFeqiE .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v21TuFeqiE .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v21TuFeqiE .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v21TuFeqiE .carousel-control-next span {
  margin-left: 5px;
}
.cid-v21TuFeqiE .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-v21TuFeqiE .close::before {
  content: '\e91a';
}
.cid-v21TuFeqiE .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v21TuFeqiE .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-v21TuFeqiE .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v21TuFeqiE .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v21TuFeqiE .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v21TuFeqiE .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v21TuFeqiE .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-v21TuFeqiE .carousel-indicators li.active,
.cid-v21TuFeqiE .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v21TuFeqiE .carousel-indicators li::after,
.cid-v21TuFeqiE .carousel-indicators li::before {
  content: none;
}
.cid-v21TuFeqiE .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v21TuFeqiE .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v21TuFeqiE .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v21TuFeqiE .carousel-indicators {
    display: none;
  }
}
.cid-v21TuFeqiE .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v21TuFeqiE .carousel-inner > .active {
  display: block;
}
.cid-v21TuFeqiE .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v21TuFeqiE .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v21TuFeqiE .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v21TuFeqiE .carousel-control,
  .cid-v21TuFeqiE .carousel-indicators,
  .cid-v21TuFeqiE .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v21TuFeqiE .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v21TuFeqiE .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v21TuFeqiE .carousel-indicators .active,
.cid-v21TuFeqiE .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v21TuFeqiE .carousel-indicators .active {
  background: #fff;
}
.cid-v21TuFeqiE .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v21TuFeqiE .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v21TuFeqiE .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v21TuFeqiE .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v21TuFeqiE .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v21TuFeqiE .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v21TuFeqiE .carousel {
  width: 100%;
}
.cid-v21TuFeqiE .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v21TuFeqiE .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v21TuFeqiE .modal.fade .modal-dialog,
.cid-v21TuFeqiE .modal.in .modal-dialog {
  transform: none;
}
.cid-v21TuFeqiE .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v21TuFeqiE .content-head {
  max-width: 800px;
}
.cid-v21TuFeqiE .mbr-section-title {
  color: #152a1f;
}
.cid-v21TuFeqiE .mbr-section-subtitle {
  color: #ebd6d2;
  text-align: center;
}
.cid-v21TvOLH0a {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #51655a;
}
.cid-v21TvOLH0a .mbr-fallback-image.disabled {
  display: none;
}
.cid-v21TvOLH0a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v21TvOLH0a .card-wrapper {
  background: #692427;
}
@media (max-width: 767px) {
  .cid-v21TvOLH0a .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v21TvOLH0a .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v21TvOLH0a .card-wrapper {
    padding: 4rem;
  }
}
.cid-v21TvOLH0a .mbr-text,
.cid-v21TvOLH0a .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-v21TvOLH0a .card-title,
.cid-v21TvOLH0a .card-box {
  text-align: left;
  color: #152a1f;
}
.cid-v21TvOLH0a .mbr-section-subtitle {
  text-align: left;
  color: #ebd6d2;
}
.cid-v21TvOLH0a .mbr-text {
  text-align: left;
  color: #ebd6d2;
}
.cid-v21TvOLH0a .mbr-card-title {
  text-align: center;
  color: #ebd6d2;
}
.cid-v21XAyQKuA {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #51655a;
}
.cid-v21XAyQKuA .mbr-text {
  color: #152a1f;
}
.cid-v21XAyQKuA .mbr-section-subtitle {
  color: #000000;
}
.cid-v21XAyQKuA .mbr-section-title {
  color: #ebd6d2;
  text-align: center;
}
.cid-v21XAyQKuA .mbr-text,
.cid-v21XAyQKuA .item .mbr-section-btn {
  text-align: left;
}
.cid-v21XAyQKuA .item-wrapper {
  background: #ebd6d2;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v21XAyQKuA .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v21XAyQKuA .item-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v21XAyQKuA .item-wrapper {
    padding: 4rem;
  }
}
.cid-v21XAyQKuA .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-v21XAyQKuA .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 1rem;
}
.cid-v21XAyQKuA .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #692427;
  background-color: #692427;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-v21XAyQKuA .mbr-text UL {
  text-align: left;
}
.cid-v21XAyQKuA .mbr-card-subtitle {
  color: #152a1f;
  text-align: left;
}
.cid-v21XAyQKuA .mbr-card-title {
  color: #152a1f;
}
.cid-v21YvAPPOG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #51655a;
}
.cid-v21YvAPPOG .mbr-fallback-image.disabled {
  display: none;
}
.cid-v21YvAPPOG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v21YvAPPOG .card-wrapper {
  background: #692427;
}
@media (max-width: 767px) {
  .cid-v21YvAPPOG .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v21YvAPPOG .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v21YvAPPOG .card-wrapper {
    padding: 4rem;
  }
}
.cid-v21YvAPPOG .mbr-text,
.cid-v21YvAPPOG .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-v21YvAPPOG .card-title,
.cid-v21YvAPPOG .card-box {
  text-align: center;
  color: #ebd6d2;
}
.cid-v21YvAPPOG .mbr-card-title {
  text-align: left;
}
.cid-v21YvAPPOG .mbr-card-subtitle {
  text-align: left;
  color: #ebceca;
}
.cid-v21YvAPPOG .mbr-text {
  text-align: left;
  color: #ebceca;
}
.cid-v21YvAPPOG .mbr-section-subtitle {
  text-align: center;
}
.cid-v21TAj8SiR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #51655a;
}
.cid-v21TAj8SiR .mbr-text {
  color: #000000;
}
.cid-v21TAj8SiR .mbr-section-subtitle {
  color: #000000;
}
.cid-v21TAj8SiR .mbr-section-title {
  color: #ebd6d2;
  text-align: center;
}
.cid-v21TAj8SiR .mbr-text,
.cid-v21TAj8SiR .item .mbr-section-btn {
  text-align: center;
}
.cid-v21TAj8SiR .item-wrapper {
  background: #ebd6d2;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v21TAj8SiR .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v21TAj8SiR .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-v29LQ5tX4Z {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #51655a;
}
.cid-v29LQ5tX4Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-v29LQ5tX4Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v29LQ5tX4Z .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  border-radius: 0 !important;
}
@media (max-width: 767px) {
  .cid-v29LQ5tX4Z .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v29LQ5tX4Z .mbr-iconfont {
  font-size: 3rem;
  color: #ffa0a0;
  padding-right: 2rem;
}
.cid-v29LQ5tX4Z .content-head {
  max-width: 800px;
}
.cid-v29LQ5tX4Z .mbr-section-title {
  color: #ebd6d2;
}
.cid-v29LQ5tX4Z .card-title {
  color: #ebd6d2;
}
.cid-v29L368tC2 {
  padding-top: 3rem;
  padding-bottom: 8rem;
  background-color: #ebd6d2;
  overflow: hidden;
}
.cid-v29L368tC2 .media-container-row .mbr-text {
  color: #692427;
}
.cid-v1AYTOI1tU {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v1AYTOI1tU .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v1AYTOI1tU .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v1AYTOI1tU .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v1AYTOI1tU .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v1AYTOI1tU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v1AYTOI1tU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v1AYTOI1tU .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-v1AYTOI1tU .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-v1AYTOI1tU .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-v1AYTOI1tU .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v1AYTOI1tU .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v1AYTOI1tU .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v1AYTOI1tU .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-v1AYTOI1tU .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v1AYTOI1tU .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v1AYTOI1tU .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v1AYTOI1tU .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v1AYTOI1tU .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v1AYTOI1tU .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (min-width: 767px) {
  .cid-v1AYTOI1tU .navbar-caption {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v1AYTOI1tU .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v1AYTOI1tU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-v1AYTOI1tU .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-v1AYTOI1tU .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v1AYTOI1tU .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v1AYTOI1tU .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v1AYTOI1tU .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #152a1f;
  background: rgba(21, 42, 31, 0.8) !important;
}
.cid-v1AYTOI1tU .nav-item:focus,
.cid-v1AYTOI1tU .nav-link:focus {
  outline: none;
}
.cid-v1AYTOI1tU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v1AYTOI1tU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v1AYTOI1tU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v1AYTOI1tU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v1AYTOI1tU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1AYTOI1tU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v1AYTOI1tU .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v1AYTOI1tU .navbar.opened {
  transition: all 0.25s;
}
.cid-v1AYTOI1tU .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v1AYTOI1tU .navbar .navbar-logo img {
  width: auto;
}
.cid-v1AYTOI1tU .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v1AYTOI1tU .navbar.collapsed {
  justify-content: center;
}
.cid-v1AYTOI1tU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v1AYTOI1tU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v1AYTOI1tU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v1AYTOI1tU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v1AYTOI1tU .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-v1AYTOI1tU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v1AYTOI1tU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v1AYTOI1tU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v1AYTOI1tU .navbar {
    min-height: 72px;
  }
  .cid-v1AYTOI1tU .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v1AYTOI1tU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v1AYTOI1tU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v1AYTOI1tU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v1AYTOI1tU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v1AYTOI1tU .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-v1AYTOI1tU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v1AYTOI1tU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v1AYTOI1tU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v1AYTOI1tU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v1AYTOI1tU .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v1AYTOI1tU .dropdown-item.active,
.cid-v1AYTOI1tU .dropdown-item:active {
  background-color: transparent;
}
.cid-v1AYTOI1tU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v1AYTOI1tU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v1AYTOI1tU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v1AYTOI1tU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #152a1f;
}
.cid-v1AYTOI1tU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v1AYTOI1tU .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v1AYTOI1tU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v1AYTOI1tU .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v1AYTOI1tU .navbar-buttons {
    text-align: left;
  }
}
.cid-v1AYTOI1tU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v1AYTOI1tU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v1AYTOI1tU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v1AYTOI1tU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1AYTOI1tU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1AYTOI1tU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v1AYTOI1tU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1AYTOI1tU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v1AYTOI1tU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v1AYTOI1tU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1AYTOI1tU .navbar-dropdown {
  padding: 0;
  background: rgba(21, 42, 31, 0.8) !important;
}
.cid-v1AYTOI1tU .opacityScroll {
  background: #152a1f !important;
}
.cid-v1AYTOI1tU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v1AYTOI1tU .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v1AYTOI1tU .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v1AYTOI1tU .navbar {
    height: 70px;
  }
  .cid-v1AYTOI1tU .navbar.opened {
    height: auto;
  }
  .cid-v1AYTOI1tU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v1AYTOI1tU .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v1AYTOI1tU .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v1AYTOI1tU .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v1AYTOI1tU .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-v1AYTOI1tU .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v1AYTOI1tU .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v1AYTOI1tU .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v1AYTOI1tU .navbar-brand {
    margin-right: auto;
  }
  .cid-v1AYTOI1tU .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #152a1f;
    opacity: 1;
    border-color: rgba(21, 42, 31, 0.8) !important;
    background: rgba(21, 42, 31, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-v1AYTOI1tU .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v1AYTOI1tU .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v1AYTOI1tU .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v1AYTOI1tU .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v1AYTOI1tU .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v1AYTOI1tU .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-v1AYTOI1tU .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v1AYTOI1tU .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v1AYTOI1tU .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v1AYTOI1tU .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-v1AYTOI1tU .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-v1AYTOI1tU .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v29LUYUiXb {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #51655a;
}
.cid-v29LUYUiXb .mbr-fallback-image.disabled {
  display: none;
}
.cid-v29LUYUiXb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v29LUYUiXb .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v29LUYUiXb .row {
  flex-direction: row-reverse;
}
.cid-v29LUYUiXb .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v29LUYUiXb .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v29LUYUiXb .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v29LUYUiXb .mbr-section-title {
  color: #ebd6d2;
}
.cid-v29LUYUiXb .mbr-text,
.cid-v29LUYUiXb .mbr-section-btn {
  color: #ffffff;
}
.cid-v21ZnW4gui {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #51655a;
}
.cid-v21ZnW4gui .mbr-fallback-image.disabled {
  display: none;
}
.cid-v21ZnW4gui .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v21ZnW4gui .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v21ZnW4gui .row {
  flex-direction: row-reverse;
}
.cid-v21ZnW4gui .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v21ZnW4gui .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v21ZnW4gui .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v21ZnW4gui .mbr-section-title {
  color: #edefeb;
}
.cid-v21ZnW4gui .mbr-text,
.cid-v21ZnW4gui .mbr-section-btn {
  color: #edefeb;
  text-align: justify;
}
.cid-v21Zow86TX {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #51655a;
}
.cid-v21Zow86TX .mbr-fallback-image.disabled {
  display: none;
}
.cid-v21Zow86TX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v21Zow86TX .card-wrapper {
  background: #51655a;
}
@media (max-width: 767px) {
  .cid-v21Zow86TX .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v21Zow86TX .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v21Zow86TX .card-wrapper {
    padding: 4rem;
  }
}
.cid-v21Zow86TX .mbr-text,
.cid-v21Zow86TX .mbr-section-btn {
  color: #edefeb;
  text-align: justify;
}
.cid-v21Zow86TX .card-title,
.cid-v21Zow86TX .card-box {
  text-align: center;
  color: #edefeb;
}
.cid-v21Zpo3xdK {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #51655a;
}
.cid-v21Zpo3xdK .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v21Zpo3xdK .item {
    margin-bottom: 1rem;
  }
}
.cid-v21Zpo3xdK .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-v21Zpo3xdK .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v21Zpo3xdK .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-v21Zpo3xdK .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-v21Zpo3xdK .carousel-control,
.cid-v21Zpo3xdK .close {
  background: #1b1b1b;
}
.cid-v21Zpo3xdK .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v21Zpo3xdK .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v21Zpo3xdK .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v21Zpo3xdK .carousel-control-next span {
  margin-left: 5px;
}
.cid-v21Zpo3xdK .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-v21Zpo3xdK .close::before {
  content: '\e91a';
}
.cid-v21Zpo3xdK .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v21Zpo3xdK .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-v21Zpo3xdK .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v21Zpo3xdK .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v21Zpo3xdK .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v21Zpo3xdK .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v21Zpo3xdK .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-v21Zpo3xdK .carousel-indicators li.active,
.cid-v21Zpo3xdK .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v21Zpo3xdK .carousel-indicators li::after,
.cid-v21Zpo3xdK .carousel-indicators li::before {
  content: none;
}
.cid-v21Zpo3xdK .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v21Zpo3xdK .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v21Zpo3xdK .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v21Zpo3xdK .carousel-indicators {
    display: none;
  }
}
.cid-v21Zpo3xdK .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v21Zpo3xdK .carousel-inner > .active {
  display: block;
}
.cid-v21Zpo3xdK .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v21Zpo3xdK .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v21Zpo3xdK .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v21Zpo3xdK .carousel-control,
  .cid-v21Zpo3xdK .carousel-indicators,
  .cid-v21Zpo3xdK .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v21Zpo3xdK .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v21Zpo3xdK .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v21Zpo3xdK .carousel-indicators .active,
.cid-v21Zpo3xdK .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v21Zpo3xdK .carousel-indicators .active {
  background: #fff;
}
.cid-v21Zpo3xdK .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v21Zpo3xdK .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v21Zpo3xdK .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v21Zpo3xdK .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v21Zpo3xdK .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v21Zpo3xdK .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v21Zpo3xdK .carousel {
  width: 100%;
}
.cid-v21Zpo3xdK .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v21Zpo3xdK .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v21Zpo3xdK .modal.fade .modal-dialog,
.cid-v21Zpo3xdK .modal.in .modal-dialog {
  transform: none;
}
.cid-v21Zpo3xdK .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v21Zpo3xdK .content-head {
  max-width: 800px;
}
.cid-v21Zpo3xdK .mbr-section-title {
  color: #152a1f;
}
.cid-v21Zpo3xdK .mbr-section-subtitle {
  color: #ebd6d2;
  text-align: center;
}
.cid-v21ZpIuW6F {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #51655a;
}
.cid-v21ZpIuW6F .mbr-fallback-image.disabled {
  display: none;
}
.cid-v21ZpIuW6F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v21ZpIuW6F .card-wrapper {
  background: #692427;
}
@media (max-width: 767px) {
  .cid-v21ZpIuW6F .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v21ZpIuW6F .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v21ZpIuW6F .card-wrapper {
    padding: 4rem;
  }
}
.cid-v21ZpIuW6F .mbr-text,
.cid-v21ZpIuW6F .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-v21ZpIuW6F .card-title,
.cid-v21ZpIuW6F .card-box {
  text-align: left;
  color: #152a1f;
}
.cid-v21ZpIuW6F .mbr-section-subtitle {
  text-align: left;
  color: #ebd6d2;
}
.cid-v21ZpIuW6F .mbr-text {
  text-align: left;
  color: #ebd6d2;
}
.cid-v21ZpIuW6F .mbr-card-title {
  text-align: center;
  color: #ebd6d2;
}
.cid-v21ZqgtpG5 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #51655a;
}
.cid-v21ZqgtpG5 .mbr-text {
  color: #152a1f;
}
.cid-v21ZqgtpG5 .mbr-section-subtitle {
  color: #000000;
}
.cid-v21ZqgtpG5 .mbr-section-title {
  color: #ebd6d2;
  text-align: center;
}
.cid-v21ZqgtpG5 .mbr-text,
.cid-v21ZqgtpG5 .item .mbr-section-btn {
  text-align: left;
}
.cid-v21ZqgtpG5 .item-wrapper {
  background: #ebd6d2;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v21ZqgtpG5 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v21ZqgtpG5 .item-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v21ZqgtpG5 .item-wrapper {
    padding: 4rem;
  }
}
.cid-v21ZqgtpG5 .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-v21ZqgtpG5 .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 1rem;
}
.cid-v21ZqgtpG5 .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #692427;
  background-color: #692427;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-v21ZqgtpG5 .mbr-text UL {
  text-align: left;
}
.cid-v21ZqgtpG5 .mbr-card-subtitle {
  color: #152a1f;
  text-align: left;
}
.cid-v21ZqgtpG5 .mbr-card-title {
  color: #152a1f;
}
.cid-v21ZqGkbcO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #51655a;
}
.cid-v21ZqGkbcO .mbr-fallback-image.disabled {
  display: none;
}
.cid-v21ZqGkbcO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v21ZqGkbcO .card-wrapper {
  background: #692427;
}
@media (max-width: 767px) {
  .cid-v21ZqGkbcO .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v21ZqGkbcO .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v21ZqGkbcO .card-wrapper {
    padding: 4rem;
  }
}
.cid-v21ZqGkbcO .mbr-text,
.cid-v21ZqGkbcO .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-v21ZqGkbcO .card-title,
.cid-v21ZqGkbcO .card-box {
  text-align: center;
  color: #ebd6d2;
}
.cid-v21ZqGkbcO .mbr-card-title {
  text-align: left;
}
.cid-v21ZqGkbcO .mbr-card-subtitle {
  text-align: left;
  color: #ebceca;
}
.cid-v21ZqGkbcO .mbr-text {
  text-align: left;
  color: #ebceca;
}
.cid-v21ZqGkbcO .mbr-section-subtitle {
  text-align: center;
}
.cid-v21Zr92PvA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #51655a;
}
.cid-v21Zr92PvA .mbr-text {
  color: #000000;
}
.cid-v21Zr92PvA .mbr-section-subtitle {
  color: #000000;
}
.cid-v21Zr92PvA .mbr-section-title {
  color: #ebd6d2;
  text-align: center;
}
.cid-v21Zr92PvA .mbr-text,
.cid-v21Zr92PvA .item .mbr-section-btn {
  text-align: center;
}
.cid-v21Zr92PvA .item-wrapper {
  background: #ebd6d2;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v21Zr92PvA .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v21Zr92PvA .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-v29LU36uf2 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #51655a;
}
.cid-v29LU36uf2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v29LU36uf2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v29LU36uf2 .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  border-radius: 0 !important;
}
@media (max-width: 767px) {
  .cid-v29LU36uf2 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v29LU36uf2 .mbr-iconfont {
  font-size: 3rem;
  color: #ffa0a0;
  padding-right: 2rem;
}
.cid-v29LU36uf2 .content-head {
  max-width: 800px;
}
.cid-v29LU36uf2 .mbr-section-title {
  color: #ebd6d2;
}
.cid-v29LU36uf2 .card-title {
  color: #ebd6d2;
}
.cid-v29L368tC2 {
  padding-top: 3rem;
  padding-bottom: 8rem;
  background-color: #ebd6d2;
  overflow: hidden;
}
.cid-v29L368tC2 .media-container-row .mbr-text {
  color: #692427;
}
.cid-v1AYTOI1tU {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v1AYTOI1tU .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v1AYTOI1tU .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v1AYTOI1tU .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v1AYTOI1tU .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v1AYTOI1tU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v1AYTOI1tU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v1AYTOI1tU .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-v1AYTOI1tU .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-v1AYTOI1tU .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-v1AYTOI1tU .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v1AYTOI1tU .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v1AYTOI1tU .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v1AYTOI1tU .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-v1AYTOI1tU .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v1AYTOI1tU .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v1AYTOI1tU .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v1AYTOI1tU .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v1AYTOI1tU .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v1AYTOI1tU .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (min-width: 767px) {
  .cid-v1AYTOI1tU .navbar-caption {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v1AYTOI1tU .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v1AYTOI1tU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-v1AYTOI1tU .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-v1AYTOI1tU .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v1AYTOI1tU .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v1AYTOI1tU .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v1AYTOI1tU .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #152a1f;
  background: rgba(21, 42, 31, 0.8) !important;
}
.cid-v1AYTOI1tU .nav-item:focus,
.cid-v1AYTOI1tU .nav-link:focus {
  outline: none;
}
.cid-v1AYTOI1tU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v1AYTOI1tU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v1AYTOI1tU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v1AYTOI1tU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v1AYTOI1tU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1AYTOI1tU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v1AYTOI1tU .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v1AYTOI1tU .navbar.opened {
  transition: all 0.25s;
}
.cid-v1AYTOI1tU .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v1AYTOI1tU .navbar .navbar-logo img {
  width: auto;
}
.cid-v1AYTOI1tU .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v1AYTOI1tU .navbar.collapsed {
  justify-content: center;
}
.cid-v1AYTOI1tU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v1AYTOI1tU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v1AYTOI1tU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v1AYTOI1tU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v1AYTOI1tU .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-v1AYTOI1tU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v1AYTOI1tU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v1AYTOI1tU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v1AYTOI1tU .navbar {
    min-height: 72px;
  }
  .cid-v1AYTOI1tU .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v1AYTOI1tU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v1AYTOI1tU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v1AYTOI1tU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v1AYTOI1tU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v1AYTOI1tU .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-v1AYTOI1tU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v1AYTOI1tU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v1AYTOI1tU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v1AYTOI1tU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v1AYTOI1tU .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v1AYTOI1tU .dropdown-item.active,
.cid-v1AYTOI1tU .dropdown-item:active {
  background-color: transparent;
}
.cid-v1AYTOI1tU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v1AYTOI1tU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v1AYTOI1tU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v1AYTOI1tU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #152a1f;
}
.cid-v1AYTOI1tU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v1AYTOI1tU .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v1AYTOI1tU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v1AYTOI1tU .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v1AYTOI1tU .navbar-buttons {
    text-align: left;
  }
}
.cid-v1AYTOI1tU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v1AYTOI1tU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v1AYTOI1tU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v1AYTOI1tU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1AYTOI1tU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1AYTOI1tU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v1AYTOI1tU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1AYTOI1tU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v1AYTOI1tU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v1AYTOI1tU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1AYTOI1tU .navbar-dropdown {
  padding: 0;
  background: rgba(21, 42, 31, 0.8) !important;
}
.cid-v1AYTOI1tU .opacityScroll {
  background: #152a1f !important;
}
.cid-v1AYTOI1tU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v1AYTOI1tU .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v1AYTOI1tU .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v1AYTOI1tU .navbar {
    height: 70px;
  }
  .cid-v1AYTOI1tU .navbar.opened {
    height: auto;
  }
  .cid-v1AYTOI1tU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v1AYTOI1tU .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v1AYTOI1tU .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v1AYTOI1tU .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v1AYTOI1tU .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-v1AYTOI1tU .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v1AYTOI1tU .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v1AYTOI1tU .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v1AYTOI1tU .navbar-brand {
    margin-right: auto;
  }
  .cid-v1AYTOI1tU .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #152a1f;
    opacity: 1;
    border-color: rgba(21, 42, 31, 0.8) !important;
    background: rgba(21, 42, 31, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-v1AYTOI1tU .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v1AYTOI1tU .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v1AYTOI1tU .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v1AYTOI1tU .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v1AYTOI1tU .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v1AYTOI1tU .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-v1AYTOI1tU .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v1AYTOI1tU .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v1AYTOI1tU .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v1AYTOI1tU .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-v1AYTOI1tU .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-v1AYTOI1tU .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v29M9Hlhu9 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #51655a;
}
.cid-v29M9Hlhu9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v29M9Hlhu9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v29M9Hlhu9 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v29M9Hlhu9 .row {
  flex-direction: row-reverse;
}
.cid-v29M9Hlhu9 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v29M9Hlhu9 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v29M9Hlhu9 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v29M9Hlhu9 .mbr-section-title {
  color: #ebd6d2;
}
.cid-v29M9Hlhu9 .mbr-text,
.cid-v29M9Hlhu9 .mbr-section-btn {
  color: #ffffff;
}
.cid-v223LbM3KE {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #51655a;
}
.cid-v223LbM3KE .mbr-fallback-image.disabled {
  display: none;
}
.cid-v223LbM3KE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v223LbM3KE .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v223LbM3KE .row {
  flex-direction: row-reverse;
}
.cid-v223LbM3KE .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v223LbM3KE .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v223LbM3KE .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v223LbM3KE .mbr-section-title {
  color: #edefeb;
}
.cid-v223LbM3KE .mbr-text,
.cid-v223LbM3KE .mbr-section-btn {
  color: #edefeb;
  text-align: justify;
}
.cid-v223LKmLN1 {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #51655a;
}
.cid-v223LKmLN1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v223LKmLN1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v223LKmLN1 .card-wrapper {
  background: #51655a;
}
@media (max-width: 767px) {
  .cid-v223LKmLN1 .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v223LKmLN1 .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v223LKmLN1 .card-wrapper {
    padding: 4rem;
  }
}
.cid-v223LKmLN1 .mbr-text,
.cid-v223LKmLN1 .mbr-section-btn {
  color: #edefeb;
  text-align: justify;
}
.cid-v223LKmLN1 .card-title,
.cid-v223LKmLN1 .card-box {
  text-align: center;
  color: #edefeb;
}
.cid-v223Ng6OxP {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #51655a;
}
.cid-v223Ng6OxP .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v223Ng6OxP .item {
    margin-bottom: 1rem;
  }
}
.cid-v223Ng6OxP .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-v223Ng6OxP .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v223Ng6OxP .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-v223Ng6OxP .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-v223Ng6OxP .carousel-control,
.cid-v223Ng6OxP .close {
  background: #1b1b1b;
}
.cid-v223Ng6OxP .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v223Ng6OxP .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v223Ng6OxP .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v223Ng6OxP .carousel-control-next span {
  margin-left: 5px;
}
.cid-v223Ng6OxP .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-v223Ng6OxP .close::before {
  content: '\e91a';
}
.cid-v223Ng6OxP .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v223Ng6OxP .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-v223Ng6OxP .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v223Ng6OxP .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v223Ng6OxP .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v223Ng6OxP .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v223Ng6OxP .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-v223Ng6OxP .carousel-indicators li.active,
.cid-v223Ng6OxP .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v223Ng6OxP .carousel-indicators li::after,
.cid-v223Ng6OxP .carousel-indicators li::before {
  content: none;
}
.cid-v223Ng6OxP .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v223Ng6OxP .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v223Ng6OxP .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v223Ng6OxP .carousel-indicators {
    display: none;
  }
}
.cid-v223Ng6OxP .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v223Ng6OxP .carousel-inner > .active {
  display: block;
}
.cid-v223Ng6OxP .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v223Ng6OxP .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v223Ng6OxP .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v223Ng6OxP .carousel-control,
  .cid-v223Ng6OxP .carousel-indicators,
  .cid-v223Ng6OxP .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v223Ng6OxP .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v223Ng6OxP .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v223Ng6OxP .carousel-indicators .active,
.cid-v223Ng6OxP .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v223Ng6OxP .carousel-indicators .active {
  background: #fff;
}
.cid-v223Ng6OxP .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v223Ng6OxP .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v223Ng6OxP .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v223Ng6OxP .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v223Ng6OxP .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v223Ng6OxP .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v223Ng6OxP .carousel {
  width: 100%;
}
.cid-v223Ng6OxP .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v223Ng6OxP .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v223Ng6OxP .modal.fade .modal-dialog,
.cid-v223Ng6OxP .modal.in .modal-dialog {
  transform: none;
}
.cid-v223Ng6OxP .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v223Ng6OxP .content-head {
  max-width: 800px;
}
.cid-v223Ng6OxP .mbr-section-title {
  color: #152a1f;
}
.cid-v223Ng6OxP .mbr-section-subtitle {
  color: #ebd6d2;
  text-align: center;
}
.cid-v223NUVec8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #51655a;
}
.cid-v223NUVec8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v223NUVec8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v223NUVec8 .card-wrapper {
  background: #692427;
}
@media (max-width: 767px) {
  .cid-v223NUVec8 .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v223NUVec8 .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v223NUVec8 .card-wrapper {
    padding: 4rem;
  }
}
.cid-v223NUVec8 .mbr-text,
.cid-v223NUVec8 .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-v223NUVec8 .card-title,
.cid-v223NUVec8 .card-box {
  text-align: left;
  color: #152a1f;
}
.cid-v223NUVec8 .mbr-section-subtitle {
  text-align: left;
  color: #ebd6d2;
}
.cid-v223NUVec8 .mbr-text {
  text-align: left;
  color: #ebd6d2;
}
.cid-v223NUVec8 .mbr-card-title {
  text-align: center;
  color: #ebd6d2;
}
.cid-v223PCJBVB {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #51655a;
}
.cid-v223PCJBVB .mbr-text {
  color: #152a1f;
}
.cid-v223PCJBVB .mbr-section-subtitle {
  color: #000000;
}
.cid-v223PCJBVB .mbr-section-title {
  color: #ebd6d2;
  text-align: center;
}
.cid-v223PCJBVB .mbr-text,
.cid-v223PCJBVB .item .mbr-section-btn {
  text-align: left;
}
.cid-v223PCJBVB .item-wrapper {
  background: #ebd6d2;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v223PCJBVB .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v223PCJBVB .item-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v223PCJBVB .item-wrapper {
    padding: 4rem;
  }
}
.cid-v223PCJBVB .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-v223PCJBVB .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 1rem;
}
.cid-v223PCJBVB .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #692427;
  background-color: #692427;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-v223PCJBVB .mbr-text UL {
  text-align: left;
}
.cid-v223PCJBVB .mbr-card-subtitle {
  color: #152a1f;
  text-align: left;
}
.cid-v223PCJBVB .mbr-card-title {
  color: #152a1f;
}
.cid-v223OufVC7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #51655a;
}
.cid-v223OufVC7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v223OufVC7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v223OufVC7 .card-wrapper {
  background: #692427;
}
@media (max-width: 767px) {
  .cid-v223OufVC7 .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v223OufVC7 .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v223OufVC7 .card-wrapper {
    padding: 4rem;
  }
}
.cid-v223OufVC7 .mbr-text,
.cid-v223OufVC7 .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-v223OufVC7 .card-title,
.cid-v223OufVC7 .card-box {
  text-align: center;
  color: #ebd6d2;
}
.cid-v223OufVC7 .mbr-card-title {
  text-align: left;
}
.cid-v223OufVC7 .mbr-card-subtitle {
  text-align: left;
  color: #ebceca;
}
.cid-v223OufVC7 .mbr-text {
  text-align: justify;
  color: #ebceca;
}
.cid-v223OufVC7 .mbr-section-subtitle {
  text-align: center;
}
.cid-v223W1LaVx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #51655a;
}
.cid-v223W1LaVx .mbr-text {
  color: #000000;
}
.cid-v223W1LaVx .mbr-section-subtitle {
  color: #000000;
}
.cid-v223W1LaVx .mbr-section-title {
  color: #ebd6d2;
  text-align: center;
}
.cid-v223W1LaVx .mbr-text,
.cid-v223W1LaVx .item .mbr-section-btn {
  text-align: center;
}
.cid-v223W1LaVx .item-wrapper {
  background: #ebd6d2;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v223W1LaVx .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v223W1LaVx .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-v29MbDOKxp {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #51655a;
}
.cid-v29MbDOKxp .mbr-fallback-image.disabled {
  display: none;
}
.cid-v29MbDOKxp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v29MbDOKxp .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  border-radius: 0 !important;
}
@media (max-width: 767px) {
  .cid-v29MbDOKxp .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v29MbDOKxp .mbr-iconfont {
  font-size: 3rem;
  color: #ffa0a0;
  padding-right: 2rem;
}
.cid-v29MbDOKxp .content-head {
  max-width: 800px;
}
.cid-v29MbDOKxp .mbr-section-title {
  color: #ebd6d2;
}
.cid-v29MbDOKxp .card-title {
  color: #ebd6d2;
}
.cid-v29L368tC2 {
  padding-top: 3rem;
  padding-bottom: 8rem;
  background-color: #ebd6d2;
  overflow: hidden;
}
.cid-v29L368tC2 .media-container-row .mbr-text {
  color: #692427;
}
.cid-v1AYTOI1tU {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v1AYTOI1tU .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v1AYTOI1tU .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v1AYTOI1tU .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v1AYTOI1tU .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v1AYTOI1tU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v1AYTOI1tU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v1AYTOI1tU .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-v1AYTOI1tU .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-v1AYTOI1tU .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-v1AYTOI1tU .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v1AYTOI1tU .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v1AYTOI1tU .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v1AYTOI1tU .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-v1AYTOI1tU .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v1AYTOI1tU .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v1AYTOI1tU .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v1AYTOI1tU .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v1AYTOI1tU .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v1AYTOI1tU .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (min-width: 767px) {
  .cid-v1AYTOI1tU .navbar-caption {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v1AYTOI1tU .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v1AYTOI1tU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-v1AYTOI1tU .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-v1AYTOI1tU .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v1AYTOI1tU .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v1AYTOI1tU .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v1AYTOI1tU .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #152a1f;
  background: rgba(21, 42, 31, 0.8) !important;
}
.cid-v1AYTOI1tU .nav-item:focus,
.cid-v1AYTOI1tU .nav-link:focus {
  outline: none;
}
.cid-v1AYTOI1tU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v1AYTOI1tU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v1AYTOI1tU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v1AYTOI1tU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v1AYTOI1tU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1AYTOI1tU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v1AYTOI1tU .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v1AYTOI1tU .navbar.opened {
  transition: all 0.25s;
}
.cid-v1AYTOI1tU .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v1AYTOI1tU .navbar .navbar-logo img {
  width: auto;
}
.cid-v1AYTOI1tU .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v1AYTOI1tU .navbar.collapsed {
  justify-content: center;
}
.cid-v1AYTOI1tU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v1AYTOI1tU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v1AYTOI1tU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v1AYTOI1tU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v1AYTOI1tU .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-v1AYTOI1tU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v1AYTOI1tU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v1AYTOI1tU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v1AYTOI1tU .navbar {
    min-height: 72px;
  }
  .cid-v1AYTOI1tU .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v1AYTOI1tU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v1AYTOI1tU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v1AYTOI1tU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v1AYTOI1tU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v1AYTOI1tU .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-v1AYTOI1tU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v1AYTOI1tU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v1AYTOI1tU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v1AYTOI1tU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v1AYTOI1tU .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v1AYTOI1tU .dropdown-item.active,
.cid-v1AYTOI1tU .dropdown-item:active {
  background-color: transparent;
}
.cid-v1AYTOI1tU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v1AYTOI1tU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v1AYTOI1tU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v1AYTOI1tU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #152a1f;
}
.cid-v1AYTOI1tU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v1AYTOI1tU .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v1AYTOI1tU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v1AYTOI1tU .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v1AYTOI1tU .navbar-buttons {
    text-align: left;
  }
}
.cid-v1AYTOI1tU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v1AYTOI1tU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v1AYTOI1tU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v1AYTOI1tU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1AYTOI1tU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1AYTOI1tU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v1AYTOI1tU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1AYTOI1tU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v1AYTOI1tU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v1AYTOI1tU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1AYTOI1tU .navbar-dropdown {
  padding: 0;
  background: rgba(21, 42, 31, 0.8) !important;
}
.cid-v1AYTOI1tU .opacityScroll {
  background: #152a1f !important;
}
.cid-v1AYTOI1tU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v1AYTOI1tU .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v1AYTOI1tU .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v1AYTOI1tU .navbar {
    height: 70px;
  }
  .cid-v1AYTOI1tU .navbar.opened {
    height: auto;
  }
  .cid-v1AYTOI1tU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v1AYTOI1tU .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v1AYTOI1tU .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v1AYTOI1tU .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v1AYTOI1tU .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-v1AYTOI1tU .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v1AYTOI1tU .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v1AYTOI1tU .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v1AYTOI1tU .navbar-brand {
    margin-right: auto;
  }
  .cid-v1AYTOI1tU .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #152a1f;
    opacity: 1;
    border-color: rgba(21, 42, 31, 0.8) !important;
    background: rgba(21, 42, 31, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-v1AYTOI1tU .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v1AYTOI1tU .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v1AYTOI1tU .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v1AYTOI1tU .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v1AYTOI1tU .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v1AYTOI1tU .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-v1AYTOI1tU .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v1AYTOI1tU .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v1AYTOI1tU .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v1AYTOI1tU .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-v1AYTOI1tU .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-v1AYTOI1tU .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v29MeJyvwU {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #51655a;
}
.cid-v29MeJyvwU .mbr-fallback-image.disabled {
  display: none;
}
.cid-v29MeJyvwU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v29MeJyvwU .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v29MeJyvwU .row {
  flex-direction: row-reverse;
}
.cid-v29MeJyvwU .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v29MeJyvwU .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v29MeJyvwU .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v29MeJyvwU .mbr-section-title {
  color: #ebd6d2;
}
.cid-v29MeJyvwU .mbr-text,
.cid-v29MeJyvwU .mbr-section-btn {
  color: #ffffff;
}
.cid-v228RYkreV {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #51655a;
}
.cid-v228RYkreV .mbr-fallback-image.disabled {
  display: none;
}
.cid-v228RYkreV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v228RYkreV .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v228RYkreV .row {
  flex-direction: row-reverse;
}
.cid-v228RYkreV .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v228RYkreV .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v228RYkreV .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v228RYkreV .mbr-section-title {
  color: #edefeb;
}
.cid-v228RYkreV .mbr-text,
.cid-v228RYkreV .mbr-section-btn {
  color: #edefeb;
  text-align: justify;
}
.cid-v228SCVN0i {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #51655a;
}
.cid-v228SCVN0i .mbr-fallback-image.disabled {
  display: none;
}
.cid-v228SCVN0i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v228SCVN0i .card-wrapper {
  background: #51655a;
}
@media (max-width: 767px) {
  .cid-v228SCVN0i .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v228SCVN0i .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v228SCVN0i .card-wrapper {
    padding: 4rem;
  }
}
.cid-v228SCVN0i .mbr-text,
.cid-v228SCVN0i .mbr-section-btn {
  color: #edefeb;
  text-align: justify;
}
.cid-v228SCVN0i .card-title,
.cid-v228SCVN0i .card-box {
  text-align: center;
  color: #edefeb;
}
.cid-v228TmtASc {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #51655a;
}
.cid-v228TmtASc .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v228TmtASc .item {
    margin-bottom: 1rem;
  }
}
.cid-v228TmtASc .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-v228TmtASc .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v228TmtASc .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-v228TmtASc .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-v228TmtASc .carousel-control,
.cid-v228TmtASc .close {
  background: #1b1b1b;
}
.cid-v228TmtASc .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v228TmtASc .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v228TmtASc .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v228TmtASc .carousel-control-next span {
  margin-left: 5px;
}
.cid-v228TmtASc .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-v228TmtASc .close::before {
  content: '\e91a';
}
.cid-v228TmtASc .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v228TmtASc .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-v228TmtASc .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v228TmtASc .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v228TmtASc .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v228TmtASc .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v228TmtASc .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-v228TmtASc .carousel-indicators li.active,
.cid-v228TmtASc .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v228TmtASc .carousel-indicators li::after,
.cid-v228TmtASc .carousel-indicators li::before {
  content: none;
}
.cid-v228TmtASc .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v228TmtASc .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v228TmtASc .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v228TmtASc .carousel-indicators {
    display: none;
  }
}
.cid-v228TmtASc .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v228TmtASc .carousel-inner > .active {
  display: block;
}
.cid-v228TmtASc .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v228TmtASc .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v228TmtASc .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v228TmtASc .carousel-control,
  .cid-v228TmtASc .carousel-indicators,
  .cid-v228TmtASc .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v228TmtASc .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v228TmtASc .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v228TmtASc .carousel-indicators .active,
.cid-v228TmtASc .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v228TmtASc .carousel-indicators .active {
  background: #fff;
}
.cid-v228TmtASc .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v228TmtASc .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v228TmtASc .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v228TmtASc .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v228TmtASc .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v228TmtASc .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v228TmtASc .carousel {
  width: 100%;
}
.cid-v228TmtASc .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v228TmtASc .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v228TmtASc .modal.fade .modal-dialog,
.cid-v228TmtASc .modal.in .modal-dialog {
  transform: none;
}
.cid-v228TmtASc .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v228TmtASc .content-head {
  max-width: 800px;
}
.cid-v228TmtASc .mbr-section-title {
  color: #152a1f;
}
.cid-v228TmtASc .mbr-section-subtitle {
  color: #ebd6d2;
  text-align: center;
}
.cid-v228TPYPCY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #51655a;
}
.cid-v228TPYPCY .mbr-fallback-image.disabled {
  display: none;
}
.cid-v228TPYPCY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v228TPYPCY .card-wrapper {
  background: #692427;
}
@media (max-width: 767px) {
  .cid-v228TPYPCY .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v228TPYPCY .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v228TPYPCY .card-wrapper {
    padding: 4rem;
  }
}
.cid-v228TPYPCY .mbr-text,
.cid-v228TPYPCY .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-v228TPYPCY .card-title,
.cid-v228TPYPCY .card-box {
  text-align: left;
  color: #152a1f;
}
.cid-v228TPYPCY .mbr-section-subtitle {
  text-align: left;
  color: #ebd6d2;
}
.cid-v228TPYPCY .mbr-text {
  text-align: left;
  color: #ebd6d2;
}
.cid-v228TPYPCY .mbr-card-title {
  text-align: center;
  color: #ebd6d2;
}
.cid-v228XsbdMP {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #51655a;
}
.cid-v228XsbdMP .mbr-text {
  color: #152a1f;
}
.cid-v228XsbdMP .mbr-section-subtitle {
  color: #000000;
}
.cid-v228XsbdMP .mbr-section-title {
  color: #ebd6d2;
  text-align: center;
}
.cid-v228XsbdMP .mbr-text,
.cid-v228XsbdMP .item .mbr-section-btn {
  text-align: left;
}
.cid-v228XsbdMP .item-wrapper {
  background: #ebd6d2;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v228XsbdMP .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v228XsbdMP .item-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v228XsbdMP .item-wrapper {
    padding: 4rem;
  }
}
.cid-v228XsbdMP .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-v228XsbdMP .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 1rem;
}
.cid-v228XsbdMP .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #692427;
  background-color: #692427;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-v228XsbdMP .mbr-text UL {
  text-align: left;
}
.cid-v228XsbdMP .mbr-card-subtitle {
  color: #152a1f;
  text-align: left;
}
.cid-v228XsbdMP .mbr-card-title {
  color: #152a1f;
}
.cid-v228UJlxrR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #51655a;
}
.cid-v228UJlxrR .mbr-fallback-image.disabled {
  display: none;
}
.cid-v228UJlxrR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v228UJlxrR .card-wrapper {
  background: #692427;
}
@media (max-width: 767px) {
  .cid-v228UJlxrR .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v228UJlxrR .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v228UJlxrR .card-wrapper {
    padding: 4rem;
  }
}
.cid-v228UJlxrR .mbr-text,
.cid-v228UJlxrR .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-v228UJlxrR .card-title,
.cid-v228UJlxrR .card-box {
  text-align: center;
  color: #ebd6d2;
}
.cid-v228UJlxrR .mbr-card-title {
  text-align: left;
}
.cid-v228UJlxrR .mbr-card-subtitle {
  text-align: left;
  color: #ebceca;
}
.cid-v228UJlxrR .mbr-text {
  text-align: justify;
  color: #ebceca;
}
.cid-v228UJlxrR .mbr-section-subtitle {
  text-align: center;
}
.cid-v228VcyMFY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #51655a;
}
.cid-v228VcyMFY .mbr-text {
  color: #000000;
}
.cid-v228VcyMFY .mbr-section-subtitle {
  color: #000000;
}
.cid-v228VcyMFY .mbr-section-title {
  color: #ebd6d2;
  text-align: center;
}
.cid-v228VcyMFY .mbr-text,
.cid-v228VcyMFY .item .mbr-section-btn {
  text-align: center;
}
.cid-v228VcyMFY .item-wrapper {
  background: #ebd6d2;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v228VcyMFY .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v228VcyMFY .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-v29MdTqtZV {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #51655a;
}
.cid-v29MdTqtZV .mbr-fallback-image.disabled {
  display: none;
}
.cid-v29MdTqtZV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v29MdTqtZV .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  border-radius: 0 !important;
}
@media (max-width: 767px) {
  .cid-v29MdTqtZV .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v29MdTqtZV .mbr-iconfont {
  font-size: 3rem;
  color: #ffa0a0;
  padding-right: 2rem;
}
.cid-v29MdTqtZV .content-head {
  max-width: 800px;
}
.cid-v29MdTqtZV .mbr-section-title {
  color: #ebd6d2;
}
.cid-v29MdTqtZV .card-title {
  color: #ebd6d2;
}
.cid-v29L368tC2 {
  padding-top: 3rem;
  padding-bottom: 8rem;
  background-color: #ebd6d2;
  overflow: hidden;
}
.cid-v29L368tC2 .media-container-row .mbr-text {
  color: #692427;
}
.cid-v1AYTOI1tU {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v1AYTOI1tU .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v1AYTOI1tU .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v1AYTOI1tU .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v1AYTOI1tU .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v1AYTOI1tU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v1AYTOI1tU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v1AYTOI1tU .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-v1AYTOI1tU .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-v1AYTOI1tU .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-v1AYTOI1tU .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v1AYTOI1tU .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v1AYTOI1tU .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v1AYTOI1tU .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-v1AYTOI1tU .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v1AYTOI1tU .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v1AYTOI1tU .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v1AYTOI1tU .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v1AYTOI1tU .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v1AYTOI1tU .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (min-width: 767px) {
  .cid-v1AYTOI1tU .navbar-caption {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v1AYTOI1tU .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v1AYTOI1tU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-v1AYTOI1tU .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-v1AYTOI1tU .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v1AYTOI1tU .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v1AYTOI1tU .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v1AYTOI1tU .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #152a1f;
  background: rgba(21, 42, 31, 0.8) !important;
}
.cid-v1AYTOI1tU .nav-item:focus,
.cid-v1AYTOI1tU .nav-link:focus {
  outline: none;
}
.cid-v1AYTOI1tU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v1AYTOI1tU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v1AYTOI1tU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v1AYTOI1tU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v1AYTOI1tU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1AYTOI1tU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v1AYTOI1tU .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v1AYTOI1tU .navbar.opened {
  transition: all 0.25s;
}
.cid-v1AYTOI1tU .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v1AYTOI1tU .navbar .navbar-logo img {
  width: auto;
}
.cid-v1AYTOI1tU .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v1AYTOI1tU .navbar.collapsed {
  justify-content: center;
}
.cid-v1AYTOI1tU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v1AYTOI1tU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v1AYTOI1tU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v1AYTOI1tU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v1AYTOI1tU .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-v1AYTOI1tU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v1AYTOI1tU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v1AYTOI1tU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v1AYTOI1tU .navbar {
    min-height: 72px;
  }
  .cid-v1AYTOI1tU .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v1AYTOI1tU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v1AYTOI1tU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v1AYTOI1tU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v1AYTOI1tU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v1AYTOI1tU .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-v1AYTOI1tU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v1AYTOI1tU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v1AYTOI1tU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v1AYTOI1tU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v1AYTOI1tU .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v1AYTOI1tU .dropdown-item.active,
.cid-v1AYTOI1tU .dropdown-item:active {
  background-color: transparent;
}
.cid-v1AYTOI1tU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v1AYTOI1tU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v1AYTOI1tU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v1AYTOI1tU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #152a1f;
}
.cid-v1AYTOI1tU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v1AYTOI1tU .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v1AYTOI1tU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v1AYTOI1tU .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v1AYTOI1tU .navbar-buttons {
    text-align: left;
  }
}
.cid-v1AYTOI1tU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v1AYTOI1tU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v1AYTOI1tU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v1AYTOI1tU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1AYTOI1tU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1AYTOI1tU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v1AYTOI1tU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1AYTOI1tU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v1AYTOI1tU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v1AYTOI1tU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1AYTOI1tU .navbar-dropdown {
  padding: 0;
  background: rgba(21, 42, 31, 0.8) !important;
}
.cid-v1AYTOI1tU .opacityScroll {
  background: #152a1f !important;
}
.cid-v1AYTOI1tU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v1AYTOI1tU .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v1AYTOI1tU .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v1AYTOI1tU .navbar {
    height: 70px;
  }
  .cid-v1AYTOI1tU .navbar.opened {
    height: auto;
  }
  .cid-v1AYTOI1tU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v1AYTOI1tU .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v1AYTOI1tU .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v1AYTOI1tU .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v1AYTOI1tU .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-v1AYTOI1tU .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v1AYTOI1tU .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v1AYTOI1tU .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v1AYTOI1tU .navbar-brand {
    margin-right: auto;
  }
  .cid-v1AYTOI1tU .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #152a1f;
    opacity: 1;
    border-color: rgba(21, 42, 31, 0.8) !important;
    background: rgba(21, 42, 31, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-v1AYTOI1tU .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v1AYTOI1tU .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v1AYTOI1tU .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v1AYTOI1tU .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v1AYTOI1tU .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v1AYTOI1tU .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-v1AYTOI1tU .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v1AYTOI1tU .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v1AYTOI1tU .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v1AYTOI1tU .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-v1AYTOI1tU .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-v1AYTOI1tU .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v29Mgm33UE {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #51655a;
}
.cid-v29Mgm33UE .mbr-fallback-image.disabled {
  display: none;
}
.cid-v29Mgm33UE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v29Mgm33UE .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v29Mgm33UE .row {
  flex-direction: row-reverse;
}
.cid-v29Mgm33UE .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v29Mgm33UE .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v29Mgm33UE .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v29Mgm33UE .mbr-section-title {
  color: #ebd6d2;
}
.cid-v29Mgm33UE .mbr-text,
.cid-v29Mgm33UE .mbr-section-btn {
  color: #ffffff;
}
.cid-v23K81uN5v {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #51655a;
}
.cid-v23K81uN5v .mbr-fallback-image.disabled {
  display: none;
}
.cid-v23K81uN5v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v23K81uN5v .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v23K81uN5v .row {
  flex-direction: row-reverse;
}
.cid-v23K81uN5v .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v23K81uN5v .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v23K81uN5v .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v23K81uN5v .mbr-section-title {
  color: #edefeb;
  text-align: left;
}
.cid-v23K81uN5v .mbr-text,
.cid-v23K81uN5v .mbr-section-btn {
  color: #edefeb;
  text-align: justify;
}
.cid-v23KdSCzPS {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #51655a;
}
.cid-v23KdSCzPS .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v23KdSCzPS .item {
    margin-bottom: 1rem;
  }
}
.cid-v23KdSCzPS .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-v23KdSCzPS .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v23KdSCzPS .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-v23KdSCzPS .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-v23KdSCzPS .carousel-control,
.cid-v23KdSCzPS .close {
  background: #1b1b1b;
}
.cid-v23KdSCzPS .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v23KdSCzPS .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v23KdSCzPS .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v23KdSCzPS .carousel-control-next span {
  margin-left: 5px;
}
.cid-v23KdSCzPS .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-v23KdSCzPS .close::before {
  content: '\e91a';
}
.cid-v23KdSCzPS .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v23KdSCzPS .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-v23KdSCzPS .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v23KdSCzPS .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v23KdSCzPS .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v23KdSCzPS .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v23KdSCzPS .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-v23KdSCzPS .carousel-indicators li.active,
.cid-v23KdSCzPS .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v23KdSCzPS .carousel-indicators li::after,
.cid-v23KdSCzPS .carousel-indicators li::before {
  content: none;
}
.cid-v23KdSCzPS .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v23KdSCzPS .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v23KdSCzPS .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v23KdSCzPS .carousel-indicators {
    display: none;
  }
}
.cid-v23KdSCzPS .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v23KdSCzPS .carousel-inner > .active {
  display: block;
}
.cid-v23KdSCzPS .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v23KdSCzPS .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v23KdSCzPS .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v23KdSCzPS .carousel-control,
  .cid-v23KdSCzPS .carousel-indicators,
  .cid-v23KdSCzPS .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v23KdSCzPS .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v23KdSCzPS .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v23KdSCzPS .carousel-indicators .active,
.cid-v23KdSCzPS .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v23KdSCzPS .carousel-indicators .active {
  background: #fff;
}
.cid-v23KdSCzPS .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v23KdSCzPS .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v23KdSCzPS .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v23KdSCzPS .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v23KdSCzPS .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v23KdSCzPS .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v23KdSCzPS .carousel {
  width: 100%;
}
.cid-v23KdSCzPS .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v23KdSCzPS .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v23KdSCzPS .modal.fade .modal-dialog,
.cid-v23KdSCzPS .modal.in .modal-dialog {
  transform: none;
}
.cid-v23KdSCzPS .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v23KdSCzPS .content-head {
  max-width: 800px;
}
.cid-v23KdSCzPS .mbr-section-title {
  color: #152a1f;
}
.cid-v23KdSCzPS .mbr-section-subtitle {
  color: #ebd6d2;
}
.cid-v23KfLS80A {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #51655a;
}
.cid-v23KfLS80A .mbr-fallback-image.disabled {
  display: none;
}
.cid-v23KfLS80A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v23KfLS80A .card-wrapper {
  background: #692427;
}
@media (max-width: 767px) {
  .cid-v23KfLS80A .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v23KfLS80A .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v23KfLS80A .card-wrapper {
    padding: 4rem;
  }
}
.cid-v23KfLS80A .mbr-text,
.cid-v23KfLS80A .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-v23KfLS80A .card-title,
.cid-v23KfLS80A .card-box {
  text-align: left;
  color: #152a1f;
}
.cid-v23KfLS80A .mbr-section-subtitle {
  text-align: left;
  color: #ebd6d2;
}
.cid-v23KfLS80A .mbr-text {
  text-align: justify;
  color: #ebd6d2;
}
.cid-v23KfLS80A .mbr-card-title {
  text-align: center;
  color: #ebd6d2;
}
.cid-v23KfLS80A .mbr-card-title DIV {
  text-align: center;
}
.cid-v23Kmc8m1d {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #51655a;
}
.cid-v23Kmc8m1d .mbr-text {
  color: #152a1f;
}
.cid-v23Kmc8m1d .mbr-section-subtitle {
  color: #000000;
}
.cid-v23Kmc8m1d .mbr-section-title {
  color: #ebd6d2;
  text-align: center;
}
.cid-v23Kmc8m1d .mbr-text,
.cid-v23Kmc8m1d .item .mbr-section-btn {
  text-align: left;
}
.cid-v23Kmc8m1d .item-wrapper {
  background: #ebd6d2;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v23Kmc8m1d .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v23Kmc8m1d .item-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v23Kmc8m1d .item-wrapper {
    padding: 4rem;
  }
}
.cid-v23Kmc8m1d .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-v23Kmc8m1d .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 1rem;
}
.cid-v23Kmc8m1d .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #692427;
  background-color: #692427;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-v23Kmc8m1d .mbr-text UL {
  text-align: left;
}
.cid-v23Kmc8m1d .mbr-card-subtitle {
  color: #152a1f;
  text-align: left;
}
.cid-v23Kmc8m1d .mbr-card-title {
  color: #152a1f;
}
.cid-v23KmH4c7S {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #51655a;
}
.cid-v23KmH4c7S .mbr-fallback-image.disabled {
  display: none;
}
.cid-v23KmH4c7S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v23KmH4c7S .card-wrapper {
  background: #692427;
}
@media (max-width: 767px) {
  .cid-v23KmH4c7S .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v23KmH4c7S .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v23KmH4c7S .card-wrapper {
    padding: 4rem;
  }
}
.cid-v23KmH4c7S .mbr-text,
.cid-v23KmH4c7S .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-v23KmH4c7S .card-title,
.cid-v23KmH4c7S .card-box {
  text-align: center;
  color: #ebd6d2;
}
.cid-v23KmH4c7S .mbr-card-title {
  text-align: left;
}
.cid-v23KmH4c7S .mbr-card-subtitle {
  text-align: left;
  color: #ebceca;
}
.cid-v23KmH4c7S .mbr-text {
  text-align: justify;
  color: #ebceca;
}
.cid-v23KmH4c7S .mbr-section-subtitle {
  text-align: center;
}
.cid-v23KnaWpfm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #51655a;
}
.cid-v23KnaWpfm .mbr-text {
  color: #000000;
}
.cid-v23KnaWpfm .mbr-section-subtitle {
  color: #000000;
}
.cid-v23KnaWpfm .mbr-section-title {
  color: #ebd6d2;
  text-align: center;
}
.cid-v23KnaWpfm .mbr-text,
.cid-v23KnaWpfm .item .mbr-section-btn {
  text-align: center;
}
.cid-v23KnaWpfm .item-wrapper {
  background: #ebd6d2;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v23KnaWpfm .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v23KnaWpfm .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-v29Mh5IbdQ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #51655a;
}
.cid-v29Mh5IbdQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v29Mh5IbdQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v29Mh5IbdQ .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  border-radius: 0 !important;
}
@media (max-width: 767px) {
  .cid-v29Mh5IbdQ .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v29Mh5IbdQ .mbr-iconfont {
  font-size: 3rem;
  color: #ffa0a0;
  padding-right: 2rem;
}
.cid-v29Mh5IbdQ .content-head {
  max-width: 800px;
}
.cid-v29Mh5IbdQ .mbr-section-title {
  color: #ebd6d2;
}
.cid-v29Mh5IbdQ .card-title {
  color: #ebd6d2;
}
.cid-v29L368tC2 {
  padding-top: 3rem;
  padding-bottom: 8rem;
  background-color: #ebd6d2;
  overflow: hidden;
}
.cid-v29L368tC2 .media-container-row .mbr-text {
  color: #692427;
}
.cid-v1AYTOI1tU {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v1AYTOI1tU .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v1AYTOI1tU .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v1AYTOI1tU .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v1AYTOI1tU .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v1AYTOI1tU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v1AYTOI1tU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v1AYTOI1tU .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-v1AYTOI1tU .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-v1AYTOI1tU .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-v1AYTOI1tU .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v1AYTOI1tU .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v1AYTOI1tU .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v1AYTOI1tU .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-v1AYTOI1tU .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v1AYTOI1tU .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v1AYTOI1tU .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v1AYTOI1tU .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v1AYTOI1tU .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v1AYTOI1tU .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (min-width: 767px) {
  .cid-v1AYTOI1tU .navbar-caption {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v1AYTOI1tU .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v1AYTOI1tU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-v1AYTOI1tU .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-v1AYTOI1tU .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v1AYTOI1tU .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v1AYTOI1tU .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v1AYTOI1tU .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #152a1f;
  background: rgba(21, 42, 31, 0.8) !important;
}
.cid-v1AYTOI1tU .nav-item:focus,
.cid-v1AYTOI1tU .nav-link:focus {
  outline: none;
}
.cid-v1AYTOI1tU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v1AYTOI1tU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v1AYTOI1tU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v1AYTOI1tU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v1AYTOI1tU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1AYTOI1tU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v1AYTOI1tU .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v1AYTOI1tU .navbar.opened {
  transition: all 0.25s;
}
.cid-v1AYTOI1tU .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v1AYTOI1tU .navbar .navbar-logo img {
  width: auto;
}
.cid-v1AYTOI1tU .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v1AYTOI1tU .navbar.collapsed {
  justify-content: center;
}
.cid-v1AYTOI1tU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v1AYTOI1tU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v1AYTOI1tU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v1AYTOI1tU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v1AYTOI1tU .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-v1AYTOI1tU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v1AYTOI1tU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v1AYTOI1tU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v1AYTOI1tU .navbar {
    min-height: 72px;
  }
  .cid-v1AYTOI1tU .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v1AYTOI1tU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v1AYTOI1tU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v1AYTOI1tU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v1AYTOI1tU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v1AYTOI1tU .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-v1AYTOI1tU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v1AYTOI1tU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v1AYTOI1tU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v1AYTOI1tU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v1AYTOI1tU .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v1AYTOI1tU .dropdown-item.active,
.cid-v1AYTOI1tU .dropdown-item:active {
  background-color: transparent;
}
.cid-v1AYTOI1tU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v1AYTOI1tU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v1AYTOI1tU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v1AYTOI1tU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #152a1f;
}
.cid-v1AYTOI1tU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v1AYTOI1tU .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v1AYTOI1tU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v1AYTOI1tU .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v1AYTOI1tU .navbar-buttons {
    text-align: left;
  }
}
.cid-v1AYTOI1tU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v1AYTOI1tU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v1AYTOI1tU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v1AYTOI1tU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1AYTOI1tU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1AYTOI1tU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v1AYTOI1tU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1AYTOI1tU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v1AYTOI1tU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v1AYTOI1tU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1AYTOI1tU .navbar-dropdown {
  padding: 0;
  background: rgba(21, 42, 31, 0.8) !important;
}
.cid-v1AYTOI1tU .opacityScroll {
  background: #152a1f !important;
}
.cid-v1AYTOI1tU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v1AYTOI1tU .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v1AYTOI1tU .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v1AYTOI1tU .navbar {
    height: 70px;
  }
  .cid-v1AYTOI1tU .navbar.opened {
    height: auto;
  }
  .cid-v1AYTOI1tU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v1AYTOI1tU .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v1AYTOI1tU .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v1AYTOI1tU .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v1AYTOI1tU .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-v1AYTOI1tU .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v1AYTOI1tU .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v1AYTOI1tU .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v1AYTOI1tU .navbar-brand {
    margin-right: auto;
  }
  .cid-v1AYTOI1tU .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #152a1f;
    opacity: 1;
    border-color: rgba(21, 42, 31, 0.8) !important;
    background: rgba(21, 42, 31, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-v1AYTOI1tU .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v1AYTOI1tU .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v1AYTOI1tU .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v1AYTOI1tU .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v1AYTOI1tU .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v1AYTOI1tU .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-v1AYTOI1tU .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v1AYTOI1tU .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v1AYTOI1tU .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v1AYTOI1tU .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-v1AYTOI1tU .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-v1AYTOI1tU .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v29Mli09Cz {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #51655a;
}
.cid-v29Mli09Cz .mbr-fallback-image.disabled {
  display: none;
}
.cid-v29Mli09Cz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v29Mli09Cz .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v29Mli09Cz .row {
  flex-direction: row-reverse;
}
.cid-v29Mli09Cz .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v29Mli09Cz .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v29Mli09Cz .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v29Mli09Cz .mbr-section-title {
  color: #ebd6d2;
}
.cid-v29Mli09Cz .mbr-text,
.cid-v29Mli09Cz .mbr-section-btn {
  color: #ffffff;
}
.cid-v23VBYzF9s {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #51655a;
}
.cid-v23VBYzF9s .mbr-fallback-image.disabled {
  display: none;
}
.cid-v23VBYzF9s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v23VBYzF9s .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v23VBYzF9s .row {
  flex-direction: row-reverse;
}
.cid-v23VBYzF9s .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v23VBYzF9s .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v23VBYzF9s .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v23VBYzF9s .mbr-section-title {
  color: #edefeb;
}
.cid-v23VBYzF9s .mbr-text,
.cid-v23VBYzF9s .mbr-section-btn {
  color: #edefeb;
  text-align: justify;
}
.cid-v23VDv0k9U {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #51655a;
}
.cid-v23VDv0k9U .mbr-fallback-image.disabled {
  display: none;
}
.cid-v23VDv0k9U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v23VDv0k9U .card-wrapper {
  background: #51655a;
}
@media (max-width: 767px) {
  .cid-v23VDv0k9U .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v23VDv0k9U .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v23VDv0k9U .card-wrapper {
    padding: 4rem;
  }
}
.cid-v23VDv0k9U .mbr-text,
.cid-v23VDv0k9U .mbr-section-btn {
  color: #edefeb;
  text-align: justify;
}
.cid-v23VDv0k9U .card-title,
.cid-v23VDv0k9U .card-box {
  text-align: center;
  color: #edefeb;
}
.cid-v23VEd08pZ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #51655a;
}
.cid-v23VEd08pZ .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v23VEd08pZ .item {
    margin-bottom: 1rem;
  }
}
.cid-v23VEd08pZ .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-v23VEd08pZ .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v23VEd08pZ .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-v23VEd08pZ .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-v23VEd08pZ .carousel-control,
.cid-v23VEd08pZ .close {
  background: #1b1b1b;
}
.cid-v23VEd08pZ .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v23VEd08pZ .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v23VEd08pZ .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v23VEd08pZ .carousel-control-next span {
  margin-left: 5px;
}
.cid-v23VEd08pZ .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-v23VEd08pZ .close::before {
  content: '\e91a';
}
.cid-v23VEd08pZ .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v23VEd08pZ .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-v23VEd08pZ .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v23VEd08pZ .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v23VEd08pZ .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v23VEd08pZ .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v23VEd08pZ .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-v23VEd08pZ .carousel-indicators li.active,
.cid-v23VEd08pZ .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v23VEd08pZ .carousel-indicators li::after,
.cid-v23VEd08pZ .carousel-indicators li::before {
  content: none;
}
.cid-v23VEd08pZ .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v23VEd08pZ .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v23VEd08pZ .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v23VEd08pZ .carousel-indicators {
    display: none;
  }
}
.cid-v23VEd08pZ .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v23VEd08pZ .carousel-inner > .active {
  display: block;
}
.cid-v23VEd08pZ .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v23VEd08pZ .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v23VEd08pZ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v23VEd08pZ .carousel-control,
  .cid-v23VEd08pZ .carousel-indicators,
  .cid-v23VEd08pZ .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v23VEd08pZ .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v23VEd08pZ .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v23VEd08pZ .carousel-indicators .active,
.cid-v23VEd08pZ .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v23VEd08pZ .carousel-indicators .active {
  background: #fff;
}
.cid-v23VEd08pZ .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v23VEd08pZ .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v23VEd08pZ .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v23VEd08pZ .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v23VEd08pZ .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v23VEd08pZ .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v23VEd08pZ .carousel {
  width: 100%;
}
.cid-v23VEd08pZ .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v23VEd08pZ .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v23VEd08pZ .modal.fade .modal-dialog,
.cid-v23VEd08pZ .modal.in .modal-dialog {
  transform: none;
}
.cid-v23VEd08pZ .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v23VEd08pZ .content-head {
  max-width: 800px;
}
.cid-v23VEd08pZ .mbr-section-title {
  color: #152a1f;
}
.cid-v23VEd08pZ .mbr-section-subtitle {
  color: #ebd6d2;
}
.cid-v23VFHhVvq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #51655a;
}
.cid-v23VFHhVvq .mbr-fallback-image.disabled {
  display: none;
}
.cid-v23VFHhVvq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v23VFHhVvq .card-wrapper {
  background: #692427;
}
@media (max-width: 767px) {
  .cid-v23VFHhVvq .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v23VFHhVvq .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v23VFHhVvq .card-wrapper {
    padding: 4rem;
  }
}
.cid-v23VFHhVvq .mbr-text,
.cid-v23VFHhVvq .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-v23VFHhVvq .card-title,
.cid-v23VFHhVvq .card-box {
  text-align: left;
  color: #152a1f;
}
.cid-v23VFHhVvq .mbr-section-subtitle {
  text-align: left;
  color: #ebd6d2;
}
.cid-v23VFHhVvq .mbr-text {
  text-align: justify;
  color: #ebd6d2;
}
.cid-v23VFHhVvq .mbr-card-title {
  text-align: center;
  color: #ebd6d2;
}
.cid-v23VFHhVvq .mbr-card-title DIV {
  text-align: center;
}
.cid-v23VHA5ekj {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #51655a;
}
.cid-v23VHA5ekj .mbr-text {
  color: #152a1f;
}
.cid-v23VHA5ekj .mbr-section-subtitle {
  color: #000000;
}
.cid-v23VHA5ekj .mbr-section-title {
  color: #ebd6d2;
  text-align: center;
}
.cid-v23VHA5ekj .mbr-text,
.cid-v23VHA5ekj .item .mbr-section-btn {
  text-align: left;
}
.cid-v23VHA5ekj .item-wrapper {
  background: #ebd6d2;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v23VHA5ekj .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v23VHA5ekj .item-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v23VHA5ekj .item-wrapper {
    padding: 4rem;
  }
}
.cid-v23VHA5ekj .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-v23VHA5ekj .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 1rem;
}
.cid-v23VHA5ekj .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #692427;
  background-color: #692427;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-v23VHA5ekj .mbr-text UL {
  text-align: left;
}
.cid-v23VHA5ekj .mbr-card-subtitle {
  color: #152a1f;
  text-align: left;
}
.cid-v23VHA5ekj .mbr-card-title {
  color: #152a1f;
}
.cid-v23VIeKpan {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #51655a;
}
.cid-v23VIeKpan .mbr-fallback-image.disabled {
  display: none;
}
.cid-v23VIeKpan .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v23VIeKpan .card-wrapper {
  background: #692427;
}
@media (max-width: 767px) {
  .cid-v23VIeKpan .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v23VIeKpan .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v23VIeKpan .card-wrapper {
    padding: 4rem;
  }
}
.cid-v23VIeKpan .mbr-text,
.cid-v23VIeKpan .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-v23VIeKpan .card-title,
.cid-v23VIeKpan .card-box {
  text-align: center;
  color: #ebd6d2;
}
.cid-v23VIeKpan .mbr-card-title {
  text-align: left;
}
.cid-v23VIeKpan .mbr-card-subtitle {
  text-align: left;
  color: #ebceca;
}
.cid-v23VIeKpan .mbr-text {
  text-align: justify;
  color: #ebceca;
}
.cid-v23VIeKpan .mbr-section-subtitle {
  text-align: center;
}
.cid-v23VIAyWM5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #51655a;
}
.cid-v23VIAyWM5 .mbr-text {
  color: #000000;
}
.cid-v23VIAyWM5 .mbr-section-subtitle {
  color: #000000;
}
.cid-v23VIAyWM5 .mbr-section-title {
  color: #ebd6d2;
  text-align: center;
}
.cid-v23VIAyWM5 .mbr-text,
.cid-v23VIAyWM5 .item .mbr-section-btn {
  text-align: center;
}
.cid-v23VIAyWM5 .item-wrapper {
  background: #ebd6d2;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v23VIAyWM5 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v23VIAyWM5 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-v29MksTqW0 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #51655a;
}
.cid-v29MksTqW0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v29MksTqW0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v29MksTqW0 .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  border-radius: 0 !important;
}
@media (max-width: 767px) {
  .cid-v29MksTqW0 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v29MksTqW0 .mbr-iconfont {
  font-size: 3rem;
  color: #ffa0a0;
  padding-right: 2rem;
}
.cid-v29MksTqW0 .content-head {
  max-width: 800px;
}
.cid-v29MksTqW0 .mbr-section-title {
  color: #ebd6d2;
}
.cid-v29MksTqW0 .card-title {
  color: #ebd6d2;
}
.cid-v29L368tC2 {
  padding-top: 3rem;
  padding-bottom: 8rem;
  background-color: #ebd6d2;
  overflow: hidden;
}
.cid-v29L368tC2 .media-container-row .mbr-text {
  color: #692427;
}
.cid-v1AYTOI1tU {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v1AYTOI1tU .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v1AYTOI1tU .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v1AYTOI1tU .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v1AYTOI1tU .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v1AYTOI1tU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v1AYTOI1tU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v1AYTOI1tU .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-v1AYTOI1tU .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-v1AYTOI1tU .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-v1AYTOI1tU .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v1AYTOI1tU .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v1AYTOI1tU .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v1AYTOI1tU .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-v1AYTOI1tU .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v1AYTOI1tU .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v1AYTOI1tU .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v1AYTOI1tU .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v1AYTOI1tU .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v1AYTOI1tU .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (min-width: 767px) {
  .cid-v1AYTOI1tU .navbar-caption {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v1AYTOI1tU .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v1AYTOI1tU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-v1AYTOI1tU .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-v1AYTOI1tU .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v1AYTOI1tU .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v1AYTOI1tU .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v1AYTOI1tU .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #152a1f;
  background: rgba(21, 42, 31, 0.8) !important;
}
.cid-v1AYTOI1tU .nav-item:focus,
.cid-v1AYTOI1tU .nav-link:focus {
  outline: none;
}
.cid-v1AYTOI1tU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v1AYTOI1tU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v1AYTOI1tU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v1AYTOI1tU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v1AYTOI1tU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1AYTOI1tU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v1AYTOI1tU .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v1AYTOI1tU .navbar.opened {
  transition: all 0.25s;
}
.cid-v1AYTOI1tU .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v1AYTOI1tU .navbar .navbar-logo img {
  width: auto;
}
.cid-v1AYTOI1tU .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v1AYTOI1tU .navbar.collapsed {
  justify-content: center;
}
.cid-v1AYTOI1tU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v1AYTOI1tU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v1AYTOI1tU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v1AYTOI1tU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v1AYTOI1tU .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-v1AYTOI1tU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v1AYTOI1tU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v1AYTOI1tU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v1AYTOI1tU .navbar {
    min-height: 72px;
  }
  .cid-v1AYTOI1tU .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v1AYTOI1tU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v1AYTOI1tU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v1AYTOI1tU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v1AYTOI1tU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v1AYTOI1tU .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-v1AYTOI1tU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v1AYTOI1tU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v1AYTOI1tU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v1AYTOI1tU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v1AYTOI1tU .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v1AYTOI1tU .dropdown-item.active,
.cid-v1AYTOI1tU .dropdown-item:active {
  background-color: transparent;
}
.cid-v1AYTOI1tU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v1AYTOI1tU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v1AYTOI1tU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v1AYTOI1tU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #152a1f;
}
.cid-v1AYTOI1tU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v1AYTOI1tU .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v1AYTOI1tU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v1AYTOI1tU .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v1AYTOI1tU .navbar-buttons {
    text-align: left;
  }
}
.cid-v1AYTOI1tU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v1AYTOI1tU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v1AYTOI1tU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v1AYTOI1tU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1AYTOI1tU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1AYTOI1tU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v1AYTOI1tU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1AYTOI1tU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v1AYTOI1tU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v1AYTOI1tU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1AYTOI1tU .navbar-dropdown {
  padding: 0;
  background: rgba(21, 42, 31, 0.8) !important;
}
.cid-v1AYTOI1tU .opacityScroll {
  background: #152a1f !important;
}
.cid-v1AYTOI1tU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v1AYTOI1tU .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v1AYTOI1tU .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v1AYTOI1tU .navbar {
    height: 70px;
  }
  .cid-v1AYTOI1tU .navbar.opened {
    height: auto;
  }
  .cid-v1AYTOI1tU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v1AYTOI1tU .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v1AYTOI1tU .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v1AYTOI1tU .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v1AYTOI1tU .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-v1AYTOI1tU .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v1AYTOI1tU .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v1AYTOI1tU .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v1AYTOI1tU .navbar-brand {
    margin-right: auto;
  }
  .cid-v1AYTOI1tU .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #152a1f;
    opacity: 1;
    border-color: rgba(21, 42, 31, 0.8) !important;
    background: rgba(21, 42, 31, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-v1AYTOI1tU .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v1AYTOI1tU .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v1AYTOI1tU .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v1AYTOI1tU .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v1AYTOI1tU .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v1AYTOI1tU .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-v1AYTOI1tU .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v1AYTOI1tU .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v1AYTOI1tU .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v1AYTOI1tU .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-v1AYTOI1tU .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-v1AYTOI1tU .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v29MnbxRDA {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #51655a;
}
.cid-v29MnbxRDA .mbr-fallback-image.disabled {
  display: none;
}
.cid-v29MnbxRDA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v29MnbxRDA .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v29MnbxRDA .row {
  flex-direction: row-reverse;
}
.cid-v29MnbxRDA .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v29MnbxRDA .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v29MnbxRDA .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v29MnbxRDA .mbr-section-title {
  color: #ebd6d2;
}
.cid-v29MnbxRDA .mbr-text,
.cid-v29MnbxRDA .mbr-section-btn {
  color: #ffffff;
}
.cid-v24bSHKy9e {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #51655a;
}
.cid-v24bSHKy9e .mbr-fallback-image.disabled {
  display: none;
}
.cid-v24bSHKy9e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v24bSHKy9e .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v24bSHKy9e .row {
  flex-direction: row-reverse;
}
.cid-v24bSHKy9e .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v24bSHKy9e .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v24bSHKy9e .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v24bSHKy9e .mbr-section-title {
  color: #edefeb;
}
.cid-v24bSHKy9e .mbr-text,
.cid-v24bSHKy9e .mbr-section-btn {
  color: #edefeb;
  text-align: justify;
}
.cid-v24enr9gUP {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #51655a;
}
.cid-v24enr9gUP .mbr-fallback-image.disabled {
  display: none;
}
.cid-v24enr9gUP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v24enr9gUP .card-wrapper {
  background: #51655a;
}
@media (max-width: 767px) {
  .cid-v24enr9gUP .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v24enr9gUP .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v24enr9gUP .card-wrapper {
    padding: 4rem;
  }
}
.cid-v24enr9gUP .mbr-text,
.cid-v24enr9gUP .mbr-section-btn {
  color: #edefeb;
  text-align: justify;
}
.cid-v24enr9gUP .card-title,
.cid-v24enr9gUP .card-box {
  text-align: center;
  color: #edefeb;
}
.cid-v24c0ebUPb {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #51655a;
}
.cid-v24c0ebUPb .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v24c0ebUPb .item {
    margin-bottom: 1rem;
  }
}
.cid-v24c0ebUPb .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-v24c0ebUPb .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v24c0ebUPb .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-v24c0ebUPb .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-v24c0ebUPb .carousel-control,
.cid-v24c0ebUPb .close {
  background: #1b1b1b;
}
.cid-v24c0ebUPb .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v24c0ebUPb .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v24c0ebUPb .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v24c0ebUPb .carousel-control-next span {
  margin-left: 5px;
}
.cid-v24c0ebUPb .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-v24c0ebUPb .close::before {
  content: '\e91a';
}
.cid-v24c0ebUPb .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v24c0ebUPb .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-v24c0ebUPb .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v24c0ebUPb .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v24c0ebUPb .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v24c0ebUPb .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v24c0ebUPb .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-v24c0ebUPb .carousel-indicators li.active,
.cid-v24c0ebUPb .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v24c0ebUPb .carousel-indicators li::after,
.cid-v24c0ebUPb .carousel-indicators li::before {
  content: none;
}
.cid-v24c0ebUPb .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v24c0ebUPb .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v24c0ebUPb .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v24c0ebUPb .carousel-indicators {
    display: none;
  }
}
.cid-v24c0ebUPb .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v24c0ebUPb .carousel-inner > .active {
  display: block;
}
.cid-v24c0ebUPb .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v24c0ebUPb .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v24c0ebUPb .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v24c0ebUPb .carousel-control,
  .cid-v24c0ebUPb .carousel-indicators,
  .cid-v24c0ebUPb .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v24c0ebUPb .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v24c0ebUPb .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v24c0ebUPb .carousel-indicators .active,
.cid-v24c0ebUPb .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v24c0ebUPb .carousel-indicators .active {
  background: #fff;
}
.cid-v24c0ebUPb .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v24c0ebUPb .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v24c0ebUPb .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v24c0ebUPb .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v24c0ebUPb .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v24c0ebUPb .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v24c0ebUPb .carousel {
  width: 100%;
}
.cid-v24c0ebUPb .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v24c0ebUPb .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v24c0ebUPb .modal.fade .modal-dialog,
.cid-v24c0ebUPb .modal.in .modal-dialog {
  transform: none;
}
.cid-v24c0ebUPb .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v24c0ebUPb .content-head {
  max-width: 800px;
}
.cid-v24c0ebUPb .mbr-section-title {
  color: #152a1f;
}
.cid-v24c0ebUPb .mbr-section-subtitle {
  color: #ebd6d2;
}
.cid-v24c1K9JRz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #51655a;
}
.cid-v24c1K9JRz .mbr-fallback-image.disabled {
  display: none;
}
.cid-v24c1K9JRz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v24c1K9JRz .card-wrapper {
  background: #692427;
}
@media (max-width: 767px) {
  .cid-v24c1K9JRz .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v24c1K9JRz .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v24c1K9JRz .card-wrapper {
    padding: 4rem;
  }
}
.cid-v24c1K9JRz .mbr-text,
.cid-v24c1K9JRz .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-v24c1K9JRz .card-title,
.cid-v24c1K9JRz .card-box {
  text-align: left;
  color: #152a1f;
}
.cid-v24c1K9JRz .mbr-section-subtitle {
  text-align: left;
  color: #ebd6d2;
}
.cid-v24c1K9JRz .mbr-text {
  text-align: justify;
  color: #ebd6d2;
}
.cid-v24c1K9JRz .mbr-card-title {
  text-align: center;
  color: #ebd6d2;
}
.cid-v24c1K9JRz .mbr-card-title DIV {
  text-align: center;
}
.cid-v24c3fpU3F {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #51655a;
}
.cid-v24c3fpU3F .mbr-text {
  color: #152a1f;
}
.cid-v24c3fpU3F .mbr-section-subtitle {
  color: #000000;
}
.cid-v24c3fpU3F .mbr-section-title {
  color: #ebd6d2;
  text-align: center;
}
.cid-v24c3fpU3F .mbr-text,
.cid-v24c3fpU3F .item .mbr-section-btn {
  text-align: left;
}
.cid-v24c3fpU3F .item-wrapper {
  background: #ebd6d2;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v24c3fpU3F .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v24c3fpU3F .item-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v24c3fpU3F .item-wrapper {
    padding: 4rem;
  }
}
.cid-v24c3fpU3F .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-v24c3fpU3F .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 1rem;
}
.cid-v24c3fpU3F .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #692427;
  background-color: #692427;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-v24c3fpU3F .mbr-text UL {
  text-align: left;
}
.cid-v24c3fpU3F .mbr-card-subtitle {
  color: #152a1f;
  text-align: left;
}
.cid-v24c3fpU3F .mbr-card-title {
  color: #152a1f;
}
.cid-v24c4gGmHR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #51655a;
}
.cid-v24c4gGmHR .mbr-fallback-image.disabled {
  display: none;
}
.cid-v24c4gGmHR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v24c4gGmHR .card-wrapper {
  background: #692427;
}
@media (max-width: 767px) {
  .cid-v24c4gGmHR .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v24c4gGmHR .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v24c4gGmHR .card-wrapper {
    padding: 4rem;
  }
}
.cid-v24c4gGmHR .mbr-text,
.cid-v24c4gGmHR .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-v24c4gGmHR .card-title,
.cid-v24c4gGmHR .card-box {
  text-align: center;
  color: #ebd6d2;
}
.cid-v24c4gGmHR .mbr-card-title {
  text-align: left;
}
.cid-v24c4gGmHR .mbr-card-subtitle {
  text-align: left;
  color: #ebceca;
}
.cid-v24c4gGmHR .mbr-text {
  text-align: justify;
  color: #ebceca;
}
.cid-v24c4gGmHR .mbr-section-subtitle {
  text-align: center;
}
.cid-v24c4Hojy9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #51655a;
}
.cid-v24c4Hojy9 .mbr-text {
  color: #000000;
}
.cid-v24c4Hojy9 .mbr-section-subtitle {
  color: #000000;
}
.cid-v24c4Hojy9 .mbr-section-title {
  color: #ebd6d2;
  text-align: center;
}
.cid-v24c4Hojy9 .mbr-text,
.cid-v24c4Hojy9 .item .mbr-section-btn {
  text-align: center;
}
.cid-v24c4Hojy9 .item-wrapper {
  background: #ebd6d2;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v24c4Hojy9 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v24c4Hojy9 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-v29MnUDSAK {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #51655a;
}
.cid-v29MnUDSAK .mbr-fallback-image.disabled {
  display: none;
}
.cid-v29MnUDSAK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v29MnUDSAK .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  border-radius: 0 !important;
}
@media (max-width: 767px) {
  .cid-v29MnUDSAK .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v29MnUDSAK .mbr-iconfont {
  font-size: 3rem;
  color: #ffa0a0;
  padding-right: 2rem;
}
.cid-v29MnUDSAK .content-head {
  max-width: 800px;
}
.cid-v29MnUDSAK .mbr-section-title {
  color: #ebd6d2;
}
.cid-v29MnUDSAK .card-title {
  color: #ebd6d2;
}
.cid-v29L368tC2 {
  padding-top: 3rem;
  padding-bottom: 8rem;
  background-color: #ebd6d2;
  overflow: hidden;
}
.cid-v29L368tC2 .media-container-row .mbr-text {
  color: #692427;
}
.cid-v1AYTOI1tU {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v1AYTOI1tU .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v1AYTOI1tU .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v1AYTOI1tU .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v1AYTOI1tU .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v1AYTOI1tU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v1AYTOI1tU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v1AYTOI1tU .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-v1AYTOI1tU .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-v1AYTOI1tU .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-v1AYTOI1tU .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v1AYTOI1tU .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v1AYTOI1tU .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v1AYTOI1tU .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-v1AYTOI1tU .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v1AYTOI1tU .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v1AYTOI1tU .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v1AYTOI1tU .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v1AYTOI1tU .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v1AYTOI1tU .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (min-width: 767px) {
  .cid-v1AYTOI1tU .navbar-caption {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v1AYTOI1tU .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v1AYTOI1tU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-v1AYTOI1tU .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-v1AYTOI1tU .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v1AYTOI1tU .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v1AYTOI1tU .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v1AYTOI1tU .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #152a1f;
  background: rgba(21, 42, 31, 0.8) !important;
}
.cid-v1AYTOI1tU .nav-item:focus,
.cid-v1AYTOI1tU .nav-link:focus {
  outline: none;
}
.cid-v1AYTOI1tU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v1AYTOI1tU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v1AYTOI1tU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v1AYTOI1tU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v1AYTOI1tU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1AYTOI1tU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v1AYTOI1tU .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v1AYTOI1tU .navbar.opened {
  transition: all 0.25s;
}
.cid-v1AYTOI1tU .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v1AYTOI1tU .navbar .navbar-logo img {
  width: auto;
}
.cid-v1AYTOI1tU .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v1AYTOI1tU .navbar.collapsed {
  justify-content: center;
}
.cid-v1AYTOI1tU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v1AYTOI1tU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v1AYTOI1tU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v1AYTOI1tU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v1AYTOI1tU .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-v1AYTOI1tU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v1AYTOI1tU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v1AYTOI1tU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v1AYTOI1tU .navbar {
    min-height: 72px;
  }
  .cid-v1AYTOI1tU .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v1AYTOI1tU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v1AYTOI1tU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v1AYTOI1tU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v1AYTOI1tU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v1AYTOI1tU .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-v1AYTOI1tU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v1AYTOI1tU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v1AYTOI1tU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v1AYTOI1tU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v1AYTOI1tU .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v1AYTOI1tU .dropdown-item.active,
.cid-v1AYTOI1tU .dropdown-item:active {
  background-color: transparent;
}
.cid-v1AYTOI1tU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v1AYTOI1tU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v1AYTOI1tU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v1AYTOI1tU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #152a1f;
}
.cid-v1AYTOI1tU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v1AYTOI1tU .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v1AYTOI1tU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v1AYTOI1tU .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v1AYTOI1tU .navbar-buttons {
    text-align: left;
  }
}
.cid-v1AYTOI1tU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v1AYTOI1tU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v1AYTOI1tU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v1AYTOI1tU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1AYTOI1tU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1AYTOI1tU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v1AYTOI1tU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1AYTOI1tU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v1AYTOI1tU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v1AYTOI1tU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1AYTOI1tU .navbar-dropdown {
  padding: 0;
  background: rgba(21, 42, 31, 0.8) !important;
}
.cid-v1AYTOI1tU .opacityScroll {
  background: #152a1f !important;
}
.cid-v1AYTOI1tU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v1AYTOI1tU .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v1AYTOI1tU .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v1AYTOI1tU .navbar {
    height: 70px;
  }
  .cid-v1AYTOI1tU .navbar.opened {
    height: auto;
  }
  .cid-v1AYTOI1tU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v1AYTOI1tU .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v1AYTOI1tU .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v1AYTOI1tU .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v1AYTOI1tU .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-v1AYTOI1tU .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v1AYTOI1tU .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v1AYTOI1tU .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v1AYTOI1tU .navbar-brand {
    margin-right: auto;
  }
  .cid-v1AYTOI1tU .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #152a1f;
    opacity: 1;
    border-color: rgba(21, 42, 31, 0.8) !important;
    background: rgba(21, 42, 31, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-v1AYTOI1tU .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v1AYTOI1tU .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v1AYTOI1tU .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v1AYTOI1tU .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v1AYTOI1tU .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v1AYTOI1tU .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-v1AYTOI1tU .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v1AYTOI1tU .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v1AYTOI1tU .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v1AYTOI1tU .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-v1AYTOI1tU .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-v1AYTOI1tU .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v29Mt7Ph0o {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #51655a;
}
.cid-v29Mt7Ph0o .mbr-fallback-image.disabled {
  display: none;
}
.cid-v29Mt7Ph0o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v29Mt7Ph0o .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v29Mt7Ph0o .row {
  flex-direction: row-reverse;
}
.cid-v29Mt7Ph0o .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v29Mt7Ph0o .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v29Mt7Ph0o .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v29Mt7Ph0o .mbr-section-title {
  color: #ebd6d2;
}
.cid-v29Mt7Ph0o .mbr-text,
.cid-v29Mt7Ph0o .mbr-section-btn {
  color: #ffffff;
}
.cid-v25IBEhXlE {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #51655a;
}
.cid-v25IBEhXlE .mbr-fallback-image.disabled {
  display: none;
}
.cid-v25IBEhXlE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v25IBEhXlE .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v25IBEhXlE .row {
  flex-direction: row-reverse;
}
.cid-v25IBEhXlE .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v25IBEhXlE .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v25IBEhXlE .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v25IBEhXlE .mbr-section-title {
  color: #edefeb;
  text-align: left;
}
.cid-v25IBEhXlE .mbr-text,
.cid-v25IBEhXlE .mbr-section-btn {
  color: #edefeb;
  text-align: justify;
}
.cid-v25ICwWJHD {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #51655a;
}
.cid-v25ICwWJHD .mbr-fallback-image.disabled {
  display: none;
}
.cid-v25ICwWJHD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v25ICwWJHD .card-wrapper {
  background: #51655a;
}
@media (max-width: 767px) {
  .cid-v25ICwWJHD .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v25ICwWJHD .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v25ICwWJHD .card-wrapper {
    padding: 4rem;
  }
}
.cid-v25ICwWJHD .mbr-text,
.cid-v25ICwWJHD .mbr-section-btn {
  color: #edefeb;
  text-align: justify;
}
.cid-v25ICwWJHD .card-title,
.cid-v25ICwWJHD .card-box {
  text-align: center;
  color: #edefeb;
}
.cid-v25IDqiJOf {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #51655a;
}
.cid-v25IDqiJOf .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v25IDqiJOf .item {
    margin-bottom: 1rem;
  }
}
.cid-v25IDqiJOf .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-v25IDqiJOf .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v25IDqiJOf .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-v25IDqiJOf .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-v25IDqiJOf .carousel-control,
.cid-v25IDqiJOf .close {
  background: #1b1b1b;
}
.cid-v25IDqiJOf .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v25IDqiJOf .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v25IDqiJOf .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v25IDqiJOf .carousel-control-next span {
  margin-left: 5px;
}
.cid-v25IDqiJOf .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-v25IDqiJOf .close::before {
  content: '\e91a';
}
.cid-v25IDqiJOf .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v25IDqiJOf .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-v25IDqiJOf .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v25IDqiJOf .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v25IDqiJOf .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v25IDqiJOf .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v25IDqiJOf .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-v25IDqiJOf .carousel-indicators li.active,
.cid-v25IDqiJOf .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v25IDqiJOf .carousel-indicators li::after,
.cid-v25IDqiJOf .carousel-indicators li::before {
  content: none;
}
.cid-v25IDqiJOf .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v25IDqiJOf .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v25IDqiJOf .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v25IDqiJOf .carousel-indicators {
    display: none;
  }
}
.cid-v25IDqiJOf .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v25IDqiJOf .carousel-inner > .active {
  display: block;
}
.cid-v25IDqiJOf .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v25IDqiJOf .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v25IDqiJOf .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v25IDqiJOf .carousel-control,
  .cid-v25IDqiJOf .carousel-indicators,
  .cid-v25IDqiJOf .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v25IDqiJOf .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v25IDqiJOf .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v25IDqiJOf .carousel-indicators .active,
.cid-v25IDqiJOf .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v25IDqiJOf .carousel-indicators .active {
  background: #fff;
}
.cid-v25IDqiJOf .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v25IDqiJOf .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v25IDqiJOf .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v25IDqiJOf .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v25IDqiJOf .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v25IDqiJOf .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v25IDqiJOf .carousel {
  width: 100%;
}
.cid-v25IDqiJOf .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v25IDqiJOf .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v25IDqiJOf .modal.fade .modal-dialog,
.cid-v25IDqiJOf .modal.in .modal-dialog {
  transform: none;
}
.cid-v25IDqiJOf .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v25IDqiJOf .content-head {
  max-width: 800px;
}
.cid-v25IDqiJOf .mbr-section-title {
  color: #152a1f;
}
.cid-v25IDqiJOf .mbr-section-subtitle {
  color: #ebd6d2;
}
.cid-v25IEIRO3A {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #51655a;
}
.cid-v25IEIRO3A .mbr-fallback-image.disabled {
  display: none;
}
.cid-v25IEIRO3A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v25IEIRO3A .card-wrapper {
  background: #692427;
}
@media (max-width: 767px) {
  .cid-v25IEIRO3A .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v25IEIRO3A .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v25IEIRO3A .card-wrapper {
    padding: 4rem;
  }
}
.cid-v25IEIRO3A .mbr-text,
.cid-v25IEIRO3A .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-v25IEIRO3A .card-title,
.cid-v25IEIRO3A .card-box {
  text-align: left;
  color: #152a1f;
}
.cid-v25IEIRO3A .mbr-section-subtitle {
  text-align: left;
  color: #ebd6d2;
}
.cid-v25IEIRO3A .mbr-text {
  text-align: justify;
  color: #ebd6d2;
}
.cid-v25IEIRO3A .mbr-card-title {
  text-align: center;
  color: #ebd6d2;
}
.cid-v25IEIRO3A .mbr-card-title DIV {
  text-align: center;
}
.cid-v25IGG76Ti {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #51655a;
}
.cid-v25IGG76Ti .mbr-text {
  color: #152a1f;
}
.cid-v25IGG76Ti .mbr-section-subtitle {
  color: #000000;
}
.cid-v25IGG76Ti .mbr-section-title {
  color: #ebd6d2;
  text-align: center;
}
.cid-v25IGG76Ti .mbr-text,
.cid-v25IGG76Ti .item .mbr-section-btn {
  text-align: left;
}
.cid-v25IGG76Ti .item-wrapper {
  background: #ebd6d2;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v25IGG76Ti .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v25IGG76Ti .item-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v25IGG76Ti .item-wrapper {
    padding: 4rem;
  }
}
.cid-v25IGG76Ti .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-v25IGG76Ti .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 1rem;
}
.cid-v25IGG76Ti .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #692427;
  background-color: #692427;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-v25IGG76Ti .mbr-text UL {
  text-align: left;
}
.cid-v25IGG76Ti .mbr-card-subtitle {
  color: #152a1f;
  text-align: left;
}
.cid-v25IGG76Ti .mbr-card-title {
  color: #152a1f;
}
.cid-v25IHEac1i {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #51655a;
}
.cid-v25IHEac1i .mbr-fallback-image.disabled {
  display: none;
}
.cid-v25IHEac1i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v25IHEac1i .card-wrapper {
  background: #692427;
}
@media (max-width: 767px) {
  .cid-v25IHEac1i .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v25IHEac1i .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v25IHEac1i .card-wrapper {
    padding: 4rem;
  }
}
.cid-v25IHEac1i .mbr-text,
.cid-v25IHEac1i .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-v25IHEac1i .card-title,
.cid-v25IHEac1i .card-box {
  text-align: center;
  color: #ebd6d2;
}
.cid-v25IHEac1i .mbr-card-title {
  text-align: left;
}
.cid-v25IHEac1i .mbr-card-subtitle {
  text-align: left;
  color: #ebceca;
}
.cid-v25IHEac1i .mbr-text {
  text-align: justify;
  color: #ebceca;
}
.cid-v25IHEac1i .mbr-section-subtitle {
  text-align: center;
}
.cid-v25Q8U2dCB {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #51655a;
}
.cid-v25Q8U2dCB .item:focus,
.cid-v25Q8U2dCB span:focus {
  outline: none;
}
.cid-v25Q8U2dCB .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v25Q8U2dCB .item {
    margin-bottom: 1rem;
  }
}
.cid-v25Q8U2dCB .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v25Q8U2dCB .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v25Q8U2dCB .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-v25Q8U2dCB .item-wrapper {
  position: relative;
  background: #ebceca;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v25Q8U2dCB .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-v25Q8U2dCB .mbr-section-title {
  color: #ebceca;
  text-align: center;
}
.cid-v25Q8U2dCB .mbr-text,
.cid-v25Q8U2dCB .item .mbr-section-btn {
  text-align: center;
}
.cid-v25Q8U2dCB .content-head {
  max-width: 800px;
}
.cid-v25Q8U2dCB .mbr-number {
  color: #692427;
}
.cid-v25Q8U2dCB .mbr-section-subtitle,
.cid-v25Q8U2dCB .mbr-section-head .mbr-section-btn {
  text-align: center;
}
.cid-v25Q8U2dCB .mbr-text {
  text-align: left;
}
.cid-v25Q8U2dCB .mbr-text,
.cid-v25Q8U2dCB .mbr-card-btn {
  text-align: left;
}
.cid-v25Q8U2dCB .mbr-text,
.cid-v25Q8U2dCB .mbr-section-btn {
  text-align: left;
}
.cid-v25Q8U2dCB .mbr-text,
.cid-v25Q8U2dCB .item-footer .mbr-section-btn {
  text-align: left;
}
.cid-v25Q8U2dCB .card-text,
.cid-v25Q8U2dCB .item .mbr-section-btn {
  text-align: center;
  color: #692427;
}
.cid-v25Q8U2dCB .card-title {
  text-align: left;
  color: #152a1f;
}
.cid-v25II7MCU0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #51655a;
}
.cid-v25II7MCU0 .mbr-text {
  color: #000000;
}
.cid-v25II7MCU0 .mbr-section-subtitle {
  color: #000000;
}
.cid-v25II7MCU0 .mbr-section-title {
  color: #ebd6d2;
  text-align: center;
}
.cid-v25II7MCU0 .mbr-text,
.cid-v25II7MCU0 .item .mbr-section-btn {
  text-align: center;
}
.cid-v25II7MCU0 .item-wrapper {
  background: #ebd6d2;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v25II7MCU0 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v25II7MCU0 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-v29Mu0S2OK {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #51655a;
}
.cid-v29Mu0S2OK .mbr-fallback-image.disabled {
  display: none;
}
.cid-v29Mu0S2OK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v29Mu0S2OK .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  border-radius: 0 !important;
}
@media (max-width: 767px) {
  .cid-v29Mu0S2OK .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v29Mu0S2OK .mbr-iconfont {
  font-size: 3rem;
  color: #ffa0a0;
  padding-right: 2rem;
}
.cid-v29Mu0S2OK .content-head {
  max-width: 800px;
}
.cid-v29Mu0S2OK .mbr-section-title {
  color: #ebd6d2;
}
.cid-v29Mu0S2OK .card-title {
  color: #ebd6d2;
}
.cid-v29L368tC2 {
  padding-top: 3rem;
  padding-bottom: 8rem;
  background-color: #ebd6d2;
  overflow: hidden;
}
.cid-v29L368tC2 .media-container-row .mbr-text {
  color: #692427;
}
.cid-v29rfZJZ83 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v29rfZJZ83 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v29rfZJZ83 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v29rfZJZ83 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v29rfZJZ83 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v29rfZJZ83 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v29rfZJZ83 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v29rfZJZ83 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-v29rfZJZ83 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-v29rfZJZ83 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-v29rfZJZ83 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v29rfZJZ83 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v29rfZJZ83 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v29rfZJZ83 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-v29rfZJZ83 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v29rfZJZ83 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v29rfZJZ83 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v29rfZJZ83 .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v29rfZJZ83 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v29rfZJZ83 .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (min-width: 767px) {
  .cid-v29rfZJZ83 .navbar-caption {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v29rfZJZ83 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v29rfZJZ83 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-v29rfZJZ83 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-v29rfZJZ83 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v29rfZJZ83 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v29rfZJZ83 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v29rfZJZ83 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #152a1f;
  background: rgba(21, 42, 31, 0.8) !important;
}
.cid-v29rfZJZ83 .nav-item:focus,
.cid-v29rfZJZ83 .nav-link:focus {
  outline: none;
}
.cid-v29rfZJZ83 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v29rfZJZ83 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v29rfZJZ83 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v29rfZJZ83 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v29rfZJZ83 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v29rfZJZ83 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v29rfZJZ83 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v29rfZJZ83 .navbar.opened {
  transition: all 0.25s;
}
.cid-v29rfZJZ83 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v29rfZJZ83 .navbar .navbar-logo img {
  width: auto;
}
.cid-v29rfZJZ83 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v29rfZJZ83 .navbar.collapsed {
  justify-content: center;
}
.cid-v29rfZJZ83 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v29rfZJZ83 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v29rfZJZ83 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v29rfZJZ83 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v29rfZJZ83 .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-v29rfZJZ83 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v29rfZJZ83 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v29rfZJZ83 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v29rfZJZ83 .navbar {
    min-height: 72px;
  }
  .cid-v29rfZJZ83 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v29rfZJZ83 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v29rfZJZ83 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v29rfZJZ83 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v29rfZJZ83 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v29rfZJZ83 .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-v29rfZJZ83 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v29rfZJZ83 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v29rfZJZ83 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v29rfZJZ83 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v29rfZJZ83 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v29rfZJZ83 .dropdown-item.active,
.cid-v29rfZJZ83 .dropdown-item:active {
  background-color: transparent;
}
.cid-v29rfZJZ83 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v29rfZJZ83 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v29rfZJZ83 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v29rfZJZ83 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #152a1f;
}
.cid-v29rfZJZ83 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v29rfZJZ83 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v29rfZJZ83 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v29rfZJZ83 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v29rfZJZ83 .navbar-buttons {
    text-align: left;
  }
}
.cid-v29rfZJZ83 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v29rfZJZ83 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v29rfZJZ83 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v29rfZJZ83 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v29rfZJZ83 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v29rfZJZ83 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v29rfZJZ83 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v29rfZJZ83 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v29rfZJZ83 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v29rfZJZ83 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v29rfZJZ83 .navbar-dropdown {
  padding: 0;
  background: rgba(21, 42, 31, 0.8) !important;
}
.cid-v29rfZJZ83 .opacityScroll {
  background: #152a1f !important;
}
.cid-v29rfZJZ83 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v29rfZJZ83 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v29rfZJZ83 .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v29rfZJZ83 .navbar {
    height: 70px;
  }
  .cid-v29rfZJZ83 .navbar.opened {
    height: auto;
  }
  .cid-v29rfZJZ83 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v29rfZJZ83 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v29rfZJZ83 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v29rfZJZ83 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v29rfZJZ83 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-v29rfZJZ83 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v29rfZJZ83 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v29rfZJZ83 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v29rfZJZ83 .navbar-brand {
    margin-right: auto;
  }
  .cid-v29rfZJZ83 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #152a1f;
    opacity: 1;
    border-color: rgba(21, 42, 31, 0.8) !important;
    background: rgba(21, 42, 31, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-v29rfZJZ83 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v29rfZJZ83 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v29rfZJZ83 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v29rfZJZ83 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v29rfZJZ83 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v29rfZJZ83 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-v29rfZJZ83 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v29rfZJZ83 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v29rfZJZ83 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v29rfZJZ83 .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-v29rfZJZ83 .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-v29rfZJZ83 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v29MysSxyC {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #51655a;
}
.cid-v29MysSxyC .mbr-fallback-image.disabled {
  display: none;
}
.cid-v29MysSxyC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v29MysSxyC .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v29MysSxyC .row {
  flex-direction: row-reverse;
}
.cid-v29MysSxyC .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v29MysSxyC .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v29MysSxyC .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v29MysSxyC .mbr-section-title {
  color: #ebd6d2;
}
.cid-v29MysSxyC .mbr-text,
.cid-v29MysSxyC .mbr-section-btn {
  color: #ffffff;
}
.cid-v2cm8t6bvD {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #51655a;
}
.cid-v2cm8t6bvD .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2cm8t6bvD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v2cm8t6bvD .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v2cm8t6bvD .row {
  flex-direction: row-reverse;
}
.cid-v2cm8t6bvD .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v2cm8t6bvD .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v2cm8t6bvD .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v2cm8t6bvD .mbr-section-title {
  color: #edefeb;
}
.cid-v2cm8t6bvD .mbr-text,
.cid-v2cm8t6bvD .mbr-section-btn {
  color: #edefeb;
  text-align: justify;
}
.cid-v29rg06piG {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #51655a;
}
.cid-v29rg06piG .mbr-fallback-image.disabled {
  display: none;
}
.cid-v29rg06piG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v29rg06piG .card-wrapper {
  background: #51655a;
}
@media (max-width: 767px) {
  .cid-v29rg06piG .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v29rg06piG .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v29rg06piG .card-wrapper {
    padding: 4rem;
  }
}
.cid-v29rg06piG .mbr-text,
.cid-v29rg06piG .mbr-section-btn {
  color: #edefeb;
  text-align: justify;
}
.cid-v29rg06piG .card-title,
.cid-v29rg06piG .card-box {
  text-align: center;
  color: #edefeb;
}
.cid-v29rg0fBUq {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #51655a;
}
.cid-v29rg0fBUq .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v29rg0fBUq .item {
    margin-bottom: 1rem;
  }
}
.cid-v29rg0fBUq .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-v29rg0fBUq .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v29rg0fBUq .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-v29rg0fBUq .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-v29rg0fBUq .carousel-control,
.cid-v29rg0fBUq .close {
  background: #1b1b1b;
}
.cid-v29rg0fBUq .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v29rg0fBUq .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v29rg0fBUq .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v29rg0fBUq .carousel-control-next span {
  margin-left: 5px;
}
.cid-v29rg0fBUq .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-v29rg0fBUq .close::before {
  content: '\e91a';
}
.cid-v29rg0fBUq .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v29rg0fBUq .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-v29rg0fBUq .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v29rg0fBUq .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v29rg0fBUq .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v29rg0fBUq .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v29rg0fBUq .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-v29rg0fBUq .carousel-indicators li.active,
.cid-v29rg0fBUq .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v29rg0fBUq .carousel-indicators li::after,
.cid-v29rg0fBUq .carousel-indicators li::before {
  content: none;
}
.cid-v29rg0fBUq .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v29rg0fBUq .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v29rg0fBUq .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v29rg0fBUq .carousel-indicators {
    display: none;
  }
}
.cid-v29rg0fBUq .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v29rg0fBUq .carousel-inner > .active {
  display: block;
}
.cid-v29rg0fBUq .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v29rg0fBUq .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v29rg0fBUq .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v29rg0fBUq .carousel-control,
  .cid-v29rg0fBUq .carousel-indicators,
  .cid-v29rg0fBUq .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v29rg0fBUq .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v29rg0fBUq .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v29rg0fBUq .carousel-indicators .active,
.cid-v29rg0fBUq .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v29rg0fBUq .carousel-indicators .active {
  background: #fff;
}
.cid-v29rg0fBUq .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v29rg0fBUq .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v29rg0fBUq .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v29rg0fBUq .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v29rg0fBUq .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v29rg0fBUq .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v29rg0fBUq .carousel {
  width: 100%;
}
.cid-v29rg0fBUq .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v29rg0fBUq .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v29rg0fBUq .modal.fade .modal-dialog,
.cid-v29rg0fBUq .modal.in .modal-dialog {
  transform: none;
}
.cid-v29rg0fBUq .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v29rg0fBUq .content-head {
  max-width: 800px;
}
.cid-v29rg0fBUq .mbr-section-title {
  color: #ebd6d2;
}
.cid-v29rg0fBUq .mbr-section-subtitle {
  color: #ebd6d2;
}
.cid-v29rg0DE5p {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #51655a;
}
.cid-v29rg0DE5p .mbr-fallback-image.disabled {
  display: none;
}
.cid-v29rg0DE5p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v29rg0DE5p .card-wrapper {
  background: #692427;
}
@media (max-width: 767px) {
  .cid-v29rg0DE5p .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v29rg0DE5p .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v29rg0DE5p .card-wrapper {
    padding: 4rem;
  }
}
.cid-v29rg0DE5p .mbr-text,
.cid-v29rg0DE5p .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-v29rg0DE5p .card-title,
.cid-v29rg0DE5p .card-box {
  text-align: left;
  color: #152a1f;
}
.cid-v29rg0DE5p .mbr-section-subtitle {
  text-align: left;
  color: #ebd6d2;
}
.cid-v29rg0DE5p .mbr-text {
  text-align: justify;
  color: #ebd6d2;
}
.cid-v29rg0DE5p .mbr-card-title {
  text-align: center;
  color: #ebd6d2;
}
.cid-v29rg0DE5p .mbr-card-title DIV {
  text-align: center;
}
.cid-v29rg0QdJe {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #51655a;
}
.cid-v29rg0QdJe .mbr-text {
  color: #152a1f;
}
.cid-v29rg0QdJe .mbr-section-subtitle {
  color: #000000;
}
.cid-v29rg0QdJe .mbr-section-title {
  color: #ebd6d2;
  text-align: center;
}
.cid-v29rg0QdJe .mbr-text,
.cid-v29rg0QdJe .item .mbr-section-btn {
  text-align: left;
}
.cid-v29rg0QdJe .item-wrapper {
  background: #ebd6d2;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v29rg0QdJe .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v29rg0QdJe .item-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v29rg0QdJe .item-wrapper {
    padding: 4rem;
  }
}
.cid-v29rg0QdJe .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-v29rg0QdJe .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 1rem;
}
.cid-v29rg0QdJe .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #692427;
  background-color: #692427;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-v29rg0QdJe .mbr-text UL {
  text-align: left;
}
.cid-v29rg0QdJe .mbr-card-subtitle {
  color: #152a1f;
  text-align: left;
}
.cid-v29rg0QdJe .mbr-card-title {
  color: #152a1f;
}
.cid-v29rg12euU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #51655a;
}
.cid-v29rg12euU .mbr-fallback-image.disabled {
  display: none;
}
.cid-v29rg12euU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v29rg12euU .card-wrapper {
  background: #692427;
}
@media (max-width: 767px) {
  .cid-v29rg12euU .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v29rg12euU .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v29rg12euU .card-wrapper {
    padding: 4rem;
  }
}
.cid-v29rg12euU .mbr-text,
.cid-v29rg12euU .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-v29rg12euU .card-title,
.cid-v29rg12euU .card-box {
  text-align: center;
  color: #ebd6d2;
}
.cid-v29rg12euU .mbr-card-title {
  text-align: left;
}
.cid-v29rg12euU .mbr-card-subtitle {
  text-align: left;
  color: #ebceca;
}
.cid-v29rg12euU .mbr-text {
  text-align: justify;
  color: #ebceca;
}
.cid-v29rg12euU .mbr-section-subtitle {
  text-align: center;
}
.cid-v29rg1psIE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #51655a;
}
.cid-v29rg1psIE .mbr-text {
  color: #000000;
}
.cid-v29rg1psIE .mbr-section-subtitle {
  color: #000000;
}
.cid-v29rg1psIE .mbr-section-title {
  color: #ebd6d2;
  text-align: center;
}
.cid-v29rg1psIE .mbr-text,
.cid-v29rg1psIE .item .mbr-section-btn {
  text-align: center;
}
.cid-v29rg1psIE .item-wrapper {
  background: #ebd6d2;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v29rg1psIE .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v29rg1psIE .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-v29MzozkjK {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #51655a;
}
.cid-v29MzozkjK .mbr-fallback-image.disabled {
  display: none;
}
.cid-v29MzozkjK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v29MzozkjK .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  border-radius: 0 !important;
}
@media (max-width: 767px) {
  .cid-v29MzozkjK .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v29MzozkjK .mbr-iconfont {
  font-size: 3rem;
  color: #ffa0a0;
  padding-right: 2rem;
}
.cid-v29MzozkjK .content-head {
  max-width: 800px;
}
.cid-v29MzozkjK .mbr-section-title {
  color: #ebd6d2;
}
.cid-v29MzozkjK .card-title {
  color: #ebd6d2;
}
.cid-v29L368tC2 {
  padding-top: 3rem;
  padding-bottom: 8rem;
  background-color: #ebd6d2;
  overflow: hidden;
}
.cid-v29L368tC2 .media-container-row .mbr-text {
  color: #692427;
}
.cid-v29rjkkSou {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v29rjkkSou .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v29rjkkSou .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v29rjkkSou .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v29rjkkSou .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v29rjkkSou .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v29rjkkSou .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v29rjkkSou .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-v29rjkkSou .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-v29rjkkSou .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-v29rjkkSou .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v29rjkkSou .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v29rjkkSou .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v29rjkkSou .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-v29rjkkSou .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v29rjkkSou .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v29rjkkSou .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v29rjkkSou .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v29rjkkSou .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v29rjkkSou .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (min-width: 767px) {
  .cid-v29rjkkSou .navbar-caption {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v29rjkkSou .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v29rjkkSou .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-v29rjkkSou .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-v29rjkkSou .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v29rjkkSou .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v29rjkkSou .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v29rjkkSou .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #152a1f;
  background: rgba(21, 42, 31, 0.8) !important;
}
.cid-v29rjkkSou .nav-item:focus,
.cid-v29rjkkSou .nav-link:focus {
  outline: none;
}
.cid-v29rjkkSou .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v29rjkkSou .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v29rjkkSou .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v29rjkkSou .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v29rjkkSou .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v29rjkkSou .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v29rjkkSou .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v29rjkkSou .navbar.opened {
  transition: all 0.25s;
}
.cid-v29rjkkSou .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v29rjkkSou .navbar .navbar-logo img {
  width: auto;
}
.cid-v29rjkkSou .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v29rjkkSou .navbar.collapsed {
  justify-content: center;
}
.cid-v29rjkkSou .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v29rjkkSou .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v29rjkkSou .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v29rjkkSou .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v29rjkkSou .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-v29rjkkSou .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v29rjkkSou .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v29rjkkSou .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v29rjkkSou .navbar {
    min-height: 72px;
  }
  .cid-v29rjkkSou .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v29rjkkSou .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v29rjkkSou .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v29rjkkSou .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v29rjkkSou .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v29rjkkSou .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-v29rjkkSou .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v29rjkkSou .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v29rjkkSou .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v29rjkkSou .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v29rjkkSou .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v29rjkkSou .dropdown-item.active,
.cid-v29rjkkSou .dropdown-item:active {
  background-color: transparent;
}
.cid-v29rjkkSou .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v29rjkkSou .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v29rjkkSou .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v29rjkkSou .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #152a1f;
}
.cid-v29rjkkSou .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v29rjkkSou .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v29rjkkSou ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v29rjkkSou .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v29rjkkSou .navbar-buttons {
    text-align: left;
  }
}
.cid-v29rjkkSou button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v29rjkkSou button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v29rjkkSou button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v29rjkkSou button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v29rjkkSou button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v29rjkkSou button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v29rjkkSou nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v29rjkkSou nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v29rjkkSou nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v29rjkkSou nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v29rjkkSou .navbar-dropdown {
  padding: 0;
  background: rgba(21, 42, 31, 0.8) !important;
}
.cid-v29rjkkSou .opacityScroll {
  background: #152a1f !important;
}
.cid-v29rjkkSou a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v29rjkkSou .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v29rjkkSou .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v29rjkkSou .navbar {
    height: 70px;
  }
  .cid-v29rjkkSou .navbar.opened {
    height: auto;
  }
  .cid-v29rjkkSou .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v29rjkkSou .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v29rjkkSou .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v29rjkkSou .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v29rjkkSou .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-v29rjkkSou .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v29rjkkSou .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v29rjkkSou .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v29rjkkSou .navbar-brand {
    margin-right: auto;
  }
  .cid-v29rjkkSou .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #152a1f;
    opacity: 1;
    border-color: rgba(21, 42, 31, 0.8) !important;
    background: rgba(21, 42, 31, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-v29rjkkSou .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v29rjkkSou .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v29rjkkSou .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v29rjkkSou .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v29rjkkSou .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v29rjkkSou .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-v29rjkkSou .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v29rjkkSou .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v29rjkkSou .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v29rjkkSou .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-v29rjkkSou .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-v29rjkkSou .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v29MCHMbYt {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #51655a;
}
.cid-v29MCHMbYt .mbr-fallback-image.disabled {
  display: none;
}
.cid-v29MCHMbYt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v29MCHMbYt .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v29MCHMbYt .row {
  flex-direction: row-reverse;
}
.cid-v29MCHMbYt .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v29MCHMbYt .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v29MCHMbYt .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v29MCHMbYt .mbr-section-title {
  color: #ebd6d2;
}
.cid-v29MCHMbYt .mbr-text,
.cid-v29MCHMbYt .mbr-section-btn {
  color: #ffffff;
}
.cid-v29rjkx7cY {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #51655a;
}
.cid-v29rjkx7cY .mbr-fallback-image.disabled {
  display: none;
}
.cid-v29rjkx7cY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v29rjkx7cY .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v29rjkx7cY .row {
  flex-direction: row-reverse;
}
.cid-v29rjkx7cY .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v29rjkx7cY .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v29rjkx7cY .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v29rjkx7cY .mbr-section-title {
  color: #edefeb;
  text-align: left;
}
.cid-v29rjkx7cY .mbr-text,
.cid-v29rjkx7cY .mbr-section-btn {
  color: #edefeb;
  text-align: justify;
}
.cid-v29rjkGoX8 {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #51655a;
}
.cid-v29rjkGoX8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v29rjkGoX8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v29rjkGoX8 .card-wrapper {
  background: #51655a;
}
@media (max-width: 767px) {
  .cid-v29rjkGoX8 .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v29rjkGoX8 .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v29rjkGoX8 .card-wrapper {
    padding: 4rem;
  }
}
.cid-v29rjkGoX8 .mbr-text,
.cid-v29rjkGoX8 .mbr-section-btn {
  color: #edefeb;
  text-align: justify;
}
.cid-v29rjkGoX8 .card-title,
.cid-v29rjkGoX8 .card-box {
  text-align: center;
  color: #edefeb;
}
.cid-v29rjkO9XD {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #51655a;
}
.cid-v29rjkO9XD .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v29rjkO9XD .item {
    margin-bottom: 1rem;
  }
}
.cid-v29rjkO9XD .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-v29rjkO9XD .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v29rjkO9XD .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-v29rjkO9XD .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-v29rjkO9XD .carousel-control,
.cid-v29rjkO9XD .close {
  background: #1b1b1b;
}
.cid-v29rjkO9XD .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v29rjkO9XD .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v29rjkO9XD .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v29rjkO9XD .carousel-control-next span {
  margin-left: 5px;
}
.cid-v29rjkO9XD .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-v29rjkO9XD .close::before {
  content: '\e91a';
}
.cid-v29rjkO9XD .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v29rjkO9XD .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-v29rjkO9XD .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v29rjkO9XD .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v29rjkO9XD .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v29rjkO9XD .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v29rjkO9XD .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-v29rjkO9XD .carousel-indicators li.active,
.cid-v29rjkO9XD .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v29rjkO9XD .carousel-indicators li::after,
.cid-v29rjkO9XD .carousel-indicators li::before {
  content: none;
}
.cid-v29rjkO9XD .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v29rjkO9XD .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v29rjkO9XD .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v29rjkO9XD .carousel-indicators {
    display: none;
  }
}
.cid-v29rjkO9XD .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v29rjkO9XD .carousel-inner > .active {
  display: block;
}
.cid-v29rjkO9XD .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v29rjkO9XD .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v29rjkO9XD .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v29rjkO9XD .carousel-control,
  .cid-v29rjkO9XD .carousel-indicators,
  .cid-v29rjkO9XD .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v29rjkO9XD .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v29rjkO9XD .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v29rjkO9XD .carousel-indicators .active,
.cid-v29rjkO9XD .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v29rjkO9XD .carousel-indicators .active {
  background: #fff;
}
.cid-v29rjkO9XD .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v29rjkO9XD .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v29rjkO9XD .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v29rjkO9XD .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v29rjkO9XD .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v29rjkO9XD .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v29rjkO9XD .carousel {
  width: 100%;
}
.cid-v29rjkO9XD .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v29rjkO9XD .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v29rjkO9XD .modal.fade .modal-dialog,
.cid-v29rjkO9XD .modal.in .modal-dialog {
  transform: none;
}
.cid-v29rjkO9XD .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v29rjkO9XD .content-head {
  max-width: 800px;
}
.cid-v29rjkO9XD .mbr-section-title {
  color: #ebd6d2;
}
.cid-v29rjkO9XD .mbr-section-subtitle {
  color: #ebd6d2;
}
.cid-v29rjla8xo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #51655a;
}
.cid-v29rjla8xo .mbr-fallback-image.disabled {
  display: none;
}
.cid-v29rjla8xo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v29rjla8xo .card-wrapper {
  background: #692427;
}
@media (max-width: 767px) {
  .cid-v29rjla8xo .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v29rjla8xo .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v29rjla8xo .card-wrapper {
    padding: 4rem;
  }
}
.cid-v29rjla8xo .mbr-text,
.cid-v29rjla8xo .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-v29rjla8xo .card-title,
.cid-v29rjla8xo .card-box {
  text-align: left;
  color: #152a1f;
}
.cid-v29rjla8xo .mbr-section-subtitle {
  text-align: left;
  color: #ebd6d2;
}
.cid-v29rjla8xo .mbr-text {
  text-align: justify;
  color: #ebd6d2;
}
.cid-v29rjla8xo .mbr-card-title {
  text-align: center;
  color: #ebd6d2;
}
.cid-v29rjla8xo .mbr-card-title DIV {
  text-align: center;
}
.cid-v29rjlj0UV {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #51655a;
}
.cid-v29rjlj0UV .mbr-text {
  color: #152a1f;
}
.cid-v29rjlj0UV .mbr-section-subtitle {
  color: #000000;
}
.cid-v29rjlj0UV .mbr-section-title {
  color: #ebd6d2;
  text-align: center;
}
.cid-v29rjlj0UV .mbr-text,
.cid-v29rjlj0UV .item .mbr-section-btn {
  text-align: left;
}
.cid-v29rjlj0UV .item-wrapper {
  background: #ebd6d2;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v29rjlj0UV .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v29rjlj0UV .item-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v29rjlj0UV .item-wrapper {
    padding: 4rem;
  }
}
.cid-v29rjlj0UV .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-v29rjlj0UV .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 1rem;
}
.cid-v29rjlj0UV .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #692427;
  background-color: #692427;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-v29rjlj0UV .mbr-text UL {
  text-align: left;
}
.cid-v29rjlj0UV .mbr-card-subtitle {
  color: #152a1f;
  text-align: left;
}
.cid-v29rjlj0UV .mbr-card-title {
  color: #152a1f;
}
.cid-v29rjltEw6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #51655a;
}
.cid-v29rjltEw6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v29rjltEw6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v29rjltEw6 .card-wrapper {
  background: #692427;
}
@media (max-width: 767px) {
  .cid-v29rjltEw6 .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v29rjltEw6 .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v29rjltEw6 .card-wrapper {
    padding: 4rem;
  }
}
.cid-v29rjltEw6 .mbr-text,
.cid-v29rjltEw6 .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-v29rjltEw6 .card-title,
.cid-v29rjltEw6 .card-box {
  text-align: center;
  color: #ebd6d2;
}
.cid-v29rjltEw6 .mbr-card-title {
  text-align: left;
}
.cid-v29rjltEw6 .mbr-card-subtitle {
  text-align: left;
  color: #ebceca;
}
.cid-v29rjltEw6 .mbr-text {
  text-align: justify;
  color: #ebceca;
}
.cid-v29rjltEw6 .mbr-section-subtitle {
  text-align: center;
}
.cid-v29rjlQA0i {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #51655a;
}
.cid-v29rjlQA0i .mbr-text {
  color: #000000;
}
.cid-v29rjlQA0i .mbr-section-subtitle {
  color: #000000;
}
.cid-v29rjlQA0i .mbr-section-title {
  color: #ebd6d2;
  text-align: center;
}
.cid-v29rjlQA0i .mbr-text,
.cid-v29rjlQA0i .item .mbr-section-btn {
  text-align: center;
}
.cid-v29rjlQA0i .item-wrapper {
  background: #ebd6d2;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v29rjlQA0i .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v29rjlQA0i .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-v29MBSr8IH {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #51655a;
}
.cid-v29MBSr8IH .mbr-fallback-image.disabled {
  display: none;
}
.cid-v29MBSr8IH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v29MBSr8IH .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  border-radius: 0 !important;
}
@media (max-width: 767px) {
  .cid-v29MBSr8IH .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v29MBSr8IH .mbr-iconfont {
  font-size: 3rem;
  color: #ffa0a0;
  padding-right: 2rem;
}
.cid-v29MBSr8IH .content-head {
  max-width: 800px;
}
.cid-v29MBSr8IH .mbr-section-title {
  color: #ebd6d2;
}
.cid-v29MBSr8IH .card-title {
  color: #ebd6d2;
}
.cid-v29L368tC2 {
  padding-top: 3rem;
  padding-bottom: 8rem;
  background-color: #ebd6d2;
  overflow: hidden;
}
.cid-v29L368tC2 .media-container-row .mbr-text {
  color: #692427;
}
.cid-v29rl5drQw {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v29rl5drQw .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v29rl5drQw .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v29rl5drQw .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v29rl5drQw .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v29rl5drQw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v29rl5drQw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v29rl5drQw .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-v29rl5drQw .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-v29rl5drQw .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-v29rl5drQw .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v29rl5drQw .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v29rl5drQw .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v29rl5drQw .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-v29rl5drQw .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v29rl5drQw .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v29rl5drQw .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v29rl5drQw .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v29rl5drQw .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v29rl5drQw .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (min-width: 767px) {
  .cid-v29rl5drQw .navbar-caption {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v29rl5drQw .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v29rl5drQw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-v29rl5drQw .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-v29rl5drQw .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v29rl5drQw .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v29rl5drQw .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v29rl5drQw .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #152a1f;
  background: rgba(21, 42, 31, 0.8) !important;
}
.cid-v29rl5drQw .nav-item:focus,
.cid-v29rl5drQw .nav-link:focus {
  outline: none;
}
.cid-v29rl5drQw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v29rl5drQw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v29rl5drQw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v29rl5drQw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v29rl5drQw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v29rl5drQw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v29rl5drQw .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v29rl5drQw .navbar.opened {
  transition: all 0.25s;
}
.cid-v29rl5drQw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v29rl5drQw .navbar .navbar-logo img {
  width: auto;
}
.cid-v29rl5drQw .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v29rl5drQw .navbar.collapsed {
  justify-content: center;
}
.cid-v29rl5drQw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v29rl5drQw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v29rl5drQw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v29rl5drQw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v29rl5drQw .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-v29rl5drQw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v29rl5drQw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v29rl5drQw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v29rl5drQw .navbar {
    min-height: 72px;
  }
  .cid-v29rl5drQw .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v29rl5drQw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v29rl5drQw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v29rl5drQw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v29rl5drQw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v29rl5drQw .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-v29rl5drQw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v29rl5drQw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v29rl5drQw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v29rl5drQw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v29rl5drQw .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v29rl5drQw .dropdown-item.active,
.cid-v29rl5drQw .dropdown-item:active {
  background-color: transparent;
}
.cid-v29rl5drQw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v29rl5drQw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v29rl5drQw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v29rl5drQw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #152a1f;
}
.cid-v29rl5drQw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v29rl5drQw .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v29rl5drQw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v29rl5drQw .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v29rl5drQw .navbar-buttons {
    text-align: left;
  }
}
.cid-v29rl5drQw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v29rl5drQw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v29rl5drQw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v29rl5drQw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v29rl5drQw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v29rl5drQw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v29rl5drQw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v29rl5drQw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v29rl5drQw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v29rl5drQw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v29rl5drQw .navbar-dropdown {
  padding: 0;
  background: rgba(21, 42, 31, 0.8) !important;
}
.cid-v29rl5drQw .opacityScroll {
  background: #152a1f !important;
}
.cid-v29rl5drQw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v29rl5drQw .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v29rl5drQw .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v29rl5drQw .navbar {
    height: 70px;
  }
  .cid-v29rl5drQw .navbar.opened {
    height: auto;
  }
  .cid-v29rl5drQw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v29rl5drQw .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v29rl5drQw .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v29rl5drQw .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v29rl5drQw .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-v29rl5drQw .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v29rl5drQw .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v29rl5drQw .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v29rl5drQw .navbar-brand {
    margin-right: auto;
  }
  .cid-v29rl5drQw .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #152a1f;
    opacity: 1;
    border-color: rgba(21, 42, 31, 0.8) !important;
    background: rgba(21, 42, 31, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-v29rl5drQw .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v29rl5drQw .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v29rl5drQw .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v29rl5drQw .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v29rl5drQw .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v29rl5drQw .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-v29rl5drQw .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v29rl5drQw .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v29rl5drQw .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v29rl5drQw .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-v29rl5drQw .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-v29rl5drQw .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v29MERy1EL {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #51655a;
}
.cid-v29MERy1EL .mbr-fallback-image.disabled {
  display: none;
}
.cid-v29MERy1EL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v29MERy1EL .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v29MERy1EL .row {
  flex-direction: row-reverse;
}
.cid-v29MERy1EL .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v29MERy1EL .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v29MERy1EL .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v29MERy1EL .mbr-section-title {
  color: #ebd6d2;
}
.cid-v29MERy1EL .mbr-text,
.cid-v29MERy1EL .mbr-section-btn {
  color: #ffffff;
}
.cid-v29rl5m965 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #51655a;
}
.cid-v29rl5m965 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v29rl5m965 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v29rl5m965 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v29rl5m965 .row {
  flex-direction: row-reverse;
}
.cid-v29rl5m965 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v29rl5m965 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v29rl5m965 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v29rl5m965 .mbr-section-title {
  color: #edefeb;
  text-align: left;
}
.cid-v29rl5m965 .mbr-text,
.cid-v29rl5m965 .mbr-section-btn {
  color: #edefeb;
  text-align: justify;
}
.cid-v29rl5uJC6 {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #51655a;
}
.cid-v29rl5uJC6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v29rl5uJC6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v29rl5uJC6 .card-wrapper {
  background: #51655a;
}
@media (max-width: 767px) {
  .cid-v29rl5uJC6 .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v29rl5uJC6 .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v29rl5uJC6 .card-wrapper {
    padding: 4rem;
  }
}
.cid-v29rl5uJC6 .mbr-text,
.cid-v29rl5uJC6 .mbr-section-btn {
  color: #edefeb;
  text-align: justify;
}
.cid-v29rl5uJC6 .card-title,
.cid-v29rl5uJC6 .card-box {
  text-align: center;
  color: #edefeb;
}
.cid-v29rl5BCNc {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #51655a;
}
.cid-v29rl5BCNc .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v29rl5BCNc .item {
    margin-bottom: 1rem;
  }
}
.cid-v29rl5BCNc .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-v29rl5BCNc .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v29rl5BCNc .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-v29rl5BCNc .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-v29rl5BCNc .carousel-control,
.cid-v29rl5BCNc .close {
  background: #1b1b1b;
}
.cid-v29rl5BCNc .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v29rl5BCNc .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v29rl5BCNc .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v29rl5BCNc .carousel-control-next span {
  margin-left: 5px;
}
.cid-v29rl5BCNc .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-v29rl5BCNc .close::before {
  content: '\e91a';
}
.cid-v29rl5BCNc .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v29rl5BCNc .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-v29rl5BCNc .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v29rl5BCNc .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v29rl5BCNc .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v29rl5BCNc .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v29rl5BCNc .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-v29rl5BCNc .carousel-indicators li.active,
.cid-v29rl5BCNc .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v29rl5BCNc .carousel-indicators li::after,
.cid-v29rl5BCNc .carousel-indicators li::before {
  content: none;
}
.cid-v29rl5BCNc .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v29rl5BCNc .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v29rl5BCNc .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v29rl5BCNc .carousel-indicators {
    display: none;
  }
}
.cid-v29rl5BCNc .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v29rl5BCNc .carousel-inner > .active {
  display: block;
}
.cid-v29rl5BCNc .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v29rl5BCNc .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v29rl5BCNc .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v29rl5BCNc .carousel-control,
  .cid-v29rl5BCNc .carousel-indicators,
  .cid-v29rl5BCNc .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v29rl5BCNc .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v29rl5BCNc .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v29rl5BCNc .carousel-indicators .active,
.cid-v29rl5BCNc .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v29rl5BCNc .carousel-indicators .active {
  background: #fff;
}
.cid-v29rl5BCNc .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v29rl5BCNc .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v29rl5BCNc .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v29rl5BCNc .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v29rl5BCNc .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v29rl5BCNc .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v29rl5BCNc .carousel {
  width: 100%;
}
.cid-v29rl5BCNc .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v29rl5BCNc .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v29rl5BCNc .modal.fade .modal-dialog,
.cid-v29rl5BCNc .modal.in .modal-dialog {
  transform: none;
}
.cid-v29rl5BCNc .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v29rl5BCNc .content-head {
  max-width: 800px;
}
.cid-v29rl5BCNc .mbr-section-title {
  color: #ebd6d2;
}
.cid-v29rl5BCNc .mbr-section-subtitle {
  color: #ebd6d2;
}
.cid-v29W4hpRv5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #51655a;
}
.cid-v29W4hpRv5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v29W4hpRv5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v29W4hpRv5 .card-wrapper {
  background: #692427;
}
@media (max-width: 767px) {
  .cid-v29W4hpRv5 .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v29W4hpRv5 .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v29W4hpRv5 .card-wrapper {
    padding: 4rem;
  }
}
.cid-v29W4hpRv5 .mbr-text,
.cid-v29W4hpRv5 .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-v29W4hpRv5 .card-title,
.cid-v29W4hpRv5 .card-box {
  text-align: left;
  color: #152a1f;
}
.cid-v29W4hpRv5 .mbr-section-subtitle {
  text-align: left;
  color: #ebd6d2;
}
.cid-v29W4hpRv5 .mbr-text {
  text-align: justify;
  color: #ebd6d2;
}
.cid-v29W4hpRv5 .mbr-card-title {
  text-align: center;
  color: #ebd6d2;
}
.cid-v29W4hpRv5 .mbr-card-title DIV {
  text-align: center;
}
.cid-v29rl65ySW {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #51655a;
}
.cid-v29rl65ySW .mbr-text {
  color: #152a1f;
}
.cid-v29rl65ySW .mbr-section-subtitle {
  color: #000000;
}
.cid-v29rl65ySW .mbr-section-title {
  color: #ebd6d2;
  text-align: center;
}
.cid-v29rl65ySW .mbr-text,
.cid-v29rl65ySW .item .mbr-section-btn {
  text-align: left;
}
.cid-v29rl65ySW .item-wrapper {
  background: #ebd6d2;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v29rl65ySW .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v29rl65ySW .item-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v29rl65ySW .item-wrapper {
    padding: 4rem;
  }
}
.cid-v29rl65ySW .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-v29rl65ySW .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 1rem;
}
.cid-v29rl65ySW .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #692427;
  background-color: #692427;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-v29rl65ySW .mbr-text UL {
  text-align: left;
}
.cid-v29rl65ySW .mbr-card-subtitle {
  color: #152a1f;
  text-align: left;
}
.cid-v29rl65ySW .mbr-card-title {
  color: #152a1f;
}
.cid-v29rl6fExT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #51655a;
}
.cid-v29rl6fExT .mbr-fallback-image.disabled {
  display: none;
}
.cid-v29rl6fExT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v29rl6fExT .card-wrapper {
  background: #692427;
}
@media (max-width: 767px) {
  .cid-v29rl6fExT .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v29rl6fExT .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v29rl6fExT .card-wrapper {
    padding: 4rem;
  }
}
.cid-v29rl6fExT .mbr-text,
.cid-v29rl6fExT .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-v29rl6fExT .card-title,
.cid-v29rl6fExT .card-box {
  text-align: center;
  color: #ebd6d2;
}
.cid-v29rl6fExT .mbr-card-title {
  text-align: left;
}
.cid-v29rl6fExT .mbr-card-subtitle {
  text-align: left;
  color: #ebceca;
}
.cid-v29rl6fExT .mbr-text {
  text-align: justify;
  color: #ebceca;
}
.cid-v29rl6fExT .mbr-section-subtitle {
  text-align: center;
}
.cid-v29rl6CaNI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #51655a;
}
.cid-v29rl6CaNI .mbr-text {
  color: #000000;
}
.cid-v29rl6CaNI .mbr-section-subtitle {
  color: #000000;
}
.cid-v29rl6CaNI .mbr-section-title {
  color: #ebd6d2;
  text-align: center;
}
.cid-v29rl6CaNI .mbr-text,
.cid-v29rl6CaNI .item .mbr-section-btn {
  text-align: center;
}
.cid-v29rl6CaNI .item-wrapper {
  background: #ebd6d2;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v29rl6CaNI .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v29rl6CaNI .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-v29MFJUU4P {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #51655a;
}
.cid-v29MFJUU4P .mbr-fallback-image.disabled {
  display: none;
}
.cid-v29MFJUU4P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v29MFJUU4P .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  border-radius: 0 !important;
}
@media (max-width: 767px) {
  .cid-v29MFJUU4P .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v29MFJUU4P .mbr-iconfont {
  font-size: 3rem;
  color: #ffa0a0;
  padding-right: 2rem;
}
.cid-v29MFJUU4P .content-head {
  max-width: 800px;
}
.cid-v29MFJUU4P .mbr-section-title {
  color: #ebd6d2;
}
.cid-v29MFJUU4P .card-title {
  color: #ebd6d2;
}
.cid-v29L368tC2 {
  padding-top: 3rem;
  padding-bottom: 8rem;
  background-color: #ebd6d2;
  overflow: hidden;
}
.cid-v29L368tC2 .media-container-row .mbr-text {
  color: #692427;
}
.cid-v29rmNakJz {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v29rmNakJz .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v29rmNakJz .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v29rmNakJz .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v29rmNakJz .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v29rmNakJz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v29rmNakJz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v29rmNakJz .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-v29rmNakJz .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-v29rmNakJz .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-v29rmNakJz .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v29rmNakJz .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v29rmNakJz .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v29rmNakJz .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-v29rmNakJz .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v29rmNakJz .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v29rmNakJz .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v29rmNakJz .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v29rmNakJz .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v29rmNakJz .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (min-width: 767px) {
  .cid-v29rmNakJz .navbar-caption {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v29rmNakJz .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v29rmNakJz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-v29rmNakJz .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-v29rmNakJz .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v29rmNakJz .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v29rmNakJz .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v29rmNakJz .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #152a1f;
  background: rgba(21, 42, 31, 0.8) !important;
}
.cid-v29rmNakJz .nav-item:focus,
.cid-v29rmNakJz .nav-link:focus {
  outline: none;
}
.cid-v29rmNakJz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v29rmNakJz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v29rmNakJz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v29rmNakJz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v29rmNakJz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v29rmNakJz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v29rmNakJz .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v29rmNakJz .navbar.opened {
  transition: all 0.25s;
}
.cid-v29rmNakJz .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v29rmNakJz .navbar .navbar-logo img {
  width: auto;
}
.cid-v29rmNakJz .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v29rmNakJz .navbar.collapsed {
  justify-content: center;
}
.cid-v29rmNakJz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v29rmNakJz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v29rmNakJz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v29rmNakJz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v29rmNakJz .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-v29rmNakJz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v29rmNakJz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v29rmNakJz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v29rmNakJz .navbar {
    min-height: 72px;
  }
  .cid-v29rmNakJz .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v29rmNakJz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v29rmNakJz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v29rmNakJz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v29rmNakJz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v29rmNakJz .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-v29rmNakJz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v29rmNakJz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v29rmNakJz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v29rmNakJz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v29rmNakJz .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v29rmNakJz .dropdown-item.active,
.cid-v29rmNakJz .dropdown-item:active {
  background-color: transparent;
}
.cid-v29rmNakJz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v29rmNakJz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v29rmNakJz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v29rmNakJz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #152a1f;
}
.cid-v29rmNakJz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v29rmNakJz .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v29rmNakJz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v29rmNakJz .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v29rmNakJz .navbar-buttons {
    text-align: left;
  }
}
.cid-v29rmNakJz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v29rmNakJz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v29rmNakJz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v29rmNakJz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v29rmNakJz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v29rmNakJz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v29rmNakJz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v29rmNakJz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v29rmNakJz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v29rmNakJz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v29rmNakJz .navbar-dropdown {
  padding: 0;
  background: rgba(21, 42, 31, 0.8) !important;
}
.cid-v29rmNakJz .opacityScroll {
  background: #152a1f !important;
}
.cid-v29rmNakJz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v29rmNakJz .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v29rmNakJz .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v29rmNakJz .navbar {
    height: 70px;
  }
  .cid-v29rmNakJz .navbar.opened {
    height: auto;
  }
  .cid-v29rmNakJz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v29rmNakJz .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v29rmNakJz .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v29rmNakJz .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v29rmNakJz .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-v29rmNakJz .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v29rmNakJz .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v29rmNakJz .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v29rmNakJz .navbar-brand {
    margin-right: auto;
  }
  .cid-v29rmNakJz .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #152a1f;
    opacity: 1;
    border-color: rgba(21, 42, 31, 0.8) !important;
    background: rgba(21, 42, 31, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-v29rmNakJz .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v29rmNakJz .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v29rmNakJz .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v29rmNakJz .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v29rmNakJz .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v29rmNakJz .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-v29rmNakJz .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v29rmNakJz .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v29rmNakJz .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v29rmNakJz .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-v29rmNakJz .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-v29rmNakJz .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v29MLq3W7B {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #51655a;
}
.cid-v29MLq3W7B .mbr-fallback-image.disabled {
  display: none;
}
.cid-v29MLq3W7B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v29MLq3W7B .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v29MLq3W7B .row {
  flex-direction: row-reverse;
}
.cid-v29MLq3W7B .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v29MLq3W7B .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v29MLq3W7B .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v29MLq3W7B .mbr-section-title {
  color: #ebd6d2;
}
.cid-v29MLq3W7B .mbr-text,
.cid-v29MLq3W7B .mbr-section-btn {
  color: #ffffff;
}
.cid-v29rmNlL1V {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #51655a;
}
.cid-v29rmNlL1V .mbr-fallback-image.disabled {
  display: none;
}
.cid-v29rmNlL1V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v29rmNlL1V .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v29rmNlL1V .row {
  flex-direction: row-reverse;
}
.cid-v29rmNlL1V .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v29rmNlL1V .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v29rmNlL1V .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v29rmNlL1V .mbr-section-title {
  color: #edefeb;
  text-align: left;
}
.cid-v29rmNlL1V .mbr-text,
.cid-v29rmNlL1V .mbr-section-btn {
  color: #edefeb;
  text-align: justify;
}
.cid-v29rmNted1 {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #51655a;
}
.cid-v29rmNted1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v29rmNted1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v29rmNted1 .card-wrapper {
  background: #51655a;
}
@media (max-width: 767px) {
  .cid-v29rmNted1 .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v29rmNted1 .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v29rmNted1 .card-wrapper {
    padding: 4rem;
  }
}
.cid-v29rmNted1 .mbr-text,
.cid-v29rmNted1 .mbr-section-btn {
  color: #edefeb;
  text-align: justify;
}
.cid-v29rmNted1 .card-title,
.cid-v29rmNted1 .card-box {
  text-align: center;
  color: #edefeb;
}
.cid-v29rmNAPAB {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #51655a;
}
.cid-v29rmNAPAB .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v29rmNAPAB .item {
    margin-bottom: 1rem;
  }
}
.cid-v29rmNAPAB .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-v29rmNAPAB .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v29rmNAPAB .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-v29rmNAPAB .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-v29rmNAPAB .carousel-control,
.cid-v29rmNAPAB .close {
  background: #1b1b1b;
}
.cid-v29rmNAPAB .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v29rmNAPAB .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v29rmNAPAB .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v29rmNAPAB .carousel-control-next span {
  margin-left: 5px;
}
.cid-v29rmNAPAB .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-v29rmNAPAB .close::before {
  content: '\e91a';
}
.cid-v29rmNAPAB .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v29rmNAPAB .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-v29rmNAPAB .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v29rmNAPAB .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v29rmNAPAB .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v29rmNAPAB .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v29rmNAPAB .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-v29rmNAPAB .carousel-indicators li.active,
.cid-v29rmNAPAB .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v29rmNAPAB .carousel-indicators li::after,
.cid-v29rmNAPAB .carousel-indicators li::before {
  content: none;
}
.cid-v29rmNAPAB .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v29rmNAPAB .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v29rmNAPAB .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v29rmNAPAB .carousel-indicators {
    display: none;
  }
}
.cid-v29rmNAPAB .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v29rmNAPAB .carousel-inner > .active {
  display: block;
}
.cid-v29rmNAPAB .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v29rmNAPAB .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v29rmNAPAB .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v29rmNAPAB .carousel-control,
  .cid-v29rmNAPAB .carousel-indicators,
  .cid-v29rmNAPAB .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v29rmNAPAB .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v29rmNAPAB .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v29rmNAPAB .carousel-indicators .active,
.cid-v29rmNAPAB .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v29rmNAPAB .carousel-indicators .active {
  background: #fff;
}
.cid-v29rmNAPAB .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v29rmNAPAB .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v29rmNAPAB .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v29rmNAPAB .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v29rmNAPAB .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v29rmNAPAB .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v29rmNAPAB .carousel {
  width: 100%;
}
.cid-v29rmNAPAB .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v29rmNAPAB .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v29rmNAPAB .modal.fade .modal-dialog,
.cid-v29rmNAPAB .modal.in .modal-dialog {
  transform: none;
}
.cid-v29rmNAPAB .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v29rmNAPAB .content-head {
  max-width: 800px;
}
.cid-v29rmNAPAB .mbr-section-title {
  color: #ebd6d2;
}
.cid-v29rmNAPAB .mbr-section-subtitle {
  color: #ebd6d2;
}
.cid-v29rmNVKQ8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #51655a;
}
.cid-v29rmNVKQ8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v29rmNVKQ8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v29rmNVKQ8 .card-wrapper {
  background: #692427;
}
@media (max-width: 767px) {
  .cid-v29rmNVKQ8 .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v29rmNVKQ8 .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v29rmNVKQ8 .card-wrapper {
    padding: 4rem;
  }
}
.cid-v29rmNVKQ8 .mbr-text,
.cid-v29rmNVKQ8 .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-v29rmNVKQ8 .card-title,
.cid-v29rmNVKQ8 .card-box {
  text-align: left;
  color: #152a1f;
}
.cid-v29rmNVKQ8 .mbr-section-subtitle {
  text-align: left;
  color: #ebd6d2;
}
.cid-v29rmNVKQ8 .mbr-text {
  text-align: justify;
  color: #ebd6d2;
}
.cid-v29rmNVKQ8 .mbr-card-title {
  text-align: center;
  color: #ebd6d2;
}
.cid-v29rmNVKQ8 .mbr-card-title DIV {
  text-align: center;
}
.cid-v2cgKWBjPy {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #51655a;
}
.cid-v2cgKWBjPy .mbr-text {
  color: #152a1f;
}
.cid-v2cgKWBjPy .mbr-section-subtitle {
  color: #000000;
}
.cid-v2cgKWBjPy .mbr-section-title {
  color: #ebd6d2;
  text-align: center;
}
.cid-v2cgKWBjPy .mbr-text,
.cid-v2cgKWBjPy .item .mbr-section-btn {
  text-align: left;
}
.cid-v2cgKWBjPy .item-wrapper {
  background: #ebd6d2;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v2cgKWBjPy .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v2cgKWBjPy .item-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v2cgKWBjPy .item-wrapper {
    padding: 4rem;
  }
}
.cid-v2cgKWBjPy .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-v2cgKWBjPy .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 1rem;
}
.cid-v2cgKWBjPy .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #692427;
  background-color: #692427;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-v2cgKWBjPy .mbr-text UL {
  text-align: left;
}
.cid-v2cgKWBjPy .mbr-card-subtitle {
  color: #152a1f;
  text-align: left;
}
.cid-v2cgKWBjPy .mbr-card-title {
  color: #152a1f;
}
.cid-v29rmOe5AK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #51655a;
}
.cid-v29rmOe5AK .mbr-fallback-image.disabled {
  display: none;
}
.cid-v29rmOe5AK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v29rmOe5AK .card-wrapper {
  background: #692427;
}
@media (max-width: 767px) {
  .cid-v29rmOe5AK .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v29rmOe5AK .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v29rmOe5AK .card-wrapper {
    padding: 4rem;
  }
}
.cid-v29rmOe5AK .mbr-text,
.cid-v29rmOe5AK .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-v29rmOe5AK .card-title,
.cid-v29rmOe5AK .card-box {
  text-align: center;
  color: #ebd6d2;
}
.cid-v29rmOe5AK .mbr-card-title {
  text-align: left;
}
.cid-v29rmOe5AK .mbr-card-subtitle {
  text-align: left;
  color: #ebceca;
}
.cid-v29rmOe5AK .mbr-text {
  text-align: justify;
  color: #ebceca;
}
.cid-v29rmOe5AK .mbr-section-subtitle {
  text-align: center;
}
.cid-v29rmOAB27 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #51655a;
}
.cid-v29rmOAB27 .mbr-text {
  color: #000000;
}
.cid-v29rmOAB27 .mbr-section-subtitle {
  color: #000000;
}
.cid-v29rmOAB27 .mbr-section-title {
  color: #ebd6d2;
  text-align: center;
}
.cid-v29rmOAB27 .mbr-text,
.cid-v29rmOAB27 .item .mbr-section-btn {
  text-align: center;
}
.cid-v29rmOAB27 .item-wrapper {
  background: #ebd6d2;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v29rmOAB27 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v29rmOAB27 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-v29MInuIXI {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #51655a;
}
.cid-v29MInuIXI .mbr-fallback-image.disabled {
  display: none;
}
.cid-v29MInuIXI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v29MInuIXI .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  border-radius: 0 !important;
}
@media (max-width: 767px) {
  .cid-v29MInuIXI .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v29MInuIXI .mbr-iconfont {
  font-size: 3rem;
  color: #ffa0a0;
  padding-right: 2rem;
}
.cid-v29MInuIXI .content-head {
  max-width: 800px;
}
.cid-v29MInuIXI .mbr-section-title {
  color: #ebd6d2;
}
.cid-v29MInuIXI .card-title {
  color: #ebd6d2;
}
.cid-v29L368tC2 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ebd6d2;
  overflow: hidden;
}
.cid-v29L368tC2 .media-container-row .mbr-text {
  color: #692427;
}
.cid-v29rq1CZ6M {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v29rq1CZ6M .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v29rq1CZ6M .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v29rq1CZ6M .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v29rq1CZ6M .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v29rq1CZ6M .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v29rq1CZ6M .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v29rq1CZ6M .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-v29rq1CZ6M .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-v29rq1CZ6M .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-v29rq1CZ6M .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v29rq1CZ6M .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v29rq1CZ6M .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v29rq1CZ6M .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-v29rq1CZ6M .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v29rq1CZ6M .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v29rq1CZ6M .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v29rq1CZ6M .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v29rq1CZ6M .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v29rq1CZ6M .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (min-width: 767px) {
  .cid-v29rq1CZ6M .navbar-caption {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v29rq1CZ6M .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v29rq1CZ6M .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-v29rq1CZ6M .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-v29rq1CZ6M .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v29rq1CZ6M .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v29rq1CZ6M .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v29rq1CZ6M .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #152a1f;
  background: rgba(21, 42, 31, 0.8) !important;
}
.cid-v29rq1CZ6M .nav-item:focus,
.cid-v29rq1CZ6M .nav-link:focus {
  outline: none;
}
.cid-v29rq1CZ6M .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v29rq1CZ6M .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v29rq1CZ6M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v29rq1CZ6M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v29rq1CZ6M .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v29rq1CZ6M .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v29rq1CZ6M .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v29rq1CZ6M .navbar.opened {
  transition: all 0.25s;
}
.cid-v29rq1CZ6M .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v29rq1CZ6M .navbar .navbar-logo img {
  width: auto;
}
.cid-v29rq1CZ6M .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v29rq1CZ6M .navbar.collapsed {
  justify-content: center;
}
.cid-v29rq1CZ6M .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v29rq1CZ6M .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v29rq1CZ6M .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v29rq1CZ6M .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v29rq1CZ6M .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-v29rq1CZ6M .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v29rq1CZ6M .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v29rq1CZ6M .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v29rq1CZ6M .navbar {
    min-height: 72px;
  }
  .cid-v29rq1CZ6M .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v29rq1CZ6M .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v29rq1CZ6M .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v29rq1CZ6M .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v29rq1CZ6M .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v29rq1CZ6M .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-v29rq1CZ6M .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v29rq1CZ6M .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v29rq1CZ6M .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v29rq1CZ6M .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v29rq1CZ6M .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v29rq1CZ6M .dropdown-item.active,
.cid-v29rq1CZ6M .dropdown-item:active {
  background-color: transparent;
}
.cid-v29rq1CZ6M .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v29rq1CZ6M .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v29rq1CZ6M .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v29rq1CZ6M .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #152a1f;
}
.cid-v29rq1CZ6M .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v29rq1CZ6M .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v29rq1CZ6M ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v29rq1CZ6M .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v29rq1CZ6M .navbar-buttons {
    text-align: left;
  }
}
.cid-v29rq1CZ6M button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v29rq1CZ6M button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v29rq1CZ6M button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v29rq1CZ6M button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v29rq1CZ6M button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v29rq1CZ6M button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v29rq1CZ6M nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v29rq1CZ6M nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v29rq1CZ6M nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v29rq1CZ6M nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v29rq1CZ6M .navbar-dropdown {
  padding: 0;
  background: rgba(21, 42, 31, 0.8) !important;
}
.cid-v29rq1CZ6M .opacityScroll {
  background: #152a1f !important;
}
.cid-v29rq1CZ6M a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v29rq1CZ6M .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v29rq1CZ6M .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v29rq1CZ6M .navbar {
    height: 70px;
  }
  .cid-v29rq1CZ6M .navbar.opened {
    height: auto;
  }
  .cid-v29rq1CZ6M .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v29rq1CZ6M .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v29rq1CZ6M .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v29rq1CZ6M .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v29rq1CZ6M .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-v29rq1CZ6M .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v29rq1CZ6M .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v29rq1CZ6M .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v29rq1CZ6M .navbar-brand {
    margin-right: auto;
  }
  .cid-v29rq1CZ6M .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #152a1f;
    opacity: 1;
    border-color: rgba(21, 42, 31, 0.8) !important;
    background: rgba(21, 42, 31, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-v29rq1CZ6M .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v29rq1CZ6M .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v29rq1CZ6M .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v29rq1CZ6M .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v29rq1CZ6M .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v29rq1CZ6M .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-v29rq1CZ6M .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v29rq1CZ6M .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v29rq1CZ6M .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v29rq1CZ6M .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-v29rq1CZ6M .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-v29rq1CZ6M .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v29MQ3ShJg {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #51655a;
}
.cid-v29MQ3ShJg .mbr-fallback-image.disabled {
  display: none;
}
.cid-v29MQ3ShJg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v29MQ3ShJg .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v29MQ3ShJg .row {
  flex-direction: row-reverse;
}
.cid-v29MQ3ShJg .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v29MQ3ShJg .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v29MQ3ShJg .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v29MQ3ShJg .mbr-section-title {
  color: #ebd6d2;
}
.cid-v29MQ3ShJg .mbr-text,
.cid-v29MQ3ShJg .mbr-section-btn {
  color: #ffffff;
}
.cid-v29rq1P4er {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #51655a;
}
.cid-v29rq1P4er .mbr-fallback-image.disabled {
  display: none;
}
.cid-v29rq1P4er .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v29rq1P4er .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v29rq1P4er .row {
  flex-direction: row-reverse;
}
.cid-v29rq1P4er .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v29rq1P4er .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v29rq1P4er .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v29rq1P4er .mbr-section-title {
  color: #edefeb;
  text-align: left;
}
.cid-v29rq1P4er .mbr-text,
.cid-v29rq1P4er .mbr-section-btn {
  color: #edefeb;
  text-align: justify;
}
.cid-v29rq1YQLd {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #51655a;
}
.cid-v29rq1YQLd .mbr-fallback-image.disabled {
  display: none;
}
.cid-v29rq1YQLd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v29rq1YQLd .card-wrapper {
  background: #51655a;
}
@media (max-width: 767px) {
  .cid-v29rq1YQLd .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v29rq1YQLd .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v29rq1YQLd .card-wrapper {
    padding: 4rem;
  }
}
.cid-v29rq1YQLd .mbr-text,
.cid-v29rq1YQLd .mbr-section-btn {
  color: #edefeb;
  text-align: justify;
}
.cid-v29rq1YQLd .card-title,
.cid-v29rq1YQLd .card-box {
  text-align: center;
  color: #edefeb;
}
.cid-v29rq26GMw {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #51655a;
}
.cid-v29rq26GMw .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v29rq26GMw .item {
    margin-bottom: 1rem;
  }
}
.cid-v29rq26GMw .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-v29rq26GMw .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v29rq26GMw .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-v29rq26GMw .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-v29rq26GMw .carousel-control,
.cid-v29rq26GMw .close {
  background: #1b1b1b;
}
.cid-v29rq26GMw .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v29rq26GMw .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v29rq26GMw .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v29rq26GMw .carousel-control-next span {
  margin-left: 5px;
}
.cid-v29rq26GMw .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-v29rq26GMw .close::before {
  content: '\e91a';
}
.cid-v29rq26GMw .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v29rq26GMw .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-v29rq26GMw .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v29rq26GMw .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v29rq26GMw .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v29rq26GMw .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v29rq26GMw .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-v29rq26GMw .carousel-indicators li.active,
.cid-v29rq26GMw .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v29rq26GMw .carousel-indicators li::after,
.cid-v29rq26GMw .carousel-indicators li::before {
  content: none;
}
.cid-v29rq26GMw .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v29rq26GMw .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v29rq26GMw .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v29rq26GMw .carousel-indicators {
    display: none;
  }
}
.cid-v29rq26GMw .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v29rq26GMw .carousel-inner > .active {
  display: block;
}
.cid-v29rq26GMw .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v29rq26GMw .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v29rq26GMw .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v29rq26GMw .carousel-control,
  .cid-v29rq26GMw .carousel-indicators,
  .cid-v29rq26GMw .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v29rq26GMw .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v29rq26GMw .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v29rq26GMw .carousel-indicators .active,
.cid-v29rq26GMw .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v29rq26GMw .carousel-indicators .active {
  background: #fff;
}
.cid-v29rq26GMw .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v29rq26GMw .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v29rq26GMw .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v29rq26GMw .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v29rq26GMw .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v29rq26GMw .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v29rq26GMw .carousel {
  width: 100%;
}
.cid-v29rq26GMw .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v29rq26GMw .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v29rq26GMw .modal.fade .modal-dialog,
.cid-v29rq26GMw .modal.in .modal-dialog {
  transform: none;
}
.cid-v29rq26GMw .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v29rq26GMw .content-head {
  max-width: 800px;
}
.cid-v29rq26GMw .mbr-section-title {
  color: #152a1f;
}
.cid-v29rq26GMw .mbr-section-subtitle {
  color: #ebd6d2;
}
.cid-v29rq2teJ0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #51655a;
}
.cid-v29rq2teJ0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v29rq2teJ0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v29rq2teJ0 .card-wrapper {
  background: #692427;
}
@media (max-width: 767px) {
  .cid-v29rq2teJ0 .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v29rq2teJ0 .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v29rq2teJ0 .card-wrapper {
    padding: 4rem;
  }
}
.cid-v29rq2teJ0 .mbr-text,
.cid-v29rq2teJ0 .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-v29rq2teJ0 .card-title,
.cid-v29rq2teJ0 .card-box {
  text-align: left;
  color: #152a1f;
}
.cid-v29rq2teJ0 .mbr-section-subtitle {
  text-align: left;
  color: #ebd6d2;
}
.cid-v29rq2teJ0 .mbr-text {
  text-align: justify;
  color: #ebd6d2;
}
.cid-v29rq2teJ0 .mbr-card-title {
  text-align: center;
  color: #ebd6d2;
}
.cid-v29rq2teJ0 .mbr-card-title DIV {
  text-align: center;
}
.cid-v29rq2BocU {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #51655a;
}
.cid-v29rq2BocU .mbr-text {
  color: #152a1f;
}
.cid-v29rq2BocU .mbr-section-subtitle {
  color: #000000;
}
.cid-v29rq2BocU .mbr-section-title {
  color: #ebd6d2;
  text-align: center;
}
.cid-v29rq2BocU .mbr-text,
.cid-v29rq2BocU .item .mbr-section-btn {
  text-align: left;
}
.cid-v29rq2BocU .item-wrapper {
  background: #ebd6d2;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v29rq2BocU .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v29rq2BocU .item-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v29rq2BocU .item-wrapper {
    padding: 4rem;
  }
}
.cid-v29rq2BocU .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-v29rq2BocU .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 1rem;
}
.cid-v29rq2BocU .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #692427;
  background-color: #692427;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-v29rq2BocU .mbr-text UL {
  text-align: left;
}
.cid-v29rq2BocU .mbr-card-subtitle {
  color: #152a1f;
  text-align: left;
}
.cid-v29rq2BocU .mbr-card-title {
  color: #152a1f;
}
.cid-v29rq2LXRO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #51655a;
}
.cid-v29rq2LXRO .mbr-fallback-image.disabled {
  display: none;
}
.cid-v29rq2LXRO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v29rq2LXRO .card-wrapper {
  background: #692427;
}
@media (max-width: 767px) {
  .cid-v29rq2LXRO .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v29rq2LXRO .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v29rq2LXRO .card-wrapper {
    padding: 4rem;
  }
}
.cid-v29rq2LXRO .mbr-text,
.cid-v29rq2LXRO .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-v29rq2LXRO .card-title,
.cid-v29rq2LXRO .card-box {
  text-align: center;
  color: #ebd6d2;
}
.cid-v29rq2LXRO .mbr-card-title {
  text-align: left;
}
.cid-v29rq2LXRO .mbr-card-subtitle {
  text-align: left;
  color: #ebceca;
}
.cid-v29rq2LXRO .mbr-text {
  text-align: justify;
  color: #ebceca;
}
.cid-v29rq2LXRO .mbr-section-subtitle {
  text-align: center;
}
.cid-v29rq2W7lh {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #51655a;
}
.cid-v29rq2W7lh .item:focus,
.cid-v29rq2W7lh span:focus {
  outline: none;
}
.cid-v29rq2W7lh .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v29rq2W7lh .item {
    margin-bottom: 1rem;
  }
}
.cid-v29rq2W7lh .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v29rq2W7lh .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v29rq2W7lh .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-v29rq2W7lh .item-wrapper {
  position: relative;
  background: #ebceca;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v29rq2W7lh .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-v29rq2W7lh .mbr-section-title {
  color: #ebceca;
  text-align: center;
}
.cid-v29rq2W7lh .mbr-text,
.cid-v29rq2W7lh .item .mbr-section-btn {
  text-align: center;
}
.cid-v29rq2W7lh .content-head {
  max-width: 800px;
}
.cid-v29rq2W7lh .mbr-number {
  color: #692427;
}
.cid-v29rq2W7lh .mbr-section-subtitle,
.cid-v29rq2W7lh .mbr-section-head .mbr-section-btn {
  text-align: center;
}
.cid-v29rq2W7lh .mbr-text {
  text-align: left;
}
.cid-v29rq2W7lh .mbr-text,
.cid-v29rq2W7lh .mbr-card-btn {
  text-align: left;
}
.cid-v29rq2W7lh .mbr-text,
.cid-v29rq2W7lh .mbr-section-btn {
  text-align: left;
}
.cid-v29rq2W7lh .mbr-text,
.cid-v29rq2W7lh .item-footer .mbr-section-btn {
  text-align: left;
}
.cid-v29rq2W7lh .card-text,
.cid-v29rq2W7lh .item .mbr-section-btn {
  text-align: center;
  color: #692427;
}
.cid-v29rq2W7lh .card-title {
  text-align: left;
  color: #152a1f;
}
.cid-v29rq3bDFu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #51655a;
}
.cid-v29rq3bDFu .mbr-text {
  color: #000000;
}
.cid-v29rq3bDFu .mbr-section-subtitle {
  color: #000000;
}
.cid-v29rq3bDFu .mbr-section-title {
  color: #ebd6d2;
  text-align: center;
}
.cid-v29rq3bDFu .mbr-text,
.cid-v29rq3bDFu .item .mbr-section-btn {
  text-align: center;
}
.cid-v29rq3bDFu .item-wrapper {
  background: #ebd6d2;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v29rq3bDFu .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v29rq3bDFu .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-v29MPlnYzM {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #51655a;
}
.cid-v29MPlnYzM .mbr-fallback-image.disabled {
  display: none;
}
.cid-v29MPlnYzM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v29MPlnYzM .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  border-radius: 0 !important;
}
@media (max-width: 767px) {
  .cid-v29MPlnYzM .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v29MPlnYzM .mbr-iconfont {
  font-size: 3rem;
  color: #ffa0a0;
  padding-right: 2rem;
}
.cid-v29MPlnYzM .content-head {
  max-width: 800px;
}
.cid-v29MPlnYzM .mbr-section-title {
  color: #ebd6d2;
}
.cid-v29MPlnYzM .card-title {
  color: #ebd6d2;
}
.cid-v29L368tC2 {
  padding-top: 3rem;
  padding-bottom: 8rem;
  background-color: #ebd6d2;
  overflow: hidden;
}
.cid-v29L368tC2 .media-container-row .mbr-text {
  color: #692427;
}
.cid-v29rsiXSRA {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v29rsiXSRA .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v29rsiXSRA .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v29rsiXSRA .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v29rsiXSRA .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v29rsiXSRA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v29rsiXSRA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v29rsiXSRA .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-v29rsiXSRA .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-v29rsiXSRA .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-v29rsiXSRA .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v29rsiXSRA .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v29rsiXSRA .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v29rsiXSRA .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-v29rsiXSRA .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v29rsiXSRA .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v29rsiXSRA .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v29rsiXSRA .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v29rsiXSRA .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v29rsiXSRA .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (min-width: 767px) {
  .cid-v29rsiXSRA .navbar-caption {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v29rsiXSRA .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v29rsiXSRA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-v29rsiXSRA .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-v29rsiXSRA .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v29rsiXSRA .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v29rsiXSRA .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v29rsiXSRA .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #152a1f;
  background: rgba(21, 42, 31, 0.8) !important;
}
.cid-v29rsiXSRA .nav-item:focus,
.cid-v29rsiXSRA .nav-link:focus {
  outline: none;
}
.cid-v29rsiXSRA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v29rsiXSRA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v29rsiXSRA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v29rsiXSRA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v29rsiXSRA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v29rsiXSRA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v29rsiXSRA .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v29rsiXSRA .navbar.opened {
  transition: all 0.25s;
}
.cid-v29rsiXSRA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v29rsiXSRA .navbar .navbar-logo img {
  width: auto;
}
.cid-v29rsiXSRA .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v29rsiXSRA .navbar.collapsed {
  justify-content: center;
}
.cid-v29rsiXSRA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v29rsiXSRA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v29rsiXSRA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v29rsiXSRA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v29rsiXSRA .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-v29rsiXSRA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v29rsiXSRA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v29rsiXSRA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v29rsiXSRA .navbar {
    min-height: 72px;
  }
  .cid-v29rsiXSRA .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v29rsiXSRA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v29rsiXSRA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v29rsiXSRA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v29rsiXSRA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v29rsiXSRA .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-v29rsiXSRA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v29rsiXSRA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v29rsiXSRA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v29rsiXSRA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v29rsiXSRA .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v29rsiXSRA .dropdown-item.active,
.cid-v29rsiXSRA .dropdown-item:active {
  background-color: transparent;
}
.cid-v29rsiXSRA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v29rsiXSRA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v29rsiXSRA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v29rsiXSRA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #152a1f;
}
.cid-v29rsiXSRA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v29rsiXSRA .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v29rsiXSRA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v29rsiXSRA .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v29rsiXSRA .navbar-buttons {
    text-align: left;
  }
}
.cid-v29rsiXSRA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v29rsiXSRA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v29rsiXSRA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v29rsiXSRA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v29rsiXSRA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v29rsiXSRA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v29rsiXSRA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v29rsiXSRA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v29rsiXSRA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v29rsiXSRA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v29rsiXSRA .navbar-dropdown {
  padding: 0;
  background: rgba(21, 42, 31, 0.8) !important;
}
.cid-v29rsiXSRA .opacityScroll {
  background: #152a1f !important;
}
.cid-v29rsiXSRA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v29rsiXSRA .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v29rsiXSRA .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v29rsiXSRA .navbar {
    height: 70px;
  }
  .cid-v29rsiXSRA .navbar.opened {
    height: auto;
  }
  .cid-v29rsiXSRA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v29rsiXSRA .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v29rsiXSRA .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v29rsiXSRA .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v29rsiXSRA .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-v29rsiXSRA .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v29rsiXSRA .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v29rsiXSRA .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v29rsiXSRA .navbar-brand {
    margin-right: auto;
  }
  .cid-v29rsiXSRA .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #152a1f;
    opacity: 1;
    border-color: rgba(21, 42, 31, 0.8) !important;
    background: rgba(21, 42, 31, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-v29rsiXSRA .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v29rsiXSRA .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v29rsiXSRA .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v29rsiXSRA .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v29rsiXSRA .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v29rsiXSRA .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-v29rsiXSRA .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v29rsiXSRA .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v29rsiXSRA .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v29rsiXSRA .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-v29rsiXSRA .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-v29rsiXSRA .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v29MSGWrWA {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #51655a;
}
.cid-v29MSGWrWA .mbr-fallback-image.disabled {
  display: none;
}
.cid-v29MSGWrWA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v29MSGWrWA .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v29MSGWrWA .row {
  flex-direction: row-reverse;
}
.cid-v29MSGWrWA .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v29MSGWrWA .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v29MSGWrWA .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v29MSGWrWA .mbr-section-title {
  color: #ebd6d2;
}
.cid-v29MSGWrWA .mbr-text,
.cid-v29MSGWrWA .mbr-section-btn {
  color: #ffffff;
}
.cid-v29rsj7eX4 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #51655a;
}
.cid-v29rsj7eX4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v29rsj7eX4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v29rsj7eX4 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v29rsj7eX4 .row {
  flex-direction: row-reverse;
}
.cid-v29rsj7eX4 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v29rsj7eX4 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v29rsj7eX4 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v29rsj7eX4 .mbr-section-title {
  color: #edefeb;
  text-align: left;
}
.cid-v29rsj7eX4 .mbr-text,
.cid-v29rsj7eX4 .mbr-section-btn {
  color: #edefeb;
  text-align: justify;
}
.cid-v29rsjeW9J {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #51655a;
}
.cid-v29rsjeW9J .mbr-fallback-image.disabled {
  display: none;
}
.cid-v29rsjeW9J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v29rsjeW9J .card-wrapper {
  background: #51655a;
}
@media (max-width: 767px) {
  .cid-v29rsjeW9J .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v29rsjeW9J .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v29rsjeW9J .card-wrapper {
    padding: 4rem;
  }
}
.cid-v29rsjeW9J .mbr-text,
.cid-v29rsjeW9J .mbr-section-btn {
  color: #edefeb;
  text-align: justify;
}
.cid-v29rsjeW9J .card-title,
.cid-v29rsjeW9J .card-box {
  text-align: center;
  color: #edefeb;
}
.cid-v29rsjlDfF {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #51655a;
}
.cid-v29rsjlDfF .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v29rsjlDfF .item {
    margin-bottom: 1rem;
  }
}
.cid-v29rsjlDfF .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-v29rsjlDfF .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v29rsjlDfF .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-v29rsjlDfF .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-v29rsjlDfF .carousel-control,
.cid-v29rsjlDfF .close {
  background: #1b1b1b;
}
.cid-v29rsjlDfF .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v29rsjlDfF .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v29rsjlDfF .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v29rsjlDfF .carousel-control-next span {
  margin-left: 5px;
}
.cid-v29rsjlDfF .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-v29rsjlDfF .close::before {
  content: '\e91a';
}
.cid-v29rsjlDfF .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v29rsjlDfF .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-v29rsjlDfF .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v29rsjlDfF .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v29rsjlDfF .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v29rsjlDfF .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v29rsjlDfF .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-v29rsjlDfF .carousel-indicators li.active,
.cid-v29rsjlDfF .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v29rsjlDfF .carousel-indicators li::after,
.cid-v29rsjlDfF .carousel-indicators li::before {
  content: none;
}
.cid-v29rsjlDfF .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v29rsjlDfF .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v29rsjlDfF .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v29rsjlDfF .carousel-indicators {
    display: none;
  }
}
.cid-v29rsjlDfF .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v29rsjlDfF .carousel-inner > .active {
  display: block;
}
.cid-v29rsjlDfF .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v29rsjlDfF .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v29rsjlDfF .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v29rsjlDfF .carousel-control,
  .cid-v29rsjlDfF .carousel-indicators,
  .cid-v29rsjlDfF .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v29rsjlDfF .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v29rsjlDfF .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v29rsjlDfF .carousel-indicators .active,
.cid-v29rsjlDfF .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v29rsjlDfF .carousel-indicators .active {
  background: #fff;
}
.cid-v29rsjlDfF .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v29rsjlDfF .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v29rsjlDfF .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v29rsjlDfF .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v29rsjlDfF .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v29rsjlDfF .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v29rsjlDfF .carousel {
  width: 100%;
}
.cid-v29rsjlDfF .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v29rsjlDfF .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v29rsjlDfF .modal.fade .modal-dialog,
.cid-v29rsjlDfF .modal.in .modal-dialog {
  transform: none;
}
.cid-v29rsjlDfF .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v29rsjlDfF .content-head {
  max-width: 800px;
}
.cid-v29rsjlDfF .mbr-section-title {
  color: #152a1f;
}
.cid-v29rsjlDfF .mbr-section-subtitle {
  color: #ebd6d2;
}
.cid-v29rsjHp8S {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #51655a;
}
.cid-v29rsjHp8S .mbr-fallback-image.disabled {
  display: none;
}
.cid-v29rsjHp8S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v29rsjHp8S .card-wrapper {
  background: #692427;
}
@media (max-width: 767px) {
  .cid-v29rsjHp8S .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v29rsjHp8S .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v29rsjHp8S .card-wrapper {
    padding: 4rem;
  }
}
.cid-v29rsjHp8S .mbr-text,
.cid-v29rsjHp8S .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-v29rsjHp8S .card-title,
.cid-v29rsjHp8S .card-box {
  text-align: left;
  color: #152a1f;
}
.cid-v29rsjHp8S .mbr-section-subtitle {
  text-align: left;
  color: #ebd6d2;
}
.cid-v29rsjHp8S .mbr-text {
  text-align: justify;
  color: #ebd6d2;
}
.cid-v29rsjHp8S .mbr-card-title {
  text-align: center;
  color: #ebd6d2;
}
.cid-v29rsjHp8S .mbr-card-title DIV {
  text-align: center;
}
.cid-v29rsjPuLI {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #51655a;
}
.cid-v29rsjPuLI .mbr-text {
  color: #152a1f;
}
.cid-v29rsjPuLI .mbr-section-subtitle {
  color: #000000;
}
.cid-v29rsjPuLI .mbr-section-title {
  color: #ebd6d2;
  text-align: center;
}
.cid-v29rsjPuLI .mbr-text,
.cid-v29rsjPuLI .item .mbr-section-btn {
  text-align: left;
}
.cid-v29rsjPuLI .item-wrapper {
  background: #ebd6d2;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v29rsjPuLI .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v29rsjPuLI .item-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v29rsjPuLI .item-wrapper {
    padding: 4rem;
  }
}
.cid-v29rsjPuLI .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-v29rsjPuLI .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 1rem;
}
.cid-v29rsjPuLI .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #692427;
  background-color: #692427;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-v29rsjPuLI .mbr-text UL {
  text-align: left;
}
.cid-v29rsjPuLI .mbr-card-subtitle {
  color: #152a1f;
  text-align: left;
}
.cid-v29rsjPuLI .mbr-card-title {
  color: #152a1f;
}
.cid-v29rsjYuSf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #51655a;
}
.cid-v29rsjYuSf .mbr-fallback-image.disabled {
  display: none;
}
.cid-v29rsjYuSf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v29rsjYuSf .card-wrapper {
  background: #692427;
}
@media (max-width: 767px) {
  .cid-v29rsjYuSf .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v29rsjYuSf .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v29rsjYuSf .card-wrapper {
    padding: 4rem;
  }
}
.cid-v29rsjYuSf .mbr-text,
.cid-v29rsjYuSf .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-v29rsjYuSf .card-title,
.cid-v29rsjYuSf .card-box {
  text-align: center;
  color: #ebd6d2;
}
.cid-v29rsjYuSf .mbr-card-title {
  text-align: left;
}
.cid-v29rsjYuSf .mbr-card-subtitle {
  text-align: left;
  color: #ebceca;
}
.cid-v29rsjYuSf .mbr-text {
  text-align: justify;
  color: #ebceca;
}
.cid-v29rsjYuSf .mbr-section-subtitle {
  text-align: center;
}
.cid-v29rsk85sE {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #51655a;
}
.cid-v29rsk85sE .item:focus,
.cid-v29rsk85sE span:focus {
  outline: none;
}
.cid-v29rsk85sE .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v29rsk85sE .item {
    margin-bottom: 1rem;
  }
}
.cid-v29rsk85sE .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v29rsk85sE .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v29rsk85sE .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-v29rsk85sE .item-wrapper {
  position: relative;
  background: #ebceca;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v29rsk85sE .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-v29rsk85sE .mbr-section-title {
  color: #ebceca;
  text-align: center;
}
.cid-v29rsk85sE .mbr-text,
.cid-v29rsk85sE .item .mbr-section-btn {
  text-align: center;
}
.cid-v29rsk85sE .content-head {
  max-width: 800px;
}
.cid-v29rsk85sE .mbr-number {
  color: #692427;
}
.cid-v29rsk85sE .mbr-section-subtitle,
.cid-v29rsk85sE .mbr-section-head .mbr-section-btn {
  text-align: center;
}
.cid-v29rsk85sE .mbr-text {
  text-align: left;
}
.cid-v29rsk85sE .mbr-text,
.cid-v29rsk85sE .mbr-card-btn {
  text-align: left;
}
.cid-v29rsk85sE .mbr-text,
.cid-v29rsk85sE .mbr-section-btn {
  text-align: left;
}
.cid-v29rsk85sE .mbr-text,
.cid-v29rsk85sE .item-footer .mbr-section-btn {
  text-align: left;
}
.cid-v29rsk85sE .card-text,
.cid-v29rsk85sE .item .mbr-section-btn {
  text-align: center;
  color: #692427;
}
.cid-v29rsk85sE .card-title {
  text-align: left;
  color: #152a1f;
}
.cid-v29rskkb1H {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #51655a;
}
.cid-v29rskkb1H .mbr-text {
  color: #000000;
}
.cid-v29rskkb1H .mbr-section-subtitle {
  color: #000000;
}
.cid-v29rskkb1H .mbr-section-title {
  color: #ebd6d2;
  text-align: center;
}
.cid-v29rskkb1H .mbr-text,
.cid-v29rskkb1H .item .mbr-section-btn {
  text-align: center;
}
.cid-v29rskkb1H .item-wrapper {
  background: #ebd6d2;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v29rskkb1H .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v29rskkb1H .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-v29MTxyWB9 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #51655a;
}
.cid-v29MTxyWB9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v29MTxyWB9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v29MTxyWB9 .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  border-radius: 0 !important;
}
@media (max-width: 767px) {
  .cid-v29MTxyWB9 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v29MTxyWB9 .mbr-iconfont {
  font-size: 3rem;
  color: #ffa0a0;
  padding-right: 2rem;
}
.cid-v29MTxyWB9 .content-head {
  max-width: 800px;
}
.cid-v29MTxyWB9 .mbr-section-title {
  color: #ebd6d2;
}
.cid-v29MTxyWB9 .card-title {
  color: #ebd6d2;
}
.cid-v29L368tC2 {
  padding-top: 3rem;
  padding-bottom: 8rem;
  background-color: #ebd6d2;
  overflow: hidden;
}
.cid-v29L368tC2 .media-container-row .mbr-text {
  color: #692427;
}
.cid-v29ruEKLMS {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v29ruEKLMS .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v29ruEKLMS .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v29ruEKLMS .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v29ruEKLMS .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v29ruEKLMS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v29ruEKLMS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v29ruEKLMS .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-v29ruEKLMS .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-v29ruEKLMS .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-v29ruEKLMS .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v29ruEKLMS .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v29ruEKLMS .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v29ruEKLMS .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-v29ruEKLMS .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v29ruEKLMS .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v29ruEKLMS .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v29ruEKLMS .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v29ruEKLMS .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v29ruEKLMS .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (min-width: 767px) {
  .cid-v29ruEKLMS .navbar-caption {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v29ruEKLMS .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v29ruEKLMS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-v29ruEKLMS .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-v29ruEKLMS .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v29ruEKLMS .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v29ruEKLMS .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v29ruEKLMS .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #152a1f;
  background: rgba(21, 42, 31, 0.8) !important;
}
.cid-v29ruEKLMS .nav-item:focus,
.cid-v29ruEKLMS .nav-link:focus {
  outline: none;
}
.cid-v29ruEKLMS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v29ruEKLMS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v29ruEKLMS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v29ruEKLMS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v29ruEKLMS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v29ruEKLMS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v29ruEKLMS .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v29ruEKLMS .navbar.opened {
  transition: all 0.25s;
}
.cid-v29ruEKLMS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v29ruEKLMS .navbar .navbar-logo img {
  width: auto;
}
.cid-v29ruEKLMS .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v29ruEKLMS .navbar.collapsed {
  justify-content: center;
}
.cid-v29ruEKLMS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v29ruEKLMS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v29ruEKLMS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v29ruEKLMS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v29ruEKLMS .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-v29ruEKLMS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v29ruEKLMS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v29ruEKLMS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v29ruEKLMS .navbar {
    min-height: 72px;
  }
  .cid-v29ruEKLMS .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v29ruEKLMS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v29ruEKLMS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v29ruEKLMS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v29ruEKLMS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v29ruEKLMS .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-v29ruEKLMS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v29ruEKLMS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v29ruEKLMS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v29ruEKLMS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v29ruEKLMS .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v29ruEKLMS .dropdown-item.active,
.cid-v29ruEKLMS .dropdown-item:active {
  background-color: transparent;
}
.cid-v29ruEKLMS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v29ruEKLMS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v29ruEKLMS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v29ruEKLMS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #152a1f;
}
.cid-v29ruEKLMS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v29ruEKLMS .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v29ruEKLMS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v29ruEKLMS .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v29ruEKLMS .navbar-buttons {
    text-align: left;
  }
}
.cid-v29ruEKLMS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v29ruEKLMS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v29ruEKLMS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v29ruEKLMS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v29ruEKLMS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v29ruEKLMS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v29ruEKLMS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v29ruEKLMS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v29ruEKLMS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v29ruEKLMS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v29ruEKLMS .navbar-dropdown {
  padding: 0;
  background: rgba(21, 42, 31, 0.8) !important;
}
.cid-v29ruEKLMS .opacityScroll {
  background: #152a1f !important;
}
.cid-v29ruEKLMS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v29ruEKLMS .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v29ruEKLMS .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v29ruEKLMS .navbar {
    height: 70px;
  }
  .cid-v29ruEKLMS .navbar.opened {
    height: auto;
  }
  .cid-v29ruEKLMS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v29ruEKLMS .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v29ruEKLMS .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v29ruEKLMS .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v29ruEKLMS .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-v29ruEKLMS .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v29ruEKLMS .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v29ruEKLMS .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v29ruEKLMS .navbar-brand {
    margin-right: auto;
  }
  .cid-v29ruEKLMS .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #152a1f;
    opacity: 1;
    border-color: rgba(21, 42, 31, 0.8) !important;
    background: rgba(21, 42, 31, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-v29ruEKLMS .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v29ruEKLMS .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v29ruEKLMS .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v29ruEKLMS .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v29ruEKLMS .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v29ruEKLMS .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-v29ruEKLMS .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v29ruEKLMS .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v29ruEKLMS .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v29ruEKLMS .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-v29ruEKLMS .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-v29ruEKLMS .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v29NEe6TOx {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #51655a;
}
.cid-v29NEe6TOx .mbr-fallback-image.disabled {
  display: none;
}
.cid-v29NEe6TOx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v29NEe6TOx .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v29NEe6TOx .row {
  flex-direction: row-reverse;
}
.cid-v29NEe6TOx .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v29NEe6TOx .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v29NEe6TOx .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v29NEe6TOx .mbr-section-title {
  color: #ebd6d2;
}
.cid-v29NEe6TOx .mbr-text,
.cid-v29NEe6TOx .mbr-section-btn {
  color: #ffffff;
}
.cid-v29ruET1SV {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #51655a;
}
.cid-v29ruET1SV .mbr-fallback-image.disabled {
  display: none;
}
.cid-v29ruET1SV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v29ruET1SV .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v29ruET1SV .row {
  flex-direction: row-reverse;
}
.cid-v29ruET1SV .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v29ruET1SV .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v29ruET1SV .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v29ruET1SV .mbr-section-title {
  color: #edefeb;
  text-align: left;
}
.cid-v29ruET1SV .mbr-text,
.cid-v29ruET1SV .mbr-section-btn {
  color: #edefeb;
  text-align: justify;
}
.cid-v29ruF1HiT {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #51655a;
}
.cid-v29ruF1HiT .mbr-fallback-image.disabled {
  display: none;
}
.cid-v29ruF1HiT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v29ruF1HiT .card-wrapper {
  background: #51655a;
}
@media (max-width: 767px) {
  .cid-v29ruF1HiT .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v29ruF1HiT .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v29ruF1HiT .card-wrapper {
    padding: 4rem;
  }
}
.cid-v29ruF1HiT .mbr-text,
.cid-v29ruF1HiT .mbr-section-btn {
  color: #edefeb;
  text-align: justify;
}
.cid-v29ruF1HiT .card-title,
.cid-v29ruF1HiT .card-box {
  text-align: center;
  color: #edefeb;
}
.cid-v29ruF73fd {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #51655a;
}
.cid-v29ruF73fd .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v29ruF73fd .item {
    margin-bottom: 1rem;
  }
}
.cid-v29ruF73fd .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-v29ruF73fd .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v29ruF73fd .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-v29ruF73fd .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-v29ruF73fd .carousel-control,
.cid-v29ruF73fd .close {
  background: #1b1b1b;
}
.cid-v29ruF73fd .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v29ruF73fd .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v29ruF73fd .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v29ruF73fd .carousel-control-next span {
  margin-left: 5px;
}
.cid-v29ruF73fd .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-v29ruF73fd .close::before {
  content: '\e91a';
}
.cid-v29ruF73fd .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v29ruF73fd .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-v29ruF73fd .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v29ruF73fd .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v29ruF73fd .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v29ruF73fd .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v29ruF73fd .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-v29ruF73fd .carousel-indicators li.active,
.cid-v29ruF73fd .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v29ruF73fd .carousel-indicators li::after,
.cid-v29ruF73fd .carousel-indicators li::before {
  content: none;
}
.cid-v29ruF73fd .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v29ruF73fd .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v29ruF73fd .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v29ruF73fd .carousel-indicators {
    display: none;
  }
}
.cid-v29ruF73fd .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v29ruF73fd .carousel-inner > .active {
  display: block;
}
.cid-v29ruF73fd .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v29ruF73fd .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v29ruF73fd .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v29ruF73fd .carousel-control,
  .cid-v29ruF73fd .carousel-indicators,
  .cid-v29ruF73fd .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v29ruF73fd .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v29ruF73fd .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v29ruF73fd .carousel-indicators .active,
.cid-v29ruF73fd .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v29ruF73fd .carousel-indicators .active {
  background: #fff;
}
.cid-v29ruF73fd .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v29ruF73fd .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v29ruF73fd .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v29ruF73fd .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v29ruF73fd .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v29ruF73fd .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v29ruF73fd .carousel {
  width: 100%;
}
.cid-v29ruF73fd .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v29ruF73fd .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v29ruF73fd .modal.fade .modal-dialog,
.cid-v29ruF73fd .modal.in .modal-dialog {
  transform: none;
}
.cid-v29ruF73fd .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v29ruF73fd .content-head {
  max-width: 800px;
}
.cid-v29ruF73fd .mbr-section-title {
  color: #152a1f;
}
.cid-v29ruF73fd .mbr-section-subtitle {
  color: #ebd6d2;
}
.cid-v29ruFpM1T {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #51655a;
}
.cid-v29ruFpM1T .mbr-fallback-image.disabled {
  display: none;
}
.cid-v29ruFpM1T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v29ruFpM1T .card-wrapper {
  background: #692427;
}
@media (max-width: 767px) {
  .cid-v29ruFpM1T .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v29ruFpM1T .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v29ruFpM1T .card-wrapper {
    padding: 4rem;
  }
}
.cid-v29ruFpM1T .mbr-text,
.cid-v29ruFpM1T .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-v29ruFpM1T .card-title,
.cid-v29ruFpM1T .card-box {
  text-align: left;
  color: #152a1f;
}
.cid-v29ruFpM1T .mbr-section-subtitle {
  text-align: left;
  color: #ebd6d2;
}
.cid-v29ruFpM1T .mbr-text {
  text-align: justify;
  color: #ebd6d2;
}
.cid-v29ruFpM1T .mbr-card-title {
  text-align: center;
  color: #ebd6d2;
}
.cid-v29ruFpM1T .mbr-card-title DIV {
  text-align: center;
}
.cid-v29ruFzugR {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #51655a;
}
.cid-v29ruFzugR .mbr-text {
  color: #152a1f;
}
.cid-v29ruFzugR .mbr-section-subtitle {
  color: #000000;
}
.cid-v29ruFzugR .mbr-section-title {
  color: #ebd6d2;
  text-align: center;
}
.cid-v29ruFzugR .mbr-text,
.cid-v29ruFzugR .item .mbr-section-btn {
  text-align: left;
}
.cid-v29ruFzugR .item-wrapper {
  background: #ebd6d2;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v29ruFzugR .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v29ruFzugR .item-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v29ruFzugR .item-wrapper {
    padding: 4rem;
  }
}
.cid-v29ruFzugR .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-v29ruFzugR .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 1rem;
}
.cid-v29ruFzugR .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #692427;
  background-color: #692427;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-v29ruFzugR .mbr-text UL {
  text-align: left;
}
.cid-v29ruFzugR .mbr-card-subtitle {
  color: #152a1f;
  text-align: left;
}
.cid-v29ruFzugR .mbr-card-title {
  color: #152a1f;
}
.cid-v29ruFIPZK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #51655a;
}
.cid-v29ruFIPZK .mbr-fallback-image.disabled {
  display: none;
}
.cid-v29ruFIPZK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v29ruFIPZK .card-wrapper {
  background: #692427;
}
@media (max-width: 767px) {
  .cid-v29ruFIPZK .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v29ruFIPZK .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v29ruFIPZK .card-wrapper {
    padding: 4rem;
  }
}
.cid-v29ruFIPZK .mbr-text,
.cid-v29ruFIPZK .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-v29ruFIPZK .card-title,
.cid-v29ruFIPZK .card-box {
  text-align: center;
  color: #ebd6d2;
}
.cid-v29ruFIPZK .mbr-card-title {
  text-align: left;
}
.cid-v29ruFIPZK .mbr-card-subtitle {
  text-align: left;
  color: #ebceca;
}
.cid-v29ruFIPZK .mbr-text {
  text-align: justify;
  color: #ebceca;
}
.cid-v29ruFIPZK .mbr-section-subtitle {
  text-align: center;
}
.cid-v29ruFSZEC {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #51655a;
}
.cid-v29ruFSZEC .item:focus,
.cid-v29ruFSZEC span:focus {
  outline: none;
}
.cid-v29ruFSZEC .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v29ruFSZEC .item {
    margin-bottom: 1rem;
  }
}
.cid-v29ruFSZEC .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v29ruFSZEC .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v29ruFSZEC .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-v29ruFSZEC .item-wrapper {
  position: relative;
  background: #ebceca;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v29ruFSZEC .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-v29ruFSZEC .mbr-section-title {
  color: #ebceca;
  text-align: center;
}
.cid-v29ruFSZEC .mbr-text,
.cid-v29ruFSZEC .item .mbr-section-btn {
  text-align: center;
}
.cid-v29ruFSZEC .content-head {
  max-width: 800px;
}
.cid-v29ruFSZEC .mbr-number {
  color: #692427;
}
.cid-v29ruFSZEC .mbr-section-subtitle,
.cid-v29ruFSZEC .mbr-section-head .mbr-section-btn {
  text-align: center;
}
.cid-v29ruFSZEC .mbr-text {
  text-align: left;
}
.cid-v29ruFSZEC .mbr-text,
.cid-v29ruFSZEC .mbr-card-btn {
  text-align: left;
}
.cid-v29ruFSZEC .mbr-text,
.cid-v29ruFSZEC .mbr-section-btn {
  text-align: left;
}
.cid-v29ruFSZEC .mbr-text,
.cid-v29ruFSZEC .item-footer .mbr-section-btn {
  text-align: left;
}
.cid-v29ruFSZEC .card-text,
.cid-v29ruFSZEC .item .mbr-section-btn {
  text-align: center;
  color: #692427;
}
.cid-v29ruFSZEC .card-title {
  text-align: left;
  color: #152a1f;
}
.cid-v29ruG4zLh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #51655a;
}
.cid-v29ruG4zLh .mbr-text {
  color: #000000;
}
.cid-v29ruG4zLh .mbr-section-subtitle {
  color: #000000;
}
.cid-v29ruG4zLh .mbr-section-title {
  color: #ebd6d2;
  text-align: center;
}
.cid-v29ruG4zLh .mbr-text,
.cid-v29ruG4zLh .item .mbr-section-btn {
  text-align: center;
}
.cid-v29ruG4zLh .item-wrapper {
  background: #ebd6d2;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v29ruG4zLh .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v29ruG4zLh .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-v29NEOmWpV {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #51655a;
}
.cid-v29NEOmWpV .mbr-fallback-image.disabled {
  display: none;
}
.cid-v29NEOmWpV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v29NEOmWpV .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  border-radius: 0 !important;
}
@media (max-width: 767px) {
  .cid-v29NEOmWpV .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v29NEOmWpV .mbr-iconfont {
  font-size: 3rem;
  color: #ffa0a0;
  padding-right: 2rem;
}
.cid-v29NEOmWpV .content-head {
  max-width: 800px;
}
.cid-v29NEOmWpV .mbr-section-title {
  color: #ebd6d2;
}
.cid-v29NEOmWpV .card-title {
  color: #ebd6d2;
}
.cid-v29L368tC2 {
  padding-top: 3rem;
  padding-bottom: 8rem;
  background-color: #ebd6d2;
  overflow: hidden;
}
.cid-v29L368tC2 .media-container-row .mbr-text {
  color: #692427;
}
.cid-v29rxoTNDZ {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v29rxoTNDZ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v29rxoTNDZ .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v29rxoTNDZ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v29rxoTNDZ .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v29rxoTNDZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v29rxoTNDZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v29rxoTNDZ .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-v29rxoTNDZ .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-v29rxoTNDZ .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-v29rxoTNDZ .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v29rxoTNDZ .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v29rxoTNDZ .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v29rxoTNDZ .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-v29rxoTNDZ .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v29rxoTNDZ .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v29rxoTNDZ .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v29rxoTNDZ .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v29rxoTNDZ .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v29rxoTNDZ .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (min-width: 767px) {
  .cid-v29rxoTNDZ .navbar-caption {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v29rxoTNDZ .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v29rxoTNDZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-v29rxoTNDZ .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-v29rxoTNDZ .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v29rxoTNDZ .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v29rxoTNDZ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v29rxoTNDZ .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #152a1f;
  background: rgba(21, 42, 31, 0.8) !important;
}
.cid-v29rxoTNDZ .nav-item:focus,
.cid-v29rxoTNDZ .nav-link:focus {
  outline: none;
}
.cid-v29rxoTNDZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v29rxoTNDZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v29rxoTNDZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v29rxoTNDZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v29rxoTNDZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v29rxoTNDZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v29rxoTNDZ .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v29rxoTNDZ .navbar.opened {
  transition: all 0.25s;
}
.cid-v29rxoTNDZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v29rxoTNDZ .navbar .navbar-logo img {
  width: auto;
}
.cid-v29rxoTNDZ .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v29rxoTNDZ .navbar.collapsed {
  justify-content: center;
}
.cid-v29rxoTNDZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v29rxoTNDZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v29rxoTNDZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v29rxoTNDZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v29rxoTNDZ .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-v29rxoTNDZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v29rxoTNDZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v29rxoTNDZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v29rxoTNDZ .navbar {
    min-height: 72px;
  }
  .cid-v29rxoTNDZ .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v29rxoTNDZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v29rxoTNDZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v29rxoTNDZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v29rxoTNDZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v29rxoTNDZ .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-v29rxoTNDZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v29rxoTNDZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v29rxoTNDZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v29rxoTNDZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v29rxoTNDZ .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v29rxoTNDZ .dropdown-item.active,
.cid-v29rxoTNDZ .dropdown-item:active {
  background-color: transparent;
}
.cid-v29rxoTNDZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v29rxoTNDZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v29rxoTNDZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v29rxoTNDZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #152a1f;
}
.cid-v29rxoTNDZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v29rxoTNDZ .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v29rxoTNDZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v29rxoTNDZ .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v29rxoTNDZ .navbar-buttons {
    text-align: left;
  }
}
.cid-v29rxoTNDZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v29rxoTNDZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v29rxoTNDZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v29rxoTNDZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v29rxoTNDZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v29rxoTNDZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v29rxoTNDZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v29rxoTNDZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v29rxoTNDZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v29rxoTNDZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v29rxoTNDZ .navbar-dropdown {
  padding: 0;
  background: rgba(21, 42, 31, 0.8) !important;
}
.cid-v29rxoTNDZ .opacityScroll {
  background: #152a1f !important;
}
.cid-v29rxoTNDZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v29rxoTNDZ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v29rxoTNDZ .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v29rxoTNDZ .navbar {
    height: 70px;
  }
  .cid-v29rxoTNDZ .navbar.opened {
    height: auto;
  }
  .cid-v29rxoTNDZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v29rxoTNDZ .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v29rxoTNDZ .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v29rxoTNDZ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v29rxoTNDZ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-v29rxoTNDZ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v29rxoTNDZ .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v29rxoTNDZ .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v29rxoTNDZ .navbar-brand {
    margin-right: auto;
  }
  .cid-v29rxoTNDZ .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #152a1f;
    opacity: 1;
    border-color: rgba(21, 42, 31, 0.8) !important;
    background: rgba(21, 42, 31, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-v29rxoTNDZ .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v29rxoTNDZ .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v29rxoTNDZ .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v29rxoTNDZ .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v29rxoTNDZ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v29rxoTNDZ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-v29rxoTNDZ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v29rxoTNDZ .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v29rxoTNDZ .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v29rxoTNDZ .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-v29rxoTNDZ .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-v29rxoTNDZ .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v29NHHMXzx {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #51655a;
}
.cid-v29NHHMXzx .mbr-fallback-image.disabled {
  display: none;
}
.cid-v29NHHMXzx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v29NHHMXzx .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v29NHHMXzx .row {
  flex-direction: row-reverse;
}
.cid-v29NHHMXzx .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v29NHHMXzx .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v29NHHMXzx .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v29NHHMXzx .mbr-section-title {
  color: #ebd6d2;
}
.cid-v29NHHMXzx .mbr-text,
.cid-v29NHHMXzx .mbr-section-btn {
  color: #ffffff;
}
.cid-v29rxp5tzc {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #51655a;
}
.cid-v29rxp5tzc .mbr-fallback-image.disabled {
  display: none;
}
.cid-v29rxp5tzc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v29rxp5tzc .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v29rxp5tzc .row {
  flex-direction: row-reverse;
}
.cid-v29rxp5tzc .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v29rxp5tzc .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v29rxp5tzc .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v29rxp5tzc .mbr-section-title {
  color: #edefeb;
  text-align: left;
}
.cid-v29rxp5tzc .mbr-text,
.cid-v29rxp5tzc .mbr-section-btn {
  color: #edefeb;
  text-align: justify;
}
.cid-v29rxpelSF {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #51655a;
}
.cid-v29rxpelSF .mbr-fallback-image.disabled {
  display: none;
}
.cid-v29rxpelSF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v29rxpelSF .card-wrapper {
  background: #51655a;
}
@media (max-width: 767px) {
  .cid-v29rxpelSF .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v29rxpelSF .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v29rxpelSF .card-wrapper {
    padding: 4rem;
  }
}
.cid-v29rxpelSF .mbr-text,
.cid-v29rxpelSF .mbr-section-btn {
  color: #edefeb;
  text-align: justify;
}
.cid-v29rxpelSF .card-title,
.cid-v29rxpelSF .card-box {
  text-align: center;
  color: #edefeb;
}
.cid-v29rxpls66 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #51655a;
}
.cid-v29rxpls66 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v29rxpls66 .item {
    margin-bottom: 1rem;
  }
}
.cid-v29rxpls66 .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-v29rxpls66 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v29rxpls66 .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-v29rxpls66 .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-v29rxpls66 .carousel-control,
.cid-v29rxpls66 .close {
  background: #1b1b1b;
}
.cid-v29rxpls66 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v29rxpls66 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v29rxpls66 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v29rxpls66 .carousel-control-next span {
  margin-left: 5px;
}
.cid-v29rxpls66 .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-v29rxpls66 .close::before {
  content: '\e91a';
}
.cid-v29rxpls66 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v29rxpls66 .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-v29rxpls66 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v29rxpls66 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v29rxpls66 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v29rxpls66 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v29rxpls66 .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-v29rxpls66 .carousel-indicators li.active,
.cid-v29rxpls66 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v29rxpls66 .carousel-indicators li::after,
.cid-v29rxpls66 .carousel-indicators li::before {
  content: none;
}
.cid-v29rxpls66 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v29rxpls66 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v29rxpls66 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v29rxpls66 .carousel-indicators {
    display: none;
  }
}
.cid-v29rxpls66 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v29rxpls66 .carousel-inner > .active {
  display: block;
}
.cid-v29rxpls66 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v29rxpls66 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v29rxpls66 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v29rxpls66 .carousel-control,
  .cid-v29rxpls66 .carousel-indicators,
  .cid-v29rxpls66 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v29rxpls66 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v29rxpls66 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v29rxpls66 .carousel-indicators .active,
.cid-v29rxpls66 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v29rxpls66 .carousel-indicators .active {
  background: #fff;
}
.cid-v29rxpls66 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v29rxpls66 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v29rxpls66 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v29rxpls66 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v29rxpls66 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v29rxpls66 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v29rxpls66 .carousel {
  width: 100%;
}
.cid-v29rxpls66 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v29rxpls66 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v29rxpls66 .modal.fade .modal-dialog,
.cid-v29rxpls66 .modal.in .modal-dialog {
  transform: none;
}
.cid-v29rxpls66 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v29rxpls66 .content-head {
  max-width: 800px;
}
.cid-v29rxpls66 .mbr-section-title {
  color: #152a1f;
}
.cid-v29rxpls66 .mbr-section-subtitle {
  color: #ebd6d2;
}
.cid-v29rxpMP0p {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #51655a;
}
.cid-v29rxpMP0p .mbr-fallback-image.disabled {
  display: none;
}
.cid-v29rxpMP0p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v29rxpMP0p .card-wrapper {
  background: #692427;
}
@media (max-width: 767px) {
  .cid-v29rxpMP0p .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v29rxpMP0p .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v29rxpMP0p .card-wrapper {
    padding: 4rem;
  }
}
.cid-v29rxpMP0p .mbr-text,
.cid-v29rxpMP0p .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-v29rxpMP0p .card-title,
.cid-v29rxpMP0p .card-box {
  text-align: left;
  color: #152a1f;
}
.cid-v29rxpMP0p .mbr-section-subtitle {
  text-align: left;
  color: #ebd6d2;
}
.cid-v29rxpMP0p .mbr-text {
  text-align: justify;
  color: #ebd6d2;
}
.cid-v29rxpMP0p .mbr-card-title {
  text-align: center;
  color: #ebd6d2;
}
.cid-v29rxpMP0p .mbr-card-title DIV {
  text-align: center;
}
.cid-v29rxpVHoD {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #51655a;
}
.cid-v29rxpVHoD .mbr-text {
  color: #152a1f;
}
.cid-v29rxpVHoD .mbr-section-subtitle {
  color: #000000;
}
.cid-v29rxpVHoD .mbr-section-title {
  color: #ebd6d2;
  text-align: center;
}
.cid-v29rxpVHoD .mbr-text,
.cid-v29rxpVHoD .item .mbr-section-btn {
  text-align: left;
}
.cid-v29rxpVHoD .item-wrapper {
  background: #ebd6d2;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v29rxpVHoD .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v29rxpVHoD .item-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v29rxpVHoD .item-wrapper {
    padding: 4rem;
  }
}
.cid-v29rxpVHoD .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-v29rxpVHoD .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 1rem;
}
.cid-v29rxpVHoD .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #692427;
  background-color: #692427;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-v29rxpVHoD .mbr-text UL {
  text-align: left;
}
.cid-v29rxpVHoD .mbr-card-subtitle {
  color: #152a1f;
  text-align: left;
}
.cid-v29rxpVHoD .mbr-card-title {
  color: #152a1f;
}
.cid-v29rxq87l5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #51655a;
}
.cid-v29rxq87l5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v29rxq87l5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v29rxq87l5 .card-wrapper {
  background: #692427;
}
@media (max-width: 767px) {
  .cid-v29rxq87l5 .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v29rxq87l5 .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v29rxq87l5 .card-wrapper {
    padding: 4rem;
  }
}
.cid-v29rxq87l5 .mbr-text,
.cid-v29rxq87l5 .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-v29rxq87l5 .card-title,
.cid-v29rxq87l5 .card-box {
  text-align: center;
  color: #ebd6d2;
}
.cid-v29rxq87l5 .mbr-card-title {
  text-align: left;
}
.cid-v29rxq87l5 .mbr-card-subtitle {
  text-align: left;
  color: #ebceca;
}
.cid-v29rxq87l5 .mbr-text {
  text-align: justify;
  color: #ebceca;
}
.cid-v29rxq87l5 .mbr-section-subtitle {
  text-align: center;
}
.cid-v29rxqiDDf {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #51655a;
}
.cid-v29rxqiDDf .item:focus,
.cid-v29rxqiDDf span:focus {
  outline: none;
}
.cid-v29rxqiDDf .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v29rxqiDDf .item {
    margin-bottom: 1rem;
  }
}
.cid-v29rxqiDDf .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v29rxqiDDf .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v29rxqiDDf .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-v29rxqiDDf .item-wrapper {
  position: relative;
  background: #ebceca;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v29rxqiDDf .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-v29rxqiDDf .mbr-section-title {
  color: #ebceca;
  text-align: center;
}
.cid-v29rxqiDDf .mbr-text,
.cid-v29rxqiDDf .item .mbr-section-btn {
  text-align: center;
}
.cid-v29rxqiDDf .content-head {
  max-width: 800px;
}
.cid-v29rxqiDDf .mbr-number {
  color: #692427;
}
.cid-v29rxqiDDf .mbr-section-subtitle,
.cid-v29rxqiDDf .mbr-section-head .mbr-section-btn {
  text-align: center;
}
.cid-v29rxqiDDf .mbr-text {
  text-align: left;
}
.cid-v29rxqiDDf .mbr-text,
.cid-v29rxqiDDf .mbr-card-btn {
  text-align: left;
}
.cid-v29rxqiDDf .mbr-text,
.cid-v29rxqiDDf .mbr-section-btn {
  text-align: left;
}
.cid-v29rxqiDDf .mbr-text,
.cid-v29rxqiDDf .item-footer .mbr-section-btn {
  text-align: left;
}
.cid-v29rxqiDDf .card-text,
.cid-v29rxqiDDf .item .mbr-section-btn {
  text-align: center;
  color: #692427;
}
.cid-v29rxqiDDf .card-title {
  text-align: left;
  color: #152a1f;
}
.cid-v29rxqwscj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #51655a;
}
.cid-v29rxqwscj .mbr-text {
  color: #000000;
}
.cid-v29rxqwscj .mbr-section-subtitle {
  color: #000000;
}
.cid-v29rxqwscj .mbr-section-title {
  color: #ebd6d2;
  text-align: center;
}
.cid-v29rxqwscj .mbr-text,
.cid-v29rxqwscj .item .mbr-section-btn {
  text-align: center;
}
.cid-v29rxqwscj .item-wrapper {
  background: #ebd6d2;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v29rxqwscj .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v29rxqwscj .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-v29NH0KQrJ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #51655a;
}
.cid-v29NH0KQrJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v29NH0KQrJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v29NH0KQrJ .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  border-radius: 0 !important;
}
@media (max-width: 767px) {
  .cid-v29NH0KQrJ .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v29NH0KQrJ .mbr-iconfont {
  font-size: 3rem;
  color: #ffa0a0;
  padding-right: 2rem;
}
.cid-v29NH0KQrJ .content-head {
  max-width: 800px;
}
.cid-v29NH0KQrJ .mbr-section-title {
  color: #ebd6d2;
}
.cid-v29NH0KQrJ .card-title {
  color: #ebd6d2;
}
.cid-v29L368tC2 {
  padding-top: 3rem;
  padding-bottom: 8rem;
  background-color: #ebd6d2;
  overflow: hidden;
}
.cid-v29L368tC2 .media-container-row .mbr-text {
  color: #692427;
}
.cid-v1AYTOI1tU {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v1AYTOI1tU .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v1AYTOI1tU .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v1AYTOI1tU .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v1AYTOI1tU .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v1AYTOI1tU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v1AYTOI1tU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v1AYTOI1tU .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-v1AYTOI1tU .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-v1AYTOI1tU .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-v1AYTOI1tU .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v1AYTOI1tU .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v1AYTOI1tU .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v1AYTOI1tU .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-v1AYTOI1tU .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v1AYTOI1tU .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v1AYTOI1tU .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v1AYTOI1tU .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v1AYTOI1tU .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v1AYTOI1tU .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (min-width: 767px) {
  .cid-v1AYTOI1tU .navbar-caption {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v1AYTOI1tU .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v1AYTOI1tU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-v1AYTOI1tU .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-v1AYTOI1tU .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v1AYTOI1tU .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v1AYTOI1tU .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v1AYTOI1tU .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #152a1f;
  background: rgba(21, 42, 31, 0.8) !important;
}
.cid-v1AYTOI1tU .nav-item:focus,
.cid-v1AYTOI1tU .nav-link:focus {
  outline: none;
}
.cid-v1AYTOI1tU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v1AYTOI1tU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v1AYTOI1tU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v1AYTOI1tU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v1AYTOI1tU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1AYTOI1tU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v1AYTOI1tU .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v1AYTOI1tU .navbar.opened {
  transition: all 0.25s;
}
.cid-v1AYTOI1tU .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v1AYTOI1tU .navbar .navbar-logo img {
  width: auto;
}
.cid-v1AYTOI1tU .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v1AYTOI1tU .navbar.collapsed {
  justify-content: center;
}
.cid-v1AYTOI1tU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v1AYTOI1tU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v1AYTOI1tU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v1AYTOI1tU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v1AYTOI1tU .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-v1AYTOI1tU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v1AYTOI1tU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v1AYTOI1tU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v1AYTOI1tU .navbar {
    min-height: 72px;
  }
  .cid-v1AYTOI1tU .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v1AYTOI1tU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v1AYTOI1tU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v1AYTOI1tU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v1AYTOI1tU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v1AYTOI1tU .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-v1AYTOI1tU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v1AYTOI1tU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v1AYTOI1tU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v1AYTOI1tU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v1AYTOI1tU .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v1AYTOI1tU .dropdown-item.active,
.cid-v1AYTOI1tU .dropdown-item:active {
  background-color: transparent;
}
.cid-v1AYTOI1tU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v1AYTOI1tU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v1AYTOI1tU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v1AYTOI1tU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #152a1f;
}
.cid-v1AYTOI1tU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v1AYTOI1tU .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v1AYTOI1tU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v1AYTOI1tU .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v1AYTOI1tU .navbar-buttons {
    text-align: left;
  }
}
.cid-v1AYTOI1tU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v1AYTOI1tU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v1AYTOI1tU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v1AYTOI1tU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1AYTOI1tU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1AYTOI1tU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v1AYTOI1tU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1AYTOI1tU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v1AYTOI1tU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v1AYTOI1tU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1AYTOI1tU .navbar-dropdown {
  padding: 0;
  background: rgba(21, 42, 31, 0.8) !important;
}
.cid-v1AYTOI1tU .opacityScroll {
  background: #152a1f !important;
}
.cid-v1AYTOI1tU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v1AYTOI1tU .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v1AYTOI1tU .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v1AYTOI1tU .navbar {
    height: 70px;
  }
  .cid-v1AYTOI1tU .navbar.opened {
    height: auto;
  }
  .cid-v1AYTOI1tU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v1AYTOI1tU .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v1AYTOI1tU .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v1AYTOI1tU .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v1AYTOI1tU .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-v1AYTOI1tU .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v1AYTOI1tU .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v1AYTOI1tU .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v1AYTOI1tU .navbar-brand {
    margin-right: auto;
  }
  .cid-v1AYTOI1tU .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #152a1f;
    opacity: 1;
    border-color: rgba(21, 42, 31, 0.8) !important;
    background: rgba(21, 42, 31, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-v1AYTOI1tU .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v1AYTOI1tU .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v1AYTOI1tU .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v1AYTOI1tU .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v1AYTOI1tU .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v1AYTOI1tU .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-v1AYTOI1tU .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v1AYTOI1tU .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v1AYTOI1tU .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v1AYTOI1tU .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-v1AYTOI1tU .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-v1AYTOI1tU .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v29Mrlrmdk {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #51655a;
}
.cid-v29Mrlrmdk .mbr-fallback-image.disabled {
  display: none;
}
.cid-v29Mrlrmdk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v29Mrlrmdk .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v29Mrlrmdk .row {
  flex-direction: row-reverse;
}
.cid-v29Mrlrmdk .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v29Mrlrmdk .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v29Mrlrmdk .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v29Mrlrmdk .mbr-section-title {
  color: #ebd6d2;
}
.cid-v29Mrlrmdk .mbr-text,
.cid-v29Mrlrmdk .mbr-section-btn {
  color: #ffffff;
}
.cid-v25wODVZxS {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #51655a;
}
.cid-v25wODVZxS .mbr-fallback-image.disabled {
  display: none;
}
.cid-v25wODVZxS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v25wODVZxS .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v25wODVZxS .row {
  flex-direction: row-reverse;
}
.cid-v25wODVZxS .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v25wODVZxS .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v25wODVZxS .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v25wODVZxS .mbr-section-title {
  color: #edefeb;
  text-align: left;
}
.cid-v25wODVZxS .mbr-text,
.cid-v25wODVZxS .mbr-section-btn {
  color: #edefeb;
  text-align: justify;
}
.cid-v25wPCwH7S {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #51655a;
}
.cid-v25wPCwH7S .mbr-fallback-image.disabled {
  display: none;
}
.cid-v25wPCwH7S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v25wPCwH7S .card-wrapper {
  background: #51655a;
}
@media (max-width: 767px) {
  .cid-v25wPCwH7S .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v25wPCwH7S .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v25wPCwH7S .card-wrapper {
    padding: 4rem;
  }
}
.cid-v25wPCwH7S .mbr-text,
.cid-v25wPCwH7S .mbr-section-btn {
  color: #2e481a;
  text-align: justify;
}
.cid-v25wPCwH7S .card-title,
.cid-v25wPCwH7S .card-box {
  text-align: center;
  color: #edefeb;
}
.cid-v25wR5FbgU {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #51655a;
}
.cid-v25wR5FbgU .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v25wR5FbgU .item {
    margin-bottom: 1rem;
  }
}
.cid-v25wR5FbgU .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-v25wR5FbgU .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v25wR5FbgU .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-v25wR5FbgU .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-v25wR5FbgU .carousel-control,
.cid-v25wR5FbgU .close {
  background: #1b1b1b;
}
.cid-v25wR5FbgU .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v25wR5FbgU .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v25wR5FbgU .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v25wR5FbgU .carousel-control-next span {
  margin-left: 5px;
}
.cid-v25wR5FbgU .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-v25wR5FbgU .close::before {
  content: '\e91a';
}
.cid-v25wR5FbgU .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v25wR5FbgU .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-v25wR5FbgU .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v25wR5FbgU .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v25wR5FbgU .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v25wR5FbgU .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v25wR5FbgU .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-v25wR5FbgU .carousel-indicators li.active,
.cid-v25wR5FbgU .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v25wR5FbgU .carousel-indicators li::after,
.cid-v25wR5FbgU .carousel-indicators li::before {
  content: none;
}
.cid-v25wR5FbgU .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v25wR5FbgU .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v25wR5FbgU .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v25wR5FbgU .carousel-indicators {
    display: none;
  }
}
.cid-v25wR5FbgU .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v25wR5FbgU .carousel-inner > .active {
  display: block;
}
.cid-v25wR5FbgU .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v25wR5FbgU .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v25wR5FbgU .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v25wR5FbgU .carousel-control,
  .cid-v25wR5FbgU .carousel-indicators,
  .cid-v25wR5FbgU .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v25wR5FbgU .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v25wR5FbgU .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v25wR5FbgU .carousel-indicators .active,
.cid-v25wR5FbgU .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v25wR5FbgU .carousel-indicators .active {
  background: #fff;
}
.cid-v25wR5FbgU .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v25wR5FbgU .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v25wR5FbgU .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v25wR5FbgU .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v25wR5FbgU .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v25wR5FbgU .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v25wR5FbgU .carousel {
  width: 100%;
}
.cid-v25wR5FbgU .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v25wR5FbgU .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v25wR5FbgU .modal.fade .modal-dialog,
.cid-v25wR5FbgU .modal.in .modal-dialog {
  transform: none;
}
.cid-v25wR5FbgU .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v25wR5FbgU .content-head {
  max-width: 800px;
}
.cid-v25wR5FbgU .mbr-section-title {
  color: #152a1f;
}
.cid-v25wR5FbgU .mbr-section-subtitle {
  color: #ebd6d2;
}
.cid-v25wSm3WCu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #51655a;
}
.cid-v25wSm3WCu .mbr-fallback-image.disabled {
  display: none;
}
.cid-v25wSm3WCu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v25wSm3WCu .card-wrapper {
  background: #692427;
}
@media (max-width: 767px) {
  .cid-v25wSm3WCu .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v25wSm3WCu .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v25wSm3WCu .card-wrapper {
    padding: 4rem;
  }
}
.cid-v25wSm3WCu .mbr-text,
.cid-v25wSm3WCu .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-v25wSm3WCu .card-title,
.cid-v25wSm3WCu .card-box {
  text-align: left;
  color: #152a1f;
}
.cid-v25wSm3WCu .mbr-section-subtitle {
  text-align: left;
  color: #ebd6d2;
}
.cid-v25wSm3WCu .mbr-text {
  text-align: justify;
  color: #ebd6d2;
}
.cid-v25wSm3WCu .mbr-card-title {
  text-align: center;
  color: #ebd6d2;
}
.cid-v25wSm3WCu .mbr-card-title DIV {
  text-align: center;
}
.cid-v25wU52tIj {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #51655a;
}
.cid-v25wU52tIj .mbr-text {
  color: #152a1f;
}
.cid-v25wU52tIj .mbr-section-subtitle {
  color: #000000;
}
.cid-v25wU52tIj .mbr-section-title {
  color: #ebd6d2;
  text-align: center;
}
.cid-v25wU52tIj .mbr-text,
.cid-v25wU52tIj .item .mbr-section-btn {
  text-align: left;
}
.cid-v25wU52tIj .item-wrapper {
  background: #ebd6d2;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v25wU52tIj .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v25wU52tIj .item-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v25wU52tIj .item-wrapper {
    padding: 4rem;
  }
}
.cid-v25wU52tIj .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-v25wU52tIj .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 1rem;
}
.cid-v25wU52tIj .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #692427;
  background-color: #692427;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-v25wU52tIj .mbr-text UL {
  text-align: left;
}
.cid-v25wU52tIj .mbr-card-subtitle {
  color: #152a1f;
  text-align: left;
}
.cid-v25wU52tIj .mbr-card-title {
  color: #152a1f;
}
.cid-v25wUAFBWM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #51655a;
}
.cid-v25wUAFBWM .mbr-fallback-image.disabled {
  display: none;
}
.cid-v25wUAFBWM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v25wUAFBWM .card-wrapper {
  background: #692427;
}
@media (max-width: 767px) {
  .cid-v25wUAFBWM .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v25wUAFBWM .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v25wUAFBWM .card-wrapper {
    padding: 4rem;
  }
}
.cid-v25wUAFBWM .mbr-text,
.cid-v25wUAFBWM .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-v25wUAFBWM .card-title,
.cid-v25wUAFBWM .card-box {
  text-align: center;
  color: #ebd6d2;
}
.cid-v25wUAFBWM .mbr-card-title {
  text-align: left;
}
.cid-v25wUAFBWM .mbr-card-subtitle {
  text-align: left;
  color: #ebceca;
}
.cid-v25wUAFBWM .mbr-text {
  text-align: justify;
  color: #ebceca;
}
.cid-v25wUAFBWM .mbr-section-subtitle {
  text-align: center;
}
.cid-v25wUWgkLb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #51655a;
}
.cid-v25wUWgkLb .mbr-text {
  color: #000000;
}
.cid-v25wUWgkLb .mbr-section-subtitle {
  color: #000000;
}
.cid-v25wUWgkLb .mbr-section-title {
  color: #ebd6d2;
  text-align: center;
}
.cid-v25wUWgkLb .mbr-text,
.cid-v25wUWgkLb .item .mbr-section-btn {
  text-align: center;
}
.cid-v25wUWgkLb .item-wrapper {
  background: #ebd6d2;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v25wUWgkLb .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v25wUWgkLb .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-v29MqvhtNL {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #51655a;
}
.cid-v29MqvhtNL .mbr-fallback-image.disabled {
  display: none;
}
.cid-v29MqvhtNL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v29MqvhtNL .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  border-radius: 0 !important;
}
@media (max-width: 767px) {
  .cid-v29MqvhtNL .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v29MqvhtNL .mbr-iconfont {
  font-size: 3rem;
  color: #ffa0a0;
  padding-right: 2rem;
}
.cid-v29MqvhtNL .content-head {
  max-width: 800px;
}
.cid-v29MqvhtNL .mbr-section-title {
  color: #ebd6d2;
}
.cid-v29MqvhtNL .card-title {
  color: #ebd6d2;
}
.cid-v29L368tC2 {
  padding-top: 3rem;
  padding-bottom: 8rem;
  background-color: #ebd6d2;
  overflow: hidden;
}
.cid-v29L368tC2 .media-container-row .mbr-text {
  color: #692427;
}
