.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Zen Antique', serif;
  font-size: 4.2rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.25rem;
}
.display-2 {
  font-family: 'Manrope', sans-serif;
  font-size: 3.4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.25rem;
}
.display-4 {
  font-family: 'Manrope', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Manrope', sans-serif;
  font-size: 1.8rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-7 {
  font-family: 'Manrope', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.36rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.94rem;
    font-size: calc( 2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.72rem;
    font-size: calc( 1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 2.94rem;
    font-size: calc( 2.12rem + (4.2 - 2.12) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.12rem + (4.2 - 2.12) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.72rem;
    font-size: calc( 1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((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: #ff4552 !important;
}
.bg-success {
  background-color: #000000 !important;
}
.bg-info {
  background-color: #01563b !important;
}
.bg-warning {
  background-color: #ffffff !important;
}
.bg-danger {
  background-color: #f7f7f7 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ff4552 !important;
  border-color: #ff4552 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #ff7881 !important;
  border-color: #ff7881 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ff7881 !important;
  border-color: #ff7881 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #4552ff !important;
  border-color: #4552ff !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #7881ff !important;
  border-color: #7881ff !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #7881ff !important;
  border-color: #7881ff !important;
}
.btn-info,
.btn-info:active {
  background-color: #01563b !important;
  border-color: #01563b !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #02885e !important;
  border-color: #02885e !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #02885e !important;
  border-color: #02885e !important;
}
.btn-success,
.btn-success:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #f7f7f7 !important;
  border-color: #f7f7f7 !important;
  color: #787878 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #787878 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !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: #ff4552;
  color: #ff4552;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ed0011 !important;
  background-color: transparent !important;
  border-color: #ed0011 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff4552 !important;
  border-color: #ff4552 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #4552ff;
  color: #4552ff;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #0011ed !important;
  background-color: transparent !important;
  border-color: #0011ed !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #4552ff !important;
  border-color: #4552ff !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #01563b;
  color: #01563b;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #01563b !important;
  border-color: #01563b !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #f7f7f7;
  color: #f7f7f7;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #cccccc !important;
  background-color: transparent !important;
  border-color: #cccccc !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #787878 !important;
  background-color: #f7f7f7 !important;
  border-color: #f7f7f7 !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: #ff4552 !important;
}
.text-secondary {
  color: #4552ff !important;
}
.text-success {
  color: #000000 !important;
}
.text-info {
  color: #01563b !important;
}
.text-warning {
  color: #ffffff !important;
}
.text-danger {
  color: #f7f7f7 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #de0010 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #0010de !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #cccccc !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #c4c4c4 !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) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #ff4552;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #01563b;
}
.alert-warning {
  background-color: #ffffff;
}
.alert-danger {
  background-color: #f7f7f7;
}
.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: #ff4552;
  border-color: #ff4552;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ff4552;
}
.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: #b3b3b3;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #02d491;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Manrope', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.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: #ff4552 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Manrope', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #ff4552;
}
/* 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: #ff4552;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ff4552;
}
.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: #ff4552;
  border-bottom-color: #ff4552;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #ff4552 !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: #4552ff !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='%23ff4552' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-tJGsCG1vVL {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-tJGsCG1vVL .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-tJGsCG1vVL .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tJGsCG1vVL .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-tJGsCG1vVL .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-tJGsCG1vVL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tJGsCG1vVL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tJGsCG1vVL .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-tJGsCG1vVL .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-tJGsCG1vVL .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-tJGsCG1vVL .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-tJGsCG1vVL .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tJGsCG1vVL .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tJGsCG1vVL .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-tJGsCG1vVL .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-tJGsCG1vVL .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-tJGsCG1vVL .nav-link {
  width: fit-content;
  position: relative;
}
.cid-tJGsCG1vVL .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tJGsCG1vVL .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tJGsCG1vVL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-tJGsCG1vVL .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-tJGsCG1vVL .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-tJGsCG1vVL .iconfont-wrapper {
  color: #ff4552 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tJGsCG1vVL .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-tJGsCG1vVL .nav-item:focus,
.cid-tJGsCG1vVL .nav-link:focus {
  outline: none;
}
.cid-tJGsCG1vVL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tJGsCG1vVL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tJGsCG1vVL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tJGsCG1vVL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tJGsCG1vVL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tJGsCG1vVL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tJGsCG1vVL .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-tJGsCG1vVL .navbar.opened {
  transition: all 0.3s;
}
.cid-tJGsCG1vVL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tJGsCG1vVL .navbar .navbar-logo img {
  width: auto;
}
.cid-tJGsCG1vVL .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-tJGsCG1vVL .navbar.collapsed {
  justify-content: center;
}
.cid-tJGsCG1vVL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tJGsCG1vVL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tJGsCG1vVL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tJGsCG1vVL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tJGsCG1vVL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tJGsCG1vVL .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-tJGsCG1vVL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tJGsCG1vVL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tJGsCG1vVL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .navbar {
    min-height: 72px;
  }
  .cid-tJGsCG1vVL .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tJGsCG1vVL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tJGsCG1vVL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tJGsCG1vVL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tJGsCG1vVL .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-tJGsCG1vVL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tJGsCG1vVL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tJGsCG1vVL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tJGsCG1vVL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tJGsCG1vVL .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tJGsCG1vVL .dropdown-item.active,
.cid-tJGsCG1vVL .dropdown-item:active {
  background-color: transparent;
}
.cid-tJGsCG1vVL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tJGsCG1vVL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tJGsCG1vVL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tJGsCG1vVL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tJGsCG1vVL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-tJGsCG1vVL .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tJGsCG1vVL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tJGsCG1vVL .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tJGsCG1vVL .navbar-buttons {
    text-align: left;
  }
}
.cid-tJGsCG1vVL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tJGsCG1vVL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJGsCG1vVL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tJGsCG1vVL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tJGsCG1vVL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJGsCG1vVL .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tJGsCG1vVL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tJGsCG1vVL .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-tJGsCG1vVL .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tJGsCG1vVL .navbar {
    height: 70px;
  }
  .cid-tJGsCG1vVL .navbar.opened {
    height: auto;
  }
  .cid-tJGsCG1vVL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tJGsCG1vVL .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: .3s all;
  transform: rotate(-90deg);
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tJGsCG1vVL .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tJGsCG1vVL .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tJGsCG1vVL .navbar-brand {
    margin-right: auto;
  }
  .cid-tJGsCG1vVL .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-tJGsCG1vVL .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tJGsCG1vVL .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tJGsCG1vVL .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-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tJGsCG1vVL .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: .3s all;
    transform: rotate(0deg);
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tJGsCG1vVL .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-tJGsCG1vVL .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tJGsCG1vVL .navbar-collapse {
    padding: 1rem;
  }
}
.cid-tJGs7X2OSn {
  padding-top: 8rem;
  padding-bottom: 4rem;
  background-color: #efe8d8;
}
.cid-tJGs7X2OSn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJGs7X2OSn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJGs7X2OSn .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tJGs7X2OSn .image-wrap img {
    display: block;
    margin: auto;
  }
}
.cid-tJGs7X2OSn .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tJGs7X2OSn .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tJGs7X2OSn .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tJGs7X2OSn .header-menu li p {
  margin: 0;
}
.cid-tJGs7X2OSn .mbr-section-title {
  color: #163300;
}
.cid-tJGs7X2OSn .header-menu-item {
  color: #ffffff;
}
.cid-tJGs7X2OSn .mbr-text,
.cid-tJGs7X2OSn .mbr-section-btn {
  color: #2e481a;
  text-align: center;
}
.cid-tJGD1DIY2H {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/unsere-stubensauna-urgemuetlich-und-wohltuend-wellness-relax-spa-suedtirol-meransen-dolomiten-italien-2-1920x900.webp");
}
.cid-tJGD1DIY2H .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJGD1DIY2H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJGD1DIY2H .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-tJGD1DIY2H .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tJGD1DIY2H .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tJGD1DIY2H .card-wrapper {
    padding: 4rem;
  }
}
.cid-tJGD1DIY2H .card-title {
  color: #000000;
}
.cid-tJGEoKGifq {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tJGEoKGifq img,
.cid-tJGEoKGifq .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tJGEoKGifq .item:focus,
.cid-tJGEoKGifq span:focus {
  outline: none;
}
.cid-tJGEoKGifq .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tJGEoKGifq .item {
    margin-bottom: 1rem;
  }
}
.cid-tJGEoKGifq .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-tJGEoKGifq .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-tJGEoKGifq .item-wrapper {
  position: relative;
  border-radius: 2rem;
  background: #edefeb;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tJGEoKGifq .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-tJGEoKGifq .mbr-section-title {
  color: #2e481a;
  text-align: center;
}
.cid-tJGEoKGifq .item-title {
  text-align: left;
  color: #163300;
}
.cid-tJGEoKGifq .item-subtitle {
  text-align: center;
}
.cid-tJGEoKGifq .mbr-text,
.cid-tJGEoKGifq .item .mbr-section-btn {
  text-align: left;
}
.cid-tJGEoKGifq .mbr-section-subtitle,
.cid-tJGEoKGifq .mbr-section-head .mbr-section-btn {
  text-align: center;
  color: #454745;
}
.cid-tJGKiS9ad3 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #efe8d8;
}
.cid-tJGKiS9ad3 img,
.cid-tJGKiS9ad3 .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tJGKiS9ad3 .item:focus,
.cid-tJGKiS9ad3 span:focus {
  outline: none;
}
.cid-tJGKiS9ad3 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tJGKiS9ad3 .item {
    margin-bottom: 1rem;
  }
}
.cid-tJGKiS9ad3 .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-tJGKiS9ad3 .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-tJGKiS9ad3 .item-wrapper {
  position: relative;
  border-radius: 2rem;
  background: #f7f7f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tJGKiS9ad3 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-tJGKiS9ad3 .mbr-section-title {
  color: #163300;
  text-align: center;
}
.cid-tJGKiS9ad3 .item-title {
  text-align: left;
  color: #163300;
}
.cid-tJGKiS9ad3 .item-subtitle {
  text-align: left;
}
.cid-tJGKiS9ad3 .mbr-text,
.cid-tJGKiS9ad3 .item .mbr-section-btn {
  text-align: left;
}
.cid-tJGKiS9ad3 .mbr-section-subtitle,
.cid-tJGKiS9ad3 .mbr-section-head .mbr-section-btn {
  text-align: center;
}
.cid-uDaggdI8Uc {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #2e481a;
}
.cid-uDaggdI8Uc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDaggdI8Uc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDaggdI8Uc .card-wrapper {
  overflow: hidden;
  background: #ffffff;
}
.cid-uDaggdI8Uc .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uDaggdI8Uc .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uDaggdI8Uc .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uDaggdI8Uc .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uDaggdI8Uc .row {
  flex-direction: row-reverse;
}
.cid-uDaggdI8Uc .image-wrapper {
  padding: 0 1rem;
}
.cid-uDaggdI8Uc img,
.cid-uDaggdI8Uc .image-wrapper {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uDaggdI8Uc img,
  .cid-uDaggdI8Uc .image-wrapper {
    max-height: 350px;
  }
}
.cid-uDaggdI8Uc .mbr-section-title {
  color: #000000;
}
.cid-uDaggdI8Uc .mbr-text {
  color: #000000;
}
.cid-tL7eRYxhmt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-tL7eRYxhmt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tL7eRYxhmt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-tL7eRYxhmt .row {
    flex-direction: column-reverse;
  }
  .cid-tL7eRYxhmt .row .map-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tL7eRYxhmt .google-map {
  height: 100%;
  position: relative;
}
.cid-tL7eRYxhmt .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tL7eRYxhmt .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-tL7eRYxhmt .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tL7eRYxhmt .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tL7eRYxhmt .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-tL7eRYxhmt .card-wrapper {
  display: flex;
  border-radius: 4px;
  background: #f7f7f7;
}
.cid-tL7eRYxhmt .card-wrapper:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-tL7eRYxhmt .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tL7eRYxhmt .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-tL7eRYxhmt .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #ff4552;
}
.cid-tL7eRYxhmt P {
  text-align: left;
}
.cid-uDgthYDuNq {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #2e481a;
}
.cid-uDgthYDuNq .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uDgthYDuNq .social-row .soc-item {
  margin: 8px;
}
.cid-uDgthYDuNq .social-row .soc-item a:hover .mbr-iconfont,
.cid-uDgthYDuNq .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-uDgthYDuNq .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
.cid-uDgthYDuNq .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uDgthYDuNq .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uDgthYDuNq .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uDgthYDuNq .header-menu li p {
  margin: 0;
}
.cid-uDgthYDuNq .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uDgthYDuNq .mbr-section-title {
  color: #ffffff;
}
.cid-tJGsCG1vVL {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-tJGsCG1vVL .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-tJGsCG1vVL .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tJGsCG1vVL .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-tJGsCG1vVL .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-tJGsCG1vVL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tJGsCG1vVL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tJGsCG1vVL .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-tJGsCG1vVL .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-tJGsCG1vVL .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-tJGsCG1vVL .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-tJGsCG1vVL .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tJGsCG1vVL .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tJGsCG1vVL .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-tJGsCG1vVL .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-tJGsCG1vVL .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-tJGsCG1vVL .nav-link {
  width: fit-content;
  position: relative;
}
.cid-tJGsCG1vVL .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tJGsCG1vVL .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tJGsCG1vVL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-tJGsCG1vVL .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-tJGsCG1vVL .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-tJGsCG1vVL .iconfont-wrapper {
  color: #ff4552 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tJGsCG1vVL .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-tJGsCG1vVL .nav-item:focus,
.cid-tJGsCG1vVL .nav-link:focus {
  outline: none;
}
.cid-tJGsCG1vVL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tJGsCG1vVL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tJGsCG1vVL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tJGsCG1vVL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tJGsCG1vVL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tJGsCG1vVL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tJGsCG1vVL .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-tJGsCG1vVL .navbar.opened {
  transition: all 0.3s;
}
.cid-tJGsCG1vVL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tJGsCG1vVL .navbar .navbar-logo img {
  width: auto;
}
.cid-tJGsCG1vVL .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-tJGsCG1vVL .navbar.collapsed {
  justify-content: center;
}
.cid-tJGsCG1vVL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tJGsCG1vVL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tJGsCG1vVL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tJGsCG1vVL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tJGsCG1vVL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tJGsCG1vVL .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-tJGsCG1vVL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tJGsCG1vVL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tJGsCG1vVL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .navbar {
    min-height: 72px;
  }
  .cid-tJGsCG1vVL .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tJGsCG1vVL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tJGsCG1vVL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tJGsCG1vVL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tJGsCG1vVL .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-tJGsCG1vVL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tJGsCG1vVL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tJGsCG1vVL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tJGsCG1vVL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tJGsCG1vVL .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tJGsCG1vVL .dropdown-item.active,
.cid-tJGsCG1vVL .dropdown-item:active {
  background-color: transparent;
}
.cid-tJGsCG1vVL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tJGsCG1vVL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tJGsCG1vVL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tJGsCG1vVL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tJGsCG1vVL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-tJGsCG1vVL .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tJGsCG1vVL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tJGsCG1vVL .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tJGsCG1vVL .navbar-buttons {
    text-align: left;
  }
}
.cid-tJGsCG1vVL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tJGsCG1vVL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJGsCG1vVL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tJGsCG1vVL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tJGsCG1vVL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJGsCG1vVL .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tJGsCG1vVL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tJGsCG1vVL .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-tJGsCG1vVL .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tJGsCG1vVL .navbar {
    height: 70px;
  }
  .cid-tJGsCG1vVL .navbar.opened {
    height: auto;
  }
  .cid-tJGsCG1vVL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tJGsCG1vVL .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: .3s all;
  transform: rotate(-90deg);
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tJGsCG1vVL .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tJGsCG1vVL .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tJGsCG1vVL .navbar-brand {
    margin-right: auto;
  }
  .cid-tJGsCG1vVL .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-tJGsCG1vVL .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tJGsCG1vVL .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tJGsCG1vVL .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-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tJGsCG1vVL .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: .3s all;
    transform: rotate(0deg);
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tJGsCG1vVL .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-tJGsCG1vVL .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tJGsCG1vVL .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uDbab2F2Ad {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-color: #2e481a;
}
.cid-uDbab2F2Ad .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDbab2F2Ad .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
}
.cid-uDbab2F2Ad .topbg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: #edefeb;
}
.cid-uDbab2F2Ad .mbr-section-title {
  color: #ffffff;
}
.cid-uDbab2F2Ad .mbr-text,
.cid-uDbab2F2Ad .mbr-section-btn {
  color: #ffffff;
}
.cid-uDbab2F2Ad .content-head {
  max-width: 800px;
}
.cid-uDb5C3JJGi {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uDb5C3JJGi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDb5C3JJGi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uDb5C3JJGi .card-content-text {
    padding: 1.5rem 1.5rem 0 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-uDb5C3JJGi .card-content-text {
    padding: 2.25rem 2.25rem 0 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uDb5C3JJGi .card-content-text {
    padding: 4rem 4rem 1rem 4rem;
  }
}
.cid-uDb5C3JJGi .card-wrapper {
  background: #ffffff;
}
.cid-uDb5C3JJGi .mbr-text,
.cid-uDb5C3JJGi .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uDb5C3JJGi .card-title,
.cid-uDb5C3JJGi .card-box {
  text-align: left;
  color: #163300;
}
.cid-uDb5C3JJGi .image-wrapper img {
  width: 100%;
}
.cid-uDbhE4QX8v {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #163300;
}
.cid-uDbhE4QX8v .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDbhE4QX8v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDbhE4QX8v .mbr-text {
  color: #000000;
}
.cid-uDbhE4QX8v .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uDbhE4QX8v .item-wrapper {
  background: #ffffff;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-uDbhE4QX8v .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uDbhE4QX8v .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
  }
}
.cid-uDbhE4QX8v .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uDbhE4QX8v .main-button {
    margin-bottom: 2rem;
  }
}
.cid-uDbhE4QX8v .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uDbhE4QX8v .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uDbhE4QX8v .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9fe870;
  background-color: #9fe870;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uDbhE4QX8v .mbr-text UL {
  text-align: left;
}
.cid-uDbhE4QX8v .mbr-section-subtitle,
.cid-uDbhE4QX8v .main-button {
  color: #f7f7f7;
}
.cid-uDbhE4QX8v .mbr-section-title {
  color: #ffffff;
}
.cid-uDbivxrVnl {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #efe8d8;
}
.cid-uDbivxrVnl .row {
  flex-direction: row-reverse;
}
.cid-uDbivxrVnl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDbivxrVnl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDbivxrVnl .mbr-description {
  text-align: left;
}
.cid-uDbivxrVnl .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-uDbivxrVnl .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uDbivxrVnl .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uDbivxrVnl .card-title,
.cid-uDbivxrVnl .iconfont-wrapper {
  color: #000000;
}
.cid-uDbivxrVnl .card-text {
  color: #000000;
}
.cid-uDbivxrVnl .mbr-section-title {
  color: #163300;
  text-align: center;
}
.cid-uDbivxrVnl .mbr-text,
.cid-uDbivxrVnl .mbr-section-btn {
  text-align: center;
}
.cid-uDbivxrVnl .card-text,
.cid-uDbivxrVnl .item .mbr-section-btn {
  text-align: left;
}
.cid-uDbivxrVnl .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uDbivxrVnl .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uDbivxrVnl .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9fe870;
  background-color: #9fe870;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uDbivxrVnl .mbr-text UL {
  text-align: left;
}
.cid-uDbyV9PcBd {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uDbyV9PcBd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDbyV9PcBd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDbyV9PcBd .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uDbyV9PcBd .item-mb {
    margin-bottom: 0;
  }
}
.cid-uDbyV9PcBd .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uDbyV9PcBd .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-uDbyV9PcBd .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uDbyV9PcBd .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #163300;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #efe8d8;
  height: 80px;
  border-radius: 50%;
}
.cid-uDbyV9PcBd .mbr-section-title {
  color: #163300;
}
.cid-uDbyV9PcBd .mbr-section-subtitle {
  color: #232323;
}
.cid-uDbyV9PcBd .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uDbyV9PcBd .card-box .item-footer {
  margin-top: auto;
}
.cid-uDbyV9PcBd .content-head {
  max-width: 800px;
}
.cid-uDbZlhWC8x {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2e481a;
}
.cid-uDbZlhWC8x img,
.cid-uDbZlhWC8x .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uDbZlhWC8x .item:focus,
.cid-uDbZlhWC8x span:focus {
  outline: none;
}
.cid-uDbZlhWC8x .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uDbZlhWC8x .item {
    margin-bottom: 1rem;
  }
}
.cid-uDbZlhWC8x .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-uDbZlhWC8x .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uDbZlhWC8x .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uDbZlhWC8x .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uDbZlhWC8x .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uDbZlhWC8x .mbr-section-title {
  color: #9fe870;
}
.cid-uDbZlhWC8x .item-title {
  text-align: left;
}
.cid-uDbZlhWC8x .item-subtitle {
  text-align: left;
}
.cid-uDbZlhWC8x .mbr-text,
.cid-uDbZlhWC8x .item .mbr-section-btn {
  text-align: left;
}
.cid-uDbZlhWC8x .content-head {
  max-width: 800px;
}
.cid-uDbZlhWC8x .mbr-section-subtitle,
.cid-uDbZlhWC8x .mbr-section-head .mbr-section-btn {
  color: #9fe870;
}
.cid-uDgy5mSPES {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uDgy5mSPES .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDgy5mSPES .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDgy5mSPES p {
  line-height: 1.2;
}
.cid-uDgy5mSPES .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 770px;
  max-width: 570px;
}
@media (max-width: 768px) {
  .cid-uDgy5mSPES .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uDgy5mSPES .embla__button--next,
.cid-uDgy5mSPES .embla__button--prev {
  display: flex;
}
.cid-uDgy5mSPES .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uDgy5mSPES .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uDgy5mSPES .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uDgy5mSPES .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uDgy5mSPES .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 768px) {
  .cid-uDgy5mSPES .embla__button {
    top: auto;
  }
}
.cid-uDgy5mSPES .item-wrapper {
  height: 100%;
}
.cid-uDgy5mSPES .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uDgy5mSPES .user_image {
  max-width: 600px;
  max-height: 400px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  margin: 0 auto 2rem auto;
}
.cid-uDgy5mSPES .user_image img {
  width: 100%;
  max-height: 400px;
  object-fit: cover;
}
@media (max-width: 230px) {
  .cid-uDgy5mSPES .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-uDgy5mSPES .embla {
  position: relative;
  width: 100%;
}
.cid-uDgy5mSPES .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uDgy5mSPES .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uDgy5mSPES .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uDgy5mSPES .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uDgy5mSPES .user_desk {
  color: #232323;
}
.cid-uDgy5mSPES .user_name {
  color: #232323;
}
.cid-uDgy5mSPES .user_text,
.cid-uDgy5mSPES .user_name,
.cid-uDgy5mSPES .user_desk {
  padding: 0rem 1.5rem;
}
@media (max-width: 767px) {
  .cid-uDgy5mSPES .user_text,
  .cid-uDgy5mSPES .user_name,
  .cid-uDgy5mSPES .user_desk {
    padding: 0rem 0rem;
  }
}
.cid-uDgthYDuNq {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #2e481a;
}
.cid-uDgthYDuNq .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uDgthYDuNq .social-row .soc-item {
  margin: 8px;
}
.cid-uDgthYDuNq .social-row .soc-item a:hover .mbr-iconfont,
.cid-uDgthYDuNq .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-uDgthYDuNq .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
.cid-uDgthYDuNq .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uDgthYDuNq .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uDgthYDuNq .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uDgthYDuNq .header-menu li p {
  margin: 0;
}
.cid-uDgthYDuNq .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uDgthYDuNq .mbr-section-title {
  color: #ffffff;
}
.cid-uDherJwtIz {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uDherJwtIz .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-uDherJwtIz .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uDherJwtIz .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-uDherJwtIz .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uDherJwtIz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uDherJwtIz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDherJwtIz .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uDherJwtIz .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uDherJwtIz .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uDherJwtIz .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uDherJwtIz .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uDherJwtIz .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uDherJwtIz .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uDherJwtIz .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uDherJwtIz .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uDherJwtIz .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uDherJwtIz .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uDherJwtIz .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uDherJwtIz .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uDherJwtIz .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uDherJwtIz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uDherJwtIz .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uDherJwtIz .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uDherJwtIz .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uDherJwtIz .iconfont-wrapper {
  color: #ff4552 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uDherJwtIz .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-uDherJwtIz .nav-item:focus,
.cid-uDherJwtIz .nav-link:focus {
  outline: none;
}
.cid-uDherJwtIz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uDherJwtIz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uDherJwtIz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uDherJwtIz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDherJwtIz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDherJwtIz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDherJwtIz .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-uDherJwtIz .navbar.opened {
  transition: all 0.3s;
}
.cid-uDherJwtIz .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uDherJwtIz .navbar .navbar-logo img {
  width: auto;
}
.cid-uDherJwtIz .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uDherJwtIz .navbar.collapsed {
  justify-content: center;
}
.cid-uDherJwtIz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDherJwtIz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uDherJwtIz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uDherJwtIz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDherJwtIz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDherJwtIz .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-uDherJwtIz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDherJwtIz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uDherJwtIz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uDherJwtIz .navbar {
    min-height: 72px;
  }
  .cid-uDherJwtIz .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uDherJwtIz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDherJwtIz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDherJwtIz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDherJwtIz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uDherJwtIz .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-uDherJwtIz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uDherJwtIz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uDherJwtIz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uDherJwtIz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uDherJwtIz .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uDherJwtIz .dropdown-item.active,
.cid-uDherJwtIz .dropdown-item:active {
  background-color: transparent;
}
.cid-uDherJwtIz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uDherJwtIz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uDherJwtIz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uDherJwtIz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uDherJwtIz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uDherJwtIz .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uDherJwtIz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uDherJwtIz .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uDherJwtIz .navbar-buttons {
    text-align: left;
  }
}
.cid-uDherJwtIz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uDherJwtIz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uDherJwtIz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uDherJwtIz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDherJwtIz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDherJwtIz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uDherJwtIz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDherJwtIz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uDherJwtIz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uDherJwtIz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDherJwtIz .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uDherJwtIz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uDherJwtIz .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-uDherJwtIz .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uDherJwtIz .navbar {
    height: 70px;
  }
  .cid-uDherJwtIz .navbar.opened {
    height: auto;
  }
  .cid-uDherJwtIz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uDherJwtIz .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uDherJwtIz .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uDherJwtIz .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uDherJwtIz .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: .3s all;
  transform: rotate(-90deg);
}
.cid-uDherJwtIz .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uDherJwtIz .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uDherJwtIz .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uDherJwtIz .navbar-brand {
    margin-right: auto;
  }
  .cid-uDherJwtIz .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uDherJwtIz .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uDherJwtIz .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uDherJwtIz .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-uDherJwtIz .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uDherJwtIz .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uDherJwtIz .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: .3s all;
    transform: rotate(0deg);
  }
  .cid-uDherJwtIz .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uDherJwtIz .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-uDherJwtIz .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uDherJwtIz .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uDherJQK25 {
  padding-top: 9rem;
  padding-bottom: 2rem;
  background-color: #2e481a;
}
.cid-uDherJQK25 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDherJQK25 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
}
.cid-uDherJQK25 .topbg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: #edefeb;
}
.cid-uDherJQK25 .mbr-section-title {
  color: #ffffff;
}
.cid-uDherJQK25 .mbr-text,
.cid-uDherJQK25 .mbr-section-btn {
  color: #ffffff;
}
.cid-uDherJQK25 .content-head {
  max-width: 800px;
}
.cid-uDherK8Gbu {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uDherK8Gbu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDherK8Gbu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uDherK8Gbu .card-content-text {
    padding: 1.5rem 1.5rem 0 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-uDherK8Gbu .card-content-text {
    padding: 2.25rem 2.25rem 0 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uDherK8Gbu .card-content-text {
    padding: 4rem 4rem 1rem 4rem;
  }
}
.cid-uDherK8Gbu .card-wrapper {
  background: #ffffff;
}
.cid-uDherK8Gbu .mbr-text,
.cid-uDherK8Gbu .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uDherK8Gbu .card-title,
.cid-uDherK8Gbu .card-box {
  text-align: left;
  color: #163300;
}
.cid-uDherK8Gbu .image-wrapper img {
  width: 100%;
}
.cid-uDhiEGTSh2 {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uDhiEGTSh2 .video-wrapper iframe {
  width: 100%;
}
.cid-uDhiEGTSh2 .mbr-section-title,
.cid-uDhiEGTSh2 .mbr-section-subtitle,
.cid-uDhiEGTSh2 .mbr-text {
  text-align: center;
}
.cid-uDherKq4pA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #163300;
}
.cid-uDherKq4pA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDherKq4pA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDherKq4pA .mbr-text {
  color: #000000;
}
.cid-uDherKq4pA .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uDherKq4pA .item-wrapper {
  background: #ffffff;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-uDherKq4pA .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uDherKq4pA .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
  }
}
.cid-uDherKq4pA .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uDherKq4pA .main-button {
    margin-bottom: 2rem;
  }
}
.cid-uDherKq4pA .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uDherKq4pA .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uDherKq4pA .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9fe870;
  background-color: #9fe870;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uDherKq4pA .mbr-text UL {
  text-align: left;
}
.cid-uDherKq4pA .mbr-section-subtitle,
.cid-uDherKq4pA .main-button {
  color: #f7f7f7;
}
.cid-uDherKq4pA .mbr-section-title {
  color: #ffffff;
}
.cid-uDherLwm24 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efe8d8;
}
.cid-uDherLwm24 img,
.cid-uDherLwm24 .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uDherLwm24 .item:focus,
.cid-uDherLwm24 span:focus {
  outline: none;
}
.cid-uDherLwm24 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uDherLwm24 .item {
    margin-bottom: 1rem;
  }
}
.cid-uDherLwm24 .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-uDherLwm24 .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uDherLwm24 .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uDherLwm24 .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uDherLwm24 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uDherLwm24 .mbr-section-title {
  color: #163300;
}
.cid-uDherLwm24 .item-title {
  text-align: left;
}
.cid-uDherLwm24 .item-subtitle {
  text-align: left;
}
.cid-uDherLwm24 .mbr-text,
.cid-uDherLwm24 .item .mbr-section-btn {
  text-align: left;
}
.cid-uDherLwm24 .content-head {
  max-width: 800px;
}
.cid-uDherLwm24 .mbr-section-subtitle,
.cid-uDherLwm24 .mbr-section-head .mbr-section-btn {
  color: #645600;
}
.cid-uDherLSGeI {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uDherLSGeI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDherLSGeI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDherLSGeI p {
  line-height: 1.2;
}
.cid-uDherLSGeI .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 770px;
  max-width: 570px;
}
@media (max-width: 768px) {
  .cid-uDherLSGeI .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uDherLSGeI .embla__button--next,
.cid-uDherLSGeI .embla__button--prev {
  display: flex;
}
.cid-uDherLSGeI .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uDherLSGeI .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uDherLSGeI .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uDherLSGeI .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uDherLSGeI .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 768px) {
  .cid-uDherLSGeI .embla__button {
    top: auto;
  }
}
.cid-uDherLSGeI .item-wrapper {
  height: 100%;
}
.cid-uDherLSGeI .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uDherLSGeI .user_image {
  max-width: 600px;
  max-height: 400px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  margin: 0 auto 2rem auto;
}
.cid-uDherLSGeI .user_image img {
  width: 100%;
  max-height: 400px;
  object-fit: cover;
}
@media (max-width: 230px) {
  .cid-uDherLSGeI .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-uDherLSGeI .embla {
  position: relative;
  width: 100%;
}
.cid-uDherLSGeI .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uDherLSGeI .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uDherLSGeI .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uDherLSGeI .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uDherLSGeI .user_desk {
  color: #232323;
}
.cid-uDherLSGeI .user_name {
  color: #232323;
}
.cid-uDherLSGeI .user_text,
.cid-uDherLSGeI .user_name,
.cid-uDherLSGeI .user_desk {
  padding: 0rem 1.5rem;
}
@media (max-width: 767px) {
  .cid-uDherLSGeI .user_text,
  .cid-uDherLSGeI .user_name,
  .cid-uDherLSGeI .user_desk {
    padding: 0rem 0rem;
  }
}
.cid-uDherMtUj9 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #2e481a;
}
.cid-uDherMtUj9 .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uDherMtUj9 .social-row .soc-item {
  margin: 8px;
}
.cid-uDherMtUj9 .social-row .soc-item a:hover .mbr-iconfont,
.cid-uDherMtUj9 .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-uDherMtUj9 .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
.cid-uDherMtUj9 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uDherMtUj9 .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uDherMtUj9 .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uDherMtUj9 .header-menu li p {
  margin: 0;
}
.cid-uDherMtUj9 .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uDherMtUj9 .mbr-section-title {
  color: #ffffff;
}
.cid-uDhDQWY67p {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uDhDQWY67p .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-uDhDQWY67p .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uDhDQWY67p .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-uDhDQWY67p .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uDhDQWY67p .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uDhDQWY67p .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDhDQWY67p .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uDhDQWY67p .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uDhDQWY67p .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uDhDQWY67p .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uDhDQWY67p .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uDhDQWY67p .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uDhDQWY67p .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uDhDQWY67p .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uDhDQWY67p .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uDhDQWY67p .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uDhDQWY67p .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uDhDQWY67p .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uDhDQWY67p .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uDhDQWY67p .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uDhDQWY67p .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uDhDQWY67p .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uDhDQWY67p .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uDhDQWY67p .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uDhDQWY67p .iconfont-wrapper {
  color: #ff4552 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uDhDQWY67p .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-uDhDQWY67p .nav-item:focus,
.cid-uDhDQWY67p .nav-link:focus {
  outline: none;
}
.cid-uDhDQWY67p .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uDhDQWY67p .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uDhDQWY67p .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uDhDQWY67p .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDhDQWY67p .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDhDQWY67p .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDhDQWY67p .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-uDhDQWY67p .navbar.opened {
  transition: all 0.3s;
}
.cid-uDhDQWY67p .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uDhDQWY67p .navbar .navbar-logo img {
  width: auto;
}
.cid-uDhDQWY67p .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uDhDQWY67p .navbar.collapsed {
  justify-content: center;
}
.cid-uDhDQWY67p .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDhDQWY67p .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uDhDQWY67p .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uDhDQWY67p .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDhDQWY67p .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDhDQWY67p .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-uDhDQWY67p .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDhDQWY67p .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uDhDQWY67p .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uDhDQWY67p .navbar {
    min-height: 72px;
  }
  .cid-uDhDQWY67p .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uDhDQWY67p .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDhDQWY67p .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDhDQWY67p .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDhDQWY67p .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uDhDQWY67p .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-uDhDQWY67p .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uDhDQWY67p .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uDhDQWY67p .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uDhDQWY67p .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uDhDQWY67p .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uDhDQWY67p .dropdown-item.active,
.cid-uDhDQWY67p .dropdown-item:active {
  background-color: transparent;
}
.cid-uDhDQWY67p .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uDhDQWY67p .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uDhDQWY67p .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uDhDQWY67p .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uDhDQWY67p .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uDhDQWY67p .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uDhDQWY67p ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uDhDQWY67p .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uDhDQWY67p .navbar-buttons {
    text-align: left;
  }
}
.cid-uDhDQWY67p button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uDhDQWY67p button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uDhDQWY67p button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uDhDQWY67p button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDhDQWY67p button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDhDQWY67p button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uDhDQWY67p nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDhDQWY67p nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uDhDQWY67p nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uDhDQWY67p nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDhDQWY67p .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uDhDQWY67p a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uDhDQWY67p .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-uDhDQWY67p .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uDhDQWY67p .navbar {
    height: 70px;
  }
  .cid-uDhDQWY67p .navbar.opened {
    height: auto;
  }
  .cid-uDhDQWY67p .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uDhDQWY67p .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uDhDQWY67p .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uDhDQWY67p .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uDhDQWY67p .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: .3s all;
  transform: rotate(-90deg);
}
.cid-uDhDQWY67p .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uDhDQWY67p .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uDhDQWY67p .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uDhDQWY67p .navbar-brand {
    margin-right: auto;
  }
  .cid-uDhDQWY67p .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uDhDQWY67p .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uDhDQWY67p .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uDhDQWY67p .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-uDhDQWY67p .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uDhDQWY67p .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uDhDQWY67p .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: .3s all;
    transform: rotate(0deg);
  }
  .cid-uDhDQWY67p .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uDhDQWY67p .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-uDhDQWY67p .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uDhDQWY67p .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uDhDQXlAb5 {
  padding-top: 9rem;
  padding-bottom: 2rem;
  background-color: #2e481a;
}
.cid-uDhDQXlAb5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDhDQXlAb5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
}
.cid-uDhDQXlAb5 .topbg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: #edefeb;
}
.cid-uDhDQXlAb5 .mbr-section-title {
  color: #ffffff;
}
.cid-uDhDQXlAb5 .mbr-text,
.cid-uDhDQXlAb5 .mbr-section-btn {
  color: #ffffff;
}
.cid-uDhDQXlAb5 .content-head {
  max-width: 800px;
}
.cid-uDkLpnas2f {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-uDkLpnas2f .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uDkLpnas2f .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uDkLpnas2f .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uDkaydr8zk {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uDkaydr8zk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDkaydr8zk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uDkaydr8zk .card-content-text {
    padding: 1.5rem 1.5rem 0 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-uDkaydr8zk .card-content-text {
    padding: 2.25rem 2.25rem 0 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uDkaydr8zk .card-content-text {
    padding: 4rem 4rem 1rem 4rem;
  }
}
.cid-uDkaydr8zk .card-wrapper {
  background: #ffffff;
}
.cid-uDkaydr8zk .mbr-text,
.cid-uDkaydr8zk .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uDkaydr8zk .card-title,
.cid-uDkaydr8zk .card-box {
  text-align: left;
  color: #000000;
}
.cid-uDkaydr8zk .mbr-section-subtitle {
  text-align: left;
}
.cid-uDlfdFlVBG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #163300;
}
.cid-uDlfdFlVBG .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uDlfdFlVBG .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uDleIfhaC6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uDleIfhaC6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDleIfhaC6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDleIfhaC6 .card-wrapper {
  overflow: hidden;
  background: #ffffff;
}
.cid-uDleIfhaC6 .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uDleIfhaC6 .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uDleIfhaC6 .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uDleIfhaC6 .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uDleIfhaC6 .row {
  flex-direction: row-reverse;
}
.cid-uDleIfhaC6 .image-wrapper {
  padding: 0 1rem;
}
.cid-uDleIfhaC6 img,
.cid-uDleIfhaC6 .image-wrapper {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uDleIfhaC6 img,
  .cid-uDleIfhaC6 .image-wrapper {
    max-height: 350px;
  }
}
.cid-uDleIfhaC6 .mbr-section-title {
  color: #000000;
}
.cid-uDleIfhaC6 .mbr-text {
  color: #000000;
}
.cid-uDlf5duml8 {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uDlf5duml8 .item:focus,
.cid-uDlf5duml8 span:focus {
  outline: none;
}
.cid-uDlf5duml8 .item {
  cursor: pointer;
}
.cid-uDlf5duml8 .grid-container {
  grid-row-gap: 2rem;
}
@media (max-width: 767px) {
  .cid-uDlf5duml8 .grid-container {
    grid-row-gap: 1rem;
  }
}
.cid-uDlf5duml8 .grid-container-1,
.cid-uDlf5duml8 .grid-container-2 {
  gap: 0 2rem;
}
@media (max-width: 767px) {
  .cid-uDlf5duml8 .grid-container-1,
  .cid-uDlf5duml8 .grid-container-2 {
    gap: 0 1rem;
  }
}
.cid-uDlf5duml8 .mbr-section-title {
  color: #000000;
}
.cid-uDlf5duml8 .mbr-text,
.cid-uDlf5duml8 .mbr-section-btn {
  color: #000000;
}
.cid-uDlf5duml8 .content-head {
  max-width: 800px;
}
.cid-uDlf5duml8 .container,
.cid-uDlf5duml8 .container-fluid {
  overflow: hidden;
}
.cid-uDlf5duml8 .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uDlf5duml8 .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uDlf5duml8 .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uDlf5duml8 .grid-item img {
    min-width: 35vw;
  }
}
.cid-uDlf5duml8 .grid-container-1,
.cid-uDlf5duml8 .grid-container-2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uDlf5duml8 .grid-container-1 {
  align-items: flex-end;
}
.cid-uDlf5duml8 .grid-container-2 {
  align-items: flex-start;
}
.cid-uDlBrl7JE5 {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uDlBrl7JE5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDlBrl7JE5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDlBrl7JE5 .card-wrapper {
  background: #0c2c68;
}
@media (max-width: 767px) {
  .cid-uDlBrl7JE5 .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uDlBrl7JE5 .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uDlBrl7JE5 .card-wrapper {
    padding: 4rem;
  }
}
.cid-uDlBrl7JE5 .mbr-text,
.cid-uDlBrl7JE5 .mbr-section-btn {
  color: #ffd7ef;
}
.cid-uDlBrl7JE5 .card-title,
.cid-uDlBrl7JE5 .card-box {
  text-align: center;
  color: #ffd7ef;
}
.cid-uDlKlBXAox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efe8d8;
}
.cid-uDlKlBXAox img,
.cid-uDlKlBXAox .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uDlKlBXAox .item:focus,
.cid-uDlKlBXAox span:focus {
  outline: none;
}
.cid-uDlKlBXAox .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uDlKlBXAox .item {
    margin-bottom: 1rem;
  }
}
.cid-uDlKlBXAox .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-uDlKlBXAox .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uDlKlBXAox .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uDlKlBXAox .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uDlKlBXAox .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uDlKlBXAox .mbr-section-title {
  color: #163300;
}
.cid-uDlKlBXAox .item-title {
  text-align: left;
}
.cid-uDlKlBXAox .item-subtitle {
  text-align: left;
}
.cid-uDlKlBXAox .mbr-text,
.cid-uDlKlBXAox .item .mbr-section-btn {
  text-align: left;
}
.cid-uDlKlBXAox .content-head {
  max-width: 800px;
}
.cid-uDlKlBXAox .mbr-section-subtitle,
.cid-uDlKlBXAox .mbr-section-head .mbr-section-btn {
  color: #645600;
}
.cid-uDhDQZBGXm {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #2e481a;
}
.cid-uDhDQZBGXm .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uDhDQZBGXm .social-row .soc-item {
  margin: 8px;
}
.cid-uDhDQZBGXm .social-row .soc-item a:hover .mbr-iconfont,
.cid-uDhDQZBGXm .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-uDhDQZBGXm .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
.cid-uDhDQZBGXm .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uDhDQZBGXm .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uDhDQZBGXm .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uDhDQZBGXm .header-menu li p {
  margin: 0;
}
.cid-uDhDQZBGXm .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uDhDQZBGXm .mbr-section-title {
  color: #ffffff;
}
.cid-uDlLHI8aI7 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uDlLHI8aI7 .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-uDlLHI8aI7 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uDlLHI8aI7 .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-uDlLHI8aI7 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uDlLHI8aI7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uDlLHI8aI7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDlLHI8aI7 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uDlLHI8aI7 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uDlLHI8aI7 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uDlLHI8aI7 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uDlLHI8aI7 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uDlLHI8aI7 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uDlLHI8aI7 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uDlLHI8aI7 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uDlLHI8aI7 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uDlLHI8aI7 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uDlLHI8aI7 .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uDlLHI8aI7 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uDlLHI8aI7 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uDlLHI8aI7 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uDlLHI8aI7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uDlLHI8aI7 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uDlLHI8aI7 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uDlLHI8aI7 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uDlLHI8aI7 .iconfont-wrapper {
  color: #ff4552 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uDlLHI8aI7 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-uDlLHI8aI7 .nav-item:focus,
.cid-uDlLHI8aI7 .nav-link:focus {
  outline: none;
}
.cid-uDlLHI8aI7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uDlLHI8aI7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uDlLHI8aI7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uDlLHI8aI7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDlLHI8aI7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDlLHI8aI7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDlLHI8aI7 .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-uDlLHI8aI7 .navbar.opened {
  transition: all 0.3s;
}
.cid-uDlLHI8aI7 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uDlLHI8aI7 .navbar .navbar-logo img {
  width: auto;
}
.cid-uDlLHI8aI7 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uDlLHI8aI7 .navbar.collapsed {
  justify-content: center;
}
.cid-uDlLHI8aI7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDlLHI8aI7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uDlLHI8aI7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uDlLHI8aI7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDlLHI8aI7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDlLHI8aI7 .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-uDlLHI8aI7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDlLHI8aI7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uDlLHI8aI7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uDlLHI8aI7 .navbar {
    min-height: 72px;
  }
  .cid-uDlLHI8aI7 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uDlLHI8aI7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDlLHI8aI7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDlLHI8aI7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDlLHI8aI7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uDlLHI8aI7 .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-uDlLHI8aI7 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uDlLHI8aI7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uDlLHI8aI7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uDlLHI8aI7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uDlLHI8aI7 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uDlLHI8aI7 .dropdown-item.active,
.cid-uDlLHI8aI7 .dropdown-item:active {
  background-color: transparent;
}
.cid-uDlLHI8aI7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uDlLHI8aI7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uDlLHI8aI7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uDlLHI8aI7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uDlLHI8aI7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uDlLHI8aI7 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uDlLHI8aI7 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uDlLHI8aI7 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uDlLHI8aI7 .navbar-buttons {
    text-align: left;
  }
}
.cid-uDlLHI8aI7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uDlLHI8aI7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uDlLHI8aI7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uDlLHI8aI7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDlLHI8aI7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDlLHI8aI7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uDlLHI8aI7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDlLHI8aI7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uDlLHI8aI7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uDlLHI8aI7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDlLHI8aI7 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uDlLHI8aI7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uDlLHI8aI7 .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-uDlLHI8aI7 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uDlLHI8aI7 .navbar {
    height: 70px;
  }
  .cid-uDlLHI8aI7 .navbar.opened {
    height: auto;
  }
  .cid-uDlLHI8aI7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uDlLHI8aI7 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uDlLHI8aI7 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uDlLHI8aI7 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uDlLHI8aI7 .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: .3s all;
  transform: rotate(-90deg);
}
.cid-uDlLHI8aI7 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uDlLHI8aI7 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uDlLHI8aI7 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uDlLHI8aI7 .navbar-brand {
    margin-right: auto;
  }
  .cid-uDlLHI8aI7 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uDlLHI8aI7 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uDlLHI8aI7 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uDlLHI8aI7 .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-uDlLHI8aI7 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uDlLHI8aI7 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uDlLHI8aI7 .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: .3s all;
    transform: rotate(0deg);
  }
  .cid-uDlLHI8aI7 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uDlLHI8aI7 .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-uDlLHI8aI7 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uDlLHI8aI7 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uDnanE9wOT {
  display: flex;
}
@media (min-width: 768px) {
  .cid-uDnanE9wOT {
    align-items: flex-end;
  }
  .cid-uDnanE9wOT .row {
    justify-content: flex-start;
  }
  .cid-uDnanE9wOT .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uDnanE9wOT .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uDnanE9wOT {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uDnanE9wOT .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uDnanE9wOT .content-wrap {
    width: 100%;
  }
}
.cid-uDnanE9wOT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDnanE9wOT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-uDnanE9wOT .mbr-section-title,
.cid-uDnanE9wOT .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uDnanE9wOT .mbr-text,
.cid-uDnanE9wOT .mbr-section-btn {
  text-align: center;
}
.cid-uDnanE9wOT .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uDnanE9wOT .mbr-section-subtitle {
  text-align: center;
}
.cid-uDncG8rkjD {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uDncG8rkjD .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uDncG8rkjD .item {
    margin-bottom: 1rem;
  }
}
.cid-uDncG8rkjD .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uDncG8rkjD .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uDncG8rkjD .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-uDncG8rkjD .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uDncG8rkjD .carousel-control,
.cid-uDncG8rkjD .close {
  background: #1b1b1b;
}
.cid-uDncG8rkjD .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uDncG8rkjD .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uDncG8rkjD .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uDncG8rkjD .carousel-control-next span {
  margin-left: 5px;
}
.cid-uDncG8rkjD .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-uDncG8rkjD .close::before {
  content: '\e91a';
}
.cid-uDncG8rkjD .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uDncG8rkjD .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-uDncG8rkjD .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uDncG8rkjD .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uDncG8rkjD .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uDncG8rkjD .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uDncG8rkjD .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-uDncG8rkjD .carousel-indicators li.active,
.cid-uDncG8rkjD .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uDncG8rkjD .carousel-indicators li::after,
.cid-uDncG8rkjD .carousel-indicators li::before {
  content: none;
}
.cid-uDncG8rkjD .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uDncG8rkjD .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uDncG8rkjD .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uDncG8rkjD .carousel-indicators {
    display: none;
  }
}
.cid-uDncG8rkjD .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uDncG8rkjD .carousel-inner > .active {
  display: block;
}
.cid-uDncG8rkjD .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uDncG8rkjD .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uDncG8rkjD .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uDncG8rkjD .carousel-control,
  .cid-uDncG8rkjD .carousel-indicators,
  .cid-uDncG8rkjD .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uDncG8rkjD .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uDncG8rkjD .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uDncG8rkjD .carousel-indicators .active,
.cid-uDncG8rkjD .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uDncG8rkjD .carousel-indicators .active {
  background: #fff;
}
.cid-uDncG8rkjD .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uDncG8rkjD .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uDncG8rkjD .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uDncG8rkjD .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uDncG8rkjD .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uDncG8rkjD .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uDncG8rkjD .carousel {
  width: 100%;
}
.cid-uDncG8rkjD .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uDncG8rkjD .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uDncG8rkjD .modal.fade .modal-dialog,
.cid-uDncG8rkjD .modal.in .modal-dialog {
  transform: none;
}
.cid-uDncG8rkjD .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uDncG8rkjD .content-head {
  max-width: 800px;
}
.cid-uDlLHKy30J {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #163300;
}
.cid-uDlLHKy30J .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uDlLHKy30J .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uDngS11I0f {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uDngS11I0f .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uDngS11I0f .item {
    margin-bottom: 1rem;
  }
}
.cid-uDngS11I0f .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uDngS11I0f .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uDngS11I0f .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-uDngS11I0f .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uDngS11I0f .carousel-control,
.cid-uDngS11I0f .close {
  background: #1b1b1b;
}
.cid-uDngS11I0f .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uDngS11I0f .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uDngS11I0f .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uDngS11I0f .carousel-control-next span {
  margin-left: 5px;
}
.cid-uDngS11I0f .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-uDngS11I0f .close::before {
  content: '\e91a';
}
.cid-uDngS11I0f .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uDngS11I0f .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-uDngS11I0f .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uDngS11I0f .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uDngS11I0f .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uDngS11I0f .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uDngS11I0f .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-uDngS11I0f .carousel-indicators li.active,
.cid-uDngS11I0f .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uDngS11I0f .carousel-indicators li::after,
.cid-uDngS11I0f .carousel-indicators li::before {
  content: none;
}
.cid-uDngS11I0f .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uDngS11I0f .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uDngS11I0f .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uDngS11I0f .carousel-indicators {
    display: none;
  }
}
.cid-uDngS11I0f .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uDngS11I0f .carousel-inner > .active {
  display: block;
}
.cid-uDngS11I0f .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uDngS11I0f .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uDngS11I0f .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uDngS11I0f .carousel-control,
  .cid-uDngS11I0f .carousel-indicators,
  .cid-uDngS11I0f .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uDngS11I0f .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uDngS11I0f .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uDngS11I0f .carousel-indicators .active,
.cid-uDngS11I0f .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uDngS11I0f .carousel-indicators .active {
  background: #fff;
}
.cid-uDngS11I0f .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uDngS11I0f .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uDngS11I0f .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uDngS11I0f .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uDngS11I0f .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uDngS11I0f .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uDngS11I0f .carousel {
  width: 100%;
}
.cid-uDngS11I0f .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uDngS11I0f .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uDngS11I0f .modal.fade .modal-dialog,
.cid-uDngS11I0f .modal.in .modal-dialog {
  transform: none;
}
.cid-uDngS11I0f .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uDngS11I0f .content-head {
  max-width: 800px;
}
.cid-uDnpUwWODv {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #260a30;
}
.cid-uDnpUwWODv .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uDnpUwWODv .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uDnkBYAGn0 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uDnkBYAGn0 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uDnkBYAGn0 .item {
    margin-bottom: 1rem;
  }
}
.cid-uDnkBYAGn0 .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uDnkBYAGn0 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uDnkBYAGn0 .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-uDnkBYAGn0 .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uDnkBYAGn0 .carousel-control,
.cid-uDnkBYAGn0 .close {
  background: #1b1b1b;
}
.cid-uDnkBYAGn0 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uDnkBYAGn0 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uDnkBYAGn0 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uDnkBYAGn0 .carousel-control-next span {
  margin-left: 5px;
}
.cid-uDnkBYAGn0 .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-uDnkBYAGn0 .close::before {
  content: '\e91a';
}
.cid-uDnkBYAGn0 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uDnkBYAGn0 .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-uDnkBYAGn0 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uDnkBYAGn0 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uDnkBYAGn0 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uDnkBYAGn0 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uDnkBYAGn0 .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-uDnkBYAGn0 .carousel-indicators li.active,
.cid-uDnkBYAGn0 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uDnkBYAGn0 .carousel-indicators li::after,
.cid-uDnkBYAGn0 .carousel-indicators li::before {
  content: none;
}
.cid-uDnkBYAGn0 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uDnkBYAGn0 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uDnkBYAGn0 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uDnkBYAGn0 .carousel-indicators {
    display: none;
  }
}
.cid-uDnkBYAGn0 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uDnkBYAGn0 .carousel-inner > .active {
  display: block;
}
.cid-uDnkBYAGn0 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uDnkBYAGn0 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uDnkBYAGn0 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uDnkBYAGn0 .carousel-control,
  .cid-uDnkBYAGn0 .carousel-indicators,
  .cid-uDnkBYAGn0 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uDnkBYAGn0 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uDnkBYAGn0 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uDnkBYAGn0 .carousel-indicators .active,
.cid-uDnkBYAGn0 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uDnkBYAGn0 .carousel-indicators .active {
  background: #fff;
}
.cid-uDnkBYAGn0 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uDnkBYAGn0 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uDnkBYAGn0 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uDnkBYAGn0 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uDnkBYAGn0 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uDnkBYAGn0 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uDnkBYAGn0 .carousel {
  width: 100%;
}
.cid-uDnkBYAGn0 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uDnkBYAGn0 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uDnkBYAGn0 .modal.fade .modal-dialog,
.cid-uDnkBYAGn0 .modal.in .modal-dialog {
  transform: none;
}
.cid-uDnkBYAGn0 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uDnkBYAGn0 .content-head {
  max-width: 800px;
}
.cid-uDnnDDBXG1 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uDnnDDBXG1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDnnDDBXG1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDnnDDBXG1 .card-wrapper {
  overflow: hidden;
  background: #ffffff;
}
.cid-uDnnDDBXG1 .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uDnnDDBXG1 .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uDnnDDBXG1 .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uDnnDDBXG1 .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uDnnDDBXG1 .row {
  flex-direction: row-reverse;
}
.cid-uDnnDDBXG1 .image-wrapper {
  padding: 0 1rem;
}
.cid-uDnnDDBXG1 img,
.cid-uDnnDDBXG1 .image-wrapper {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uDnnDDBXG1 img,
  .cid-uDnnDDBXG1 .image-wrapper {
    max-height: 350px;
  }
}
.cid-uDnnDDBXG1 .mbr-section-title {
  color: #000000;
}
.cid-uDnnDDBXG1 .mbr-text {
  color: #000000;
}
.cid-uDlLHMkvlS {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #2e481a;
}
.cid-uDlLHMkvlS .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uDlLHMkvlS .social-row .soc-item {
  margin: 8px;
}
.cid-uDlLHMkvlS .social-row .soc-item a:hover .mbr-iconfont,
.cid-uDlLHMkvlS .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-uDlLHMkvlS .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
.cid-uDlLHMkvlS .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uDlLHMkvlS .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uDlLHMkvlS .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uDlLHMkvlS .header-menu li p {
  margin: 0;
}
.cid-uDlLHMkvlS .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uDlLHMkvlS .mbr-section-title {
  color: #ffffff;
}
.cid-uDnrbyoOXa {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uDnrbyoOXa .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-uDnrbyoOXa .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uDnrbyoOXa .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-uDnrbyoOXa .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uDnrbyoOXa .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uDnrbyoOXa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDnrbyoOXa .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uDnrbyoOXa .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uDnrbyoOXa .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uDnrbyoOXa .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uDnrbyoOXa .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uDnrbyoOXa .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uDnrbyoOXa .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uDnrbyoOXa .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uDnrbyoOXa .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uDnrbyoOXa .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uDnrbyoOXa .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uDnrbyoOXa .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uDnrbyoOXa .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uDnrbyoOXa .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uDnrbyoOXa .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uDnrbyoOXa .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uDnrbyoOXa .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uDnrbyoOXa .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uDnrbyoOXa .iconfont-wrapper {
  color: #ff4552 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uDnrbyoOXa .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-uDnrbyoOXa .nav-item:focus,
.cid-uDnrbyoOXa .nav-link:focus {
  outline: none;
}
.cid-uDnrbyoOXa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uDnrbyoOXa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uDnrbyoOXa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uDnrbyoOXa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDnrbyoOXa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDnrbyoOXa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDnrbyoOXa .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-uDnrbyoOXa .navbar.opened {
  transition: all 0.3s;
}
.cid-uDnrbyoOXa .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uDnrbyoOXa .navbar .navbar-logo img {
  width: auto;
}
.cid-uDnrbyoOXa .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uDnrbyoOXa .navbar.collapsed {
  justify-content: center;
}
.cid-uDnrbyoOXa .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDnrbyoOXa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uDnrbyoOXa .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uDnrbyoOXa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDnrbyoOXa .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDnrbyoOXa .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-uDnrbyoOXa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDnrbyoOXa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uDnrbyoOXa .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uDnrbyoOXa .navbar {
    min-height: 72px;
  }
  .cid-uDnrbyoOXa .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uDnrbyoOXa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDnrbyoOXa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDnrbyoOXa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDnrbyoOXa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uDnrbyoOXa .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-uDnrbyoOXa .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uDnrbyoOXa .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uDnrbyoOXa .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uDnrbyoOXa .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uDnrbyoOXa .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uDnrbyoOXa .dropdown-item.active,
.cid-uDnrbyoOXa .dropdown-item:active {
  background-color: transparent;
}
.cid-uDnrbyoOXa .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uDnrbyoOXa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uDnrbyoOXa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uDnrbyoOXa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uDnrbyoOXa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uDnrbyoOXa .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uDnrbyoOXa ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uDnrbyoOXa .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uDnrbyoOXa .navbar-buttons {
    text-align: left;
  }
}
.cid-uDnrbyoOXa button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uDnrbyoOXa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uDnrbyoOXa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uDnrbyoOXa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDnrbyoOXa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDnrbyoOXa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uDnrbyoOXa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDnrbyoOXa nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uDnrbyoOXa nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uDnrbyoOXa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDnrbyoOXa .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uDnrbyoOXa a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uDnrbyoOXa .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-uDnrbyoOXa .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uDnrbyoOXa .navbar {
    height: 70px;
  }
  .cid-uDnrbyoOXa .navbar.opened {
    height: auto;
  }
  .cid-uDnrbyoOXa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uDnrbyoOXa .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uDnrbyoOXa .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uDnrbyoOXa .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uDnrbyoOXa .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: .3s all;
  transform: rotate(-90deg);
}
.cid-uDnrbyoOXa .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uDnrbyoOXa .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uDnrbyoOXa .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uDnrbyoOXa .navbar-brand {
    margin-right: auto;
  }
  .cid-uDnrbyoOXa .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uDnrbyoOXa .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uDnrbyoOXa .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uDnrbyoOXa .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-uDnrbyoOXa .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uDnrbyoOXa .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uDnrbyoOXa .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: .3s all;
    transform: rotate(0deg);
  }
  .cid-uDnrbyoOXa .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uDnrbyoOXa .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-uDnrbyoOXa .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uDnrbyoOXa .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uDnrtlGYl0 {
  padding-top: 9rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-uDnrtlGYl0 .content-head {
  max-width: 800px;
}
.cid-uDntQogJzT {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #edefeb;
}
.cid-uDntQogJzT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDntQogJzT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDntQogJzT .mbr-text {
  color: #000000;
}
.cid-uDntQogJzT .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uDntQogJzT .item-wrapper {
  background: #ffffff;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-uDntQogJzT .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uDntQogJzT .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
  }
}
.cid-uDntQogJzT .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uDntQogJzT .main-button {
    margin-bottom: 2rem;
  }
}
.cid-uDntQogJzT .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uDntQogJzT .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uDntQogJzT .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9fe870;
  background-color: #9fe870;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uDntQogJzT .mbr-text UL {
  text-align: left;
}
.cid-uDntQogJzT .mbr-section-subtitle,
.cid-uDntQogJzT .main-button {
  color: #000000;
}
.cid-uDnvCqWcw3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uDnvCqWcw3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDnvCqWcw3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDnvCqWcw3 .card-wrapper {
  overflow: hidden;
  background: #ffffff;
}
.cid-uDnvCqWcw3 .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uDnvCqWcw3 .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uDnvCqWcw3 .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uDnvCqWcw3 .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uDnvCqWcw3 .row {
  flex-direction: row-reverse;
}
.cid-uDnvCqWcw3 .image-wrapper {
  padding: 0 1rem;
}
.cid-uDnvCqWcw3 img,
.cid-uDnvCqWcw3 .image-wrapper {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uDnvCqWcw3 img,
  .cid-uDnvCqWcw3 .image-wrapper {
    max-height: 350px;
  }
}
.cid-uDnvCqWcw3 .mbr-section-title {
  color: #000000;
}
.cid-uDnvCqWcw3 .mbr-text {
  color: #000000;
}
.cid-uDnwz3PANB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-uDnwz3PANB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDnwz3PANB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uDnwz3PANB .row {
    flex-direction: column-reverse;
  }
  .cid-uDnwz3PANB .row .map-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uDnwz3PANB .google-map {
  height: 100%;
  position: relative;
}
.cid-uDnwz3PANB .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uDnwz3PANB .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-uDnwz3PANB .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uDnwz3PANB .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uDnwz3PANB .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-uDnwz3PANB .card-wrapper {
  display: flex;
  border-radius: 4px;
  background: #f7f7f7;
}
.cid-uDnwz3PANB .card-wrapper:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uDnwz3PANB .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uDnwz3PANB .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-uDnwz3PANB .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #ff4552;
}
.cid-uDnwz3PANB P {
  text-align: left;
}
.cid-uDnrbBPY9l {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #2e481a;
}
.cid-uDnrbBPY9l .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uDnrbBPY9l .social-row .soc-item {
  margin: 8px;
}
.cid-uDnrbBPY9l .social-row .soc-item a:hover .mbr-iconfont,
.cid-uDnrbBPY9l .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-uDnrbBPY9l .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
.cid-uDnrbBPY9l .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uDnrbBPY9l .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uDnrbBPY9l .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uDnrbBPY9l .header-menu li p {
  margin: 0;
}
.cid-uDnrbBPY9l .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uDnrbBPY9l .mbr-section-title {
  color: #ffffff;
}
.cid-uDnxdQOkUS {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uDnxdQOkUS .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-uDnxdQOkUS .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uDnxdQOkUS .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-uDnxdQOkUS .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uDnxdQOkUS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uDnxdQOkUS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDnxdQOkUS .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uDnxdQOkUS .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uDnxdQOkUS .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uDnxdQOkUS .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uDnxdQOkUS .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uDnxdQOkUS .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uDnxdQOkUS .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uDnxdQOkUS .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uDnxdQOkUS .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uDnxdQOkUS .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uDnxdQOkUS .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uDnxdQOkUS .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uDnxdQOkUS .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uDnxdQOkUS .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uDnxdQOkUS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uDnxdQOkUS .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uDnxdQOkUS .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uDnxdQOkUS .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uDnxdQOkUS .iconfont-wrapper {
  color: #ff4552 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uDnxdQOkUS .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-uDnxdQOkUS .nav-item:focus,
.cid-uDnxdQOkUS .nav-link:focus {
  outline: none;
}
.cid-uDnxdQOkUS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uDnxdQOkUS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uDnxdQOkUS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uDnxdQOkUS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDnxdQOkUS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDnxdQOkUS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDnxdQOkUS .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-uDnxdQOkUS .navbar.opened {
  transition: all 0.3s;
}
.cid-uDnxdQOkUS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uDnxdQOkUS .navbar .navbar-logo img {
  width: auto;
}
.cid-uDnxdQOkUS .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uDnxdQOkUS .navbar.collapsed {
  justify-content: center;
}
.cid-uDnxdQOkUS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDnxdQOkUS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uDnxdQOkUS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uDnxdQOkUS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDnxdQOkUS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDnxdQOkUS .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-uDnxdQOkUS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDnxdQOkUS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uDnxdQOkUS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uDnxdQOkUS .navbar {
    min-height: 72px;
  }
  .cid-uDnxdQOkUS .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uDnxdQOkUS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDnxdQOkUS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDnxdQOkUS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDnxdQOkUS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uDnxdQOkUS .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-uDnxdQOkUS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uDnxdQOkUS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uDnxdQOkUS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uDnxdQOkUS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uDnxdQOkUS .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uDnxdQOkUS .dropdown-item.active,
.cid-uDnxdQOkUS .dropdown-item:active {
  background-color: transparent;
}
.cid-uDnxdQOkUS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uDnxdQOkUS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uDnxdQOkUS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uDnxdQOkUS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uDnxdQOkUS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uDnxdQOkUS .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uDnxdQOkUS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uDnxdQOkUS .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uDnxdQOkUS .navbar-buttons {
    text-align: left;
  }
}
.cid-uDnxdQOkUS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uDnxdQOkUS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uDnxdQOkUS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uDnxdQOkUS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDnxdQOkUS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDnxdQOkUS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uDnxdQOkUS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDnxdQOkUS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uDnxdQOkUS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uDnxdQOkUS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDnxdQOkUS .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uDnxdQOkUS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uDnxdQOkUS .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-uDnxdQOkUS .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uDnxdQOkUS .navbar {
    height: 70px;
  }
  .cid-uDnxdQOkUS .navbar.opened {
    height: auto;
  }
  .cid-uDnxdQOkUS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uDnxdQOkUS .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uDnxdQOkUS .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uDnxdQOkUS .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uDnxdQOkUS .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: .3s all;
  transform: rotate(-90deg);
}
.cid-uDnxdQOkUS .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uDnxdQOkUS .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uDnxdQOkUS .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uDnxdQOkUS .navbar-brand {
    margin-right: auto;
  }
  .cid-uDnxdQOkUS .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uDnxdQOkUS .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uDnxdQOkUS .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uDnxdQOkUS .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-uDnxdQOkUS .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uDnxdQOkUS .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uDnxdQOkUS .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: .3s all;
    transform: rotate(0deg);
  }
  .cid-uDnxdQOkUS .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uDnxdQOkUS .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-uDnxdQOkUS .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uDnxdQOkUS .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uDnxdRdIoV {
  padding-top: 9rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-uDnxdRdIoV .content-head {
  max-width: 800px;
}
.cid-uDnxUFWYXy {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-uDnxUFWYXy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDnxUFWYXy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDnxUFWYXy .title .num {
  width: 100%;
  display: block;
}
.cid-uDnxUFWYXy .title .card-title {
  z-index: 1;
}
.cid-uDnxUFWYXy .num {
  color: #ffc091;
}
.cid-uDnxUFWYXy .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uDnxUFWYXy .item-mb {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uDnxUFWYXy * {
    text-align: center !important;
  }
  .cid-uDnxUFWYXy .content-column {
    margin-bottom: 2rem;
  }
}
.cid-uDnxUFWYXy .content-head {
  max-width: 800px;
}
.cid-uDnxdS9y0s {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uDnxdS9y0s .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDnxdS9y0s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDnxdS9y0s .card-wrapper {
  overflow: hidden;
  background: #ffffff;
}
.cid-uDnxdS9y0s .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uDnxdS9y0s .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uDnxdS9y0s .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uDnxdS9y0s .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uDnxdS9y0s .row {
  flex-direction: row-reverse;
}
.cid-uDnxdS9y0s .image-wrapper {
  padding: 0 1rem;
}
.cid-uDnxdS9y0s img,
.cid-uDnxdS9y0s .image-wrapper {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uDnxdS9y0s img,
  .cid-uDnxdS9y0s .image-wrapper {
    max-height: 350px;
  }
}
.cid-uDnxdS9y0s .mbr-section-title {
  color: #000000;
}
.cid-uDnxdS9y0s .mbr-text {
  color: #000000;
}
.cid-uDt47hRWnG {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #edefeb;
}
.cid-uDt47hRWnG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDt47hRWnG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDt47hRWnG .mbr-iconfont {
  margin: auto;
  display: inline-flex;
  font-size: 2rem;
  color: #9fe870;
  width: 40px;
  justify-content: center;
  align-items: center;
}
.cid-uDt47hRWnG .card-title,
.cid-uDt47hRWnG .iconfont-wrapper {
  color: #232323;
}
.cid-uDt47hRWnG .card-text {
  color: #232323;
}
.cid-uDt47hRWnG .mbr-section-title {
  color: #232323;
}
.cid-uDt47hRWnG .mbr-section-subtitle {
  color: #232323;
}
.cid-uDt47hRWnG .content-head {
  max-width: 800px;
}
.cid-uDnxdSmYPb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-uDnxdSmYPb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDnxdSmYPb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uDnxdSmYPb .row {
    flex-direction: column-reverse;
  }
  .cid-uDnxdSmYPb .row .map-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uDnxdSmYPb .google-map {
  height: 100%;
  position: relative;
}
.cid-uDnxdSmYPb .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uDnxdSmYPb .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-uDnxdSmYPb .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uDnxdSmYPb .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uDnxdSmYPb .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-uDnxdSmYPb .card-wrapper {
  display: flex;
  border-radius: 4px;
  background: #f7f7f7;
}
.cid-uDnxdSmYPb .card-wrapper:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uDnxdSmYPb .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uDnxdSmYPb .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-uDnxdSmYPb .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #ff4552;
}
.cid-uDnxdSmYPb P {
  text-align: left;
}
.cid-uDnxdSEvnm {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #2e481a;
}
.cid-uDnxdSEvnm .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uDnxdSEvnm .social-row .soc-item {
  margin: 8px;
}
.cid-uDnxdSEvnm .social-row .soc-item a:hover .mbr-iconfont,
.cid-uDnxdSEvnm .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-uDnxdSEvnm .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
.cid-uDnxdSEvnm .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uDnxdSEvnm .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uDnxdSEvnm .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uDnxdSEvnm .header-menu li p {
  margin: 0;
}
.cid-uDnxdSEvnm .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uDnxdSEvnm .mbr-section-title {
  color: #ffffff;
}
.cid-uDtcbrxgDM {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uDtcbrxgDM .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-uDtcbrxgDM .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uDtcbrxgDM .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-uDtcbrxgDM .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uDtcbrxgDM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uDtcbrxgDM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDtcbrxgDM .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uDtcbrxgDM .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uDtcbrxgDM .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uDtcbrxgDM .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uDtcbrxgDM .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uDtcbrxgDM .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uDtcbrxgDM .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uDtcbrxgDM .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uDtcbrxgDM .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uDtcbrxgDM .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uDtcbrxgDM .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uDtcbrxgDM .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uDtcbrxgDM .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uDtcbrxgDM .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uDtcbrxgDM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uDtcbrxgDM .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uDtcbrxgDM .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uDtcbrxgDM .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uDtcbrxgDM .iconfont-wrapper {
  color: #ff4552 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uDtcbrxgDM .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-uDtcbrxgDM .nav-item:focus,
.cid-uDtcbrxgDM .nav-link:focus {
  outline: none;
}
.cid-uDtcbrxgDM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uDtcbrxgDM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uDtcbrxgDM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uDtcbrxgDM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDtcbrxgDM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDtcbrxgDM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDtcbrxgDM .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-uDtcbrxgDM .navbar.opened {
  transition: all 0.3s;
}
.cid-uDtcbrxgDM .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uDtcbrxgDM .navbar .navbar-logo img {
  width: auto;
}
.cid-uDtcbrxgDM .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uDtcbrxgDM .navbar.collapsed {
  justify-content: center;
}
.cid-uDtcbrxgDM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDtcbrxgDM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uDtcbrxgDM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uDtcbrxgDM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDtcbrxgDM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDtcbrxgDM .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-uDtcbrxgDM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDtcbrxgDM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uDtcbrxgDM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uDtcbrxgDM .navbar {
    min-height: 72px;
  }
  .cid-uDtcbrxgDM .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uDtcbrxgDM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDtcbrxgDM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDtcbrxgDM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDtcbrxgDM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uDtcbrxgDM .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-uDtcbrxgDM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uDtcbrxgDM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uDtcbrxgDM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uDtcbrxgDM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uDtcbrxgDM .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uDtcbrxgDM .dropdown-item.active,
.cid-uDtcbrxgDM .dropdown-item:active {
  background-color: transparent;
}
.cid-uDtcbrxgDM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uDtcbrxgDM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uDtcbrxgDM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uDtcbrxgDM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uDtcbrxgDM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uDtcbrxgDM .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uDtcbrxgDM ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uDtcbrxgDM .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uDtcbrxgDM .navbar-buttons {
    text-align: left;
  }
}
.cid-uDtcbrxgDM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uDtcbrxgDM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uDtcbrxgDM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uDtcbrxgDM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDtcbrxgDM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDtcbrxgDM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uDtcbrxgDM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDtcbrxgDM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uDtcbrxgDM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uDtcbrxgDM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDtcbrxgDM .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uDtcbrxgDM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uDtcbrxgDM .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-uDtcbrxgDM .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uDtcbrxgDM .navbar {
    height: 70px;
  }
  .cid-uDtcbrxgDM .navbar.opened {
    height: auto;
  }
  .cid-uDtcbrxgDM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uDtcbrxgDM .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uDtcbrxgDM .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uDtcbrxgDM .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uDtcbrxgDM .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: .3s all;
  transform: rotate(-90deg);
}
.cid-uDtcbrxgDM .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uDtcbrxgDM .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uDtcbrxgDM .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uDtcbrxgDM .navbar-brand {
    margin-right: auto;
  }
  .cid-uDtcbrxgDM .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uDtcbrxgDM .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uDtcbrxgDM .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uDtcbrxgDM .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-uDtcbrxgDM .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uDtcbrxgDM .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uDtcbrxgDM .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: .3s all;
    transform: rotate(0deg);
  }
  .cid-uDtcbrxgDM .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uDtcbrxgDM .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-uDtcbrxgDM .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uDtcbrxgDM .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uDtgcKJviw {
  padding-top: 11rem;
  padding-bottom: 5rem;
  background-color: #163300;
}
.cid-uDtgcKJviw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDtgcKJviw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
}
.cid-uDtgcKJviw .topbg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: #edefeb;
}
.cid-uDtgcKJviw .mbr-section-title {
  color: #ffffff;
}
.cid-uDtgcKJviw .mbr-text,
.cid-uDtgcKJviw .mbr-section-btn {
  color: #ffffff;
}
.cid-uDtgcKJviw .media-content,
.cid-uDtgcKJviw .mbr-figure {
  align-self: center;
}
.cid-uDtgcKJviw .mbr-figure iframe {
  width: 100%;
  overflow: hidden;
}
.cid-uDtgcKJviw .app-video-wrapper {
  background: transparent;
}
.cid-uDtgcKJviw .content-head {
  max-width: 800px;
}
.cid-uDtcbs6sKL {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uDtcbs6sKL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDtcbs6sKL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uDtcbs6sKL .card-content-text {
    padding: 1.5rem 1.5rem 0 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-uDtcbs6sKL .card-content-text {
    padding: 2.25rem 2.25rem 0 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uDtcbs6sKL .card-content-text {
    padding: 4rem 4rem 1rem 4rem;
  }
}
.cid-uDtcbs6sKL .card-wrapper {
  background: #ffffff;
}
.cid-uDtcbs6sKL .mbr-text,
.cid-uDtcbs6sKL .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uDtcbs6sKL .card-title,
.cid-uDtcbs6sKL .card-box {
  text-align: left;
  color: #163300;
}
.cid-uDtcbs6sKL .image-wrapper img {
  width: 100%;
}
.cid-uDKWggbYC3 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #efe8d8;
}
.cid-uDKWggbYC3 img,
.cid-uDKWggbYC3 .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uDKWggbYC3 .item:focus,
.cid-uDKWggbYC3 span:focus {
  outline: none;
}
.cid-uDKWggbYC3 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uDKWggbYC3 .item {
    margin-bottom: 1rem;
  }
}
.cid-uDKWggbYC3 .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-uDKWggbYC3 .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uDKWggbYC3 .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uDKWggbYC3 .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uDKWggbYC3 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uDKWggbYC3 .mbr-section-title {
  color: #000000;
}
.cid-uDKWggbYC3 .item-title {
  text-align: left;
}
.cid-uDKWggbYC3 .item-subtitle {
  text-align: left;
}
.cid-uDKWggbYC3 .mbr-text,
.cid-uDKWggbYC3 .item .mbr-section-btn {
  text-align: left;
}
.cid-uDKWggbYC3 .content-head {
  max-width: 800px;
}
.cid-uDthh6cKEP {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #efe8d8;
}
.cid-uDthh6cKEP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDthh6cKEP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDthh6cKEP .item-wrapper {
  overflow: hidden;
  background: #ffffff;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uDthh6cKEP .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uDthh6cKEP .text-wrapper {
  padding: 4rem 3rem 4rem 1rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uDthh6cKEP .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uDthh6cKEP .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uDthh6cKEP .row {
  flex-direction: row-reverse;
}
.cid-uDthh6cKEP .text-wrapper {
  padding: 4rem 2rem 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uDthh6cKEP .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uDthh6cKEP .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uDthh6cKEP .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uDthh6cKEP .image-wrapper {
  padding: 0 1rem;
}
.cid-uDthh6cKEP img,
.cid-uDthh6cKEP .image-wrapper {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uDthh6cKEP img,
  .cid-uDthh6cKEP .image-wrapper {
    max-height: 350px;
  }
}
.cid-uDthh6cKEP .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uDthh6cKEP .mbr-text {
  color: #000000;
}
.cid-uDthh6cKEP .mbr-text,
.cid-uDthh6cKEP .mbr-section-btn {
  text-align: left;
}
.cid-uDthh6cKEP .price {
  color: #232323;
  text-align: left;
}
.cid-uDthh6cKEP .content-head {
  max-width: 800px;
}
.cid-uDthh6cKEP .mbr-section-maintitle {
  text-align: center;
}
.cid-uDthh6cKEP .mbr-section-mainsubtitle {
  text-align: center;
}
.cid-uDL7m5XTs4 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #efe8d8;
}
.cid-uDL7m5XTs4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDL7m5XTs4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDL7m5XTs4 .card-wrapper {
  overflow: hidden;
  background: #ffffff;
}
.cid-uDL7m5XTs4 .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uDL7m5XTs4 .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uDL7m5XTs4 .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uDL7m5XTs4 .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uDL7m5XTs4 .row {
  flex-direction: row-reverse;
}
.cid-uDL7m5XTs4 .image-wrapper {
  padding: 0 1rem;
}
.cid-uDL7m5XTs4 img,
.cid-uDL7m5XTs4 .image-wrapper {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uDL7m5XTs4 img,
  .cid-uDL7m5XTs4 .image-wrapper {
    max-height: 350px;
  }
}
.cid-uDL7m5XTs4 .mbr-section-title {
  color: #000000;
}
.cid-uDL7m5XTs4 .mbr-text {
  color: #000000;
}
.cid-uDL6K7QaG2 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background: #efe8d8;
}
.cid-uDL6K7QaG2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDL6K7QaG2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uDL6K7QaG2 .row {
    flex-direction: column-reverse;
  }
  .cid-uDL6K7QaG2 .row .map-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uDL6K7QaG2 .google-map {
  height: 100%;
  position: relative;
}
.cid-uDL6K7QaG2 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uDL6K7QaG2 .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-uDL6K7QaG2 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uDL6K7QaG2 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uDL6K7QaG2 .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-uDL6K7QaG2 .card-wrapper {
  display: flex;
  border-radius: 4px;
  background: #ffffff;
}
.cid-uDL6K7QaG2 .card-wrapper:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uDL6K7QaG2 .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uDL6K7QaG2 .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-uDL6K7QaG2 .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #ff4552;
}
.cid-uDL6K7QaG2 P {
  text-align: left;
}
.cid-uDtcbuaYCM {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #2e481a;
}
.cid-uDtcbuaYCM .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uDtcbuaYCM .social-row .soc-item {
  margin: 8px;
}
.cid-uDtcbuaYCM .social-row .soc-item a:hover .mbr-iconfont,
.cid-uDtcbuaYCM .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-uDtcbuaYCM .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
.cid-uDtcbuaYCM .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uDtcbuaYCM .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uDtcbuaYCM .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uDtcbuaYCM .header-menu li p {
  margin: 0;
}
.cid-uDtcbuaYCM .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uDtcbuaYCM .mbr-section-title {
  color: #ffffff;
}
.cid-uDt7oC9AVL {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uDt7oC9AVL .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-uDt7oC9AVL .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uDt7oC9AVL .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-uDt7oC9AVL .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uDt7oC9AVL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uDt7oC9AVL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDt7oC9AVL .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uDt7oC9AVL .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uDt7oC9AVL .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uDt7oC9AVL .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uDt7oC9AVL .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uDt7oC9AVL .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uDt7oC9AVL .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uDt7oC9AVL .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uDt7oC9AVL .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uDt7oC9AVL .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uDt7oC9AVL .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uDt7oC9AVL .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uDt7oC9AVL .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uDt7oC9AVL .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uDt7oC9AVL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uDt7oC9AVL .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uDt7oC9AVL .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uDt7oC9AVL .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uDt7oC9AVL .iconfont-wrapper {
  color: #ff4552 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uDt7oC9AVL .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-uDt7oC9AVL .nav-item:focus,
.cid-uDt7oC9AVL .nav-link:focus {
  outline: none;
}
.cid-uDt7oC9AVL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uDt7oC9AVL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uDt7oC9AVL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uDt7oC9AVL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDt7oC9AVL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDt7oC9AVL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDt7oC9AVL .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-uDt7oC9AVL .navbar.opened {
  transition: all 0.3s;
}
.cid-uDt7oC9AVL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uDt7oC9AVL .navbar .navbar-logo img {
  width: auto;
}
.cid-uDt7oC9AVL .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uDt7oC9AVL .navbar.collapsed {
  justify-content: center;
}
.cid-uDt7oC9AVL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDt7oC9AVL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uDt7oC9AVL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uDt7oC9AVL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDt7oC9AVL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDt7oC9AVL .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-uDt7oC9AVL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDt7oC9AVL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uDt7oC9AVL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uDt7oC9AVL .navbar {
    min-height: 72px;
  }
  .cid-uDt7oC9AVL .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uDt7oC9AVL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDt7oC9AVL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDt7oC9AVL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDt7oC9AVL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uDt7oC9AVL .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-uDt7oC9AVL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uDt7oC9AVL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uDt7oC9AVL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uDt7oC9AVL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uDt7oC9AVL .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uDt7oC9AVL .dropdown-item.active,
.cid-uDt7oC9AVL .dropdown-item:active {
  background-color: transparent;
}
.cid-uDt7oC9AVL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uDt7oC9AVL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uDt7oC9AVL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uDt7oC9AVL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uDt7oC9AVL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uDt7oC9AVL .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uDt7oC9AVL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uDt7oC9AVL .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uDt7oC9AVL .navbar-buttons {
    text-align: left;
  }
}
.cid-uDt7oC9AVL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uDt7oC9AVL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uDt7oC9AVL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uDt7oC9AVL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDt7oC9AVL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDt7oC9AVL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uDt7oC9AVL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDt7oC9AVL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uDt7oC9AVL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uDt7oC9AVL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDt7oC9AVL .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uDt7oC9AVL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uDt7oC9AVL .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-uDt7oC9AVL .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uDt7oC9AVL .navbar {
    height: 70px;
  }
  .cid-uDt7oC9AVL .navbar.opened {
    height: auto;
  }
  .cid-uDt7oC9AVL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uDt7oC9AVL .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uDt7oC9AVL .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uDt7oC9AVL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uDt7oC9AVL .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: .3s all;
  transform: rotate(-90deg);
}
.cid-uDt7oC9AVL .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uDt7oC9AVL .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uDt7oC9AVL .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uDt7oC9AVL .navbar-brand {
    margin-right: auto;
  }
  .cid-uDt7oC9AVL .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uDt7oC9AVL .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uDt7oC9AVL .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uDt7oC9AVL .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-uDt7oC9AVL .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uDt7oC9AVL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uDt7oC9AVL .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: .3s all;
    transform: rotate(0deg);
  }
  .cid-uDt7oC9AVL .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uDt7oC9AVL .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-uDt7oC9AVL .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uDt7oC9AVL .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uDt7oCB367 {
  padding-top: 9rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-uDt7oCB367 .content-head {
  max-width: 800px;
}
.cid-uDt7BHAupc {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #edefeb;
}
.cid-uDt7BHAupc .row {
  flex-direction: row-reverse;
}
.cid-uDt7BHAupc .justify-content-center {
  align-items: center;
}
.cid-uDt7BHAupc .mbr-section-title {
  text-align: center;
}
.cid-uDt7BHAupc .mbr-text,
.cid-uDt7BHAupc .mbr-section-btn {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uDt7BHAupc .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uDt7BHAupc .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uDt7BHAupc .item-wrapper {
    padding: 4rem;
  }
}
.cid-uDt9lbhqkB {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #edefeb;
}
.cid-uDt9lbhqkB .item:focus,
.cid-uDt9lbhqkB span:focus {
  outline: none;
}
.cid-uDt9lbhqkB .item {
  cursor: pointer;
}
.cid-uDt9lbhqkB .grid-container {
  grid-row-gap: 2rem;
}
@media (max-width: 767px) {
  .cid-uDt9lbhqkB .grid-container {
    grid-row-gap: 1rem;
  }
}
.cid-uDt9lbhqkB .grid-container-1,
.cid-uDt9lbhqkB .grid-container-2 {
  gap: 0 2rem;
}
@media (max-width: 767px) {
  .cid-uDt9lbhqkB .grid-container-1,
  .cid-uDt9lbhqkB .grid-container-2 {
    gap: 0 1rem;
  }
}
.cid-uDt9lbhqkB .mbr-section-title {
  color: #000000;
}
.cid-uDt9lbhqkB .mbr-text,
.cid-uDt9lbhqkB .mbr-section-btn {
  color: #000000;
}
.cid-uDt9lbhqkB .content-head {
  max-width: 800px;
}
.cid-uDt9lbhqkB .container,
.cid-uDt9lbhqkB .container-fluid {
  overflow: hidden;
}
.cid-uDt9lbhqkB .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uDt9lbhqkB .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uDt9lbhqkB .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uDt9lbhqkB .grid-item img {
    min-width: 35vw;
  }
}
.cid-uDt9lbhqkB .grid-container-1,
.cid-uDt9lbhqkB .grid-container-2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uDt9lbhqkB .grid-container-1 {
  align-items: flex-end;
}
.cid-uDt9lbhqkB .grid-container-2 {
  align-items: flex-start;
}
.cid-uDt7oDF7t2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-uDt7oDF7t2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDt7oDF7t2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uDt7oDF7t2 .row {
    flex-direction: column-reverse;
  }
  .cid-uDt7oDF7t2 .row .map-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uDt7oDF7t2 .google-map {
  height: 100%;
  position: relative;
}
.cid-uDt7oDF7t2 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uDt7oDF7t2 .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-uDt7oDF7t2 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uDt7oDF7t2 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uDt7oDF7t2 .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-uDt7oDF7t2 .card-wrapper {
  display: flex;
  border-radius: 4px;
  background: #f7f7f7;
}
.cid-uDt7oDF7t2 .card-wrapper:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uDt7oDF7t2 .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uDt7oDF7t2 .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-uDt7oDF7t2 .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #ff4552;
}
.cid-uDt7oDF7t2 P {
  text-align: left;
}
.cid-uDt7oDWpvj {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #2e481a;
}
.cid-uDt7oDWpvj .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uDt7oDWpvj .social-row .soc-item {
  margin: 8px;
}
.cid-uDt7oDWpvj .social-row .soc-item a:hover .mbr-iconfont,
.cid-uDt7oDWpvj .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-uDt7oDWpvj .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
.cid-uDt7oDWpvj .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uDt7oDWpvj .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uDt7oDWpvj .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uDt7oDWpvj .header-menu li p {
  margin: 0;
}
.cid-uDt7oDWpvj .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uDt7oDWpvj .mbr-section-title {
  color: #ffffff;
}
.cid-uDK8RZY8uX {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uDK8RZY8uX .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-uDK8RZY8uX .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uDK8RZY8uX .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-uDK8RZY8uX .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uDK8RZY8uX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uDK8RZY8uX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDK8RZY8uX .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uDK8RZY8uX .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uDK8RZY8uX .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uDK8RZY8uX .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uDK8RZY8uX .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uDK8RZY8uX .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uDK8RZY8uX .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uDK8RZY8uX .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uDK8RZY8uX .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uDK8RZY8uX .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uDK8RZY8uX .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uDK8RZY8uX .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uDK8RZY8uX .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uDK8RZY8uX .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uDK8RZY8uX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uDK8RZY8uX .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uDK8RZY8uX .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uDK8RZY8uX .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uDK8RZY8uX .iconfont-wrapper {
  color: #ff4552 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uDK8RZY8uX .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-uDK8RZY8uX .nav-item:focus,
.cid-uDK8RZY8uX .nav-link:focus {
  outline: none;
}
.cid-uDK8RZY8uX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uDK8RZY8uX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uDK8RZY8uX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uDK8RZY8uX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDK8RZY8uX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDK8RZY8uX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDK8RZY8uX .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-uDK8RZY8uX .navbar.opened {
  transition: all 0.3s;
}
.cid-uDK8RZY8uX .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uDK8RZY8uX .navbar .navbar-logo img {
  width: auto;
}
.cid-uDK8RZY8uX .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uDK8RZY8uX .navbar.collapsed {
  justify-content: center;
}
.cid-uDK8RZY8uX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDK8RZY8uX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uDK8RZY8uX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uDK8RZY8uX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDK8RZY8uX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDK8RZY8uX .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-uDK8RZY8uX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDK8RZY8uX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uDK8RZY8uX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uDK8RZY8uX .navbar {
    min-height: 72px;
  }
  .cid-uDK8RZY8uX .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uDK8RZY8uX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDK8RZY8uX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDK8RZY8uX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDK8RZY8uX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uDK8RZY8uX .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-uDK8RZY8uX .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uDK8RZY8uX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uDK8RZY8uX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uDK8RZY8uX .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uDK8RZY8uX .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uDK8RZY8uX .dropdown-item.active,
.cid-uDK8RZY8uX .dropdown-item:active {
  background-color: transparent;
}
.cid-uDK8RZY8uX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uDK8RZY8uX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uDK8RZY8uX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uDK8RZY8uX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uDK8RZY8uX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uDK8RZY8uX .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uDK8RZY8uX ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uDK8RZY8uX .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uDK8RZY8uX .navbar-buttons {
    text-align: left;
  }
}
.cid-uDK8RZY8uX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uDK8RZY8uX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uDK8RZY8uX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uDK8RZY8uX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDK8RZY8uX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDK8RZY8uX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uDK8RZY8uX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDK8RZY8uX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uDK8RZY8uX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uDK8RZY8uX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDK8RZY8uX .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uDK8RZY8uX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uDK8RZY8uX .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-uDK8RZY8uX .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uDK8RZY8uX .navbar {
    height: 70px;
  }
  .cid-uDK8RZY8uX .navbar.opened {
    height: auto;
  }
  .cid-uDK8RZY8uX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uDK8RZY8uX .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uDK8RZY8uX .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uDK8RZY8uX .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uDK8RZY8uX .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: .3s all;
  transform: rotate(-90deg);
}
.cid-uDK8RZY8uX .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uDK8RZY8uX .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uDK8RZY8uX .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uDK8RZY8uX .navbar-brand {
    margin-right: auto;
  }
  .cid-uDK8RZY8uX .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uDK8RZY8uX .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uDK8RZY8uX .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uDK8RZY8uX .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-uDK8RZY8uX .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uDK8RZY8uX .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uDK8RZY8uX .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: .3s all;
    transform: rotate(0deg);
  }
  .cid-uDK8RZY8uX .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uDK8RZY8uX .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-uDK8RZY8uX .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uDK8RZY8uX .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uDK8S0clzP {
  padding-top: 9rem;
  padding-bottom: 2rem;
  background-color: #2e481a;
}
.cid-uDK8S0clzP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDK8S0clzP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
}
.cid-uDK8S0clzP .topbg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: #edefeb;
}
.cid-uDK8S0clzP .mbr-section-title {
  color: #ffffff;
}
.cid-uDK8S0clzP .mbr-text,
.cid-uDK8S0clzP .mbr-section-btn {
  color: #ffffff;
}
.cid-uDK8S0clzP .content-head {
  max-width: 800px;
}
.cid-uDK8S0otFO {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uDK8S0otFO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDK8S0otFO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uDK8S0otFO .card-content-text {
    padding: 1.5rem 1.5rem 0 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-uDK8S0otFO .card-content-text {
    padding: 2.25rem 2.25rem 0 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uDK8S0otFO .card-content-text {
    padding: 4rem 4rem 1rem 4rem;
  }
}
.cid-uDK8S0otFO .card-wrapper {
  background: #ffffff;
}
.cid-uDK8S0otFO .mbr-text,
.cid-uDK8S0otFO .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uDK8S0otFO .card-title,
.cid-uDK8S0otFO .card-box {
  text-align: left;
  color: #163300;
}
.cid-uDK8S0otFO .image-wrapper img {
  width: 100%;
}
.cid-uDK8S0FzZI {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uDK8S0FzZI .video-wrapper iframe {
  width: 100%;
}
.cid-uDK8S0FzZI .mbr-section-title,
.cid-uDK8S0FzZI .mbr-section-subtitle,
.cid-uDK8S0FzZI .mbr-text {
  text-align: center;
}
.cid-uDK8S0Tihv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #163300;
}
.cid-uDK8S0Tihv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDK8S0Tihv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDK8S0Tihv .mbr-text {
  color: #000000;
}
.cid-uDK8S0Tihv .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uDK8S0Tihv .item-wrapper {
  background: #ffffff;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-uDK8S0Tihv .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uDK8S0Tihv .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
  }
}
.cid-uDK8S0Tihv .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uDK8S0Tihv .main-button {
    margin-bottom: 2rem;
  }
}
.cid-uDK8S0Tihv .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uDK8S0Tihv .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uDK8S0Tihv .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9fe870;
  background-color: #9fe870;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uDK8S0Tihv .mbr-text UL {
  text-align: left;
}
.cid-uDK8S0Tihv .mbr-section-subtitle,
.cid-uDK8S0Tihv .main-button {
  color: #f7f7f7;
}
.cid-uDK8S0Tihv .mbr-section-title {
  color: #ffffff;
}
.cid-uDKk09OSli {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #edefeb;
}
.cid-uDKk09OSli .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDKk09OSli .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-uDKk09OSli .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uDKk09OSli .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uDKk09OSli .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uDKk09OSli .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uDKk09OSli .mbr-section-title {
  color: #000000;
}
.cid-uDKk09OSli .mbr-text,
.cid-uDKk09OSli .mbr-section-btn {
  color: #000000;
}
.cid-uDKlfST27O {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #edefeb;
}
.cid-uDKlfST27O .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDKlfST27O .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-uDKlfST27O .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uDKlfST27O .row {
  flex-direction: row-reverse;
}
.cid-uDKlfST27O .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uDKlfST27O .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uDKlfST27O .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uDKlfST27O .mbr-section-title {
  color: #000000;
}
.cid-uDKlfST27O .mbr-text,
.cid-uDKlfST27O .mbr-section-btn {
  color: #000000;
}
.cid-uDKdDRy9qI {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #edefeb;
}
.cid-uDKdDRy9qI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDKdDRy9qI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDKdDRy9qI .card-wrapper {
  overflow: hidden;
  background: #ffffff;
}
.cid-uDKdDRy9qI .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uDKdDRy9qI .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uDKdDRy9qI .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uDKdDRy9qI .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uDKdDRy9qI .image-wrapper {
  padding: 0 1rem;
}
.cid-uDKdDRy9qI img,
.cid-uDKdDRy9qI .image-wrapper {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uDKdDRy9qI img,
  .cid-uDKdDRy9qI .image-wrapper {
    max-height: 350px;
  }
}
.cid-uDKdDRy9qI .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uDKdDRy9qI .mbr-text {
  color: #000000;
}
.cid-uDKdDRy9qI .mbr-text,
.cid-uDKdDRy9qI .mbr-section-btn {
  text-align: center;
}
.cid-uDK8S17etK {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #efe8d8;
}
.cid-uDK8S17etK img,
.cid-uDK8S17etK .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uDK8S17etK .item:focus,
.cid-uDK8S17etK span:focus {
  outline: none;
}
.cid-uDK8S17etK .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uDK8S17etK .item {
    margin-bottom: 1rem;
  }
}
.cid-uDK8S17etK .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-uDK8S17etK .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uDK8S17etK .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uDK8S17etK .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uDK8S17etK .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uDK8S17etK .mbr-section-title {
  color: #163300;
}
.cid-uDK8S17etK .item-title {
  text-align: left;
}
.cid-uDK8S17etK .item-subtitle {
  text-align: left;
}
.cid-uDK8S17etK .mbr-text,
.cid-uDK8S17etK .item .mbr-section-btn {
  text-align: left;
}
.cid-uDK8S17etK .content-head {
  max-width: 800px;
}
.cid-uDK8S17etK .mbr-section-subtitle,
.cid-uDK8S17etK .mbr-section-head .mbr-section-btn {
  color: #645600;
}
.cid-uDK8S1WMuc {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #2e481a;
}
.cid-uDK8S1WMuc .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uDK8S1WMuc .social-row .soc-item {
  margin: 8px;
}
.cid-uDK8S1WMuc .social-row .soc-item a:hover .mbr-iconfont,
.cid-uDK8S1WMuc .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-uDK8S1WMuc .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
.cid-uDK8S1WMuc .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uDK8S1WMuc .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uDK8S1WMuc .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uDK8S1WMuc .header-menu li p {
  margin: 0;
}
.cid-uDK8S1WMuc .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uDK8S1WMuc .mbr-section-title {
  color: #ffffff;
}
.cid-uDKsabyKsK {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uDKsabyKsK .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-uDKsabyKsK .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uDKsabyKsK .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-uDKsabyKsK .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uDKsabyKsK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uDKsabyKsK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDKsabyKsK .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uDKsabyKsK .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uDKsabyKsK .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uDKsabyKsK .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uDKsabyKsK .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uDKsabyKsK .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uDKsabyKsK .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uDKsabyKsK .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uDKsabyKsK .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uDKsabyKsK .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uDKsabyKsK .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uDKsabyKsK .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uDKsabyKsK .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uDKsabyKsK .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uDKsabyKsK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uDKsabyKsK .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uDKsabyKsK .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uDKsabyKsK .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uDKsabyKsK .iconfont-wrapper {
  color: #ff4552 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uDKsabyKsK .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-uDKsabyKsK .nav-item:focus,
.cid-uDKsabyKsK .nav-link:focus {
  outline: none;
}
.cid-uDKsabyKsK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uDKsabyKsK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uDKsabyKsK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uDKsabyKsK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDKsabyKsK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDKsabyKsK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDKsabyKsK .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-uDKsabyKsK .navbar.opened {
  transition: all 0.3s;
}
.cid-uDKsabyKsK .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uDKsabyKsK .navbar .navbar-logo img {
  width: auto;
}
.cid-uDKsabyKsK .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uDKsabyKsK .navbar.collapsed {
  justify-content: center;
}
.cid-uDKsabyKsK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDKsabyKsK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uDKsabyKsK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uDKsabyKsK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDKsabyKsK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDKsabyKsK .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-uDKsabyKsK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDKsabyKsK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uDKsabyKsK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uDKsabyKsK .navbar {
    min-height: 72px;
  }
  .cid-uDKsabyKsK .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uDKsabyKsK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDKsabyKsK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDKsabyKsK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDKsabyKsK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uDKsabyKsK .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-uDKsabyKsK .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uDKsabyKsK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uDKsabyKsK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uDKsabyKsK .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uDKsabyKsK .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uDKsabyKsK .dropdown-item.active,
.cid-uDKsabyKsK .dropdown-item:active {
  background-color: transparent;
}
.cid-uDKsabyKsK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uDKsabyKsK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uDKsabyKsK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uDKsabyKsK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uDKsabyKsK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uDKsabyKsK .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uDKsabyKsK ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uDKsabyKsK .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uDKsabyKsK .navbar-buttons {
    text-align: left;
  }
}
.cid-uDKsabyKsK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uDKsabyKsK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uDKsabyKsK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uDKsabyKsK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDKsabyKsK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDKsabyKsK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uDKsabyKsK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDKsabyKsK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uDKsabyKsK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uDKsabyKsK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDKsabyKsK .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uDKsabyKsK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uDKsabyKsK .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-uDKsabyKsK .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uDKsabyKsK .navbar {
    height: 70px;
  }
  .cid-uDKsabyKsK .navbar.opened {
    height: auto;
  }
  .cid-uDKsabyKsK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uDKsabyKsK .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uDKsabyKsK .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uDKsabyKsK .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uDKsabyKsK .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: .3s all;
  transform: rotate(-90deg);
}
.cid-uDKsabyKsK .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uDKsabyKsK .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uDKsabyKsK .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uDKsabyKsK .navbar-brand {
    margin-right: auto;
  }
  .cid-uDKsabyKsK .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uDKsabyKsK .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uDKsabyKsK .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uDKsabyKsK .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-uDKsabyKsK .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uDKsabyKsK .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uDKsabyKsK .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: .3s all;
    transform: rotate(0deg);
  }
  .cid-uDKsabyKsK .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uDKsabyKsK .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-uDKsabyKsK .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uDKsabyKsK .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uDKsabMSLy {
  padding-top: 9rem;
  padding-bottom: 2rem;
  background-color: #a5e5ff;
}
.cid-uDKsabMSLy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDKsabMSLy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
}
.cid-uDKsabMSLy .topbg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: #f1f0ff;
}
.cid-uDKsabMSLy .mbr-section-title {
  color: #260a30;
}
.cid-uDKsabMSLy .mbr-text,
.cid-uDKsabMSLy .mbr-section-btn {
  color: #260a30;
}
.cid-uDKsabMSLy .content-head {
  max-width: 800px;
}
.cid-uDKsabZd72 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #a5e5ff;
}
.cid-uDKsabZd72 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDKsabZd72 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uDKsabZd72 .card-content-text {
    padding: 1.5rem 1.5rem 0 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-uDKsabZd72 .card-content-text {
    padding: 2.25rem 2.25rem 0 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uDKsabZd72 .card-content-text {
    padding: 4rem 4rem 1rem 4rem;
  }
}
.cid-uDKsabZd72 .card-wrapper {
  background: #f1f0ff;
}
.cid-uDKsabZd72 .mbr-text,
.cid-uDKsabZd72 .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uDKsabZd72 .card-title,
.cid-uDKsabZd72 .card-box {
  text-align: left;
  color: #260a30;
}
.cid-uDKsabZd72 .image-wrapper img {
  width: 100%;
}
.cid-uDKsacutxL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #260a30;
}
.cid-uDKsacutxL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDKsacutxL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDKsacutxL .mbr-text {
  color: #000000;
}
.cid-uDKsacutxL .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uDKsacutxL .item-wrapper {
  background: #ffffff;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-uDKsacutxL .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uDKsacutxL .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
  }
}
.cid-uDKsacutxL .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uDKsacutxL .main-button {
    margin-bottom: 2rem;
  }
}
.cid-uDKsacutxL .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uDKsacutxL .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uDKsacutxL .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #0c2c68;
  background-color: #0c2c68;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uDKsacutxL .mbr-text UL {
  text-align: left;
}
.cid-uDKsacutxL .mbr-section-subtitle,
.cid-uDKsacutxL .main-button {
  color: #f7f7f7;
}
.cid-uDKsacutxL .mbr-section-title {
  color: #ffffff;
}
.cid-uDKsacJQhB {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #f1f0ff;
}
.cid-uDKsacJQhB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDKsacJQhB .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-uDKsacJQhB .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uDKsacJQhB .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uDKsacJQhB .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uDKsacJQhB .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uDKsacJQhB .mbr-section-title {
  color: #260a30;
}
.cid-uDKsacJQhB .mbr-text,
.cid-uDKsacJQhB .mbr-section-btn {
  color: #320707;
}
.cid-uDKsacXEUN {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #0c2c68;
}
.cid-uDKsacXEUN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDKsacXEUN .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-uDKsacXEUN .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uDKsacXEUN .row {
  flex-direction: row-reverse;
}
.cid-uDKsacXEUN .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uDKsacXEUN .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uDKsacXEUN .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uDKsacXEUN .mbr-section-title {
  color: #ffffff;
}
.cid-uDKsacXEUN .mbr-text,
.cid-uDKsacXEUN .mbr-section-btn {
  color: #ffffff;
}
.cid-uDKsad9Ds7 {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #0c2c68;
}
.cid-uDKsad9Ds7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDKsad9Ds7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDKsad9Ds7 .card-wrapper {
  overflow: hidden;
  background: #ffffff;
}
.cid-uDKsad9Ds7 .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uDKsad9Ds7 .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uDKsad9Ds7 .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uDKsad9Ds7 .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uDKsad9Ds7 .image-wrapper {
  padding: 0 1rem;
}
.cid-uDKsad9Ds7 img,
.cid-uDKsad9Ds7 .image-wrapper {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uDKsad9Ds7 img,
  .cid-uDKsad9Ds7 .image-wrapper {
    max-height: 350px;
  }
}
.cid-uDKsad9Ds7 .mbr-section-title {
  color: #260a30;
  text-align: center;
}
.cid-uDKsad9Ds7 .mbr-text {
  color: #000000;
}
.cid-uDKsad9Ds7 .mbr-text,
.cid-uDKsad9Ds7 .mbr-section-btn {
  text-align: center;
}
.cid-uDKsadmvCl {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #a5e5ff;
}
.cid-uDKsadmvCl img,
.cid-uDKsadmvCl .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uDKsadmvCl .item:focus,
.cid-uDKsadmvCl span:focus {
  outline: none;
}
.cid-uDKsadmvCl .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uDKsadmvCl .item {
    margin-bottom: 1rem;
  }
}
.cid-uDKsadmvCl .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-uDKsadmvCl .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uDKsadmvCl .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uDKsadmvCl .item-wrapper {
  position: relative;
  background: #f1f0ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uDKsadmvCl .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uDKsadmvCl .mbr-section-title {
  color: #260a30;
}
.cid-uDKsadmvCl .item-title {
  text-align: left;
  color: #260a30;
}
.cid-uDKsadmvCl .item-subtitle {
  text-align: left;
}
.cid-uDKsadmvCl .mbr-text,
.cid-uDKsadmvCl .item .mbr-section-btn {
  text-align: left;
  color: #260a30;
}
.cid-uDKsadmvCl .content-head {
  max-width: 800px;
}
.cid-uDKsadmvCl .mbr-section-subtitle,
.cid-uDKsadmvCl .mbr-section-head .mbr-section-btn {
  color: #393193;
}
.cid-uDKsadEEnK {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #2e481a;
}
.cid-uDKsadEEnK .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uDKsadEEnK .social-row .soc-item {
  margin: 8px;
}
.cid-uDKsadEEnK .social-row .soc-item a:hover .mbr-iconfont,
.cid-uDKsadEEnK .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-uDKsadEEnK .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
.cid-uDKsadEEnK .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uDKsadEEnK .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uDKsadEEnK .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uDKsadEEnK .header-menu li p {
  margin: 0;
}
.cid-uDKsadEEnK .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uDKsadEEnK .mbr-section-title {
  color: #ffffff;
}
.cid-uDKZlJ84lR {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uDKZlJ84lR .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-uDKZlJ84lR .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uDKZlJ84lR .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-uDKZlJ84lR .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uDKZlJ84lR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uDKZlJ84lR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDKZlJ84lR .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uDKZlJ84lR .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uDKZlJ84lR .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uDKZlJ84lR .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uDKZlJ84lR .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uDKZlJ84lR .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uDKZlJ84lR .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uDKZlJ84lR .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uDKZlJ84lR .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uDKZlJ84lR .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uDKZlJ84lR .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uDKZlJ84lR .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uDKZlJ84lR .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uDKZlJ84lR .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uDKZlJ84lR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uDKZlJ84lR .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uDKZlJ84lR .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uDKZlJ84lR .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uDKZlJ84lR .iconfont-wrapper {
  color: #ff4552 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uDKZlJ84lR .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-uDKZlJ84lR .nav-item:focus,
.cid-uDKZlJ84lR .nav-link:focus {
  outline: none;
}
.cid-uDKZlJ84lR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uDKZlJ84lR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uDKZlJ84lR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uDKZlJ84lR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDKZlJ84lR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDKZlJ84lR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDKZlJ84lR .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-uDKZlJ84lR .navbar.opened {
  transition: all 0.3s;
}
.cid-uDKZlJ84lR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uDKZlJ84lR .navbar .navbar-logo img {
  width: auto;
}
.cid-uDKZlJ84lR .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uDKZlJ84lR .navbar.collapsed {
  justify-content: center;
}
.cid-uDKZlJ84lR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDKZlJ84lR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uDKZlJ84lR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uDKZlJ84lR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDKZlJ84lR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDKZlJ84lR .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-uDKZlJ84lR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDKZlJ84lR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uDKZlJ84lR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uDKZlJ84lR .navbar {
    min-height: 72px;
  }
  .cid-uDKZlJ84lR .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uDKZlJ84lR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDKZlJ84lR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDKZlJ84lR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDKZlJ84lR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uDKZlJ84lR .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-uDKZlJ84lR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uDKZlJ84lR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uDKZlJ84lR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uDKZlJ84lR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uDKZlJ84lR .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uDKZlJ84lR .dropdown-item.active,
.cid-uDKZlJ84lR .dropdown-item:active {
  background-color: transparent;
}
.cid-uDKZlJ84lR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uDKZlJ84lR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uDKZlJ84lR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uDKZlJ84lR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uDKZlJ84lR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uDKZlJ84lR .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uDKZlJ84lR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uDKZlJ84lR .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uDKZlJ84lR .navbar-buttons {
    text-align: left;
  }
}
.cid-uDKZlJ84lR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uDKZlJ84lR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uDKZlJ84lR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uDKZlJ84lR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDKZlJ84lR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDKZlJ84lR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uDKZlJ84lR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDKZlJ84lR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uDKZlJ84lR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uDKZlJ84lR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDKZlJ84lR .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uDKZlJ84lR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uDKZlJ84lR .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-uDKZlJ84lR .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uDKZlJ84lR .navbar {
    height: 70px;
  }
  .cid-uDKZlJ84lR .navbar.opened {
    height: auto;
  }
  .cid-uDKZlJ84lR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uDKZlJ84lR .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uDKZlJ84lR .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uDKZlJ84lR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uDKZlJ84lR .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: .3s all;
  transform: rotate(-90deg);
}
.cid-uDKZlJ84lR .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uDKZlJ84lR .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uDKZlJ84lR .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uDKZlJ84lR .navbar-brand {
    margin-right: auto;
  }
  .cid-uDKZlJ84lR .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uDKZlJ84lR .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uDKZlJ84lR .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uDKZlJ84lR .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-uDKZlJ84lR .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uDKZlJ84lR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uDKZlJ84lR .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: .3s all;
    transform: rotate(0deg);
  }
  .cid-uDKZlJ84lR .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uDKZlJ84lR .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-uDKZlJ84lR .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uDKZlJ84lR .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uDKZD4GB6U {
  display: flex;
  background-image: url("../../../assets/images/img-433.webp");
}
.cid-uDKZD4GB6U .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uDKZD4GB6U {
    align-items: flex-end;
  }
  .cid-uDKZD4GB6U .row {
    justify-content: center;
  }
  .cid-uDKZD4GB6U .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uDKZD4GB6U .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uDKZD4GB6U {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uDKZD4GB6U .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uDKZD4GB6U .content-wrap {
    width: 100%;
  }
}
.cid-uDKZD4GB6U .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDKZD4GB6U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDKZD4GB6U .mbr-section-title,
.cid-uDKZD4GB6U .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uDKZD4GB6U .mbr-text,
.cid-uDKZD4GB6U .mbr-section-btn {
  text-align: left;
}
.cid-uDKZD4GB6U .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uDKZD4GB6U .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uDL1NVu0YH {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #2e481a;
}
.cid-uDL1NVu0YH .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uDL1NVu0YH .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uDL1NVu0YH .item-head {
  background: #9fe870;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uDL1NVu0YH .item-head {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uDL1NVu0YH .item-head {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-uDL1NVu0YH .item-content {
  padding: 2.25rem 2.25rem 0;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uDL1NVu0YH .item-content {
    padding: 0rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uDL1NVu0YH .item-content {
    padding: 0rem 1.5rem;
  }
}
.cid-uDL1NVu0YH .item-wrapper {
  border-radius: 2rem;
  overflow: hidden;
  margin-bottom: 2rem;
  background: #ffffff;
  padding: 0rem;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-uDL1NVu0YH .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uDL1NVu0YH .item-wrapper .item-footer {
    padding: 0 1.5rem 3rem;
  }
}
@media (min-width: 1201px) {
  .cid-uDL1NVu0YH .item-wrapper .item-footer {
    padding: 0 2rem 3rem;
  }
}
.cid-uDL1NVu0YH .btn {
  width: -webkit-fill-available;
}
.cid-uDL1NVu0YH .item:focus,
.cid-uDL1NVu0YH span:focus {
  outline: none;
}
.cid-uDL1NVu0YH .mbr-section-btn {
  margin-top: auto !important;
  padding: 2rem 2rem 0;
}
@media (max-width: 991px) {
  .cid-uDL1NVu0YH .mbr-section-btn {
    padding: 0rem 2.25rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uDL1NVu0YH .mbr-section-btn {
    padding: 0rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-uDL1NVu0YH .mbr-section-title {
  color: #ffffff;
}
.cid-uDL1NVu0YH .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uDL1NVu0YH .mbr-text,
.cid-uDL1NVu0YH .mbr-section-btn {
  text-align: left;
}
.cid-uDL1NVu0YH .item-title {
  text-align: left;
  color: #000000;
}
.cid-uDL1NVu0YH .item-subtitle {
  text-align: left;
  color: #000000;
}
.cid-uDL1NVu0YH .content-head {
  max-width: 800px;
}
.cid-uDKZlJG9Vp {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #efe8d8;
}
.cid-uDKZlJG9Vp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDKZlJG9Vp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDKZlJG9Vp .card-wrapper {
  overflow: hidden;
  background: #ffffff;
}
.cid-uDKZlJG9Vp .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uDKZlJG9Vp .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uDKZlJG9Vp .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uDKZlJG9Vp .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uDKZlJG9Vp .row {
  flex-direction: row-reverse;
}
.cid-uDKZlJG9Vp .image-wrapper {
  padding: 0 1rem;
}
.cid-uDKZlJG9Vp img,
.cid-uDKZlJG9Vp .image-wrapper {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uDKZlJG9Vp img,
  .cid-uDKZlJG9Vp .image-wrapper {
    max-height: 350px;
  }
}
.cid-uDKZlJG9Vp .mbr-section-title {
  color: #000000;
}
.cid-uDKZlJG9Vp .mbr-text {
  color: #000000;
}
.cid-uDKZlJWppy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-uDKZlJWppy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDKZlJWppy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uDKZlJWppy .row {
    flex-direction: column-reverse;
  }
  .cid-uDKZlJWppy .row .map-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uDKZlJWppy .google-map {
  height: 100%;
  position: relative;
}
.cid-uDKZlJWppy .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uDKZlJWppy .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-uDKZlJWppy .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uDKZlJWppy .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uDKZlJWppy .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-uDKZlJWppy .card-wrapper {
  display: flex;
  border-radius: 4px;
  background: #f7f7f7;
}
.cid-uDKZlJWppy .card-wrapper:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uDKZlJWppy .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uDKZlJWppy .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-uDKZlJWppy .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #ff4552;
}
.cid-uDKZlJWppy P {
  text-align: left;
}
.cid-uDKZlKgk91 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #2e481a;
}
.cid-uDKZlKgk91 .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uDKZlKgk91 .social-row .soc-item {
  margin: 8px;
}
.cid-uDKZlKgk91 .social-row .soc-item a:hover .mbr-iconfont,
.cid-uDKZlKgk91 .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-uDKZlKgk91 .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
.cid-uDKZlKgk91 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uDKZlKgk91 .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uDKZlKgk91 .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uDKZlKgk91 .header-menu li p {
  margin: 0;
}
.cid-uDKZlKgk91 .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uDKZlKgk91 .mbr-section-title {
  color: #ffffff;
}
